laliga_squad
Retrieve a club's current squad with player details: name, date of birth, country, height, photos, position, shirt number, opta ID, and loan status. Requires club slug and subscription key.
Instructions
A club's CURRENT squad — each entry has person (name, date_of_birth, country, height), photos, position id, shirt_number, opta_id, loan status. (The subscription arg is required by the API but the roster returned is the current one, not season-historical.)
Returns: {total, squads:[{id, opta_id, person:{name, date_of_birth, country, height}, photos, position, shirt_number, role, current, loan}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| subscription | Yes |