list
List of all championships ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[
{
"page":1,// current page
"per_page":100, // items per page
"items":1950 // total items number
}
],
"result":[
{
"id":"5fda5fa713daf8c1", // championship unique id
"name":"Kosovo - Superliga",
"country":null,
"has_image": false,
"important": true // important championship has extended stats
},
...
]
}Example of code for direct API
Example of code for RapidAPI
Last updated