Skip to main content
GET
/
v2
/
mining
/
license-auctions
/
{wiup_code}
Auction Detail
curl --request GET \
  --url https://api.sectors.app/v2/mining/license-auctions/{wiup_code}/
{
    "commodity_type": "Nickel",
    "city": "Luwu Timur",
    "province": "Sulawesi Selatan",
    "company_name": "Sulsel Citra Indonesia Perseroda",
    "winner_date": "2024-06-20",
    "licensed_area_ha": 943.0,
    "license_number": "5.K/MB.01/MEM.B/2023",
    "area_type": "WIUPK",
    "kdi": "3378300000",
    "wiup_code": "1473242122023002",
    "auction_status": "Lelang Selesai",
    "participant_count": 3,
    "winner": true,
    "created_at": "2024-07-18",
    "last_modified": "2024-07-18",
    "phases": [
        {
            "order": 1,
            "description": "Pengumuman Pelaksanaan Lelang",
            "start_date": "2024-04-17",
            "end_date": null
        },
        {
            "order": 2,
            "description": "Pendaftaran Peserta Lelang",
            "start_date": "2024-05-20",
            "end_date": null
        },
        {
            "order": 3,
            "description": "Pengiriman Dokumen Prakualifikasi",
            "start_date": "2024-05-21",
            "end_date": null
        },
        {
            "order": 4,
            "description": "Evaluasi Dokumen Prakualifikasi",
            "start_date": "2024-05-23",
            "end_date": null
        },
        {
            "order": 5,
            "description": "Pengumuman Prakualifikasi",
            "start_date": "2024-05-29",
            "end_date": null
        },
        {
            "order": 6,
            "description": "Pengiriman Dokumen Penawaran Harga",
            "start_date": "2024-05-31",
            "end_date": null
        },
        {
            "order": 7,
            "description": "Penilaian dan Penetapan Peringkat Hasil Penilaian",
            "start_date": "2024-06-01",
            "end_date": null
        },
        {
            "order": 8,
            "description": "Reviu Pelaksanaan Lelang",
            "start_date": "2024-06-05",
            "end_date": null
        },
        {
            "order": 9,
            "description": "Penetapan Daftar Peringkat Pemenang Lelang",
            "start_date": "2024-06-07",
            "end_date": null
        },
        {
            "order": 10,
            "description": "Pengumuman Daftar Peringkat Pemenang Lelang",
            "start_date": "2024-06-10",
            "end_date": null
        },
        {
            "order": 11,
            "description": "Masa Sanggah",
            "start_date": "2024-06-12",
            "end_date": null
        },
        {
            "order": 12,
            "description": "Evaluasi Dokumen Sanggah dan Jawaban Sanggah",
            "start_date": "2024-06-14",
            "end_date": null
        },
        {
            "order": 13,
            "description": "Penetapan Pemenang Lelang",
            "start_date": "2024-06-20",
            "end_date": null
        },
        {
            "order": 14,
            "description": "Lelang Selesai",
            "start_date": "2024-06-25",
            "end_date": null
        }
    ],
    "participants": [
        {
            "NIB": "0287000921976",
            "company_name": "Sulsel Citra Indonesia Perseroda",
            "email": "perserodasulsel@gmail.com",
            "qualification_result": "Lolos"
        },
        {
            "NIB": "0401240004706",
            "company_name": "Luwu Timur Gemilang",
            "email": "perserodaluwutimurgemilang@gmail.com",
            "qualification_result": "Tidak Lolos"
        },
        {
            "NIB": "8120003803316",
            "company_name": "Aneka Tambang",
            "email": "perijinan.antam@antam.com",
            "qualification_result": "Lolos"
        }
    ],
    "company_slug": null
}

Auction Detail

