Platform(s), API
URLs (aka web addresses) of any pages, if relevant:
Description of need:
*Currently, if you want to access a species full taxonomic tree via the API, you are only given the inaturalist IDs of the parents, rather than scientific or common names. That means if you want to create a list of the taxonomy, you must then query each of the parents to get their respective names. This generates too many requests if you are doing this for more than a few dozen species. I have build a cool taxonomic tree visualizer (https://imgur.com/IkqU86d for example), but due to the limitations, I have to query the NCBI database to get the taxonomic ancestry tree instead. This is less than ideal, since NCBI doesn’t use all of the same names, or even recognize all of the same species as iNaturalist, and also uses a slightly different classification.
Feature request details:
*Have a field in the API like min_species_ancestry, except rather than list the ID numbers of parents, list the strings of scientific names. A second field of common names would also be nice.