https://soccer.sportmonks.com/api/v2.0/continents/{ID}Allowed nested includes
3
Authorization
API Key
Available parameters
page
The number of the page you want to browse. Can be used by adding &page=2 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.
https://soccer.sportmonks.com/api/v2.0/continents/1?api_token={API_TOKEN} "data": {
"id": 1,
"name": "Europe"
}