GET /occurrence/tile/{x}/{y}/{z}
Operation ID: —
Auth: unknown
Description
Fetch point occurrences for a tile (aggregated using variable Geohash precision based on zoom level) as GeoJSON.
Parameters (22)
(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.
(integer, path, required)
Zoom level.
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Basic tile at zoom level 2 | curl |
https://api.obis.org/occurrence/tile/2/1/1 |
|
| Tile filtered by scientific name | curl |
https://api.obis.org/occurrence/tile/5/16/10?scientificname=Thunnus%20thynnus |
|
| Tile with date range and depth filter | curl |
https://api.obis.org/occurrence/tile/4/8/5?startdate=2020-01-01&enddate=2023-12-31&startdepth=0&enddepth=100 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:18:55.754127 | 200 | 266ms | |
| 2026-03-23 09:35:04.157299 | 200 | 123ms | |
| 2026-03-23 09:16:56.069730 | 500 | 159ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:35:04.157299 | c662b919110d |
71341509426a |