Ticketmaster
Ticket selection & full price map
The full ticket-selection price map for an event (/api/ticketselection/{eventId}) — seating sections, named price levels, every ticket type with its selectable quantities and a full price breakdown (face value, fees, charity, total). All money is in integer minor units.
Costs 3 credits per request.
Authorization
ApiKeyAuth X-API-Key<token>
API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.
In: header
Query Parameters
event_id*string
Length
1 <= lengthcountry?string
Default
"DE"Value in
- "DE"
- "AT"
- "BE"
- "NL"
- "ES"
- "FI"
- "CZ"
- "DK"
- "NO"
- "PL"
- "ZA"
- "SE"
- "CH"
- "AE"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/ticketmaster/get_ticket_selection?event_id=1533777022"{ "event_id": "1533777022", "currency": "EUR", "maintenance": true, "fee_rollup": "ROLLUP", "event_ticket_limit": 8, "handling_fee": 0, "sections": [ { "id": "string", "title": "string" } ], "price_levels": [ { "id": "string", "title": "string" } ], "ticket_types": [ { "id": "23", "title": "Stehplatz", "rank": 3, "upsell": true, "locked": true, "quantities": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ], "prices": [ { "id": "1", "face_value": 16100, "service_fee": 3400, "total": 19500, "breakdown": [ { "name": "GRUNDPREIS", "value": 16000 } ] } ], "price_summary": [ "130.00 - 160.00 EUR GRUNDPREIS", "29.50 - 34.00 EUR FEE" ] } ], "price_to_sections": [ { "price_id": "string", "section_id": "string" } ]}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}