GET /occurrence/points
Operation ID: —
Auth: unknown
Description
Fetch point occurrences as GeoJSON (aggregated to Geohash precision 8). Limited to 100,000 features.
Parameters (19)
(string, query, optional)
Include absence records (include) or get absence records exclusively (true).
(string, query, optional)
Area ID.
(string, query, optional)
Dataset UUID.
(string, query, optional)
Include dropped records (include) or get dropped records exclusively (true).
(string, query, optional)
End date formatted as YYYY-MM-DD.
(integer, query, optional)
End depth, in meters.
(string, query, optional)
Include pure event records (include) or get pure event records exclusively (true).
(string, query, optional)
Comma separated list of quality flags to be excluded.
(string, query, optional)
Comma separated list of quality flags which need to be set.
(string, query, optional)
Geometry, formatted as WKT or GeoHash.
(boolean, query, optional)
HAB species only, true/false.
(string, query, optional)
Institute ID.
(string, query, optional)
Node UUID.
(boolean, query, optional)
Red List species only, true/false.
(string, query, optional)
Scientific name. Leave empty to include all taxa.
(string, query, optional)
Start date formatted as YYYY-MM-DD.
(integer, query, optional)
Start depth, in meters.
(string, query, optional)
Taxon AphiaID.
(boolean, query, optional)
WRiMS species only, true/false.
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| Fetch all occurrences (basic request) | curl |
https://api.obis.org/occurrence/points |
|
| Filter by scientific name (Mola mola) | curl |
https://api.obis.org/occurrence/points?scientificname=Mola%20mola |
|
| Filter by geometry and date range (North Sea, 2023) | curl |
https://api.obis.org/occurrence/points?geometry=POLYGON%20%28%28-10%2050%2C%2010%2050%2C%2010%2060%2C%20-10%2060%2C%20-10%2050%29%29&startdate=2023-01-01&enddate=2023-12-31 |
|
| Fetch point occurrences as GeoJSON (aggregated to Geohash precision 8). Limited to 100,000 features. | probe-gate |
https://api.obis.org/v3/occurrence/points |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 11:03:26.320235 | 200 | 1507ms | 2.0MB |
| 2026-03-23 11:01:23.128313 | 200 | 1561ms | 2.0MB |
| 2026-03-23 10:43:54.095314 | 200 | 7409ms | 2.0MB |
| 2026-03-23 09:10:36.261541 | 200 | 548ms | 0.8MB |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:43:54.095314 | c1b71ac2d2b5 |
e85286a68f21 |
| 2026-03-23 11:03:26.320235 | e85286a68f21 |
8e9bad9c2bad |