Get a mining asset dossier
Return the full picture for a single mining asset: overview, recent news, and recent drilling results.
Authorization
apiKeyAuth Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.
In: header
Path Parameters
Mining asset id.
Response Body
The mining asset dossier.
One mining asset's full picture: profile overview, recent news, and recent drill results.
curl -X GET "https://example.com/v1/mining-assets/0/dossier/" \ -H "Authorization: Bearer $PULSE_API_KEY"{ "overview": { "id": 29144, "name": "Diablillos Silver-Gold Project", "asset_type_label": "Mining Property", "primary_company_name": "AbraSilver Resource Corp", "phase": "Development", "stage": "Pre-Feasibility (PFS)", "activity_status": "Active", "mine_type_label": "Open Pit", "country": "Argentina", "province": "Salta", "primary_commodity": [ "Ag" ], "by_products": [ "Au" ], "commodities": [ "Ag", "Au" ], "mining_method": "conventional open pit mining (drill, blast, truck and shovel)", "brief_summary": "Diablillos is a large, district-scale high-sulfidation epithermal silver-gold system in the Puna of southern Salta, Argentina..." }, "recent_news": [ { "entity_type": "publication", "id": 2386047, "mentioned_as": "Diablillos", "title": "AbraSilver Files Definitive Feasibility Study Technical Report & Provides Heap Leach PEA Update", "published_date": "2026-07-21T11:30:00Z", "url": "https://money.tmx.com/quote/ABRA/news/7573417094767115", "content_kind": "announcement" } ], "recent_drill": [ { "entity_type": "drill_disclosure", "id": 67054, "asset": "Diablillos Silver-Gold Project", "publication_title": "AbraSilver Intersects 109 Metres of 221 g/t Silver and 0.72 g/t Gold at Oculto West, Including 14 Metres of 580 g/t Silver", "url": "https://money.tmx.com/quote/ABRA/news/8679108393936258", "published_date": "2026-07-13T11:30:00Z", "hole_count": 5, "intercept_count": 19, "best_grade": 221.2, "best_grade_label": "221.2 g/t", "best_commodity": "Ag" } ]}POSTSearch mining assets
Screen mining assets — projects, deposits, mines, and facilities — by a curated set of filterable fields such as commodity, geography, and lifecycle stage. Returns matching assets with the requested columns, or a default column set if none are requested.
GETGet mining asset production history
Return the asset's elected production history as a time series, newest period first — one row per commodity and period, with annual roll-ups above that year's quarters. Quantities are **100% of the operation** (not any one owner's share), as contained metal in elemental kilograms, each alongside a formatted label. Asset rows also carry produced grade and recovery rate. Unpaginated: the full history is returned in one call.