Match Summary V2

The MatchSummary endpoint returns the complete statistical summary of a match. It includes:
  • Match metadata
  • Stadium and referee information
  • Final score
  • Coaches of both teams
  • Detailed performance statistics for both teams
The statistical data covers multiple analytical categories including:
  • Passing
  • Crossing
  • Long passes
  • Ball possession
  • Defensive actions
  • Expected Threat (xT)
  • Expected Goals (xG)
  • Attempts and chances
  • Cards and fouls
  • Dribbles
  • Ball recoveries
  • Possession time and touches
This endpoint is typically used for:
  • Post-match analysis dashboards
  • Broadcast statistics
  • Match reports
  • Data analytics platforms
  • Performance evaluation tools
GET /api.php

Parameters

module
string
Always use api
api
string
The API name. Use MatchSummary
version
string
API version. Use V2
response
string
Output format (json or xml)
lang
string
Language of returned text (en or ar)
match_id
integer
The unique identifier of the match

Example Request

curl --request GET \
--url "https://premium.korastats.pro/api.php?module=api&api=MatchSummary&version=V2&response=json&lang=en&match_id=[MATCH_ID]"
{
    "result": true,
    "title": "Success",
    "message": "Match summary retrieved successfully",
    "object": {
        "_type": "MATCH_SUMMARY",
        "matchId": 79355,
        "tournament": "AFCON Women",
        "season": "Morocco 2025",
        "round": 1,
        "dateTime": "2025-07-25 22:00:00",
        "lastUpdateDateTime": "2025-07-27 20:40:25",
        "stadium": {
            "_type": "STADIUM",
            "id": 1230,
            "name": "Stade Larbi Zaouli"
        },
        "referee": {
            "_type": "REFEREE",
            "id": 1362,
            "name": "Shahenda Elmagrby",
            "dob": "1991-12-14",
            "nationality": {
                "_type": "NATIONALITY",
                "id": 57,
                "name": "Egypt"
            }
        },
        "assistant1": {
            "_type": "ASSISTANT RFFEREE",
            "id": 1435,
            "name": "Yara Atef",
            "dob": "1993-01-01",
            "gender": "FEMALE",
            "nationality": {
                "_type": "NATIONALITY",
                "id": 57,
                "name": "Egypt"
            }
        },
        "assistant2": {
            "_type": "ASSISTANT RFFEREE",
            "id": 1711,
            "name": "Afine Houda",
            "dob": "1983-10-04",
            "gender": "FEMALE",
            "nationality": {
                "_type": "NATIONALITY",
                "id": 190,
                "name": "Tunisia"
            }
        },
        "score": {
            "home": 1,
            "away": 1
        },
        "home": {
            "_type": "TEAM_SUMMARY",
            "team": {
                "_type": "TEAM",
                "id": 23252,
                "name": "Ghana"
            },
            "coach": {
                "_type": "COACH",
                "id": 7323,
                "name": "Lars Kim Björkegren",
                "dob": "1981-12-18",
                "gender": "MALE",
                "nationality": {
                    "_type": "NATIONALITY",
                    "id": 179,
                    "name": "Sweden"
                }
            },
            "stats": {
                "Pass": {
                    "Success": 194,
                    "Total": 303,
                    "Accuracy": 0.64
                },
                "Cross": {
                    "Success": 6,
                    "Total": 18,
                    "Accuracy": 0.33,
                    "OpenPlay": {
                        "Success": 3,
                        "Total": 11,
                        "Accuracy": 0.27
                    },
                    "SetPiece": {
                        "Success": 3,
                        "Total": 7,
                        "Accuracy": 0.43
                    }
                },
                "LongPass": {
                    "Success": 17,
                    "Total": 57,
                    "Accuracy": 0.3
                },
                "BallLost": {
                    "Total": 32,
                    "UnderPressure": 22,
                    "Aerial": 10
                },
                "BallWon": {
                    "Total": 120,
                    "TackleWon": 10,
                    "InterceptionWon": 40,
                    "Aerial": 9,
                    "BallRecover": 61
                },
                "Attempts": {
                    "Total": 14,
                    "Success": 2,
                    "AttemptToScore": 0,
                    "SuccessAttemptToScore": 0.5,
                    "Accuracy": 0.14,
                    "PenaltyMissed": 0,
                    "Bars": 2,
                    "OneOnOneMissed": 1
                },
                "Cards": {
                    "Yellow": 3,
                    "SecondYellow": 0,
                    "Red": 0
                },
                "Fouls": {
                    "Committed": 17,
                    "Awarded": 12,
                    "CommittedInDefensiveThird": 1,
                    "AwardedInOffensiveThird": 0
                },
                "GoalsScored": {
                    "Total": 1,
                    "OwnGoals": 1,
                    "Head": 0,
                    "PenaltyScored": 0,
                    "T_0_15": 0,
                    "T_15_30": 0,
                    "T_30_45": 0,
                    "T_45_60": 0,
                    "T_60_75": 1,
                    "T_75_90": 0,
                    "RightFoot": 0,
                    "LeftFoot": 0,
                    "Other": 0,
                    "SetPiece": 0,
                    "T_90_105": 0,
                    "T_105_120": 0,
                    "XG": 4
                },
                "Chances": {
                    "Assists": 0,
                    "KeyPasses": 11,
                    "ChancesCreated": 11
                },
                "GoalsConceded": {
                    "OwnGoals": 0,
                    "Total": 1
                },
                "Admin": {
                    "Corners": 6,
                    "Offside": 1,
                    "MatchesPlayed": 1
                },
                "Possession": {
                    "Touches": {
                        "Average": 0.44,
                        "T_0_15": 0.37,
                        "T_15_30": 0.53,
                        "T_30_45": 0.45,
                        "T_45_60": 0.44,
                        "T_60_75": 0.47,
                        "T_75_90": 0.42,
                        "T_90_105": 0,
                        "T_105_120": 0
                    },
                    "Time": {
                        "Average": 989.3840000000009,
                        "T_0_15": 188.45399999999995,
                        "T_15_30": 0,
                        "T_30_45": 0,
                        "T_45_60": 0,
                        "T_60_75": 0,
                        "T_75_90": 0,
                        "T_90_105": 0,
                        "T_105_120": 0
                    },
                    "TimePercent": {
                        "Average": 0.48,
                        "T_0_15": 0.47,
                        "T_15_30": 0,
                        "T_30_45": 0,
                        "T_45_60": 0,
                        "T_60_75": 0,
                        "T_75_90": 0,
                        "T_90_105": 0,
                        "T_105_120": 0
                    },
                    "SuspeciousTime": 1447.3229999999992,
                    "ActualTime": 2436.7070000000003
                },
                "BallReceive": {
                    "Fail": 0,
                    "Success": 195,
                    "Total": 195,
                    "Accuracy": 1
                },
                "Penalty": {
                    "Committed": 0,
                    "Awarded": 0
                },
                "Defensive": {
                    "GoalsSaved": 0,
                    "Blocks": 2,
                    "OpportunitySaved": 0,
                    "PPDA": 2.1,
                    "PPDAHighPress": 3.6,
                    "PPDAMidBlock": 1.8,
                    "PPDALowBlock": 0.7,
                    "TackleFail": 5,
                    "TackleClear": 12,
                    "InterceptionClear": 49,
                    "Clear": 3,
                    "Cleansheet": 0
                },
                "xT": {
                    "Total": 0.1,
                    "PassSuccess": 0.1,
                    "PassFail": 0.1,
                    "SD_Total": 5.7,
                    "SD_PassSuccess": 5.7,
                    "SD_PassFail": 5.8,
                    "Mean_Total": 18.7,
                    "Mean_PassSuccess": 8.8,
                    "Mean_PassFail": 19.4,
                    "RSD_Total": 30.8,
                    "RSD_PassSuccess": 64.3,
                    "RSD_PassFail": 30,
                    "Positive_Success": 5,
                    "Positive_Fail": 4.1,
                    "Positive_Total": 9.2,
                    "Negative_Success": -1.3,
                    "Negative_Fail": -0.8,
                    "Negative_Total": -2.1
                },
                "ShortPass": {
                    "Total": 228,
                    "Success": 171,
                    "Accuracy": 0.75
                },
                "Dribble": {
                    "Fail": 0,
                    "Success": 2,
                    "Total": 2,
                    "Accuracy": 0.02
                }
            }
        },
        "away": {
            "_type": "TEAM_SUMMARY",
            "id": 2140,
            "team": {
                "_type": "TEAM",
                "id": 2140,
                "name": "South Africa"
            },
            "coach": {
                "_type": "COACH",
                "id": 2878,
                "name": "Desiree Ellis",
                "dob": "1963-03-14",
                "gender": "FEMALE",
                "nationality": {
                    "_type": "NATIONALITY",
                    "id": 171,
                    "name": "South Africa"
                }
            },
            "stats": {
                "Pass": {
                    "Success": 287,
                    "Total": 398,
                    "Accuracy": 0.72
                },
                "Cross": {
                    "Success": 0,
                    "Total": 3,
                    "Accuracy": 0,
                    "OpenPlay": {
                        "Success": 0,
                        "Total": 0,
                        "Accuracy": 0
                    },
                    "SetPiece": {
                        "Success": 0,
                        "Total": 3,
                        "Accuracy": 0
                    }
                },
                "LongPass": {
                    "Success": 28,
                    "Total": 59,
                    "Accuracy": 0.47
                },
                "BallLost": {
                    "Total": 32,
                    "UnderPressure": 24,
                    "Aerial": 8
                },
                "BallWon": {
                    "Total": 114,
                    "TackleWon": 8,
                    "InterceptionWon": 21,
                    "Aerial": 11,
                    "BallRecover": 74
                },
                "Attempts": {
                    "Total": 7,
                    "Success": 3,
                    "AttemptToScore": 0,
                    "SuccessAttemptToScore": 0.33,
                    "Accuracy": 0.43,
                    "PenaltyMissed": 0,
                    "Bars": 0,
                    "OneOnOneMissed": 0
                },
                "Cards": {
                    "Yellow": 1,
                    "SecondYellow": 0,
                    "Red": 0
                },
                "Fouls": {
                    "Committed": 12,
                    "Awarded": 17,
                    "CommittedInDefensiveThird": 0,
                    "AwardedInOffensiveThird": 1
                },
                "GoalsScored": {
                    "Total": 1,
                    "OwnGoals": 0,
                    "Head": 0,
                    "PenaltyScored": 0,
                    "T_0_15": 0,
                    "T_15_30": 0,
                    "T_30_45": 1,
                    "T_45_60": 0,
                    "T_60_75": 0,
                    "T_75_90": 0,
                    "RightFoot": 1,
                    "LeftFoot": 0,
                    "Other": 0,
                    "SetPiece": 0,
                    "T_90_105": 0,
                    "T_105_120": 0,
                    "XG": 1.2
                },
                "Chances": {
                    "Assists": 0,
                    "KeyPasses": 4,
                    "ChancesCreated": 4
                },
                "GoalsConceded": {
                    "OwnGoals": 0,
                    "Total": 1
                },
                "Admin": {
                    "Corners": 3,
                    "Offside": 3,
                    "MatchesPlayed": 1
                },
                "Possession": {
                    "Touches": {
                        "Average": 0.56,
                        "T_0_15": 0.63,
                        "T_15_30": 0.47,
                        "T_30_45": 0.55,
                        "T_45_60": 0.56,
                        "T_60_75": 0.53,
                        "T_75_90": 0.58,
                        "T_90_105": 0,
                        "T_105_120": 0
                    },
                    "Time": {
                        "Average": 1087.9269999999997,
                        "T_0_15": 213.83900000000017,
                        "T_15_30": 0,
                        "T_30_45": 0,
                        "T_45_60": 0,
                        "T_60_75": 0,
                        "T_75_90": 0,
                        "T_90_105": 0,
                        "T_105_120": 0
                    },
                    "TimePercent": {
                        "Average": 0.52,
                        "T_0_15": 0.53,
                        "T_15_30": 0,
                        "T_30_45": 0,
                        "T_45_60": 0,
                        "T_60_75": 0,
                        "T_75_90": 0,
                        "T_90_105": 0,
                        "T_105_120": 0
                    },
                    "SuspeciousTime": 1447.3229999999992,
                    "ActualTime": 2535.249999999999
                },
                "BallReceive": {
                    "Fail": 0,
                    "Success": 290,
                    "Total": 290,
                    "Accuracy": 1
                },
                "Penalty": {
                    "Committed": 0,
                    "Awarded": 0
                },
                "Defensive": {
                    "GoalsSaved": 0,
                    "Blocks": 2,
                    "OpportunitySaved": 0,
                    "PPDA": 1.6,
                    "PPDAHighPress": 6,
                    "PPDAMidBlock": 1.6,
                    "PPDALowBlock": 0.6,
                    "TackleFail": 2,
                    "TackleClear": 14,
                    "InterceptionClear": 55,
                    "Clear": 3,
                    "Cleansheet": 0
                },
                "xT": {
                    "Total": 0,
                    "PassSuccess": 0,
                    "PassFail": 0,
                    "SD_Total": 4.4,
                    "SD_PassSuccess": 3.9,
                    "SD_PassFail": 5.5,
                    "Mean_Total": 18,
                    "Mean_PassSuccess": 10.7,
                    "Mean_PassFail": 17.5,
                    "RSD_Total": 24.5,
                    "RSD_PassSuccess": 36.4,
                    "RSD_PassFail": 31.5,
                    "Positive_Success": 4.6,
                    "Positive_Fail": 2.5,
                    "Positive_Total": 7,
                    "Negative_Success": -1.8,
                    "Negative_Fail": -2.2,
                    "Negative_Total": -4.1
                },
                "ShortPass": {
                    "Total": 336,
                    "Success": 259,
                    "Accuracy": 0.77
                },
                "Dribble": {
                    "Fail": 0,
                    "Success": 5,
                    "Total": 5,
                    "Accuracy": 0.02
                }
            }
        }
    }
}