ws
List of all championships with WebSocket ID mapping 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[
{
"page":1,// current page
"per_page":100, // items per page
"items":542 // total items number
}
],
"result":[
{
"id":{
"ws_realtime":"a1b2c3d4e5f6a7b8", // WebSocket championship ID
"rest_releated":"5fda5fa713daf8c1" // REST API championship ID
},
"name":{
"ws_realtime":"Serie A TIM", // name from WebSocket data source
"rest_releated":"Italian Serie A" // name from REST API
},
"country":{
"ws_realtime":null, // country from WebSocket data source (may be null)
"rest_releated":"IT" // country from REST API
}
},
...
]
}Example of code for direct API
Example of code for RapidAPI
Last updated