x-api-key: ********************curl --location 'https://sugra.ai/api/v2/transport/vessels/history/port-activity?port=Los%20Angeles' \
--header 'x-api-key: <api-key>'{
"data": {
"coverage_label": "United States historical analytics",
"as_of_date": "string",
"lag_note": "historical, months-lagged - not live",
"ports": [
{
"port": "string",
"call_count": 0,
"by_ship_type": {
"property1": 0,
"property2": 0
}
}
],
"sources": [
{
"source": "string",
"license": "string",
"license_url": "string",
"attribution_text": "string",
"modified": true,
"original_url": "string"
}
],
"stale": true
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}