Skip to main content
GET
/
v2
/
mining
/
total-production
Total Commodity Production
curl --request GET \
  --url https://api.sectors.app/v2/mining/total-production/ \
  --header 'Authorization: <api-key>'
[
  {
    "year": 2024,
    "production_volume": 734.9,
    "prev_year_volume": 775.1,
    "unit": "Mt",
    "yoy_change_percent": -5.19
  },
  {
    "year": 2023,
    "production_volume": 775.1,
    "prev_year_volume": 687.4,
    "unit": "Mt",
    "yoy_change_percent": 12.76
  }
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Query Parameters

commodity_type
string
required

The commodity to analyze (e.g., Coal). Required.

Response

List of annual production records with year-over-year change.

{key}
any