> ## Documentation Index
> Fetch the complete documentation index at: https://docs.axiomancer.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Estimates

> Weekly aggregated cargo volume predictions by port and commodity class, with confidence intervals and historical accuracy backtests for export forecasting.

Weekly aggregated cargo volume predictions by port.

## `GET` `/api/v1/estimates`

Weekly export volume estimates with vessel count, tonnage, confidence, and USDA actuals.

**Parameters**

| Name    | Type   | Required | Description         |
| ------- | ------ | -------- | ------------------- |
| `port`  | string |          | Port slug           |
| `limit` | number |          | Default 52, max 200 |

**Response**

```json theme={null}
{ "estimates": [...] }
```

**Example**

```bash theme={null}
curl -X GET \
  https://axiomoverwatch.io/api/v1/estimates?port=VALUE&limit=VALUE
```
