---
title: "Top Export Destinations"
method: GET
path: "/v2/mining/exports/"
tags: ["Commodities & Trade"]
---

# Top Export Destinations

`GET /v2/mining/exports/`

Ranks countries by total export value for a given year and commodity, showing the top destinations for Indonesian commodity exports.

<Note>Available `commodity_type` values: `Gold`, `Copper`, `Coal`.</Note>

`export_usd` is in base USD. Volume unit is specified per row in `volume_unit` (typically `Mt`). Two volume sources are provided: **BPS** (Badan Pusat Statistik) and **ESDM** (Energi Sumber Daya Mineral) — values may differ due to methodology.

<Info>Costs 1 API credit.</Info>

## Query parameters

- `commodity_type` 'Coal' | 'Copper' | 'Gold', required
- `year` integer, required
- `limit` integer

## Response `200`

Ranked list of export destinations by export value.

- ExportDestinationItem[]
  - `country` string, required — Destination country name.
  - `export_usd` number, double, required — Export value in USD.
  - `export_volume_bps` number, double, nullable, required — Export volume (BPS source).
  - `export_volume_esdm` number, double, nullable, required — Export volume (ESDM source).
  - `volume_unit` string, required — Volume unit (e.g. Mt).

## Other responses

- `400` — `year` and `commodity_type` are required.
- `404` — No export data found for given filters.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.dev/sectors/apis/sectors-api.md) · [All operations](https://skmtc.dev/sectors/apis/sectors-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sectors/sectors-api/revisions/49e492f19d77/schema)
