← Back to catalog
gbif.species_details
mock data$0.001 / callGBIF Species Details
Get full taxonomic profile for a species by GBIF taxon key. Returns classification hierarchy, vernacular (common) names, synonyms, number of descendants, and accepted name. Source: GBIF backbone taxonomy.
Input schema
taxon_keyrequired
integerGBIF taxon key (numeric ID from species search results)
Call via REST
curl -X POST https://unifyapi.pro/api/call/gbif.species_details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"taxon_key":0}'