All Continents

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

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

YES - Indicates if this endpoint contains pagination.

Nested Includes

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

Includes Options

countries

Request Params

KeyDatatypeRequiredDescription
pagenullThe number of the page you want to browse. Can be used by adding &page=2 etc to your request url.
includenullEnrich the API with more data and/or nested includes

RESPONSES

status: OK

{"data":[{"id":1,"name":"Europe"},{"id":2,"name":"Asia"},{"id":3,"name":"Africa"},{"id":4,"name":"Oceania"},{"id":5,"name":"Antarctica"},{"id":6,"name":"North America"},{"id":7,"name":"South America"}],"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}]}}