> ## 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.

# Mining

> Mining terminal tracking for iron ore and coal across eight major export terminals — endpoints for live throughput, queue depth, and cargo history by terminal.

Mining terminal tracking: iron ore and coal across 8 terminals.

## `GET` `/api/v1/mining`

Mining dashboard: carriers, volumes, coal vs iron ore departures.

**Response**

```json theme={null}
{ "carriers_at_terminals", "estimated_volume_7d_tons", "departures_7d", "coal_departures_7d", "iron_ore_departures_7d", "terminals" }
```

**Example**

```bash theme={null}
curl -X GET \
  https://axiomoverwatch.io/api/v1/mining
```

## `GET` `/api/v1/mining/terminals`

List all mining terminals.

**Response**

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

**Example**

```bash theme={null}
curl -X GET \
  https://axiomoverwatch.io/api/v1/mining/terminals
```
