UnifyAPI
← Back to catalog

gbif.species_details

mock data$0.001 / call

GBIF 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.

Science & Researchprovider: Gbif#gbif#science

Input schema

taxon_keyrequired

GBIF taxon key (numeric ID from species search results)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.