v11
latestOpenAPI 3.1.12026-08-03174162.0 MBEvents
Get event by ID or slug
Retrieve an event using either its unique ID or URL-friendly slug
get/events/{key}
Path parameters
keystring required
Event key - either a unique ID (evt_xxx format) or URL-friendly slug
Example:evt_01jps5cgsenjrazw6wswmyspa3
Query parameters
passcodestring
Passcode for accessing protected events
couponCodestring
Coupon code used to reveal hidden admissions and sections when eligible.
teamIdstring
Optional team scope. When provided, event must belong to this team.
Response
OK
Example response
{
"event": {
"id": "evt_01jps5cgsenjrazw6wswmyspa3",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "Test Event",
"slug": "test-event",
"description": "This is only a test...",
"approval": "APPROVED",
"status": "UPCOMING",
"visibility": "PUBLIC",
"currency": "AUD",
"url": "https://example.com",
"entryStartsAt": "2026-08-04T06:13:52",
"entryEndsAt": "2026-08-05T06:13:52",
"publishAt": "2026-08-03T06:13:52",
"images": {
"mobile": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
},
"desktop": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
},
"geohash": "r3gx1",
"location": {
"id": "loc_01hk153x00eh99pagyydz03sbz",
"googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "Watson's EQ",
"address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
"city": "Moore Park",
"state": "New South Wales",
"postcode": "2021",
"country": "Australia",
"latitude": -33.8944593,
"longitude": 151.2252255,
"timeZone": "Australia/Sydney",
"types": [
"establishment",
"point_of_interest",
"stadium"
],
"description": "Historic outdoor amphitheater known for summer concerts",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
},
"venue": {
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
}
},
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"genres": [
"Tech House",
"Melodic Techno"
],
"categories": [
"Day Party",
"Open Air",
"Free Entry"
],
"featured": true,
"likes": 42,
"sections": [
{
"id": "sct_01jps5cgse0g3qj16kpq8t221r",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "General Admission",
"capacity": 1000,
"limit": -1,
"available": 700,
"sold": 200,
"reserved": 100,
"visibility": "ALWAYS",
"location": {
"id": "loc_01hk153x00eh99pagyydz03sbz",
"googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "Watson's EQ",
"address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
"city": "Moore Park",
"state": "New South Wales",
"postcode": "2021",
"country": "Australia",
"latitude": -33.8944593,
"longitude": 151.2252255,
"timeZone": "Australia/Sydney",
"types": [
"establishment",
"point_of_interest",
"stadium"
],
"description": "Historic outdoor amphitheater known for summer concerts",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
},
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event"
}
],
"admissions": [
{
"id": "adm_01jps5cgsee0xvapbk92e8eb4g",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"sectionId": "sct_01jps5cgse0g3qj16kpq8t221r",
"teamId": "tem_01jqpjksnsen9vprw95et60t2m",
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event",
"name": "Final Release",
"subtitle": "Entry before 10pm",
"description": "Early bird pricing with priority entry. Must present valid ID at gate.",
"capacity": 100000,
"limit": -1,
"available": 70000,
"sold": 20000,
"reserved": 10000,
"order": 0,
"entryStartsAt": "2026-08-04T06:13:52",
"entryEndsAt": "2026-08-05T06:13:52",
"saleStartsAt": "2026-08-03T06:13:52",
"saleEndsAt": "2026-08-05T06:13:52",
"saleEndsBehavior": "SALE_ENDED",
"price": {
"base": 1000,
"booking": 200,
"currency": "AUD"
},
"visibility": "ALWAYS",
"tenantId": "tnt_01jqpj2t2kfvmstt6f6tzkbaf2",
"deleted": false,
"orderPadded": "0000000000"
}
],
"promoter": {
"id": "pmt_01jqpjksnsen9vprw95et60t2m",
"name": "Session Services",
"slug": "session-services",
"description": "This is only a test...",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
},
"liked": true
}
}