Skip to main content
GET
List startups

Response

200 - application/json

The startup portfolio.

id
string<uuid>
required
slug
string
required

URL-safe identifier. Use this for your own detail-page routes.

Example:

"acceleratorapp"

name
string
required
Example:

"AcceleratorApp"

industry
string[]
required

Zero or more industry tags.

Example:
created_at
string<date-time>
required
open_jobs_count
integer
required

Published, unexpired jobs at this startup. Zero for every startup until the job board launches.

enrollments
object[]
required

Programs this startup has been part of. A startup may appear in more than one over time.

blurb
string | null

One-line summary, suitable for a card.

Example:

"Software for startup communities around the world."

description
string | null

Long-form description, suitable for a detail page. The largest field in the payload.

logo_url
string<uri> | null

Hosted on Supabase Storage. Copy these into your own CDN if you would rather not hotlink.

website_url
string | null

Always includes a scheme, so it can be rendered as a link directly.

linkedin_url
string<uri> | null