sportmonks_leagues
List leagues available on your current plan, with optional pagination and relation expansion such as country or current season. Specify page and include parameters to control the response.
Instructions
Leagues your plan can see. On the free tier this is the Danish Superliga and Scottish Premiership.
Returns: {data:[{id, sport_id, country_id, name, active, short_code, image_path, type, sub_type, last_played_at}], pagination:{count, per_page, current_page, next_page, has_more}} — SHAPE FROM VENDOR DOCS.
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: Leagues on your plan
Auth: needs your own key in SPORTMONKS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| include | No | Relations to expand, e.g. 'country;currentSeason'. Semicolon-separated; dots nest. | |
| per_page | No | Page size (max 50). |