
NCBI provides taxonomy dump files for users who need a local copy of the taxonomy database through its public Taxonomy FTP site. To download the complete taxonomy database, choose one of the following:
Both archives contain the core taxonomy files, including:
Do not use NCBI Datasets command-line tools REST API to download the entire taxonomy.
Use NCBI Datasets command-line tools and REST API to retrieve the full lineage (parents and children) for one or more taxids or taxonomic names. For installation instructions, command syntax, and examples, see the following:
Choose the legacy taxonomy dump option when your workflow only needs the basic taxonomy tree and names.
wget https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdmp.zip
Extract
unzip taxdmp.zip
Choose the expanded taxonomy dump to download all of the core taxonomy files included in the legacy dump along with additional information such as lineage, type material, and host information.
wget https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/new_taxdump/new_taxdump.zip
Extract
unzip new_taxdump.zip
For details about the files and format, see the New Tax Dump Read Me.
To track updates and changes over time, see the monthly Tax Dump Archive (from 2014 onwards).