v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Production & Sites

Total Commodity Production

Returns total national production for a commodity across all years, including year-over-year percentage change. Results are ordered by year descending.

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

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

get/v2/mining/total-production/

Query parameters

commodity_type'Coal' | 'Copper' | 'Gold' | 'Nickel' required

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

Response

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

yearinteger required

Reporting year.

production_volumenumber double required

Total production volume.

prev_year_volumenumber double nullable required

Previous year production volume.

unitstring required

Production unit (e.g. Mt, Kg).

yoy_change_percentnumber double nullable required

Year-over-year change (%).