Pubchem Compound Request

PubChem PUG REST API - Get compound properties by CID

BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment

Pubchem Compound Request is an example object payload from National Institutes of Health (NIH), with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionapiendpointparameterscurl_example

Example Payload

Raw ↑
{
  "description": "PubChem PUG REST API - Get compound properties by CID",
  "api": "PubChem PUG REST",
  "endpoint": "GET /compound/cid/{cids}/JSON",
  "parameters": {
    "cids": [
      2244
    ],
    "properties": "MolecularFormula,MolecularWeight,CanonicalSMILES,IUPACName"
  },
  "curl_example": "curl -X GET 'https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/cid/2244/property/MolecularFormula,MolecularWeight/JSON'"
}