get_all_standings
Retrieve all football standings with pagination and filtering. Includes team, round, season, stage, league, form, and rule data. Supports language localization.
Instructions
Get all standings (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Semicolon-separated includes. e.g. team;round;season;stage;league;form;rule | |
| 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. |