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.

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

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.