Links

GET Continent by ID

GET Continent by ID

https://soccer.sportmonks.com/api/v2.0/continents/{ID}
Endpoint details
Pagination
YES
Allowed nested includes
3
Authorization
API Key

Parameters

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.

Include options

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.

Example response

Request
Response
https://soccer.sportmonks.com/api/v2.0/continents/1?api_token={API_TOKEN}
"data": {
"id": 1,
"name": "Europe"
}
Check this endpoint in Postman.
Run in Postman