# Cities

Gather an overview of all the cities available within your subscription via the cities' endpoint. Retrieve basic information or enrich your response.&#x20;

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

* **GET All Cities:** returns all the cities that are available within your subscription.
* **GET City by ID:** returns information from your requested city ID.
* **GET Cities by Search:** returns city information that matches your search query.

#### Include options

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

**Related Entities:**

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

* [City](/v3/core-api/entities/core.md#city)


---

# 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/cities.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.
