National Institutes of Health (NIH) · Schema
v2GeneDatasetReportsRequest
BiomedicalResearchPubMedClinical TrialsPubChemGenomicsHealthScienceGovernment
Properties
| Name | Type | Description |
|---|---|---|
| returned_content | object | |
| gene_ids | array | |
| accessions | array | |
| symbols_for_taxon | object | |
| taxon | string | |
| locus_tags | array | |
| table_fields | array | |
| table_format | string | |
| include_tabular_header | object | |
| page_size | integer | |
| page_token | string | |
| query | string | |
| types | array | |
| accession_filter | array | |
| tax_search_subtree | boolean | |
| sort | array |
JSON Schema
{
"type": "object",
"properties": {
"returned_content": {
"$ref": "#/components/schemas/v2GeneDatasetReportsRequestContentType",
"title": "Return complete gene reports, or abbreviated reports with either GeneIDs only or GeneIDs, transcript and protein counts."
},
"gene_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"accessions": {
"type": "array",
"items": {
"type": "string"
}
},
"symbols_for_taxon": {
"$ref": "#/components/schemas/v2GeneDatasetReportsRequestSymbolsForTaxon"
},
"taxon": {
"type": "string",
"title": "NCBI Taxonomy ID or name (common or scientific) that the genes are annotated at"
},
"locus_tags": {
"type": "array",
"items": {
"type": "string"
}
},
"table_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"table_format": {
"type": "string",
"title": "Specify a predefined set of fields for the tabular report using built-in templates. Use of this parameter requires the HTTP header, `accept: text/tab-separated-values`."
},
"include_tabular_header": {
"$ref": "#/components/schemas/v2IncludeTabularHeader",
"title": "Specify when to include the table header when requesting a tabular report."
},
"page_size": {
"type": "integer",
"title": "The maximum number of gene reports to return. Default is 20 and maximum is 1000. If the number of results exceeds the page size, `page_token` can be used to retrieve the remaining results."
},
"page_token": {
"type": "string",
"title": "A page token is returned when the results count exceeds `page size`. Use this token along with previous request parameters to retrieve the next page of results. When `page_token` is empty, all results have been retrieved."
},
"query": {
"type": "string",
"title": "Limit to genes that match the specified gene symbol, name (description), alias, locus tag or protein name."
},
"types": {
"type": "array",
"items": {
"$ref": "#/components/schemas/v2GeneType"
}
},
"accession_filter": {
"type": "array",
"items": {
"type": "string"
}
},
"tax_search_subtree": {
"type": "boolean",
"title": "If true, include genes from taxonomic ranks below the requested taxon."
},
"sort": {
"type": "array",
"items": {
"$ref": "#/components/schemas/v2SortField"
}
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "v2GeneDatasetReportsRequest"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ncbi-datasets-genedatasetreportsrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.