mychem.metadata
mock data$0.001 / callGet 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.
Input schema
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.
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}'