Skip to main content
Berth occupancy rates and turnaround times.

GET /api/v1/berth-utilization

Latest berth utilization snapshots. Parameters
NameTypeRequiredDescription
portstringPort slug
Response
{ "berth_utilization": [...] }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/berth-utilization?port=VALUE

GET /api/v1/berth-utilization/weekly

Weekly berth utilization trends for a port. Parameters
NameTypeRequiredDescription
portstringPort slug
zone_idstringSpecific zone ID
weeksnumberDefault 12, max 52
Response
{ "port", "port_name", "port_country", "weeks", "berth_utilization_weekly" }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/berth-utilization/weekly?port=VALUE&zone_id=VALUE