# Continents

Gather an overview of all the continents available within your subscription via the continents' endpoint. Retrieve basic information or enrich your response. The continents endpoint helps you assign countries and leagues to the part of the World they belong to.

Use one of our 2 contintents' endpoints. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET All Continents:** returns all the continents that are available within your subscription.
* **Get Continents by ID:** returns information from your requested continent ID.

#### Include options

[`countries`](/v3/core-api/entities/core.md#country)

**Related Entities:**

Get an overview and explanation of all the fields returned in the API response. The related entities for the continents endpoints are:

* [Continent](/v3/core-api/entities/core.md#continent)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportmonks.com/v3/core-api/endpoints/continents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
