UnifyAPI
← Back to catalog

gbif.occurrence_count

mock data$0.001 / call

GBIF Occurrence Count

Get total occurrence count for a species, optionally filtered by country. Useful for range size estimation, data density assessment, and conservation status analysis. Source: GBIF.

Science & Researchprovider: Gbif#gbif#science

Input schema

country

ISO country code to filter count (e.g. US, BR)

string
taxon_keyrequired

GBIF taxon key to count occurrences for

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/gbif.occurrence_count \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"country":"<country>","taxon_key":0}'

Try it

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