# Team Rankings

Global team ranking is available for all plans. Even if the underlying leagues are not accessible for your subscription.

By default this endpoint will return information for `men` and `women` about `TEST`, `ODI` and `T20I` tournament types. you can easily filter this to only the gender and type you are interested in.

{% hint style="info" %}
Add `&filter[tournament_type]=TEST&filter[gender]=men` to only get men's TEST results.
{% endhint %}

{% content-ref url="/pages/-MYFwDEAB0WsV\_JH8ZF\_" %}
[GET Global Team Rankings](/v2/cricket-api/our-api/team-rankings/get-global-team-rankings.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/team-rankings.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.
