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

# LNG

> LNG carrier tracking across five major terminals — endpoints for live positions, send-out rates, terminal events, and per-cargo loading and discharging history.

LNG carrier tracking across 5 terminals.

## `GET` `/api/v1/lng`

LNG dashboard: carriers at terminals, 7-day volume estimates, departures.

**Response**

```json theme={null}
{ "carriers_at_terminals", "estimated_volume_7d_tons", "departures_7d", "active_terminals", "total_terminals", "terminals" }
```

**Example**

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

## `GET` `/api/v1/lng/terminals`

List all LNG terminals.

**Response**

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

**Example**

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