get_player_by_id
Retrieve detailed information for a specific player using their unique ID. Supports includes for teams, statistics, transfers, and more.
Instructions
Get a single player by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Player ID. | |
| include | No | Semicolon-separated includes. e.g. country;position;teams;statistics;transfers;sidelined;nationality;penaltyShooting | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| sortBy | No | Field to sort by. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |