v2OrthologRequest
Schema for v2OrthologRequest
BioinformaticsGenomicsLife SciencesPubMedSequencesBLASTTaxonomyChemistryOpen Access
Properties
| Name | Type | Description |
|---|---|---|
| gene_id | integer | |
| returned_content | object | |
| taxon_filter | array | |
| page_size | integer | |
| page_token | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://kinlane.github.io/ncbi/json-schema/v2OrthologRequest.json",
"title": "v2OrthologRequest",
"description": "Schema for v2OrthologRequest",
"type": "object",
"properties": {
"gene_id": {
"type": "integer",
"title": "One or more NCBI GeneIDs"
},
"returned_content": {
"$ref": "#/components/schemas/v2OrthologRequestContentType",
"title": "Return complete gene reports, or abbreviated reports with either GeneIDs only or GeneIDs, transcript and protein counts."
},
"taxon_filter": {
"type": "array",
"items": {
"type": "string"
}
},
"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."
}
}
}
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/v2OrthologRequest"
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.