Skip to main content
List monitored ports across all verticals.

GET /api/v1/ports

List all monitored ports with slug, name, country, and region. Response
{ "ports": [...] }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/ports

GET /api/v1/health

System health check. Returns position counts and ingestion status. Response
{ "status", "positions", "vessels", "positions_last_hour" }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/health