v2GeneDatasetRequest

Schema for v2GeneDatasetRequest

BioinformaticsGenomicsLife SciencesPubMedSequencesBLASTTaxonomyChemistryOpen Access

Properties

Name Type Description
gene_ids array
include_annotation_type array
returned_content object
fasta_filter array
accession_filter array
aux_report array
tabular_reports array
table_fields array
table_report_type object
View JSON Schema on GitHub

JSON Schema

v2GeneDatasetRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://kinlane.github.io/ncbi/json-schema/v2GeneDatasetRequest.json",
  "title": "v2GeneDatasetRequest",
  "description": "Schema for v2GeneDatasetRequest",
  "type": "object",
  "properties": {
    "gene_ids": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "include_annotation_type": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/v2Fasta"
      }
    },
    "returned_content": {
      "$ref": "#/components/schemas/v2GeneDatasetRequestContentType",
      "title": "Return complete gene reports, or abbreviated reports with either GeneIDs only or GeneIDs, transcript and protein counts."
    },
    "fasta_filter": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "accession_filter": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "aux_report": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/v2GeneDatasetRequestGeneDatasetReportType"
      }
    },
    "tabular_reports": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/v2GeneDatasetRequestGeneDatasetReportType"
      }
    },
    "table_fields": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "table_report_type": {
      "$ref": "#/components/schemas/v2GeneDatasetRequestGeneDatasetReportType",
      "title": "Specify the report from which the table fields will be taken. This is currently deprecated - use tabular_reports instead."
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/v2GeneDatasetRequest"
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.