Overview
This endpoint returns the list of matches belonging to a specific season. Each match includes full metadata such as:- tournament name
- season name
- round number
- home and away teams
- match date and time
- stadium
- referee team
- score
- last update timestamp
since parameter and pagination using page_number and page_size.
Typical use cases
- Retrieve season fixtures
- Build match schedule pages
- Synchronize match databases
- Feed analytics pipelines
- Build competition dashboards
- match identifiers
- participating teams
- referee team
- stadium information
- score
Parameters
Always use
apiThe API name, use
SeasonMatchListThe API version (use
V2)en for English, ar for ArabicOutput format (
json or xml)Your API key
The season ID (example:
809)Optional date filter to retrieve matches updated since the given datetime (
YYYY-MM-DD)Page number for pagination (example:
1)Number of records per page (example:
20)