UnifyAPI
← Back to catalog

pdb.structure

mock data$0.001 / call

Protein Structure Details

Get full details for a 3D protein structure by PDB ID — title, experimental method (X-ray/cryo-EM/NMR), resolution, molecular weight, chain counts (protein/DNA/RNA), deposit date, primary citation with DOI and PubMed ID. Essential for drug design and structural analysis (RCSB PDB)

Science & Researchprovider: Pdb#pdb#science

Input schema

pdb_idrequired

4-character PDB identifier (e.g. "4HHB" for hemoglobin, "1BNA" for DNA, "6LU7" for SARS-CoV-2 main protease)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/pdb.structure \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"pdb_id":"<pdb_id>"}'

Try it

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