Global Fishing Watch API
Examples4Wings Tiles

Get AIS vessel presence heatmap in MVT format

Example 4Wings tile request returning AIS vessel presence as MVT vector tiles.

Path parameters

ParameterValueDescription
z/x/y0/0/0Tile coordinates

Query parameters

ParameterValueDescription
date-range2023-05-01,2023-10-20Filter to this time period
datasets[0]public-global-presence:latestAIS vessel presence dataset
formatMVTTile output format
intervalDAYDaily temporal resolution
temporal-aggregationtrueAggregate values across time

Request

# Make sure to replace [TOKEN] with your API Access Token
curl --location --globoff 'https://gateway.api.globalfishingwatch.org/v3/4wings/tile/heatmap/0/0/0?date-range=2023-05-01%2C2023-10-20&datasets[0]=public-global-presence%3Alatest&format=MVT&interval=DAY&temporal-aggregation=true' \
  -H "Authorization: Bearer [TOKEN]" \

Response

If the request is successful, in this example the response will be a MVT file similar to this.