← Back to catalog
gbif.occurrence_count
mock data$0.001 / callGBIF 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.
Input schema
country
stringISO country code to filter count (e.g. US, BR)
taxon_keyrequired
integerGBIF taxon key to count occurrences for
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}'