get_referee_by_id
Retrieve detailed information for a specific referee using their unique ID, with optional includes for country, season, and statistics.
Instructions
Get a single referee by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Referee ID. | |
| include | No | Semicolon-separated includes. e.g. country;season;statistics | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |