UnifyAPI
← Back to catalog

pubchem.hazard_data

mock data$0.001 / call

Chemical Hazard Data (GHS)

Get GHS (Globally Harmonized System) hazard classification for a compound — signal words (Danger/Warning), hazard statements (H-codes), precautionary statements (P-codes), pictograms. Essential for chemical safety assessments (PubChem / NCBI)

Science & Researchprovider: Pubchem#pubchem#science

Input schema

cidrequired

PubChem Compound ID (CID) — returns GHS hazard classification, pictograms, signal words

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/pubchem.hazard_data \
  -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.