# Rivals

Nothing is better than a good rivalry! Do you want to be able to show the biggest rivalries and the hottest derby days? Think about 'The Old Firm' or ‘The Superclásico’ and 'The Merseyside Derby'. You will be able to show all rivals every club has with this rivals endpoint.

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

* **GET All Rivals:** returns all the teams within your subscription with the rivals information (if available).
* **GET Rivals by Team ID:** returns the rivals of your requested team ID (if available).

{% hint style="info" %}
Please note that you can also use`&include=rivals`on our teams endpoint.
{% endhint %}

#### Include options

[`team`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team) [`rival`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team)&#x20;

**Related Entities:**

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

* [Rival](/v3/endpoints-and-entities/entities/other.md#rival)


---

# 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/endpoints-and-entities/endpoints/rivals.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.
