GET All Continents
https://soccer.sportmonks.com/api/v2.0/continents
Endpoint details | |
Authorization | API Key |
Pagination | YES |
Allowed nested includes | 3 |
Available parameters | |
page | The number of the page you want to browse. Can be used by adding &page= etc to your request url. |
include | Enrich the API with more data and/or nested includes. Can be used by adding &include= etc. to your request url. |
countries
Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes Sportmonks from our competitors.
You can learn more about what includes are and how they work here:
Request
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 modified 1yr ago