GET
/
v2
/
resources-reserves
/
National Resources and Reserves
curl --request GET \
  --url https://api.sectors.app/v2/resources-reserves/ \
  --header 'Authorization: <authorization>'
[
    {
        "province": "Aceh",
        "year": 2024,
        "commodity_type": "Gold",
        "resources_reserves": "{\"ore_resources_inferred\": 493110000.0, ...}"
    },
    {
        "province": "Banten",
        "year": 2024,
        "commodity_type": "Gold",
        "resources_reserves": "{\"ore_resources_inferred\": 656634823.0, ...}"
    }
]
[
    {
        "province": "Aceh",
        "year": 2024,
        "commodity_type": "Gold",
        "resources_reserves": "{\"ore_resources_inferred\": 493110000.0, ...}"
    },
    {
        "province": "Banten",
        "year": 2024,
        "commodity_type": "Gold",
        "resources_reserves": "{\"ore_resources_inferred\": 656634823.0, ...}"
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

province
string
Filter data by a specific province.
year
integer
Filter data by a specific year.
commodity_type
string
Filter data by a specific commodity (e.g., Gold).
limit
integer
default:"20"
Number of results to return. Maximum value is 30.

Response

[]
ResourceRecord