UnifyAPI
← Back to catalog

pubchem.compound_synonyms

mock data$0.001 / call

Compound 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)

Science & Researchprovider: Pubchem#pubchem#science

Input schema

cidrequired

PubChem Compound ID (CID) — returns all known names, CAS numbers, trade names

integer

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}'

Try it

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