Discover/ticketmaster.ie API
live

ticketmaster.ie APIticketmaster.ie

Search events on Ticketmaster Ireland, get event details, check resale availability, and retrieve resale listings. Returns titles, dates, venues, artists, and ticket status.

Endpoints
4
Updated
10d ago
Try it
Search keyword for finding events (e.g. 'Coldplay', 'Taylor Swift', 'concert').
api.parse.bot/scraper/6145916b-fa04-4288-bc0f-dcff9714d627/<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/6145916b-fa04-4288-bc0f-dcff9714d627/search_events?query=Coldplay' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for events on ticketmaster.ie by keyword. Returns a paginated list of matching events with IDs, titles, dates, venue information, artists, and ticketing status.

Input
ParamTypeDescription
queryrequiredstringSearch keyword for finding events (e.g. 'Coldplay', 'Taylor Swift', 'concert').
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of matching events",
    "events": "array of event objects with id, title, url, dates, venue, artists, sold_out, ticketing_status, cancelled, postponed"
  },
  "sample": {
    "data": {
      "total": 7,
      "events": [
        {
          "id": "18006314E36BAC7B",
          "url": "https://www.ticketmaster.ie/electric-picnic-2026-early-entry-pass-co-laois-27-08-2026/event/18006314E36BAC7B",
          "dates": {
            "startDate": "2026-08-27T13:00:00Z",
            "onsaleDate": "2025-09-03T08:00:00Z",
            "dateDisplay": "showDateTime",
            "spanMultipleDays": false
          },
          "title": "Electric Picnic 2026 - Early Entry Pass (Event Ticket Not Included)",
          "venue": {
            "city": "Co. Laois",
            "name": "Stradbally Hall",
            "country": "IE",
            "countryCode": "IE",
            "countryName": "Ireland"
          },
          "artists": [
            {
              "name": "Electric Picnic"
            }
          ],
          "sold_out": false,
          "cancelled": false,
          "postponed": false,
          "ticketing_status": "OK"
        }
      ]
    },
    "status": "success"
  }
}

About the ticketmaster.ie API

This API provides 4 endpoints for querying live event data from Ticketmaster Ireland, covering concerts, sports, and theatre. The search_events endpoint accepts a keyword and returns paginated results including event IDs, titles, dates, venue details, artist names, sold-out status, and cancellation flags. Additional endpoints let you pull full event details, check resale availability, and retrieve individual resale listings by event ID.

Event Search and Listings

The search_events endpoint takes a single required query string — an artist name, event title, or genre keyword — and returns a total count alongside an events array. Each event object includes id, title, url, dates, venue, artists, sold_out, ticketing_status, cancelled, and postponed fields. The ticketing_status field distinguishes between events that are on sale, off sale, or in a pre-sale window, while cancelled and postponed flags let you filter out unavailable events without additional requests.

Event Details and Resale

The get_event_details endpoint accepts an event_id and returns a full props object containing the complete data payload for that event. This is the appropriate call when you need richer metadata beyond what search_events surfaces. The check_resale_availability endpoint returns listing_count and is_resale_available as a quick boolean check — useful for filtering a list of events down to only those with active secondary-market tickets before making heavier calls.

Resale Listings

The get_resale_listings endpoint retrieves the full array of resale ticket listings for a given event_id. The response includes a message field alongside the listings array. This is specific to Ticketmaster Ireland's secondary-market inventory, so listings reflect availability on ticketmaster.ie rather than any global Ticketmaster inventory pool.

Common use cases
  • Build an artist tour-tracker that polls search_events for new Irish dates and surfaces sold_out status changes.
  • Alert fans when is_resale_available flips to true for a previously sold-out event.
  • Aggregate venue data across search results to map event density by location in Ireland.
  • Compare face-value ticketing_status against resale listings counts to estimate demand for a given event.
  • Filter event feeds by cancelled or postponed flags to push timely notifications to ticket holders.
  • Display event discovery widgets that show artists, dates, and url fields from search_events results on a blog or fan site.
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 Ticketmaster have an official developer API?+
Yes. Ticketmaster offers the Ticketmaster Developer API at developer.ticketmaster.com, which covers global inventory. The Parse API is scoped specifically to ticketmaster.ie and its Ireland-specific event listings and resale market.
What does `search_events` return beyond basic event titles?+
Each event object includes id, title, url, dates, venue, artists, sold_out, ticketing_status, cancelled, and postponed. The ticketing_status field distinguishes on-sale, off-sale, and pre-sale states, and the cancelled and postponed booleans let you surface event status changes without fetching full details.
Can I filter search results by date range, event category, or venue?+
The search_events endpoint currently accepts only a query keyword. Date-range, category, and venue filters are not exposed as parameters. You can fork this API on Parse and revise it to add those filter inputs if your use case requires them.
Does the API cover ticket pricing for resale listings?+
The get_resale_listings endpoint returns a listings array and a message field, but explicit price fields are not guaranteed in the current response shape. You can fork the API on Parse and revise the endpoint to surface price data if the underlying listing objects contain it.
Is this API limited to Ireland, or does it cover UK and European Ticketmaster events?+
The API is scoped to ticketmaster.ie only. Events listed on Ticketmaster UK (ticketmaster.co.uk) or other European Ticketmaster domains are not covered. You can fork this API on Parse and revise it to target a different regional Ticketmaster domain.
Page content last updated . Spec covers 4 endpoints from ticketmaster.ie.
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.
Ticketmaster Ireland API — Events & Resale · Parse