v2TaxonomyNode

BiomedicalResearchPubMedClinical TrialsPubChemGenomicsHealthScienceGovernment

Properties

Name Type Description
tax_id integer
organism_name string
common_name string
genbank_common_name string
acronyms array
genbank_acronym string
blast_name string
lineage array
children array
descendent_with_described_species_names_count integer
rank object
has_described_species_name boolean
counts array
min_ord integer
max_ord integer
extinct boolean
genomic_moltype string
View JSON Schema on GitHub

JSON Schema

ncbi-datasets-taxonomynode.json Raw ↑
{
  "type": "object",
  "properties": {
    "tax_id": {
      "type": "integer",
      "title": "NCBI Taxonomy identifier"
    },
    "organism_name": {
      "type": "string",
      "title": "Scientific name"
    },
    "common_name": {
      "type": "string",
      "title": "Common name"
    },
    "genbank_common_name": {
      "type": "string",
      "title": "GenBank common name"
    },
    "acronyms": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "genbank_acronym": {
      "type": "string",
      "title": "GenBank acronym"
    },
    "blast_name": {
      "type": "string",
      "title": "blast name for organism"
    },
    "lineage": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "children": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "descendent_with_described_species_names_count": {
      "type": "integer",
      "title": "The number of descendants (grand total) that are specified."
    },
    "rank": {
      "$ref": "#/components/schemas/v2reportsRankType",
      "title": "The rank of the organism.  An enumerated set of values."
    },
    "has_described_species_name": {
      "type": "boolean",
      "title": "If the taxonomy node has a proper species name"
    },
    "counts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/v2TaxonomyNodeCountByType"
      }
    },
    "min_ord": {
      "type": "integer",
      "title": "ordinal values for any node are the full range of the ordinal values in the subtree underneath this node, and are used for faster range-based lookups"
    },
    "max_ord": {
      "type": "integer"
    },
    "extinct": {
      "type": "boolean",
      "title": "True if organism is extinct"
    },
    "genomic_moltype": {
      "type": "string",
      "title": "genomic molecule type (dsDNA, ssDNA, ssDNA(-), ssRNA)"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "v2TaxonomyNode"
}

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/ncbi-datasets-taxonomynode"
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.