cURL
curl --request GET \ --url https://api.example.com/api/maritime/v1/list-navigational-warnings
{ "warnings": [ { "id": "<string>", "title": "<string>", "text": "<string>", "area": "<string>", "location": { "latitude": 0, "longitude": 0 }, "issuedAt": 123, "expiresAt": 123, "authority": "<string>" } ], "pagination": { "nextCursor": "<string>", "totalCount": 123 } }
ListNavigationalWarnings retrieves active maritime safety warnings from NGA.
Maximum items per page (1-100).
Cursor for next page.
Optional area filter (e.g., "NAVAREA IV", "Persian Gulf").
Successful response
ListNavigationalWarningsResponse contains navigational warnings matching the request.
Show child attributes
PaginationResponse contains pagination metadata returned alongside list results.
Was this page helpful?