GET
/
v2
/
licenses
/
List Mining Licenses
curl --request GET \
  --url https://api.sectors.app/v2/licenses/ \
  --header 'Authorization: <authorization>'
[
    {
        "id": "3340",
        "license_number": "503/1573/IUP-OP/BPPMD-PTSP/X/2015",
        "province": "Kalimantan Timur",
        "city": "Paser",
        "permit_expiry_date": "2025-10-02",
        "commodity": "Coal",
        "company_name": "PT Jasa Tambang Nusantara"
    },
    {
        "id": "1650",
        "license_number": "1108/1/IUP/PMDN/2022",
        "province": "Kalimantan Timur",
        "city": "Kabupaten Berau",
        "permit_expiry_date": "2025-10-06",
        "commodity": "Coal",
        "company_name": "PT Supra Bara Energi"
    }
]
[
    {
        "id": "3340",
        "license_number": "503/1573/IUP-OP/BPPMD-PTSP/X/2015",
        "province": "Kalimantan Timur",
        "city": "Paser",
        "permit_expiry_date": "2025-10-02",
        "commodity": "Coal",
        "company_name": "PT Jasa Tambang Nusantara"
    },
    {
        "id": "1650",
        "license_number": "1108/1/IUP/PMDN/2022",
        "province": "Kalimantan Timur",
        "city": "Kabupaten Berau",
        "permit_expiry_date": "2025-10-06",
        "commodity": "Coal",
        "company_name": "PT Supra Bara Energi"
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

province
string
Filter licenses by the province they are registered in.
commodity
string
Filter licenses by a specific commodity.
expiring_soon
boolean
Set to true to find licenses that will expire within the next 365 days.
limit
integer
default:"20"
Number of results to return. Maximum value is 30.

Response

[]
MiningLicense