---
title: "Resources & Reserves Detail"
method: GET
path: "/v2/mining/resources-reserves/{province}/"
tags: ["Production & Sites"]
---

# Resources & Reserves Detail

`GET /v2/mining/resources-reserves/{province}/`

Returns resources and reserves data for a single province, nested by year then by commodity. Each commodity entry contains the full breakdown: `exploration_target`, `total_inventory`, `resources`, `reserves`, and `unit`.

<Note>Available `commodity_type` values: `Coal`, `Gold`, `Silver`, `Copper`, `Nickel`, `Cobalt`, `Tin`.</Note>

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

## Path parameters

- `province` 'Aceh' | 'Banten' | 'Bengkulu' | 'Gorontalo' | 'Jambi' | 'Jawa Barat' | 'Jawa Tengah' | 'Jawa Timur' | 'Kalimantan Barat' | 'Kalimantan Selatan' | 'Kalimantan Tengah' | 'Kalimantan Timur' | 'Kalimantan Utara' | 'Kepulauan Bangka Belitung' | 'Kepulauan Riau' | 'Lampung' | 'Maluku' | 'Maluku Utara' | 'Nusa Tenggara Barat' | 'Nusa Tenggara Timur' | 'Papua' | 'Papua Barat' | 'Papua Barat Daya' | 'Papua Tengah' | 'Riau' | 'Sulawesi Barat' | 'Sulawesi Selatan' | 'Sulawesi Tengah' | 'Sulawesi Tenggara' | 'Sulawesi Utara' | 'Sumatera Barat' | 'Sumatera Selatan' | 'Sumatera Utara', required

## Query parameters

- `commodity_type` 'Coal' | 'Cobalt' | 'Copper' | 'Gold' | 'Nickel' | 'Silver' | 'Tin'
- `year` integer

## Response `200`

Nested resources and reserves data: `{province, data: {year: {commodity: {...}}}}`.

- ResourcesReservesDetail
  - `province` string, required — Province name.
  - `data` object, required — Nested data: `{year: {commodity: {exploration_target, total_inventory, resources, reserves, unit}}}`.

## Other responses

- `404` — Province not found or no data 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)