GET /v2/mining/license-auctions/{wiup_code}/ Retrieves the full record for a single mining license auction, including the parsed phases timeline and participant qualification list.
{
    "commodity_type": "Nickel",
    "city": "Luwu Timur",
    "province": "Sulawesi Selatan",
    "company_name": "Sulsel Citra Indonesia Perseroda",
    "winner_date": "2024-06-20",
    "licensed_area_ha": 943.0,
    "license_number": "5.K/MB.01/MEM.B/2023",
    "area_type": "WIUPK",
    "kdi": "3378300000",
    "wiup_code": "1473242122023002",
    "auction_status": "Lelang Selesai",
    "participant_count": 3,
    "winner": true,
    "created_at": "2024-07-18",
    "last_modified": "2024-07-18",
    "phases": [
        {
            "order": 1,
            "description": "Pengumuman Pelaksanaan Lelang",
            "start_date": "2024-04-17",
            "end_date": null
        },
        {
            "order": 2,
            "description": "Pendaftaran Peserta Lelang",
            "start_date": "2024-05-20",
            "end_date": null
        },
        {
            "order": 3,
            "description": "Pengiriman Dokumen Prakualifikasi",
            "start_date": "2024-05-21",
            "end_date": null
        },
        {
            "order": 4,
            "description": "Evaluasi Dokumen Prakualifikasi",
            "start_date": "2024-05-23",
            "end_date": null
        },
        {
            "order": 5,
            "description": "Pengumuman Prakualifikasi",
            "start_date": "2024-05-29",
            "end_date": null
        },
        {
            "order": 6,
            "description": "Pengiriman Dokumen Penawaran Harga",
            "start_date": "2024-05-31",
            "end_date": null
        },
        {
            "order": 7,
            "description": "Penilaian dan Penetapan Peringkat Hasil Penilaian",
            "start_date": "2024-06-01",
            "end_date": null
        },
        {
            "order": 8,
            "description": "Reviu Pelaksanaan Lelang",
            "start_date": "2024-06-05",
            "end_date": null
        },
        {
            "order": 9,
            "description": "Penetapan Daftar Peringkat Pemenang Lelang",
            "start_date": "2024-06-07",
            "end_date": null
        },
        {
            "order": 10,
            "description": "Pengumuman Daftar Peringkat Pemenang Lelang",
            "start_date": "2024-06-10",
            "end_date": null
        },
        {
            "order": 11,
            "description": "Masa Sanggah",
            "start_date": "2024-06-12",
            "end_date": null
        },
        {
            "order": 12,
            "description": "Evaluasi Dokumen Sanggah dan Jawaban Sanggah",
            "start_date": "2024-06-14",
            "end_date": null
        },
        {
            "order": 13,
            "description": "Penetapan Pemenang Lelang",
            "start_date": "2024-06-20",
            "end_date": null
        },
        {
            "order": 14,
            "description": "Lelang Selesai",
            "start_date": "2024-06-25",
            "end_date": null
        }
    ],
    "participants": [
        {
            "NIB": "0287000921976",
            "company_name": "Sulsel Citra Indonesia Perseroda",
            "email": "perserodasulsel@gmail.com",
            "qualification_result": "Lolos"
        },
        {
            "NIB": "0401240004706",
            "company_name": "Luwu Timur Gemilang",
            "email": "perserodaluwutimurgemilang@gmail.com",
            "qualification_result": "Tidak Lolos"
        },
        {
            "NIB": "8120003803316",
            "company_name": "Aneka Tambang",
            "email": "perijinan.antam@antam.com",
            "qualification_result": "Lolos"
        }
    ],
    "company_slug": null
}

Path Parameters

wiup_code
string
required
The unique identifier for the auction.

Response Fields

commodity_type
string
The commodity (e.g., “Coal”, “Nickel”).
city
string
City or regency of the auction area.
province
string
Province of the auction area.
company_name
string | null
The name of the winning company.
winner_date
string | null
The date the auction was won (YYYY-MM-DD).
licensed_area_ha
float
Size of the area in hectares.
license_number
string | null
Official license number if assigned.
area_type
string
The type of mining area (e.g., “WIUP”, “WIUPK”).
kdi
string | null
The KDI code for the area.
wiup_code
string
Unique identifier for the auction.
auction_status
string
The current status of the auction process.
participant_count
integer
Total number of participants.
winner
boolean
Whether a winner has been finalized.
created_at
string
Timestamp when the record was created.
last_modified
string
Timestamp of the last update to the record.
phases
object[]
Timeline of the auction phases.
participants
object[]
List of companies that participated in the auction.
company_slug
string | null
The slug of the winning company.