GET /occurrence/point/{x}/{y}
Operation ID: —
Auth: unknown
Description
Fetch point occurrences for a location (with Geohash precision 8) as GeoJSON.
Parameters (21)
(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.
(number, path, required)
Longitude in decimal degrees.
(number, path, required)
Latitude in decimal degrees.
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Basic point occurrence query | curl |
https://api.obis.org/occurrence/point/-70.5/40.5 |
|
| Point query with species filter | curl |
https://api.obis.org/occurrence/point/3.2/51.3?scientificname=Delphinus+delphis |
|
| Point query with date range and depth | curl |
https://api.obis.org/occurrence/point/-118.5/33.8?startdate=2020-01-01&enddate=2023-12-31&startdepth=0&enddepth=100 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:14:47.004765 | 200 | 233ms | |
| 2026-03-23 09:39:46.441833 | 200 | 190ms | |
| 2026-03-23 09:32:36.466957 | 200 | 237ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:39:46.441833 | 16ca84c1ce46 |
583475f72c77 |