Skip to main content
GET
/
v2
/
mining
/
resources-reserves
Resources & Reserves Index
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
    ]
  }
}

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Response

Nested object: {province: {commodity: [years]}} in descending year order.

{key}
any