Matches Statistics
This endpoint allows you to retrieve the statistics from matches.
Types of the statistics: Red cards, Comeback to win, Receiver points won, Number of lets, Points won, Timeouts, Yellow cards, Max points in a row, Biggest lead, Service errors, Service points won.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every minute. Recommended Calls: Limit calls to 1 every minute.
Use Cases
Get statistics from a specific match_idhttps://table-tennis.sportdevs.com/matches-statistics?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.14
The id of the match
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- match_id integer
The id of the match
Note: This is a Foreign Key to
matches-live.id
. - statistics jsonb
The statistics of the match
[
{
"match_id": 14,
"statistics": [
{
"type": "Biggest lead",
"period": "1ST",
"category": "Points",
"away_team": "4",
"home_team": "2"
},
{
"type": "Biggest lead",
"period": "2ND",
"category": "Points",
"away_team": "5",
"home_team": "0"
},
{
"type": "Biggest lead",
"period": "3RD",
"category": "Points",
"away_team": "0",
"home_team": "3"
},
{
"type": "Biggest lead",
"period": "4TH",
"category": "Points",
"away_team": "2",
"home_team": "4"
},
{
"type": "Biggest lead",
"period": "5TH",
"category": "Points",
"away_team": "4",
"home_team": "0"
},
{
"type": "Biggest lead",
"period": "ALL",
"category": "Points",
"away_team": "5",
"home_team": "8"
},
{
"type": "Comeback to win",
"period": "1ST",
"category": "Points",
"away_team": "2",
"home_team": "0"
},
{
"type": "Comeback to win",
"period": "2ND",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Comeback to win",
"period": "3RD",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Comeback to win",
"period": "4TH",
"category": "Points",
"away_team": "0",
"home_team": "2"
},
{
"type": "Comeback to win",
"period": "5TH",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Comeback to win",
"period": "ALL",
"category": "Points",
"away_team": "2",
"home_team": "2"
},
{
"type": "Max points in a row",
"period": "1ST",
"category": "Points",
"away_team": "4",
"home_team": "2"
},
{
"type": "Max points in a row",
"period": "2ND",
"category": "Points",
"away_team": "3",
"home_team": "3"
},
{
"type": "Max points in a row",
"period": "3RD",
"category": "Points",
"away_team": "2",
"home_team": "3"
},
{
"type": "Max points in a row",
"period": "4TH",
"category": "Points",
"away_team": "2",
"home_team": "3"
},
{
"type": "Max points in a row",
"period": "5TH",
"category": "Points",
"away_team": "4",
"home_team": "4"
},
{
"type": "Max points in a row",
"period": "ALL",
"category": "Points",
"away_team": "7",
"home_team": "7"
},
{
"type": "Points won",
"period": "1ST",
"category": "Points",
"away_team": "11",
"home_team": "6"
},
{
"type": "Points won",
"period": "2ND",
"category": "Points",
"away_team": "11",
"home_team": "9"
},
{
"type": "Points won",
"period": "3RD",
"category": "Points",
"away_team": "8",
"home_team": "11"
},
{
"type": "Points won",
"period": "4TH",
"category": "Points",
"away_team": "6",
"home_team": "11"
},
{
"type": "Points won",
"period": "5TH",
"category": "Points",
"away_team": "11",
"home_team": "6"
},
{
"type": "Points won",
"period": "ALL",
"category": "Points",
"away_team": "58",
"home_team": "65"
},
{
"type": "Receiver points won",
"period": "1ST",
"category": "Points",
"away_team": "5/9 (56%)",
"home_team": "2/8 (25%)"
},
{
"type": "Receiver points won",
"period": "2ND",
"category": "Points",
"away_team": "3/10 (30%)",
"home_team": "2/10 (20%)"
},
{
"type": "Receiver points won",
"period": "3RD",
"category": "Points",
"away_team": "5/10 (50%)",
"home_team": "6/9 (67%)"
},
{
"type": "Receiver points won",
"period": "4TH",
"category": "Points",
"away_team": "0/8 (0%)",
"home_team": "3/9 (33%)"
},
{
"type": "Receiver points won",
"period": "5TH",
"category": "Points",
"away_team": "5/9 (56%)",
"home_team": "2/8 (25%)"
},
{
"type": "Receiver points won",
"period": "ALL",
"category": "Points",
"away_team": "22/62 (35%)",
"home_team": "25/61 (41%)"
},
{
"type": "Service errors",
"period": "1ST",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Service errors",
"period": "2ND",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Service errors",
"period": "3RD",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Service errors",
"period": "4TH",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Service errors",
"period": "5TH",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Service errors",
"period": "ALL",
"category": "Points",
"away_team": "0",
"home_team": "0"
},
{
"type": "Service points won",
"period": "1ST",
"category": "Points",
"away_team": "6/8 (75%)",
"home_team": "4/9 (44%)"
},
{
"type": "Service points won",
"period": "2ND",
"category": "Points",
"away_team": "8/10 (80%)",
"home_team": "7/10 (70%)"
},
{
"type": "Service points won",
"period": "3RD",
"category": "Points",
"away_team": "3/9 (33%)",
"home_team": "5/10 (50%)"
},
{
"type": "Service points won",
"period": "4TH",
"category": "Points",
"away_team": "6/9 (67%)",
"home_team": "8/8 (100%)"
},
{
"type": "Service points won",
"period": "5TH",
"category": "Points",
"away_team": "6/8 (75%)",
"home_team": "4/9 (44%)"
},
{
"type": "Service points won",
"period": "ALL",
"category": "Points",
"away_team": "36/61 (59%)",
"home_team": "40/62 (65%)"
}
]
}
]