API Access
The intelligence database, in your systems
A REST API over the same verified records that power the site: companies, funding, transactions, technologies, indices and market data. JSON responses, cursor pagination, webhooks for new events.
Endpoints
| GET | /v1/companies | Search and filter company records |
| GET | /v1/companies/{slug} | Full company record with funding and acquisitions |
| GET | /v1/deals | Transactions by type, status, sector and date range |
| GET | /v1/funding | Rounds by stage, lead investor and geography |
| GET | /v1/investors/{slug} | Investor profile, portfolio and exits |
| GET | /v1/technologies | Technology segments with sizing and growth |
| GET | /v1/indices/{slug} | Index values and historical series |
| POST | /v1/webhooks | Subscribe to verified-record events |
Example request
curl https://api.vanadiumintelligence.com/v1/deals \ -H "Authorization: Bearer $VN_API_KEY" \ -G -d sector=Diagnostics -d status=Announced -d limit=50