UnifyAPI
← Back to catalog

gbif.occurrences

mock data$0.001 / call

GBIF Species Occurrences

Search 2.5B+ species occurrence records by taxon, country, and year. Returns observation coordinates, date, collector institution, basis of record (specimen/observation). Filter by ISO country code. Source: GBIF (2000+ institutions, 100+ countries).

Science & Researchprovider: Gbif#gbif#science

Input schema

year

Filter by observation year (e.g. 2024)

integer
limit

Number of results (1-50, default 10)

integer
country

ISO 3166-1 alpha-2 country code (e.g. US, GB, BR, AU)

string
taxon_keyrequired

GBIF taxon key for the species to search occurrences

integer

Call via REST

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

Try it

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