Schedule Changes
Update Time: 2026-05-29 14:22
Introduction
• This API endpoint returns newly added and recently modified matches from the past hour. Call it every 20–50 minutes to keep your schedule data up to date.
• The response format is identical to the Livescores for Today endpoint. Use this alongside Schedule & Results to detect newly added fixtures and kick-off time changes.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /sport/football/scheduleChange
- Method: GET
- Calls: 20 min/call
- Recommend Calls: 30 min/call
Response
| Parameter | Value | Description | |
|---|---|---|---|
| matchId | string | ||
| leagueType | int | 1: League 2: Cup | |
| leagueId | string | ||
| leagueName | string | League or cup full name (English) e.g. Copa Libertadores | |
| leagueShortName | string | League or cup short name (English) e.g. CON CLA | |
| leagueColor | string | League brand color (RGB hex) e.g. #8EAD12 | |
| subLeagueId | string | Sub-league ID. Empty string if not applicable e.g. 284912 | |
| subLeagueName | string | Currently active sub-league name. Empty string if not applicable e.g. League, Western Play-off | |
| matchTime | int | Match kick-off time (Unix timestamp, GMT+0) | |
| halfStartTime | int | Actual kick-off time of the first or second half (Unix timestamp, GMT+0) state=1: Returns first half kick-off time state=3: Returns second half kick-off time All other states return 0 To calculate minutes elapsed: current time − halfStartTime (for second half, add 45 minutes to the result) | |
| status | int | 0: Not started 1: First half 2: Half-time break 3: Second half 4: Extra time 5: Penalty -1: Finished -10: Cancelled -11: TBD -12: Terminated -13: Interrupted -14: Postponed | |
| homeId | string | Home team ID | |
| homeName | string | Home team name (English) | |
| awayId | string | Away team ID | |
| awayName | string | Away team name (English) | |
| homeScore | int | Home team full-time goals (default 0) | |
| awayScore | int | Away team full-time goals (default 0) | |
| homeHalfScore | int | Home team first-half goals (default 0) | |
| awayHalfScore | int | Away team first-half goals (default 0) | |
| homeRed | int | Home team red cards (default 0) | |
| awayRed | int | Away team red cards (default 0) | |
| homeYellow | int | Home team yellow cards (default 0) | |
| awayYellow | int | Away team yellow cards (default 0) | |
| homeCorner | int | Home team corners (default 0) | |
| awayCorner | int | Away team corners (default 0) | |
| homeRank | string | Home team's current league standing e.g. 7 | |
| awayRank | string | Away team's current league standing e.g. 3 | |
| season | string | Season identifier e.g. 2026 or 2025-2026 | |
| stageId | string | Cup stage ID; references the Cup Stage Profile endpoint. Only returned for cup matches; empty for league matches | |
| round | string | Round number or stage name e.g. 13, Group stage | |
| group | string | Group label e.g. A, F. Empty string if not applicable | |
| location | string | Match venue name. Empty string if not available | |
| weather | string | Weather condition at the venue e.g. Cloudy, Clear | |
| temperature | string | Temperature at the venue e.g. 20°C or 17℃~18℃ | |
| explain | string | Match special remarks (English). Empty string if none | |
| extraExplain | object | Nested object containing extra-time and penalty shootout data. All fields return 0 when not applicable | |
| kickOff | int | Team that took kick-off 0: Not started 1: Home 2: Away | |
| minute | int | Minutes played in regular time | |
| homeScore | int | Home team regular time score | |
| awayScore | int | Away team regular time score | |
| extraTimeStatus | int | Extra time status 0: No extra time 1: Extra time ended (regular match; includes regular time score) 2: Extra time ended (special match e.g. beach/indoor football; excludes regular time score) 3: Match currently in extra time | |
| extraHomeScore | int | Home team extra-time score | |
| extraAwayScore | int | Away team extra-time score | |
| penHomeScore | int | Home team penalty shootout score | |
| penAwayScore | int | Away team penalty shootout score | |
| twoRoundsHomeScore | int | Home team two-legged aggregate score | |
| twoRoundsAwayScore | int | Away team two-legged aggregate score | |
| winner | int | Match winner (knockout/two-legged ties) 0: None / not applicable 1: Home 2: Away | |
| hasLineup | boolean | Indicates whether lineup data is available true: Available false: Not available | |
| neutral | boolean | Neutral venue flag true: Neutral venue false: Home/away fixture | |
| injuryTime | int | Cumulative injury time (minutes). Calculate first-half injury time as injuryTime - 45 when over 45; second-half injury time as injuryTime - 90 when over 90. Returns 0 when not in injury time | |
| updateTime | int | Timestamp of the last data update (Unix timestamp, GMT+0) | |
Example Request

English
Tiếng Việt
ภาษาไทย 