GET /taxonomy/classification/{id}

ensembl.org:ensembl-rest-api

Summary: Get taxonomic classification
Operation ID: getTaxonomy
Auth: none

Get the taxonomic classification lineage for a species or taxon. Given a taxonomy ID (like 9606 for human), returns the full lineage from species up through genus, family, order, class, phylum, and kingdom. Shows the taxonomic hierarchy for any organism in Ensembl.

Original spec description

Retrieve taxonomic classification for a given NCBI taxonomy ID.

Usage Tips

- Uses NCBI taxonomy IDs (9606 for Homo sapiens, 10090 for Mus musculus) - Returns ordered list from most specific (species) to most general (root) - Each level includes the scientific name, common name (if available), and rank - The `is_leaf` field is true for the queried species - Useful for finding related species or understanding evolutionary relationships

Parameters (1)

id (string, path, required)

NCBI taxonomy ID

Examples (1)

TitleTypeURLAction
Get taxonomic classification for human probe-gate https://rest.ensembl.org/taxonomy/classification/9606?content-type=application/json

No probe data for this endpoint yet.