laliga_subscriptions
Retrieve La Liga season subscriptions with competition, year, current gameweek, and date range, paginated 20 per page. Use offset for pagination.
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). |