sportmonks_leagues
Retrieve the leagues available on your Sportmonks subscription, including pagination and optional relations like country or current season.
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). |