MedTwenty

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/companiesSearch and filter company records
GET/v1/companies/{slug}Full company record with funding and acquisitions
GET/v1/dealsTransactions by type, status, sector and date range
GET/v1/fundingRounds by stage, lead investor and geography
GET/v1/investors/{slug}Investor profile, portfolio and exits
GET/v1/technologiesTechnology segments with sizing and growth
GET/v1/indices/{slug}Index values and historical series
POST/v1/webhooksSubscribe 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