v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Production & Sites

Resources & Reserves Detail

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>

get/v2/mining/resources-reserves/{province}/

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

Exact province name (e.g., Kalimantan Timur). Case-insensitive.

Query parameters

commodity_type'Coal' | 'Cobalt' | 'Copper' | 'Gold' | 'Nickel' | 'Silver' | 'Tin'

Restrict results to a specific commodity.

yearinteger

Restrict results to a specific year.

Response

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

provincestring required

Province name.

dataobject required

Nested data: {year: {commodity: {exploration_target, total_inventory, resources, reserves, unit}}}.