# Welcome

{% hint style="danger" %}
**This version of the API is deprecated. Please visit the** [**docs**](https://app.gitbook.com/o/-MJWE53IpT91aRTPjruo/s/9zsNGu3HAzSnl5DWBD3Y/) **of our brand new API 3.0**&#x20;
{% endhint %}

Welcome to the documentation overview of [**Sportmonks' APIs**](https://sportmonks.com/products/)**.** We'll briefly inform you about the features of our API and then you can explore our documentation for yourself.

{% embed url="<https://youtu.be/FntVZCnfuWc>" %}
Get started with our video tutorial
{% endembed %}

### Quick starts

{% content-ref url="tutorials/the-basics" %}
[the-basics](https://docs.sportmonks.com/v2/tutorials/the-basics)
{% endcontent-ref %}

{% content-ref url="how-to-guides/get-started" %}
[get-started](https://docs.sportmonks.com/v2/how-to-guides/get-started)
{% endcontent-ref %}

{% content-ref url="how-to-guides/livescores-and-fixtures" %}
[livescores-and-fixtures](https://docs.sportmonks.com/v2/how-to-guides/livescores-and-fixtures)
{% endcontent-ref %}

## Features of our APIs

Sportmonks offers standard REST APIs. Requests are sent with URLs and responses will be returned in **JSON format**. Every authentication is spearheaded by an API token. We have assembled a library of all of our endpoints including example requests in **Postman**.

{% hint style="info" %}
We recommend you submit your requests with Postman since we have already prepared the request for you there! Hit the button below to import our Football API collection.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/)
{% endhint %}

If you want to get started right away, great! Head over to our [**Getting Started section**](https://docs.sportmonks.com/v2/get-started/get-started), where you'll create your own API token and create your first request.

Else, you can refer to our [**Documentation Organization section**](https://docs.sportmonks.com/v2/get-started/documentation-for-the-documentation), to see what's relevant for you.

Are you here for our [**API References Guide**](https://football-postman.sportmonks.com/)? No problem here's a link and enjoy! For any technical questions, you can email our support team[ support@sportmonks.com](mailto:support@sportmonks.com).

![](https://1087665238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJWcc-TbBVUybJ0WbUQ%2F-MUsgFeTAkCh9ZcgJLzk%2F-MUskyDik9DBZCH_KX5f%2Fapi_structure.png?alt=media\&token=d4225cec-3757-429f-8a21-e057bde7edae)


---

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