Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »



Name

Events / Show

Description

Display details about a specified Event.

Type

GET

URL

/v9/events/:event_id

Credential Type

API|User

Supports Pagination

N/A


Long Description

Display details about a specified Event.


NOTE: The seating_chart image URLs within the configuration object are deprecated and no longer updated. Instead, you should use our dynamic seating charts.

Parameters

Name

Description

Type

Presence

Location

event_id

The ID of the specific Event

Integer

Required

URI

Examples

Request

Response

GET /v9/events/2585673

{
  "available_count": 89,
  "category": {
    "id": "57",
    "name": "Rock & Pop",
    "slug": "rock-pop",
    "url": "/categories/57",
    "slug_url": "/categories/rock-pop",
    "parent": {
      "id": "54",
      "name": "Concerts",
      "slug": "concerts",
      "url": "/categories/54",
      "slug_url": "/categories/concerts",
      "parent": null
    }
  },
  "configuration": {
    "id": 17891,
    "url": "/configurations/17891",
    "name": "General Admission",
    "fanvenues_key": null,
    "ticket_utils_id": null,
    "seating_chart": {
      "medium": "https://s3.amazonaws.com/media.ticketevolution.com/configurations/default_maps/ga_500.jpg",
      "large": "https://s3.amazonaws.com/media.ticketevolution.com/configurations/default_maps/ga_1000.jpg"
    }
  },
  "id": 2585673,
  "long_term_popularity_score": 0.1,
  "name": "Steel Panther",
  "notes": "",
  "occurs_at_local": "2024-05-08T20:00:00-05:00",
  "occurs_at": "2024-05-08T20:00:00Z",
  "owned_by_office": false,
  "performances": [
    {
      "performer": {
        "id": 10638,
        "slug": "steel-panther",
        "slug_url": "/performers/steel-panther",
        "url": "/performers/10638",
        "name": "Steel Panther"
      },
      "primary": true
    }
  ],
  "popularity_score": 0,
  "products_count": 89,
  "products_eticket_count": 89,
  "promotion_label": "",
  "state": "shown",
  "stubhub_id": null,
  "updated_at": "2024-02-03T17:27:59Z",
  "url": "/events/2585673",
  "venue": {
    "id": 16281,
    "slug": "marathon-music-works",
    "url": "/venues/16281",
    "slug_url": "/venues/marathon-music-works",
    "name": "Marathon Music Works",
    "location": "Nashville, TN",
    "time_zone": "America/Chicago",
    "address": {
      "street_address": "1402 Clinton Street",
      "extended_address": null,
      "locality": "Nashville",
      "region": "TN",
      "postal_code": "37203",
      "country_code": "US",
      "location": "Nashville, TN",
      "latitude": 36.1523805,
      "longitude": -86.7893889,
      "label": null,
      "created_at": "2012-04-12T03:38:53Z"
    }
  },
  "requirements": {
    "face_value_display": false,
    "inclusive_pricing": true,
    "seat_number_display": false
  },
  "meta": {
    "meta_description": null,
    "meta_keywords": null,
    "nofollow": false,
    "noindex": false,
    "canonical_url": null,
    "page_title": null,
    "header_title": null,
    "paragraph_1": null,
    "paragraph_2": null,
    "paragraph_3": null,
    "image": "/images/original/missing.png"
  }
}


  • No labels