GET /occurrence/tile/{x}/{y}/{z}.mvt
Operation ID: —
Auth: unknown
Description
Fetch gridded occurrences for a tile as MVT.
Parameters (25)
(string, query, optional)
Include absence records (include) or get absence records exclusively (true).
(string, query, optional)
Area ID.
(integer, query, optional)
Grid cells per tile in X direction (default 20).
(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.
(integer, query, optional)
Tile margin in Geohash units (default 1).
(string, query, optional)
Node UUID.
(integer, query, optional)
Geohash precision (default adaptive based on zoom level and cellspertile).
(boolean, query, optional)
Red List species only, true/false.
(string, query, optional)
Start date formatted as YYYY-MM-DD.
(integer, query, optional)
Start depth, in meters.
(string, query, optional)
Taxon AphiaID.
(string, query, optional)
Vector tile type (point or polygon, default polygon).
(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/1/1/2.mvt |
|
| Tile filtered by taxon and date range | curl |
https://api.obis.org/occurrence/tile/8/12/5.mvt?taxonid=127405&startdate=2020-01-01&enddate=2023-12-31 |
|
| Point tile with custom grid density | curl |
https://api.obis.org/occurrence/tile/4/6/3.mvt?tiletype=point&cellspertile=30&redlist=true |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:34:08.825407 | 200 | 166ms | |
| 2026-03-23 09:08:21.721797 | 200 | 125ms | |
| 2026-03-23 09:03:09.618401 | 200 | 106ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:08:21.721797 | 7079c957a1fa |
7cef87347cda |
| 2026-03-23 10:34:08.825407 | 7cef87347cda |
f744bc93fc8e |