Ncbi Datasets Gene Search Request

NCBI Datasets API - Gene search by symbol example

BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment

Ncbi Datasets Gene Search 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": "NCBI Datasets API - Gene search by symbol example",
  "api": "NCBI Datasets v2",
  "endpoint": "GET /gene/symbol/{symbols}/gene_ids",
  "parameters": {
    "symbols": [
      "BRCA1",
      "BRCA2"
    ],
    "taxon": "human"
  },
  "curl_example": "curl -X GET 'https://api.ncbi.nlm.nih.gov/datasets/v2/gene/symbol/BRCA1,BRCA2/gene_ids?taxon=human' -H 'Accept: application/json'"
}