> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/explore/data-coverage-dimensions/cricket-coverage.md).

# Cricket Coverage

### Workbook index

| Tab              | Rows | Columns                        |
| ---------------- | ---- | ------------------------------ |
| Cricket Coverage | 52   | Tournament id, Tournament name |

### Tables

{% tabs %}
{% tab title="Cricket Coverage" %}

| Tournament id | Tournament name                                 |
| ------------- | ----------------------------------------------- |
| 11372         | Shpageeza League                                |
| 18433         | International League T20                        |
| 19672         | Evoke Super 20 Trophy W                         |
| 20380         | Super 50 Series \| Women                        |
| 11377         | Inter Provincial Cup                            |
| 12504         | Inter-Provincial T20 Trophy                     |
| 3224          | Big Bash League                                 |
| 3717          | Big Bash League \| Women                        |
| 9265          | Marsh One Day Cup                               |
| 10283         | NCL woman                                       |
| 3166          | Sheffield Shield                                |
| 3718          | Super League                                    |
| 3050          | T20 Cup                                         |
| 18850         | Zimbabwe Domestic T20                           |
| 3163          | Pro50 Championship                              |
| 20215         | Major League                                    |
| 10093         | Premier League                                  |
| 1509          | Dhaka Premier Division Cricket League           |
| 9959          | CSA Provincial Cup                              |
| 5220          | CSA T20 Challenge                               |
| 18345         | SA20                                            |
| 11510         | CSA One Day Cup                                 |
| 24361         | CSA Pro50 Women                                 |
| 25562         | Csa Pro20 W                                     |
| 11679         | T20 Premier League                              |
| 3842          | Caribbean Premier League                        |
| 17296         | Caribbean Premier League W                      |
| 5289          | Super Smash                                     |
| 11755         | Super Smash Women                               |
| 4191          | Ford Trophy                                     |
| 10449         | Plunket Shield                                  |
| 18115         | Hallyburton Johnstone Shield. W                 |
| 1004          | Premier League                                  |
| 9570          | Vijay Hazare Trophy                             |
| 3048          | Ranji Trophy                                    |
| 9958          | Syed Mushtaq Ali Trophy                         |
| 12811         | Tamil Nadu Premiere League                      |
| 17597         | Irani Cup                                       |
| 20203         | Duleep Trophy                                   |
| 18931         | Premier League W                                |
| 12807         | The Hundred                                     |
| 2306          | Viltality T20 Blast                             |
| 2649          | Metro Bank One-Day Cup                          |
| 1473          | Great Britain \| County Championship Division 1 |
| 12813         | The Hundred W                                   |
| 26105         | Vitality T20 Blast W                            |
| 26105         | Vitality T20 Blast W                            |
| 25830         | Metro Bank One Day Cup W                        |
| 24599         | T20 Global Super League                         |
| 23055         | ICC World Cup \| 2027                           |
| 23104         | ICC World Cup \| T20 \| 2026                    |
| 17432         | T20 World Cup Qualifier Warm Up Matches W       |
| {% endtab %}  |                                                 |
| {% endtabs %} |                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.aiodds.com/explore/data-coverage-dimensions/cricket-coverage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
