GET
/
v2
/
mining-sites
/
List Mining Sites
curl --request GET \
  --url https://api.sectors.app/v2/mining-sites/ \
  --header 'Authorization: <authorization>'
[
    {
        "id": 21,
        "name": "Batubara Benhes 3",
        "year": 2024,
        "mineral_type": "Coal",
        "company_id": 76,
        "production_volume": null
    },
    {
        "id": 22,
        "name": "Batubara Long Wehea 1",
        "year": 2024,
        "mineral_type": "Coal",
        "company_id": 77,
        "production_volume": null
    }
]
[
    {
        "id": 21,
        "name": "Batubara Benhes 3",
        "year": 2024,
        "mineral_type": "Coal",
        "company_id": 76,
        "production_volume": null
    },
    {
        "id": 22,
        "name": "Batubara Long Wehea 1",
        "year": 2024,
        "mineral_type": "Coal",
        "company_id": 77,
        "production_volume": null
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

province
string
Filter mining sites by province name (e.g., Kalimantan Timur).
mineral_type
string
Filter sites by the primary type of mineral (e.g., Coal).
min_production
number
Filter for sites with a production volume greater than or equal to this value.
sort_by
string
default:"year"
Sort results by production (descending) or year (descending).
limit
integer
default:"20"
Number of results to return. Maximum value is 30.

Response

[]
MiningSite