HomeAPI Docs

API reference

LatestRounds API

Access funding rounds, company enrichment, signals, investors, and categories from one API. Browse endpoints from the left sidebar to open a dedicated page per endpoint.

Authentication

Use a dashboard-generated API key on every request: Authorization: Bearer YOUR_API_KEY.

Rate and limits

Per-minute burst limits, monthly quota, and page-size caps are enforced by plan.

Base URL

https://latestrounds.com/api/v1

Getting started

  1. 0. Need a no-signup test key?

    Open the dedicated Public test endpoint page from the sidebar.

  2. 1. Generate your API key

    Create a key in your API dashboard. Share this key only with your server-side code.

  3. 2. Send your first request

    Pass your key as a bearer token in the Authorization header.

    cURL
    curl -s "https://latestrounds.com/api/v1/funding?country=US&from=2026-03-01&limit=10" \
      -H "Authorization: Bearer YOUR_API_KEY"
  4. 3. Explore endpoint docs

    Use the left sidebar to open each endpoint page for request examples, parameter tables, and response schema details.