GET /api/v1/forecasts
Cargo volume forecasts by port and methodology.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
port | string | Port slug | |
method | string | ’pipeline’ | ‘statistical’ | ‘ml’ | |
limit | number | Default 50, max 200 |
GET /api/v1/forecasts/accuracy
Forecast accuracy metrics (MAE, MAPE, directional accuracy).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
port | string | Port slug | |
method | string | Forecast method |
GET /api/v1/destination-reliability
Vessel destination declaration reliability scores.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vessel | string | IMO number | |
tier | string | ’reliable’ | ‘moderate’ | ‘unreliable’ | |
limit | number | Default 100, max 500 |