Skip to content
Search
K
Main Navigation
Uptime
Portal
Appearance
Menu
Return to top
On this page
Get sports
GET
/v1/sports
Get sports
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
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"sports"
:
[
{
"sport_id"
:
"FOOTBALL"
}
]
,
"pagination"
:
{
"total_size"
:
1
,
"page_size"
:
50
,
"next_page"
:
"string"
,
"previous_page"
:
"string"
}
}
GET
/v1/sports
Playground
Server
Select a server...
Authorization
api_key
Variables
Key
Value
sorting
page_size
page
Try it out
Samples