get_players_by_country_id
Fetch players from a country by providing its ID. Includes options for teams, statistics, and other details.
Instructions
Get players from a specific country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_id | Yes | Country 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. |