Overview
This endpoint returns the complete structure of a football season. The response includes:- Tournament information
- Season metadata
- Competition stages
- Groups within each stage
- Teams and standings within groups
- Teams participating in the competition
- Matches within each stage
Typical use cases
- Build competition trees
- Display tournament brackets
- Show league tables and group standings
- Synchronize competition structures
- Create tournament navigation in applications
- season information
- tournament details
- organizer
- age group
- competition stages
- groups and standings
Parameters
Module API fixed and cannot be changed. Always use
api.Endpoint name. Use
SeasonStructure.API version. Use
V2.Unique identifier of the season.
Include teams and standings in the response.
1 = include teams0 = exclude teamsInclude match information in the response.
1 = include matches0 = exclude matchesLanguage of returned text.
en = Englishar = ArabicOutput format (
json or xml).API authentication key.
Example Request
Example Response
Response Structure
Season Information
| Field | Description |
|---|---|
| id | Unique season identifier |
| season | Season name |
| startDate | Season start date |
| endDate | Season end date |
| gender | Competition gender category |
| age | Age group of the competition |
Tournament Information
| Field | Description |
|---|---|
| tournament.id | Tournament identifier |
| tournament.name | Tournament name |
Organizer Information
| Field | Description |
|---|---|
| organizer.id | Organizer identifier |
| organizer.name | Organizer name |
| organizer.country | Organizer country |
Stages
Each season contains multiple competition stages. Examples include:- Group Stage
- Round Of 16
- Quarter Final
- Semi Final
- Final
| Field | Description |
|---|---|
| id | Stage identifier |
| stage | Stage name |
| order | Stage order within the season |
| rounds | Number of rounds |
| type | Competition type (League or Knockout) |
Groups
Stages may contain groups.| Field | Description |
|---|---|
| id | Group identifier |
| group | Group name |
- Group A
- Group B
- Quarter Final
- Final
Team Standings
Each group contains teams and their statistics.| Field | Description |
|---|---|
| id | Team identifier |
| team | Team name |
| matches | Matches played |
| points | Points earned |
| goals_scored | Goals scored |
| goals_conceded | Goals conceded |
| goals_difference | Goal difference |
| won | Matches won |
| draw | Matches drawn |
| lost | Matches lost |