list
List of all stadiums ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"errors": [],
"pagination": [
{
"page": 1, // current page
"per_page": 100, // items per page
"items" : 6726 // total items number
}
],
"result": [
{
"id":"5fb969788aa64e3c", // unique stadium ID
"name":"Doha Stadium",
"city": "Sakhnin",
"country" : "IS",
"capacity" : "8500",
"coordinates" : "32.866692,35.310850",
"has_image": false // if true can get media
},
...
]
}Example of code for direct API
Example of code for RapidAPI
Last updated