Discover/SeeTickets.com API
live

SeeTickets.com APIsee tickets.com

Access SeeTickets.com event listings, ticket pricing, venue details, and search suggestions via a structured JSON API. 5 endpoints covering UK live events.

Endpoints
5
Updated
11d ago
Try it
Page number for pagination.
Search keyword (e.g. 'concert', 'rock', 'theatre').
api.parse.bot/scraper/f20e756e-dbea-4f61-8ea8-4a63f89e7ade/<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/f20e756e-dbea-4f61-8ea8-4a63f89e7ade/search_events?q=concert&limit=10&query=concert&offset=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for events by keyword on See Tickets. Returns a paginated list of events with names, dates, locations, and URLs.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch keyword (e.g. 'concert', 'rock', 'theatre').
Response
{
  "type": "object",
  "fields": {
    "query": "string, the search query used",
    "results": "array of event objects with name, url, date, location, image_url",
    "total_pages": "integer, total number of pages available",
    "current_page": "integer, current page number"
  },
  "sample": {
    "data": {
      "query": "concert",
      "results": [
        {
          "url": "https://www.seetickets.com/event/outlander-in-concert/glasgow-royal-concert-hall/3621114",
          "date": "Mon 15 Feb 2027",
          "name": "Outlander in Concert",
          "location": "Outlander in Concert Glasgow Royal Concert Hall, Glasgow Mon 15 Feb 2027 , 20:00",
          "image_url": null
        }
      ],
      "total_pages": 10,
      "current_page": 1
    },
    "status": "success"
  }
}

About the SeeTickets.com API

The SeeTickets.com API exposes 5 endpoints covering live event discovery, ticket availability, and venue data from SeeTickets.com. The get_event_details endpoint returns per-ticket pricing fields including price_total and price_face_value, plus tour date sub-events. You can search by keyword, autocomplete partial queries, browse venue calendars, and retrieve Open Graph metadata for any event or tour page.

Event Search and Discovery

The search_events endpoint accepts a required query string and an optional page integer for pagination. It returns an array of event objects, each containing name, url, date, location, and image_url, along with total_pages and current_page counters. For autocomplete-style flows, get_search_suggestions takes a partial query and returns grouped results under Events, Venues, and Locations, each with Name, Url, ImgUrl, Category, and EventsCounter fields — useful for building type-ahead search interfaces.

Event and Ticket Details

get_event_details accepts a url parameter — either a full URL or a path like /tour/artist-name or /event/event-name/venue-name/id. The response includes a tickets array where each entry carries type, price_total, price_face_value, and availability. For tours, a sub_events array lists individual tour dates with name, url, date, and location. The meta object contains Open Graph fields (og:title, og:description, og:image) that can feed link previews or content cards without a separate metadata fetch.

Venue Calendars

get_venue_details takes a venue page URL and returns the venue name, address (including postcode where available), and an upcoming_events array with name, url, and ISO datetime date per event. This makes it practical to build venue-centric calendars or monitor when new events are added to a specific location. The browse_category endpoint provides category-level browsing (music, theatre, comedy, and similar genres), though its response shape is not fully documented in the current spec.

Common use cases
  • Aggregate live music and theatre listings by keyword using search_events with paginated results.
  • Build a type-ahead event search box using get_search_suggestions grouped results across Events, Venues, and Locations.
  • Display face-value vs. total ticket price comparisons using price_face_value and price_total from get_event_details.
  • Generate tour date itineraries by pulling sub_events from a tour URL via get_event_details.
  • Monitor a specific venue's upcoming events calendar using upcoming_events from get_venue_details.
  • Populate event link previews using Open Graph metadata returned in the meta object from get_event_details.
  • Filter sold-out vs. available shows by checking the availability field across a batch of event ticket responses.
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 SeeTickets have an official public developer API?+
SeeTickets.com does not publish a public developer API for third-party access to event and ticket data. This Parse API provides structured access to that data.
What does `get_event_details` return for a tour versus a single event?+
For both, the endpoint returns name, tickets, description, and an Open Graph meta block. For tours, the sub_events array is populated with individual date objects including name, url, date, and location. For single events, sub_events is typically empty or absent. The tickets array is present in both cases with type, price_total, price_face_value, and availability per ticket option.
Does the API return historical events or only upcoming ones?+
The API reflects current listings on SeeTickets.com, which surfaces upcoming and on-sale events. Past events are not reliably accessible through the available endpoints. The get_venue_details endpoint explicitly returns an upcoming_events array, and search_events results are drawn from active listings.
Can I filter `search_events` results by date range, genre, or city?+
The search_events endpoint currently accepts only query (keyword) and page as inputs. Date range, genre, and city filtering are not exposed as parameters. The browse_category endpoint offers category-level browsing, but per-field filtering is not available. You can fork this API on Parse and revise it to add filtered search parameters if the underlying data supports them.
Does the API cover SeeTickets regions outside the UK, such as the US or France?+
The API is built against SeeTickets.com, which primarily covers UK events. SeeTickets operates separate regional sites (e.g., US, France), and their listings are not currently included in these endpoints. You can fork the API on Parse and revise it to target a specific regional SeeTickets domain if needed.
Page content last updated . Spec covers 5 endpoints from see tickets.com.
Related APIs in EntertainmentSee all →
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
mwcbarcelona.com API
Discover and explore MWC Barcelona 2026 exhibitors, speakers, and sessions by searching, filtering, and browsing by category, location, or type. Access detailed information about pavilions, agenda schedules, news updates, and pass options to plan your conference experience.
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.
brickset.com API
Search and browse thousands of LEGO sets by theme, year, or keyword. Retrieve detailed data for any set including piece count, minifigure count, dimensions, RRP, and more. Explore the full catalog of themes and yearly releases available on Brickset.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.