Pagination
Pagination Parameters
Response Format
Example Response
{
"total_count": 37921,
"page": 1,
"limit": 100,
"events": [
{
"EventID": 2677,
"Location": "Yokohama International Stadium",
"Ort": "Yokohama city",
"CountryCode": null,
"Performer": "England",
"PerformerSlug": "england",
"Created": "2025-02-07 16:24:37",
"title": "Rugby World Cup 2019 - Final",
"date": "2019-11-02 18:00:00",
"last_update": "2025-02-25 09:13:47",
"image": "https://example.com/images/event2677.jpg",
"marketplace": {
"id": 3,
"name": "Gigsberg"
}
}
// ... more events
]
}Last updated