live-nation-entertainment website screenshot

live-nation-entertainment

Tap into the Ticketmaster open developer network which gives you the flexibility and scale to bring unforgettable live events to fans. It’s our technology – ...

1 APIs 0 Features
Fortune 500

APIs

Ticketmaster Discovery API

The Ticketmaster Discovery API allows developers to search for events, attractions, venues, and classifications across all Ticketmaster supported sources, markets, and locales. ...

Collections

Pricing Plans

Rate Limits

FinOps

Press

Live Nation Entertainment, Inc. (LYV) Presents at J.P. ...

2026-05-25

Live Nation Entertainment Q1 Earnings Call Highlights

2026-05-25

Live Nation Entertainment, Inc. Stock (LYV) - Quote Nyse

2026-05-25

LIVE NATION ENTERTAINMENT FULL YEAR AND ...

2026-05-25

Live Nation Entertainment Full Year And Fourth Quarter ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Ticketmaster Discovery API
  version: '2.0'
items:
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Search events
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/events.json
      params:
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
      - name: keyword
        value: ''
        type: query
        description: Keyword to search on.
      - name: city
        value: ''
        type: query
        description: Filter by city name.
      - name: stateCode
        value: ''
        type: query
        description: Filter by state code.
      - name: countryCode
        value: ''
        type: query
        description: Filter by country code.
      - name: startDateTime
        value: ''
        type: query
        description: Filter events starting after this date/time.
      - name: endDateTime
        value: ''
        type: query
        description: Filter events starting before this date/time.
      - name: size
        value: ''
        type: query
        description: Page size of the response.
      - name: page
        value: ''
        type: query
        description: Page number.
    docs: Find events and filter the search by location, date, availability, and other criteria.
  - info:
      name: Get event details
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/events/:id.json
      params:
      - name: id
        value: ''
        type: path
        description: Event identifier.
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
    docs: Get details for a specific event using the event identifier.
- info:
    name: Attractions
    type: folder
  items:
  - info:
      name: Search attractions
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/attractions.json
      params:
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
      - name: keyword
        value: ''
        type: query
        description: Keyword to search on.
      - name: size
        value: ''
        type: query
        description: Page size of the response.
      - name: page
        value: ''
        type: query
        description: Page number.
    docs: Find attractions (artists, teams, etc.) and filter by keyword and classification.
  - info:
      name: Get attraction details
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/attractions/:id.json
      params:
      - name: id
        value: ''
        type: path
        description: Attraction identifier.
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
    docs: Get details for a specific attraction using the attraction identifier.
- info:
    name: Venues
    type: folder
  items:
  - info:
      name: Search venues
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/venues.json
      params:
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
      - name: keyword
        value: ''
        type: query
        description: Keyword to search on.
      - name: city
        value: ''
        type: query
        description: Filter by city name.
      - name: stateCode
        value: ''
        type: query
        description: Filter by state code.
      - name: countryCode
        value: ''
        type: query
        description: Filter by country code.
      - name: size
        value: ''
        type: query
        description: Page size of the response.
      - name: page
        value: ''
        type: query
        description: Page number.
    docs: Find venues and filter by keyword, city, state, and country.
  - info:
      name: Get venue details
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/venues/:id.json
      params:
      - name: id
        value: ''
        type: path
        description: Venue identifier.
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
    docs: Get details for a specific venue using the venue identifier.
- info:
    name: Classifications
    type: folder
  items:
  - info:
      name: Search classifications
      type: http
    http:
      method: GET
      url: https://app.ticketmaster.com/discovery/v2/classifications.json
      params:
      - name: apikey
        value: ''
        type: query
        description: API key for authentication.
      - name: keyword
        value: ''
        type: query
        description: Keyword to search on.
      - name: size
        value: ''
        type: query
        description: Page size of the response.
    docs: Find classifications (segments, genres, sub-genres) and filter by keyword.
bundled: true