API Reference
The Fundz API serves verified company signals — fundings, acquisitions, executive moves, partnerships, product launches, and SEC filings — over a simple REST interface. Base URL https://api.fundz.net. Send your key in the Authorization: YOUR_API_KEY header. The API is available on paid plans only; there is no free API tier.
Authentication & Conventions
Start here. Get an API key, send it in the Authorization header, and learn the base URL, response envelope, pagination, query limits, and error format shared by every endpoint.
Company Profile
The hero endpoint. Everything on one company in a single call — the enriched org record plus its fused signals: fundings, acquisitions, executive moves, partnerships, product launches, and SEC filings.
Fundings
GET /fundings — the funding-events feed. Filter by organization, amount raised, series, location, industry, country, investor, and date range.
Acquisitions
GET /acquisitions — the M&A feed. Filter by organization, location, industry, and date range.
Crowdfundings
GET /crowdfundings — the crowdfunding-offerings feed. Filter by organization, offering amount, deadline, location, industry, and date range.
Executives
GET /executives — the executive-moves / leadership feed. Filter by organization, position, location, industry, and date range.
Agreements
GET /agreements — the partnerships & contracts feed. Filter by organization, location, industry, and date range.
Products
GET /products — the product-launch feed. Filter by organization, location, industry, and date range.
Models
Reference for the data models behind every response — the Organization profile and each feed record, with their fields and types.