cURL
curl --request GET \ --url https://api.sectors.app/v2/mining/resources-reserves/ \ --header 'Authorization: <api-key>'
{ "Aceh": { "Gold": [ 2024, 2023, 2022 ], "Copper": [ 2024, 2023 ] }, "Banten": { "Gold": [ 2024, 2023 ] } }
Discovery index showing which provinces, years, and commodities have resources and reserves data available. Use this before querying the detail endpoint to confirm data availability.
Use Resources & Reserves Detail to retrieve actual values.
API key passed directly in the Authorization header (without Bearer prefix).
Nested object: {province: {commodity: [years]}} in descending year order.
{province: {commodity: [years]}}