Drill results
Every reported interval (from, to, width, grade, gram-metres), normalized across companies and exchanges, scored and queryable by commodity.
Drill results, financings, financial statements, projects and technical reports, parsed from public filings into one clean REST and MCP API. Query the whole junior mining universe with a single key.
Free plan included. No credit card required.
# Gold drill results, best intercepts firstcurl https://api.miningdataapi.com/v1/drill-results/search/ \ -H "Authorization: Bearer os_live_…" \ -d '{ "filters": [ { "field": "primary_commodity", "operator": "eq", "value": "AU" }, { "field": "drill_score", "operator": "gte", "value": 60 } ], "sort": "-drill_score" }'Press releases and regulatory filings are ingested as companies publish them.
Intercepts, terms, cash positions and report metadata are parsed into typed, consistent fields.
REST, MCP, or a sync stream into your own database. Same data, same limits, same key.
Datasets
Each dataset is an allowlisted set of typed fields with the same filter grammar. Plans unlock datasets and history depth; the request shape never changes.
Every reported interval (from, to, width, grade, gram-metres), normalized across companies and exchanges, scored and queryable by commodity.
Private placements, bought deals, warrants and use of proceeds, tracked from announcement to close with per-share terms.
Cash, working capital, burn rate and runway extracted from quarterly and annual statements, standardized across IFRS filers.
Project stages, jurisdictions, resource estimates and NI 43-101 / JORC report metadata linked back to the source filings.
Spin-outs, reorganisations and name changes so entity history stays connected across tickers.
Every row carries its source document, so you can audit any number back to the press release or regulatory filing it came from.
Developers
Customer input only ever reaches the database as bound parameters against an allowlist, and plan limits are enforced inside the query compiler. Fast, predictable, safe by construction.
Field, operator, value. Compose filters, sort on any allowed column, page with a cursor. The same request shape works across all resources.
POST /v1/{dataset}/searchEvery dataset is exposed as a search tool over MCP, so agents get the same allowlisted fields and plan limits your keys do.
claude mcp add --transport http …Cursor-based sync endpoints stream inserts, updates and deletions, so your local copy converges instead of drifting.
GET /v1/{dataset}?cursor=…Pricing
Upgrade when you need more datasets, deeper history or higher limits. No per-seat pricing; limits are per organization.
$0forever
Explore the drill results dataset.
Start free$99per month
For analysts and small teams.
Choose Starter$499per month
Every dataset, all of history.
Choose ProCustomannual
SQL access, higher limits, and an SLA.
Contact usPaid plans are billed monthly through Stripe and can be cancelled any time from the billing portal.
Create an organization, mint a key, and start with drill results on the Free plan. Upgrade from the dashboard whenever you need more.