oddsapiio_leagues
List leagues for a sport and optional country, returning league details needed to explore and compare odds across providers.
Instructions
Leagues within a sport. NEEDS A KEY.
Returns: [{id, name, country, sport}] — SHAPE FROM VENDOR DOCS, not probed.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Football leagues {"sport": "football"}
Auth: needs your own key in ODDS_API_IO_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport slug from oddsapiio_sports. | |
| country | No | Restrict to one country. |