The MaritimeService provides APIs for civilian AIS (Automatic Identification System) vessel data and NGA (National Geospatial-Intelligence Agency) navigational warnings for maritime domain awareness.
Retrieves a point-in-time view of AIS vessel traffic and disruptions within a geographic bounding box.Endpoint:GET /api/maritime/v1/get-vessel-snapshot
{ "warnings": [ { "id": "NGA-2024-001", "title": "Missile Test Area - Red Sea", "text": "Mariners are advised to exercise caution in the vicinity of 15-30N 042-45E due to ongoing missile testing operations.", "area": "Red Sea", "location": { "latitude": 22.5, "longitude": 43.5 }, "issued_at": 1709164800000, "expires_at": 1709424000000, "authority": "U.S. National Geospatial-Intelligence Agency" } ], "pagination": { "cursor": "eyJvZmZzZXQiOjI1fQ==", "has_more": false }}