← Back to catalog
pubchem.hazard_data
mock data$0.001 / callChemical 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)
Input schema
cidrequired
integerPubChem Compound ID (CID) — returns GHS hazard classification, pictograms, signal words
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}'