Pulse Intelligence
Mining Assets

Get a mining asset dossier

Return the full picture for a single mining asset: overview, recent news, and recent drilling results.

GET/v1/mining-assets/{id}/dossier/

Authorization

apiKeyAuth
AuthorizationBearer <token>

Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.

In: header

Path Parameters

id*integer

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"    }  ]}