UnifyAPI
← Back to catalog

pdb.ligand

mock data$0.001 / call

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

Science & Researchprovider: Pdb#pdb#science

Input schema

ligand_idrequired

Chemical component identifier — standard 3-letter code (e.g. "ATP" for adenosine triphosphate, "HEM" for heme, "NAG" for N-acetylglucosamine, "ZN" for zinc ion)

string

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

Try it

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