GET All Continents
GET All Continents
GET All Continentshttps://soccer.sportmonks.com/api/v2.0/continentsParameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/continents?api_token={API_TOKEN}"data": [
{
"id": 1,
"name": "Europe"
},
{
"id": 2,
"name": "Asia"
},
{
"id": 3,
"name": "Africa"
},
{
"id": 4,
"name": "Oceania"
},
{
"id": 5,
"name": "Antarctica"
},
{
"id": 6,
"name": "North America"
},
{
"id": 7,
"name": "South America"
}
]Last updated
Was this helpful?