Get shop
Retrieve a single shop object by its identifier.
GET
https://api.eventgoose.com/v1/shops/{id}
Authentication
Authenticate yourself using your organisation api token
Parameters
None
Response
200
application/json
A shop object is returned with the available events and tickets.
HTTP/1.1 200 OK
Content-Type: application/json
{
"id": "a5KgQw2vqOPlAZJ9",
"url": "demoshop",
"full_url": "https://demoshop.eventgoose.com",
"availability": [
{
"id": "e208sh048JkJ3aDf",
"opens_at": "2020-12-18T17:00:00.000000Z",
"closes_at": "2020-12-19T22:30:00.000000Z"
}
],
"events": [
{
"id": "jL3DYVM4ApEBJn4w",
"full_url": "https://demoshop.eventgoose.com/events/jL3DYVM4ApEBJn4w",
"name": "Golden Plains",
"description": "Golden Plains is a 3-day festival in Victoria, Australia.",
"type": "Eenmalig",
"dates": [
{
"id": "5dP8kGOmLlEwgmlr",
"flat_date": "2020-12-18",
"starts_at": "2020-12-18T17:00:00.000000Z",
"ends_at": "2020-12-18T22:30:00.000000Z",
"doors_open_at": "2020-12-18T16:30:00.000000Z",
},
{
"id": "oLenyp2qbDMRAQVY",
"flat_date": "2020-12-19",
"starts_at": "2020-12-19T17:00:00.000000Z",
"ends_at": "2020-12-19T22:30:00.000000Z",
"doors_open_at": "2020-12-19T16:30:00.000000Z",
}
],
"venue": {
"name": "Eventgoose: Online Tickets Verkopen",
"street": "F.B. Deurvorststraat",
"house_number": "43",
"addition": null,
"zipcode": "7071 BG",
"city": "Ulft",
"state": null,
"country": "Netherlands"
},
"characteristics": [
"Rock",
"Pop",
"Electronic"
],
"tags": [
"festival",
"open-air"
],
"availability": [
{
"id": "jL3DYVM4ApEb3aDf",
"opens_at": "2020-12-18T17:00:00.000000Z",
"closes_at": "2020-12-19T22:30:00.000000Z"
}
],
"total_capacity": 1000,
"capacity_per_day": null,
"amount_sold": 441,
"tickets": {
"categories": [
{
"name": "Entrance tickets",
"tickets": [
{
"id": "3Q4aZe21N0MrlkY6",
"name": "Regular",
"price": "50.00",
"service_fee": 1,
"min_order_amount": 0,
"max_order_amount": 10,
"max_capacity": 900,
"amount_sold": 341,
"sold_out": true,
"on_fire": false,
"show_percentage": false,
"sale_percentage": null,
"tags": [
"tag1",
"tag2"
],
"availability": [
{
"id": "jL3DYVM4ApEb3aDf",
"opens_at": "2020-12-18T17:00:00.000000Z",
"closes_at": "2020-12-19T20:30:00.000000Z"
}
],
},
{
"id": "0nqJjGEj3WOedYPQ",
"name": "VIP",
"price": "75.00",
"service_fee": 1,
"min_order_amount": 0,
"max_order_amount": 10,
"max_capacity": 100,
"amount_sold": 100,
"sold_out": true,
"on_fire": false,
"show_percentage": false,
"sale_percentage": null,
"tags": [],
"availability": []
}
]
}
],
"other": [],
"products": [
{
"id": "LbyYeJ2JqBORAXBP",
"name": "Locker",
"price": "10.00",
"service_fee": 1,
"min_order_amount": null,
"max_order_amount": null,
"sold_out": false,
"on_fire": false,
"show_percentage": false,
"sale_percentage": null
}
]
}
}
]
}