The RCSB PDB RESTful Web Service interface
The RCSB PDB supports RESTful (REpresentational State Transfer) Web Services to make accessing data easier. Please use these services instead of screen-scraping.Generally we are trying to implement two types of services for our RESTful interface:
- Search services: to return a list of IDs (e.g., PDB IDs, chain IDs, ligand IDs)
- Fetch services: to return data given a ID (e.g. reports, descriptions, data items)
The services below are currently provided; please let us know if you have additional suggestions.
SEARCH services
- A generic SEARCH service allowing to POST advanced queries
- Search for ligands and PDB IDs based on a SMILES query
FETCH services
Custom Reports
Descriptions
- Get descriptions for the whole PDB file
- Get descriptions for PDB entities
- Get descriptions of chemical components
- Get ligands that are present in a single PDB entry
Lists and status
- Get a PDB ID's release status
- Get a list of all currently released PDB IDs
- Get a list of unreleased PDB IDs
- Get the pre-release sequences in FASTA format
Annotations
- Third-party annotations mapped onto PDB chains
- A PDB to UniProtKB mappings
- Pfam mappings for PDB
- Access Gene Ontology terms for a PDB chain.
Sequence and Structure Clusters
- Sequence and Structure cluster related services
your web services to corresponding RESTful services. Contact us with any questions
- Example: Access the information for one file: /pdb/rest/describePDB?structureId=4hhb
- Example: Access the information only for multiple files: /pdb/rest/describePDB?structureId=4hhb,1hhb
- Example: Access for one PDB ID/pdb/rest/getEntityInfo?structureId=1hv4
- Example: Access the information for all PDB IDs: /pdb/rest/getEntityInfo
- Example: Access the information for all entities in the file: /pdb/rest/describeMol?structureId=4hhb
- Example: Access the information only for a single PDB chain: /pdb/rest/describeMol?structureId=4hhb.A
- Example: Access the information for one components: /pdb/rest/describeHet?chemicalID=NAG
- Example: Access the information for multiple components: /pdb/rest/describeHet?chemicalID=NAG,EBW
- Example: List all current PDB IDs: /pdb/rest/getCurrent
- Example: Access the information for a one PDB ID: /pdb/rest/idStatus?structureId=4HHB
- Example: Access the information for a set of PDB IDs: /pdb/rest/idStatus?structureId=450D,451D
- Example: Access the information for a subset of PDB IDs: /pdb/rest/getUnreleased?structureId=450D,451D
- Example: Access the information for all unreleased PDB IDs: /pdb/rest/getUnreleased
- Example: Access the information for a subset of PDB IDs: /pdb/rest/getStatusSequence?structureId=3MU6,3QV1,3SSF
- Example: Access the information for a subset of PDB IDs, entity type, and range of deposition date: /pdb/rest/getStatusSequence?entityType=RNA&depositionDateMin=2011-07-01&depositionDateMax=2011-07-30 (The entity type can be RNA, DNA, and Polypeptide.)
- Example: Access the information for all unreleased PDB IDs: /pdb/rest/getStatusSequence
- Example: /pdb/rest/goTerms?structureId=4HHB
- Example: /pdb/rest/goTerms?structureId=4HHB.A
- Example: /pdb/rest/goTerms?structureId=4HHB.A,1A4W.H
- per PDB ID: /pdb/rest/hmmer?structureId=4hhb
- all annotations in one XML file /pdb/rest/hmmer
- all annotations in one tab-delimited file /pdb/rest/hmmer?file=hmmer_pdb_all.txt
- /pdb/rest/sequenceCluster?cluster=40&structureId=4hhb.A Get all the sequence cluster at 40% sequence ID for a particular chain ID.
- /pdb/rest/representatives?cluster=40 Get all representative chains from the 40% sequence clustering.
- /pdb/rest/representatives?structureId=4hhb.A Get the representative for a chain (the chain on Rank 1 in the sequence clustering).
- /pdb/rest/representativeDomains?cluster=40 Get all representative domains that are used for the systematic structure alignments.
- /pdb/rest/representativeDomains?structureId=4hhb.A Get the representatives domains for a chain.
The names of the representative domains are either SCOP domain IDs (starting with "d") or domain IDs as have been assigned with the Protein Domain Parser software ("PDP:")
The all vs. all structural similarity results table for a representative chain can be downloaded in XML. For example, this returns Rank, PDB.Chain, Description, P-value, Score, RMSD, Len1, Len2, %Sim1, and %Sim2 for 3BMV.A /pdb/explorer/structCompXMLData.jsp?method=pw_fatcat&chain=d3bmva1&page=1&rows=10&prettyXML. Note: A maximum 2000 rows can be returned through this URL. To fetch all approx. 17,000 results for a chain,you need to slice through the results using the page parameter.
The RESTful services for providing third-party annotations (SCOP, CATH, Pfam, etc.) follows the DAS protocol. The DAS server is available from /pdb/rest/das. The DAS protocol command SOURCES (description of the provided sources) is available from /pdb/rest/das/sources. At the present there are two DAS sources provided:
-
pdbchainfeatures:
Provides various third party annotations that have been computed for PDB chains.
Get the third party features (a DAS - FEATURES request): /pdb/rest/das/pdbchainfeatures/features?segment=5pti.A
Get the ATOM sequence of the PDB chain (a DAS - SEQUENCE request): /pdb/rest/das/pdbchainfeatures/sequence?segment=5pti.A
-
pdb_uniprot_mapping:
Provides a DAS source that is serving the alignment between UniProtKB and PDB, derived from the SIFTS mappings.
Example: Get all alignments for a PDB (a DAS - ALIGNMENT request) /pdb/rest/das/pdb_uniprot_mapping/alignment?query=4hhb
Example: Get all alignments for a single PDB chain (a DAS - ALIGNMENT request) /pdb/rest/das/pdb_uniprot_mapping/alignment?query=4hhb.A
For more documentation on the DAS protocol, see http://www.dasregistry.org/
- Example1: /pdb/rest/smilesQuery?smiles=[I-]&similarity=0.7&search_type=3
Search for SMILES string "[I-]". The similarity score is set to 0.7 The search type is 3 (that is the constant from JChemSearch.SIMILARITY). - Example2: /pdb/rest/smilesQuery?smiles=CN(C)c1cccc2c1cccc2S(=O)(=O)O&similarity=0.7&search_type=3
(longer SMILES string)
This interface exposes the RCSB PDB advanced search interface as an XML Web Service.
To use this service, POST a XML representation of an advanced search to /pdb/rest/search.
XML representation of advanced search
Every advanced search can be represented by XML. To view an example representation, simply execute an advanced search query and then click on the Result tab. One of the links on the top of the page is Query Details. Clicking on this link will provide the XML representation of the query.
Every query is described by two data items:
- queryType: the name of the class that is implementing the query
- arguments: depending on the type of query that is being executed one or more differently named arguments need to be provided.
Sample XML Queries:
The Query is displayed in the Textbox below
<orgPdbQuery>
<queryType>org.pdb.query.simple.UpAccessionIdQuery</queryType>
<description>Simple query for a list of UniprotKB Accession IDs: P50225</description>
<accessionIdList>P50225</accessionIdList>
</orgPdbQuery>
Now let's POST this query against the Web Service:
Sort results by:
- View a Perl example that submits a simple search for organism: search_organism.pl
- View a Java example that submits a more complex Advanced Search doing a BLAST search and only looking at X-RAY structures. PostXMLQuery.java
- View a Python example that submits a simple search for all Solid State NMR proteins: search_nmr.py

