The team stats API gives the stats of the required team for the overall season and the season-wise stats data. In response, it will have the different data stats points of the raid, tackles, team success rate, and much more.
Path: https://rest.cricketapi.com/rest/v2/kabaddi/team/TEAM_KEY/stats/
Method: GET
Params:
access_token
- Required.
competition
- competition key
URL Params:
TEAM_KEY
- Team Key.Get the Team key here
data.all_seasons
- stats of players.$ GET https://rest.cricketapi.com/rest/v2/kabaddi/team/dab_delhi/stats/?access_token=ACCESS_TOKEN
{
"Etag": "1543113679.0",
"cache_key": "kabaddi|competition|pkl|team|tamil_thalaivas|stats",
"data": {
"all_seasons": {
"average_raid_points": 38.59,
"average_tackle_points": 17.91,
"drawn": 2,
"empty_raids": 652,
"extras": 45,
"loosed_all_out": 0,
"lost": 14,
"played": 35,
"raid_bonus": 169,
"success_raids": 561,
"success_raids_per_match": 31,
"success_raids_percentage": 73.98,
"success_tackles": 289,
"success_tackles_per_match": 16,
"success_tackles_percentage": 70.47,
"super_raids": 0,
"super_tackles": 0,
"tackle_bonus": 25,
"tackle_points": 290,
"taken_all_out": 34,
"total_points": 1097,
"total_raid_points": 669,
"total_raids": 1554,
"total_tackles": 818,
"touch_points": 500,
"unsuccess_raids": 341,
"unsuccess_tackles": 529,
"won": 6
},
"pkl_2017": {
"average_raid_points": 18.59090909090909,
"average_tackle_points": 9.136363636363637,
"drawn": 2,
"empty_raids": 462,
"extras": 33,
"loosed_all_out": 0,
"lost": 14,
"played": 22,
"raid_bonus": 101,
"success_raids": 346,
"success_raids_per_match": 15,
"success_raids_percentage": 34.08866995073892,
"success_tackles": 184,
"success_tackles_per_match": 8,
"success_tackles_percentage": 35.5899419729207,
"super_raids": 0,
"super_tackles": 0,
"tackle_bonus": 17,
"tackle_points": 184,
"taken_all_out": 19,
"total_points": 681,
"total_raid_points": 409,
"total_raids": 1015,
"total_tackles": 517,
"touch_points": 308,
"unsuccess_raids": 207,
"unsuccess_tackles": 333,
"won": 6
},
"pkl_2018": {
"average_raid_points": 20,
"average_tackle_points": 8.76923076923077,
"drawn": 0,
"empty_raids": 190,
"extras": 12,
"loosed_all_out": 0,
"lost": 0,
"played": 13,
"raid_bonus": 68,
"success_raids": 215,
"success_raids_per_match": 16,
"success_raids_percentage": 39.888682745825605,
"success_tackles": 105,
"success_tackles_per_match": 8,
"success_tackles_percentage": 34.883720930232556,
"super_raids": 0,
"super_tackles": 0,
"tackle_bonus": 8,
"tackle_points": 106,
"taken_all_out": 15,
"total_points": 416,
"total_raid_points": 260,
"total_raids": 539,
"total_tackles": 301,
"touch_points": 192,
"unsuccess_raids": 134,
"unsuccess_tackles": 196,
"won": 0
}
},
"expires": "1543113679.0",
"status": true,
"status_code": 200,
"version": "2.0.3"
}