laliga_subscriptions
Retrieve La Liga season data with pagination (20 per page), including slugs, competition info, current gameweek, and season date ranges.
Instructions
Season instances (a 'subscription' = one competition's season), paginated 20/page. Each has slug, competition, year, current_gameweek, date range.
Returns: {total, subscriptions:[{id, name, slug, competition, year, current_gameweek, date_ini, date_end, rounds}]}
Auth: works without a key; LALIGA_SUBSCRIPTION_KEY unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset (20 per page). |