search_leagues
Find leagues by name, country, or popularity and retrieve their unique IDs for football data queries.
Instructions
Find leagues by name, country or popularity. Use this to discover league ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language code for team/league names, e.g. en, es, de, ja, zh-cn | |
| page | No | Page number (default 1) | |
| search | No | League name substring | |
| popular | No | Only popular leagues | |
| country_id | No | Only this country (see search_countries) |