← Back to catalog
pdb.ligand
mock data$0.001 / callLigand Chemistry Data
Get chemical component data for a ligand/small molecule by its 3-letter PDB code — name, molecular formula, weight, type, formal charge, heavy atom count, SMILES/InChI descriptors. Covers ATP, HEM, NAG, drug molecules, cofactors, ions, and 40K+ chemical entities in the PDB (RCSB PDB)
Input schema
ligand_idrequired
stringChemical component identifier — standard 3-letter code (e.g. "ATP" for adenosine triphosphate, "HEM" for heme, "NAG" for N-acetylglucosamine, "ZN" for zinc ion)
Call via REST
curl -X POST https://unifyapi.pro/api/call/pdb.ligand \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"ligand_id":"<ligand_id>"}'