Investor List API v1
Getting Started
Base URL
https://api.unlocks.appAuthentication
Provide your api key in the x-api-key header.
GET https://api.unlocks.app/v1/fundraising/investors/list
HEADER: x-api-key: <YOUR_API_KEY>Parameters
No parameters required.
Response
{
"metadata": {
"queryDate": "2026-01-08T10:23:54Z"
},
"status": true,
"data": [
{
"investorId": "01-advisors",
"investorName": "01 Advisors",
"website": "https://01a.com/,https://www.linkedin.com/company/01a/,https://x.com/01Advisors",
"latestFundingDate": "2021-11-04T00:00:00Z"
},
{
"investorId": "01-capital",
"investorName": "01 Capital",
"website": "https://01capital.co.uk/,https://www.linkedin.com/company/01capital/",
"latestFundingDate": "2021-05-24T00:00:00Z"
},
...
]
}
The response includes time series data with the date (in UTC timezone),
Return Fields Explanation
Fields
Data Type
Description
investorId
string
Identifier to call for a Dataset
investorName
string
Investor Name
website
string
Link to Investor Website
latestFundingDate
timestamp
Latest Investment Activity From The Investor
Last updated