get_match_facts_by_league_id
Retrieve match facts for a given league ID. Ideal for analyzing statistics and details of matches in a specific league.
Instructions
Get match facts for a specific league.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | League ID. | |
| include | No | Semicolon-separated includes. | |
| 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. |