Get single university
curl --request GET \
--url https://api-next.dealroom.co/api/data/universities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"uuid": "345d1ab6-33df-4759-9e17-0d0c0ec9ab1c",
"type": "organization",
"organization_subtype": "company",
"is_investor": false,
"is_founder": false,
"is_executive": false,
"is_partner": false,
"total_invested": 4200000000,
"name": "Stripe",
"tagline": "Online payment processing for internet businesses.",
"about": "Stripe builds economic infrastructure for the internet…",
"image": "https://images.dealroom.co/logos/stripe.png",
"dealroom_url": "https://app.dealroom.co/companies/stripe",
"closing_year": 123,
"employee_count": 123,
"employee_count_1y_growth": 123,
"launch_year": 2010,
"launch_month": 2,
"hq_country": "United States",
"hq_city": "San Francisco",
"website": "<string>",
"website_domain": "<string>",
"linkedin_url": "https://www.linkedin.com/company/stripe",
"twitter_url": "https://twitter.com/stripe",
"lat": 37.7878,
"lon": -122.4032,
"founding_country": "United States",
"founding_city": "San Francisco",
"founding_lat": 37.7878,
"founding_lon": -122.4032,
"added_at": "2026-06-30T04:00:52.000Z",
"created_at": "2026-03-21T08:00:00.000Z",
"updated_at": "2026-03-27T10:30:00.000Z",
"deleted_at": null,
"company": {
"is_unicorn": true,
"is_vc_backed": true,
"is_exited": true,
"is_pe_owned": true,
"is_hiring": true,
"has_founder": true,
"open_jobs_count": 12,
"company_status": "<string>",
"signal_rating": 123,
"similarweb_3_months_growth": 123,
"similarweb_traffic": 123,
"total_funding": 123,
"total_vc_funding": 123,
"unicorn_type": "<string>",
"year_became_unicorn": 123,
"year_of_exit": 123
},
"person": {
"gender": "<string>",
"is_serial_founder": true,
"is_super_founder": true,
"is_promising_founder": true,
"is_strong_founder": true,
"founded_companies_total_funding": 123
},
"investor": {
"total_investments_count": 123,
"preferred_round": "<string>",
"last_investor_round_year": 123,
"last_investor_round_month": 123
},
"university": {
"alumni_count": 123,
"alumni_founder_count": 123,
"alumni_founded_companies_count": 123,
"alumni_unicorn_companies_count": 123,
"spinout_count": 123
},
"funding_summary": {
"total_funding": 9123000000,
"round_count": 28
},
"tags": [
{
"id": 123,
"name": "<string>",
"type": "<string>"
}
],
"founders": [
{
"uuid": "1a2b3c4d-5e6f-7890-1234-567890abcdef",
"name": "<string>",
"image": "<string>",
"dealroom_url": "<string>",
"is_investor": true,
"is_strong_founder": true
}
],
"latest_valuation": {
"value": 123,
"year": 123,
"month": 123
},
"latest_revenue": {
"value": 123,
"year": 123
}
},
"currency": "<string>"
}Universities
Get single university
Returns the full university record by UUID (numeric IDs are not accepted), including the university sub-object (alumni metrics) alongside the shared entity base fields.
GET
/
api
/
data
/
universities
/
{id}
Get single university
curl --request GET \
--url https://api-next.dealroom.co/api/data/universities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"uuid": "345d1ab6-33df-4759-9e17-0d0c0ec9ab1c",
"type": "organization",
"organization_subtype": "company",
"is_investor": false,
"is_founder": false,
"is_executive": false,
"is_partner": false,
"total_invested": 4200000000,
"name": "Stripe",
"tagline": "Online payment processing for internet businesses.",
"about": "Stripe builds economic infrastructure for the internet…",
"image": "https://images.dealroom.co/logos/stripe.png",
"dealroom_url": "https://app.dealroom.co/companies/stripe",
"closing_year": 123,
"employee_count": 123,
"employee_count_1y_growth": 123,
"launch_year": 2010,
"launch_month": 2,
"hq_country": "United States",
"hq_city": "San Francisco",
"website": "<string>",
"website_domain": "<string>",
"linkedin_url": "https://www.linkedin.com/company/stripe",
"twitter_url": "https://twitter.com/stripe",
"lat": 37.7878,
"lon": -122.4032,
"founding_country": "United States",
"founding_city": "San Francisco",
"founding_lat": 37.7878,
"founding_lon": -122.4032,
"added_at": "2026-06-30T04:00:52.000Z",
"created_at": "2026-03-21T08:00:00.000Z",
"updated_at": "2026-03-27T10:30:00.000Z",
"deleted_at": null,
"company": {
"is_unicorn": true,
"is_vc_backed": true,
"is_exited": true,
"is_pe_owned": true,
"is_hiring": true,
"has_founder": true,
"open_jobs_count": 12,
"company_status": "<string>",
"signal_rating": 123,
"similarweb_3_months_growth": 123,
"similarweb_traffic": 123,
"total_funding": 123,
"total_vc_funding": 123,
"unicorn_type": "<string>",
"year_became_unicorn": 123,
"year_of_exit": 123
},
"person": {
"gender": "<string>",
"is_serial_founder": true,
"is_super_founder": true,
"is_promising_founder": true,
"is_strong_founder": true,
"founded_companies_total_funding": 123
},
"investor": {
"total_investments_count": 123,
"preferred_round": "<string>",
"last_investor_round_year": 123,
"last_investor_round_month": 123
},
"university": {
"alumni_count": 123,
"alumni_founder_count": 123,
"alumni_founded_companies_count": 123,
"alumni_unicorn_companies_count": 123,
"spinout_count": 123
},
"funding_summary": {
"total_funding": 9123000000,
"round_count": 28
},
"tags": [
{
"id": 123,
"name": "<string>",
"type": "<string>"
}
],
"founders": [
{
"uuid": "1a2b3c4d-5e6f-7890-1234-567890abcdef",
"name": "<string>",
"image": "<string>",
"dealroom_url": "<string>",
"is_investor": true,
"is_strong_founder": true
}
],
"latest_valuation": {
"value": 123,
"year": 123,
"month": 123
},
"latest_revenue": {
"value": 123,
"year": 123
}
},
"currency": "<string>"
}Authorizations
oauth2bearerAuth
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.
Path Parameters
Stable UUID of the entity. Numeric ids are not accepted.
Minimum string length:
1Example:
"345d1ab6-33df-4759-9e17-0d0c0ec9ab1c"
Query Parameters
ISO 4217 currency code for monetary field conversion. Defaults to USD.
Example:
"EUR"
⌘I