Search NEON taxonomy
neon_search_taxonomySearch NEON's taxonomy lists by taxon type, rank, or exact scientific name with genus fallback to get Darwin Core taxonomic data for ecological research.
Instructions
NEON's taxonomy lists, paged: every taxon of a type (BIRD, PLANT, SMALL_MAMMAL, ...) or taxa by rank (kingdom ... genus) or exact scientific name with a genus fallback. Rows keep NEON's Darwin Core keys (dwc:scientificName, dwc:vernacularName, ...). No token. Next: follow page.nextOffset, or call neon_search_products for data about the taxa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genus | No | Genus, e.g. Quercus. | |
| limit | No | ||
| order | No | ||
| class_ | No | Class (e.g. Aves). | |
| family | No | ||
| offset | No | ||
| phylum | No | ||
| kingdom | No | ||
| verbose | No | All ranks and extra fields (nulls dropped); limit capped at 100. | |
| division | No | ||
| scientific_name | No | Exact scientific name (NEON matches exactly; a genus fallback runs when nothing matches). | |
| taxon_type_code | No | ALGAE, BEETLE, BIRD, FISH, HERPETOLOGY, MACROINVERTEBRATE, MOSQUITO, MOSQUITO_PATHOGENS, PLANT, SMALL_MAMMAL or TICK. Cannot be combined with a rank filter. | |
| fuzzy_genus_fallback | No | Retry an unmatched 'Genus species' by genus and filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| items | Yes | ||
| notes | No | ||
| source | No | ||
| filters | No | ||
| resolved | No | ||
| nextSteps | No | ||
| fuzzyFallbackUsed | No |