ConsoleCatalog
Sign in
MarineTraffic logo

MarineTraffic

marinetraffic.comTravelno auth

Vessel tracking with ship search, AIS positions, voyages, and ports.

Live Map AIS Tile

ASYNCREADNo auth

Returns AIS vessel rows for a map tile with positions, speed, and ship IDs.

ParametersFormJSON

Map zoom level for the AIS tile request

Tile X coordinate at the given zoom level

Tile Y coordinate at the given zoom level

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_marinetraffic_live_map_ais_tile",
    "params": {
      "zoom": "4",
      "tile_x": "3",
      "tile_y": "3"
    }
  }'