list
List of all teams ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[
{
"page":1,// current page
"per_page":100, // items per page
"items":38127 // total items number
}
],
"result":[
{
"id":"5fda5faf06aa325e", // uinique teams ID
"name":"ES Paulhan Pezenas",
"country":"FR",
"has_image":false
},
...
]
}page_1_perPage_100_items_38240;id;name;country;has_image
;5fda5faf06aa325e;"ES Paulhan Pezenas";FR;no
...Example of code for direct API
Example of code for RapidAPI
Last updated