# Fixtures

The fixtures endpoint provides information about games in particular Leagues. There are always 2 teams involved in a fixture. For many customers, fixtures is the main endpoint for their app/website. Be aware your access is limited to fixtures of leagues, available in the plan you are subscribed to.

Responses of the fixture endpoint are highly customizable, because there are many includes available to extend the response.

{% content-ref url="/pages/-MYFmAczYtrE26BIpZkz" %}
[GET All Fixtures](/v2/cricket-api/our-api/fixtures/get-all-fixtures.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYFmAJmAyT7DFgSmBe9" %}
[GET Fixture by ID](/v2/cricket-api/our-api/fixtures/get-fixture-by-id.md)
{% endcontent-ref %}


---

# 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/v2/cricket-api/our-api/fixtures.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.
