Skip to main content
The MaritimeService provides APIs for civilian AIS (Automatic Identification System) vessel data and NGA (National Geospatial-Intelligence Agency) navigational warnings for maritime domain awareness.

Base Path

GetVesselSnapshot

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

Request Parameters

double
North-east corner latitude of bounding box
double
North-east corner longitude of bounding box
double
South-west corner latitude of bounding box
double
South-west corner longitude of bounding box

Response

VesselSnapshot
The vessel traffic snapshot

Example Request

Example Response


ListNavigationalWarnings

Retrieves active maritime safety warnings from NGA (National Geospatial-Intelligence Agency). Endpoint: GET /api/maritime/v1/list-navigational-warnings

Request Parameters

int32
Maximum items per page (1-100)
string
Cursor for next page
string
Optional area filter (e.g., “NAVAREA IV”, “Persian Gulf”)

Response

NavigationalWarning[]
The list of navigational warnings
PaginationResponse
Pagination metadata

Example Request

Example Response