← Back to catalog
gbif.occurrences
mock data$0.001 / callGBIF 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).
Input schema
year
integerFilter by observation year (e.g. 2024)
limit
integerNumber of results (1-50, default 10)
country
stringISO 3166-1 alpha-2 country code (e.g. US, GB, BR, AU)
taxon_keyrequired
integerGBIF taxon key for the species to search occurrences
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}'