Every API, one clean contract.
153 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
13 APIsE-commerce & Marketplaces
31 APIsReal Estate
10 APIsJobs & Hiring
12 APIsTravel & Lodging
7 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
20 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsEventbrite API scraper
livepost/eventbrite/v1/search1 creditSearch Eventbrite for events by keyword in a city, with optional category, date and free-only filters. Paginated (~20 events/page). Returns each event's name, date, venue with coordinates, image and link.
{
"query": "music",
"location": "united-states--new-york"
}Try in playground →post/eventbrite/v1/detail1 creditFull detail for one event by id or url: name, description, start/end datetime, venue with full address and coordinates, organizer, ticket price range (low/high + currency), availability, language, status and image.
{
"event_id": "1989917921069"
}Try in playground →post/eventbrite/v1/organizer1 creditProfile for an event organizer by id or url: name, bio, verification, avatar, follower count, website and social links, and how many upcoming events they have.
{
"organizer_id": "105655500371"
}Try in playground →post/eventbrite/v1/organizer_events1 creditAn organizer's events, paginated (30/page). Choose upcoming (default) or past. Returns each event with name, start/end datetime, venue, category, price range and link.
{
"organizer_id": "105655500371"
}Try in playground →post/eventbrite/v1/browse1 creditBrowse Eventbrite's curated event listings for a city and/or category (the discovery shelf). Returns the featured events for that location/category — same event shape as search. This surface is a single curated page (not paginated); use `search` with a query for paginated results.
{
"location": "united-states--new-york"
}Try in playground →
Social Media
10 APIs