← Back to catalog
myvariant.metadata
mock data$0.001 / callGet MyVariant API Metadata
Retrieve build metadata and data source statistics for the MyVariant.info API. Returns the current database build version (e.g. "20250624"), build date, total number of variant records, and a list of integrated annotation sources with their versions, URLs, and license information. Sources include ClinVar, gnomAD, CADD, dbSNP v156, COSMIC, CIViC, ExAC, GWAS Catalog, SnpEff, EVS, EMV, and 20+ additional variant databases. Use to verify data currency before running large annotation jobs or to cite specific source versions in research.
Input schema
detail
booleanIf true, include full source metadata (download dates, record counts per source, code repository links). If false (default), return only build version, build date, and a list of source names and URLs.
Call via REST
curl -X POST https://unifyapi.pro/api/call/myvariant.metadata \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"detail":false}'