← Back to catalog
pubchem.compound_synonyms
mock data$0.001 / callCompound Synonyms
Get all known names, CAS registry numbers, trade names, and identifiers for a chemical compound by PubChem CID. Returns up to 50 synonyms from a database of millions of name variants (PubChem / NCBI)
Input schema
cidrequired
integerPubChem Compound ID (CID) — returns all known names, CAS numbers, trade names
Call via REST
curl -X POST https://unifyapi.pro/api/call/pubchem.compound_synonyms \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cid":0}'