apisports_football_players
Retrieve player season statistics for a team or league, including goals, assists, ratings, and more. Filter by player, team, or league, and search by player name.
Instructions
Player season statistics for a team or league. season is required.
Returns: {paging:{current, total}, response:[{player:{id, name, age, nationality, height, weight, injured, photo}, statistics:[{team, league, games:{appearences, lineups, minutes, position, rating}, goals:{total, assists, conceded, saves}, shots, passes, tackles, duels, dribbles, fouls, cards, penalty}]}]} — SHAPE FROM VENDOR DOCS. statistics is a LIST — one entry per competition — so a player in a league and a cup has two.
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: A club's squad statistics {"team": 42, "season": 2023}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | One player id. | |
| page | No | Results are paginated at 20 — check `paging.total`. | |
| team | No | Team id. | |
| league | No | League id. | |
| search | No | Name search (4+ characters); needs `team` or `league`. | |
| season | Yes | Season starting year. |