UnifyAPI
← Back to catalog

mychem.metadata

mock data$0.001 / call

Get MyChem API Metadata

Retrieve build metadata and data source statistics for the MyChem.info API. Returns the current database build version (e.g. "20260525"), build date, total number of chemical records (197M+), and a list of integrated annotation sources with their versions, URLs, and license information. Sources include DrugBank, ChEMBL, ChEBI, PubChem, PharmGKB, SIDER, DrugCentral, UMLS, NDC, UniChem, GSRS, FDA Orphan Drug, GtoPdb (pharmacology), AEOLUS (adverse events), GINAS, and UNII. Use to verify data currency before large annotation jobs or to cite specific source versions in research publications.

Science & Researchprovider: Mychem#mychem#science

Input schema

detail

If true, include full source metadata with download dates, record counts per source, code repository links, and license URLs. If false (default), return only build version, build date, total chemical count, and a summary list of source names.

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/mychem.metadata \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"detail":false}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.