Continent by ID

GET https://soccer.sportmonks.com/api/v2.0/continents/:CONTINENT_ID

Introduction

The Continents endpoint helps you with assigning Countries and Leagues to the part of the world (Continent) they belong to. Available Continents are Europe, Asia, Africa, Oceania, North America and South America. Especially if you want to show many Leagues on your website/app, this might be a useful endpoint for you.

Pagination

NO Indicates if this endpoint contains pagination.

Nested Includes

3 - You can add a maximum of 3 levels of nested includes.

Includes Options

countries

Request Params

KeyDatatypeRequiredDescription
includestringEnrich the API with more data and/or nested includes

RESPONSES

status: OK

{"data":{"id":1,"name":"Europe"},"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}