# Welcome

Welcome to the SportMonks Cricket API documentation version 2.0. We'll briefly inform you about the features of our API and then you can explore our documentation for yourself.

## Features of our API

SportMonks offers standard REST APIs. Requests are sent with URLs and responses will be returned in JSON. Every authentication is spearheaded by an API token. We offer everything in Postman, where we have assembled a library of all of our endpoints, with example requests.

{% 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 Cricket API collection.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://cricket-postman.sportmonks.com/)
{% endhint %}


---

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