GET Continent by ID
https://soccer.sportmonks.com/api/v2.0/continents/{ID}
Endpoint details | |
Pagination | YES |
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. |
countries
Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.
Request
Response
https://soccer.sportmonks.com/api/v2.0/continents/1?api_token={API_TOKEN}
"data": {
"id": 1,
"name": "Europe"
}
Last modified 1yr ago