GET occurrence/search
Operation ID: searchOccurrences
Auth: unknown
Description
Search for species occurrence records with various filters including spatial queries, taxonomic filters, and date ranges.
Parameters (26)
(string, query, optional)
Basis of record (OBSERVATION, SPECIMEN, etc.)
Constraints: {'enum': ['OBSERVATION', 'HUMAN_OBSERVATION', 'MACHINE_OBSERVATION', 'MATERIAL_SAMPLE', 'SPECIMEN', 'PRESERVED_SPECIMEN', 'FOSSIL_SPECIMEN', 'LIVING_SPECIMEN', 'LITERATURE', 'UNKNOWN']}
(string, query, optional)
Class name
(string, query, optional)
Continent
Constraints: {'enum': ['AFRICA', 'ANTARCTICA', 'ASIA', 'EUROPE', 'NORTH_AMERICA', 'OCEANIA', 'SOUTH_AMERICA']}
(number, query, optional)
Uncertainty radius in meters
(string, query, optional)
Country code (ISO 3166-1 alpha-2)
(string, query, optional)
Dataset key
(number, query, optional)
Latitude in decimal degrees (WGS84)
Constraints: {'minimum': -90, 'maximum': 90}
(number, query, optional)
Longitude in decimal degrees (WGS84)
Constraints: {'minimum': -180, 'maximum': 180}
(string, query, optional)
Event date (ISO 8601 format)
(string, query, optional)
Family name
(string, query, optional)
Genus name
(string, query, optional)
WKT geometry for spatial filtering (POINT, POLYGON, etc.)
(boolean, query, optional)
Filter for records with coordinates
(boolean, query, optional)
Include records with geospatial issues
(string, query, optional)
Kingdom name
(integer, query, optional, default: 20)
Number of results to return (max 300)
Constraints: {'maximum': 300}
(integer, query, optional)
Month of occurrence (1-12)
Constraints: {'minimum': 1, 'maximum': 12}
(integer, query, optional, default: 0)
Offset for pagination
(string, query, optional)
Order name
(string, query, optional)
Phylum name
(string, query, optional)
Publishing organization key
(string, query, optional)
Full-text search query
(string, query, optional)
Scientific name of the species
(string, query, optional)
Species name
(integer, query, optional)
Taxon key from the GBIF backbone
(integer, query, optional)
Year of occurrence
Examples (6)
| Title | Type | URL | Action |
|---|---|---|---|
| Search species occurrences | openapi-spec |
https://api.gbif.org/v1/occurrence/search?decimalLatitude=40,50&decimalLongitude=-10,10&year=2020,2023 |
|
| Occurrence search by taxonKey 3329049 | doc_extracted |
https://api.gbif.org/v1/occurrence/search?taxonKey=3329049 |
|
| Occurrence search by scientificName Pan troglodytes | doc_extracted |
https://api.gbif.org/v1/occurrence/search?scientificName=Pan%20troglodytes |
|
| Occurrence search by taxonKey 5219534 (Pan troglodytes) | doc_extracted |
https://api.gbif.org/v1/occurrence/search?taxonKey=5219534 |
|
| Search occurrences by taxonKey | doc_extracted |
https://api.gbif.org/v1/occurrence/search?taxonKey=3329049 |
|
| Search Occurrences | probe-gate |
https://api.gbif.org/v1/occurrence/search?limit=20&offset=0 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:13:30.409408 | 200 | 311ms | |
| 2026-03-23 09:41:52.904609 | 200 | 262ms | |
| 2026-03-23 09:26:15.698870 | 200 | 879ms | |
| 2026-03-23 09:13:55.989979 | 200 | 307ms | |
| 2026-03-23 09:10:42.651404 | 200 | 287ms | |
| 2026-03-23 09:05:50.536134 | 200 | 1181ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:10:42.651404 | b9704c5b9227 |
8bd3713dbdf0 |
| 2026-03-23 09:13:55.989979 | 8bd3713dbdf0 |
ddf0e781dd56 |
| 2026-03-23 09:26:15.698870 | ddf0e781dd56 |
9dbed771ff86 |
| 2026-03-23 09:41:52.904609 | 9dbed771ff86 |
8bd3713dbdf0 |
| 2026-03-23 10:13:30.409408 | 8bd3713dbdf0 |
ddf0e781dd56 |