Discover/lu.ma API
live

lu.ma APIlu.ma

Access upcoming events from lu.ma across 79+ cities. Get event titles, dates, venues, organizers, timezones, and registration URLs via two simple endpoints.

Endpoints
2
Updated
3mo ago
Try it
City slug as returned by list_cities endpoint (e.g. 'vancouver', 'sf', 'nyc', 'london', 'austin'). Use list_cities to see all available options.
Maximum number of events to return.
api.parse.bot/scraper/5977a819-cd3b-4786-b111-4cf922e2e657/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/5977a819-cd3b-4786-b111-4cf922e2e657/get_events?city=nyc&limit=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get upcoming events for a specific city. Returns events with title, date, venue, organizer, timezone, cover image, and registration URL. Results are paginated from the Luma discover API.

Input
ParamTypeDescription
citystringCity slug as returned by list_cities endpoint (e.g. 'vancouver', 'sf', 'nyc', 'london', 'austin'). Use list_cities to see all available options.
limitintegerMaximum number of events to return.
Response
{
  "type": "object",
  "fields": {
    "city": "string — the city slug that was queried",
    "events": "array of event objects with title, date, end_date, timezone, venue, registration_url, cover_image, organizer, event_api_id",
    "total_returned": "integer — number of events returned"
  },
  "sample": {
    "data": {
      "city": "sf",
      "events": [
        {
          "date": "2026-05-14T20:00:00.000Z",
          "title": "Hello World Launch Party by Anything",
          "venue": "Corgi Cafe, San Francisco",
          "end_date": "2026-05-15T00:00:00.000Z",
          "timezone": "America/Los_Angeles",
          "organizer": "Anything",
          "cover_image": "https://images.lumacdn.com/uploads/hv/63ec7ec9-1821-44e4-b854-38006128cf4c.png",
          "event_api_id": "evt-Q7AP1Plh95Rnp0N",
          "registration_url": "https://lu.ma/h06u0dux"
        }
      ],
      "total_returned": 50
    },
    "status": "success"
  }
}

About the lu.ma API

The Lu.ma API gives developers structured access to upcoming events listed on lu.ma across 79+ cities worldwide via two endpoints: get_events and list_cities. Each event record includes the title, date, end date, timezone, venue, organizer, cover image, and a direct registration URL. City coverage spans multiple continents, and results are paginated with a configurable limit parameter.

Endpoints

The API exposes two endpoints. list_cities returns all supported city slugs grouped by continent, along with each city's name, event count, and timezone — no parameters required. get_events accepts a city slug (as returned by list_cities) and an optional limit integer, then returns an array of event objects for that city.

Event Data

Each object in the events array from get_events includes: title, date, end_date, timezone, venue, registration_url, cover_image, organizer, and event_api_id. The registration_url links directly to the lu.ma event page so end users can register without additional lookups. The event_api_id can be stored for deduplication when polling the same city over time.

City Coverage and Filtering

list_cities reports the total city count and per-city event_count, which is useful for deciding which markets are worth querying. City slugs follow lu.ma conventions (e.g. sf, nyc, london, vancouver, austin). To query multiple cities in sequence, call list_cities first to get the full slug list, then iterate with get_events. There is no cross-city or keyword search endpoint; queries are scoped to one city per request.

Pagination and Freshness

Results from get_events reflect upcoming events at query time. The limit parameter controls how many events are returned per call. The total_returned field confirms the actual count in each response, which may be less than limit if fewer events are available for that city.

Common use cases
  • Build a local events calendar app that pulls upcoming lu.ma events by city slug and displays venue and date information.
  • Monitor event frequency in specific cities using the event_count field from list_cities to identify active markets.
  • Aggregate organizer activity across cities by collecting the organizer field from multiple get_events responses.
  • Generate weekly digests of tech or community events filtered by timezone and city for a newsletter.
  • Store event_api_id values to deduplicate events when polling the same city on a recurring schedule.
  • Display cover images and registration links in a curated event discovery interface without requiring users to visit lu.ma directly.
  • Compare event density across continents by grouping list_cities results by the continent field.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does lu.ma have an official developer API?+
Lu.ma offers a limited official API documented at https://docs.lu.ma/reference/getting-started, focused primarily on calendar and event management for hosts. It does not expose a public discover endpoint for browsing events across cities the way this API does.
What does `get_events` return, and how do I control the number of results?+
get_events returns an array of event objects under the events key, each containing title, date, end_date, timezone, venue, organizer, cover_image, registration_url, and event_api_id. Pass the limit integer parameter to cap the number of events returned. The total_returned field in the response confirms how many were actually included.
Can I search for events by keyword, category, or date range rather than just by city?+
Not currently. The API filters events by city slug only; there are no keyword, category, or date-range parameters. You can fork this API on Parse and revise it to add filtering logic over the returned event fields.
Are private or invite-only lu.ma events included in the results?+
The API returns events visible on lu.ma's public discover pages. Private or invite-only events that are not listed publicly are not included in the results.
Is there an endpoint to get details for a single event by its ID?+
Not currently. The API covers city-level event discovery and city listing. Individual event detail lookup by event_api_id is not available as a separate endpoint. You can fork this API on Parse and revise it to add a single-event detail endpoint.
Page content last updated . Spec covers 2 endpoints from lu.ma.
Related APIs in EntertainmentSee all →
luma.com API
Search and discover public events happening in your area through Luma, complete with details about hosts, attendees, and ticket information. Browse events by location to find exactly what you're looking for and learn more about each event's specifics.
feverup.com API
Discover and search live events, exhibitions, and experiences happening in cities worldwide, filtering by categories to find concerts, shows, expos, and more that match your interests. Get detailed information about any event including schedules, descriptions, and venue details to plan your next outing.
allevents.in API
Search and discover events from AllEvents.in by name, date, or category, then view detailed information like descriptions, timings, and venue details. Filter through available event categories to find exactly what you're looking for.
eventup.com API
Search EventUp for event venues by city, browse featured venues, fetch available venue filter facets for a location, and get autocomplete suggestions for venue and place queries.
rausgegangen.de API
Discover events happening in German cities by searching for concerts, festivals, and shows—filtering by location, date, or category to find exactly what you're looking for. Get detailed information about venues, artists, and ticket lotteries all in one place.
10times.com API
Search and discover events from 10times.com, including conferences, trade shows, and exhibitions worldwide. Access detailed event data such as exhibitor lists, schedules, agendas, and venue information.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
humanitix.com API
Search and discover events on Humanitix, viewing detailed information including dates, times, locations, descriptions, and host names. Filter by keyword, category, price, and date to find events that match your interests.