List university map points
Slim university payload for map rendering (the startup map’s dot layer): one point per university with HQ coordinates and an optional size_by metric value. Accepts the same filter syntax as /universities. When size_by is set, points sort by that dimension descending, so capped responses keep the highest-value points. Universities without usable HQ coordinates are omitted. Monetary values are USD. For per-area counts (the map’s choropleth layer), use the aggregate endpoint over the entities source narrowed to the subtype: GET /analytics/aggregate/entities?metric=count&group_by=map_area&filter=organization_subtype[eq]:university.
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations. Revoking or deactivating a key rejects it on the next request (within a ≤5-minute server-side cache window), not at token expiry.
Headers
Pin a Stripe-style date-based API version (YYYY-MM-DD). Omit to use the latest version (2026-09-01). A pinned version is supported for 30 days after it is superseded, after which it returns 400.
"2026-09-01"
Query Parameters
Filter expression for universities — identical syntax and semantics to the /universities list filter.
"and(alumni_founder_count[gte]:100,hq_location[eq]:233)"
Numeric dimension returned as each point's value (for proportional dot sizing). Monetary dimensions are USD. Also sorts the result descending, so a capped response keeps the highest-value points. Omitted → value is null and the default sort applies.
total_funding, employee_count, latest_valuation, total_invested, total_investments_count, alumni_count, alumni_founder_count "total_funding"
Number of results to return (1-5000, default 5000)
1 <= x <= 50005000
Number of results to skip before returning data. Combine with limit for offset-based pagination.
x >= 00