> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/tools/id-finder.md).

# ID Finder

Are you looking for a specific league, team or player? Next to our search endpoints and other possibilities,  you can also use our in-page ID finder.&#x20;

With our ID finder, you are able to search the leagues, players and teams by name. Furthermore, you can filter on a specific country to get all leagues, teams and players from that country. Just head over to [**Mysportmonks**](https://my.sportmonks.com/resources/id-finder) **(resources)** to access our ID finder.&#x20;

Next up are the how-to guides. You don't have to follow the how-to guides in any set order. If there are still things relatively unclear, don't hesitate to contact our [**support team.**](mailto:support@sportmonks.com)


---

# 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:

```
GET https://docs.sportmonks.com/v2/tools/id-finder.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.
