Overview
This endpoint returns the official match squad for both teams in a specific match. The response includes:- Match summary information
- Tournament and season details
- Stadium information
- Home team squad
- Away team squad
- Player lineup status
- Bench players
- player identity
- shirt number
- position
- lineup status
- bench status
- Match lineup displays
- Match center applications
- Broadcast graphics
- Squad analysis tools
- Live match dashboards
Parameters
Module API fixed and cannot be changed. Always use
api.Endpoint name. Use
MatchSquad.API version. Use
V2.Identifier of the data provider platform.
External platform match identifier.
Optional internal KoraStats match identifier.
Language of the response.
en = Englishar = ArabicOutput format (
json or xml).API authentication key.
Example Request
Response Structure
Match Summary
| Field | Description |
|---|---|
| matchId | Unique match identifier |
| tournament | Tournament name |
| season | Season name |
| round | Round number |
| dateTime | Match date and kickoff time |
| lastUpdateDateTime | Last data update timestamp |
Stadium Information
| Field | Description |
|---|---|
| stadium.id | Stadium identifier |
| stadium.name | Stadium name |
Team Information
Each match includes two teams:- Home team
- Away team
| Field | Description |
|---|---|
| team.id | Team identifier |
| team.name | Team name |
Player Squad
Each team contains a squad list of players.| Field | Description |
|---|---|
| id | Player identifier |
| name | Player full name |
| nick_name | Player display name |
| shirt_number | Player shirt number |
Player Position
| Field | Description |
|---|---|
| position.id | Position identifier |
| position.name | Tactical position |
- GK — Goalkeeper
- CB — Center Back
- RB — Right Back
- LB — Left Back
- CM — Central Midfielder
- AM — Attacking Midfielder
- RW — Right Winger
- LW — Left Winger
- CF — Center Forward
Squad Status
| Field | Description |
|---|---|
| lineup | Indicates whether the player is in the starting lineup |
| bench | Indicates whether the player is on the bench |
truefalse