---
title: "Mining Sites"
method: GET
path: "/v2/mining/sites/"
tags: ["Production & Sites"]
---

# Mining Sites

`GET /v2/mining/sites/`

Lists mining sites with advanced filtering for location, commodity type, and production volume, plus sorting capabilities and detailed site information.

<Note>Available `commodity_type` values: `Coal`, `Gold`, `Nickel`, `Copper`.</Note>

Prefix `order_by` with `-` for descending order (e.g. `-production_volume`).

<Info>Costs 1 API credit.</Info>

## Query parameters

- `province` 'Aceh' | 'Banten' | 'Gorontalo' | 'Jambi' | 'Jawa Timur' | 'Kalimantan Selatan' | 'Kalimantan Tengah' | 'Kalimantan Timur' | 'Kalimantan Utara' | 'Maluku' | 'Maluku Utara' | 'Nusa Tenggara Barat' | 'Papua' | 'Papua Barat' | 'Sulawesi Barat' | 'Sulawesi Selatan' | 'Sulawesi Tengah' | 'Sulawesi Tenggara' | 'Sulawesi Utara' | 'Sumatera Barat' | 'Sumatera Selatan' | 'Sumatera Utara'
- `commodity_type` 'Coal' | 'Copper' | 'Gold' | 'Nickel'
- `company` string
- `year` integer
- `order_by` '-production_volume' | '-strip_ratio' | '-year' | 'production_volume' | 'strip_ratio' | 'year'
- `min_production` number, double
- `limit` integer
- `offset` integer

## Response `200`

Paginated list of mining sites.

- MiningSiteList
  - `results` MiningSiteListItem[], required
    - `name` string, required — Mining site name.
    - `project_name` string, nullable, required — Project name.
    - `year` integer, required — Reporting year.
    - `commodity_type` string, required — Commodity type (e.g. Coal, Nickel).
    - `production_volume` number, double, required — Production volume.
    - `unit` string, required — Production unit (e.g. Mt, Kg).
    - `strip_ratio` number, double, nullable, required — Strip ratio.
    - `province` string, required — Province name.
    - `city` string, required — City/regency name.
    - `company_slug` string, required — Parent company slug.
    - `company_name` string, required — Parent company name.
    - `slug` string, required — Mining site slug.
  - `pagination` MiningSiteListPagination, required
    - `total_count` integer, required — Total number of matching results.
    - `showing` integer, required — Number of results in this page.
    - `limit` integer, required — Maximum results per page.
    - `offset` integer, required — Number of results skipped.
    - `has_next` boolean, required — Whether a next page exists.
    - `has_previous` boolean, required — Whether a previous page exists.
    - `next_offset` integer, nullable, required — Offset for the next page, or null.
    - `previous_offset` integer, nullable, required — Offset for the previous page, or null.

## Other responses

- `400` — Invalid query parameters.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.dev/sectors/apis/sectors-api.md) · [All operations](https://skmtc.dev/sectors/apis/sectors-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sectors/sectors-api/revisions/49e492f19d77/schema)
