Skip to content

Get categories

GET
/v1/categories

Get categories

Authorizations

api_key
Type
API Key (header: X-Api-Key)

Parameters

Query Parameters

sorting
Type
string
Default
null
page_size

Number of items per page

Type
integer
Default
50
page

Current page

Type
integer
Default
1
venue_id
Type
string
Example"3fa6eb7f123a4f5ab2c9d8e7a6b7c9d0_ven"
event_id
Type
string
Example"dd82ecd6931749819942c4aff9dd23cb_evt"
supplier_id
Type
string
Example"7acfed7b0d874c5e870b531e5a4f0e43_spp"
sport_type

Enum: soccer, motorsport, tennis, rugby, darts, horseracing, boxing, other, motogp, formula1, cricket, basketball, combatsport, icehockey, nba, nfl, mlb, watersport, dtm, indycar, superbike, padel, handball, golf, rowing, cycling

Type
string
Example"soccer"
country
Type
string
Example"NL"
venue_name
Type
string
Example"Juventus Stadium"
category_name
Type
string
Example"Omar Sivori Club"
on_svg
Type
string
Example"true"
category_id
Type
string
Example"7df2fbc7f06e4985be92fb263b1f9c63_ctg"
highlight_type
Type
string
Example"xs2event_choice"
category_type

Enum: grandstand, generaladmission, busparking, carparking, camping, transfer, hospitality, offsite_hospitality, extras

Type
string
Example"grandstand"
slug
Type
string
Example"omar-sivori-club"
updated

Updated date/datetime to filter on (e.g. ge:2025-01-01)

Type
string
Examplenull
created

Created date/datetime to filter on (e.g. ge:2025-01-01)

Type
string
Examplenull

Responses

OK

application/json
JSON
{
  
"categories": [
  
  
{
  
  
  
"category_name": "Omar Sivori Club",
  
  
  
"category_id": "7df2fbc7f06e4985be92fb263b1f9c63_ctg",
  
  
  
"venue_id": "3fa6eb7f123a4f5ab2c9d8e7a6b7c9d0_ven",
  
  
  
"sport_type": "soccer",
  
  
  
"venue_name": "Juventus Stadium",
  
  
  
"created": "2025-04-08T14:03:00",
  
  
  
"on_svg": true,
  
  
  
"description": {
  
  
  
  
"nl_NL": "De Omar Sivori Club biedt hospitality service van hoog niveau...",
  
  
  
  
"en_GB": "The Omar Sivori Club offers high-level hospitality service.",
  
  
  
  
"de_DE": "Der Omar Sivori Club bietet Hospitality-Service auf höchstem Niveau.",
  
  
  
  
"fr_FR": "Le Club Omar Sivori offre un service d'hospitalité de haut niveau.",
  
  
  
  
"es_ES": "El Club Omar Sivori ofrece un servicio de hospitalidad de alto nivel.",
  
  
  
  
"it_IT": "Il Club Omar Sivori offre un servizio di ospitalità di alto livello.",
  
  
  
  
"da_DK": "Omar Sivori Club tilbyder hospitality-service på højt niveau.",
  
  
  
  
"pt_PT": "O Clube Omar Sivori oferece um serviço de hospitalidade de alto nível.",
  
  
  
  
"cn_CN": "奥马尔·西沃里俱乐部提供高水平的接待服务。",
  
  
  
  
"ko_KO": "오마르 시보리 클럽은 최고 수준의 환대 서비스를 제공합니다.",
  
  
  
  
"ja_JA": "オマール・シヴォリ・クラブは高水準のホスピタリティサービスを提供します。",
  
  
  
  
"ar_AE": "يقدم نادي عمر سيفوري خدمة ضيافة عالية المستوى。",
  
  
  
  
"zh_Hans_CN": "奥马尔·西沃里俱乐部提供高水平的接待服务。",
  
  
  
  
"sv_SE": "Omar Sivori-klubben erbjuder en gästfrihetstjänst på hög nivå"
  
  
  
},
  
  
  
"options": {
  
  
  
  
"videowall": true,
  
  
  
  
"covered_seat": false,
  
  
  
  
"numbered_seat": true,
  
  
  
  
"package_rate": false,
  
  
  
  
"open_hours_before_match": 2,
  
  
  
  
"open_during_half_time": true,
  
  
  
  
"open_hours_after_match": 1,
  
  
  
  
"open_minutes_before_match": 30,
  
  
  
  
"open_minutes_after_match": 45
  
  
  
},
  
  
  
"category_type": "grandstand",
  
  
  
"ticket_delivery_days": 2,
  
  
  
"party_size_together": 4,
  
  
  
"distribution_channel": "xs2event",
  
  
  
"highlight_type": "xs2event_choice",
  
  
  
"files": [
  
  
  
  
{
  
  
  
  
  
"category_id": "7df2fbc7f06e4985be92fb263b1f9c63_ctg",
  
  
  
  
  
"information_filename": "info.pdf"
  
  
  
  
}
  
  
  
],
  
  
  
"sports_enabled": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"sports_disabled": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
],
  
"pagination": {
  
  
"total_size": 1,
  
  
"page_size": 50,
  
  
"page_number": 1,
  
  
"next_page": "string",
  
  
"previous_page": "string"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples