All pages
Powered by GitBook
1 of 1

Loading...

GET Continent by ID

GET Continent by ID

Endpoint details

Pagination

YES

Parameters

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

Check this endpoint in Postman.

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.

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