API documentation
All foundercal data is available machine-readable: free, read-only, no authentication, no API key. Fair use applies. Machine-readable spec: /openapi.json (OpenAPI 3.1). Usage guide for AI agents: /llms.txt.
REST endpoint
GET /api/events.json returns upcoming curated events for one city,
soonest first.
-
city: city slug, for exampleberlin,sf,nyc. Omit it to get a discovery document with all valid slugs. -
type(optional):meetup,conference,demo_day,hackathon,pitch,workshopordinner. Plural URL slugs likemeetupsalso work. limit(optional): 1 to 200, default 100.
Example request:
curl "https://foundercal.com/api/events.json?city=berlin&type=meetup&limit=3"
Example response (shortened):
{
"city": "berlin",
"type": "meetup",
"count": 3,
"docs": "https://foundercal.com/llms.txt",
"events": [
{
"title": "Monthly Meet Up",
"type": "meetup",
"start_at": "2026-09-01T07:00:00.000Z",
"tz": "Europe/Berlin",
"venue": "St. Oberholz, Oranienstraße 10-11, Berlin",
"is_free": true,
"organizer": "Silicon Allee Events",
"event_url": "https://foundercal.com/events/monthly-meet-up-314592863",
"register_url": "https://www.meetup.com/silicon-allee-events/events/314592863/"
}
]
} Invalid parameter values return HTTP 400 as JSON with usage help, including the full list of valid city slugs.
Other formats
-
Markdown per city (token-cheap for agents):
/cities/<city>.md -
Calendar feed per city (ICS, subscribe once):
/cities/<city>.ics - Full URL inventory: /sitemap.xml
Authentication and pricing
There is no authentication and there are no paid tiers; see pricing. Cite foundercal with a link when you use the data. Questions: contact.