The Player Stats API gives the complete stats of the player for all the seasons and the individual seasons. It provides average raid points, average tackle points, empty raids, green card, red card, success raids, super raids, yellow card and much more.
Path: https://rest.cricketapi.com/rest/v2/kabaddi/player/{PLAYER_KEY}/stats/
Method: GET
Params:
access_token
- Required.
competition
- competition key
For all the pkl competition key will be "pkl"
URL Params:
PLAYER_KEY
- Player KeyGet the different player key from Season API, and Match API
data.all_seasons
- stats of players.$ GET https://rest.cricketapi.com/rest/v2/kabaddi/player/par_narwal/stats/?access_token=ACCESS_TOKEN&competition=pkl
{
"Etag": "1566985372.0",
"cache_key": "kabaddi|competition|pkl|players|aja_thakur|stats",
"data": {
"all_seasons": {
"average_raid_points": 45.05,
"average_tackle_points": 32.75,
"empty_raids": 640,
"green_card": 17,
"matches_played": 32,
"raid_bonus": 121,
"red_card": 0,
"success_raids": 632,
"success_raids_per_match": 11,
"success_raids_percentage": 244.95,
"success_tackles": 21,
"success_tackles_per_match": 0,
"success_tackles_percentage": 9.09,
"super_raids": 23,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 21,
"total_points": 796,
"total_raid_points": 775,
"total_raids": 1644,
"total_tackle_points": 21,
"total_tackles": 79,
"touch_points": 654,
"unsuccess_raids": 371,
"unsuccess_tackles": 58,
"yellow_card": 1
},
"pkl_2014": {
"average_raid_points": 8.13,
"average_tackle_points": 8.46,
"empty_raids": 73,
"green_card": 1,
"matches_played": 0,
"raid_bonus": 21,
"red_card": 0,
"success_raids": 96,
"success_raids_per_match": 0,
"success_raids_percentage": 42.1,
"success_tackles": 5,
"success_tackles_per_match": 0,
"success_tackles_percentage": 0.0,
"super_raids": 2,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 5,
"total_points": 127,
"total_raid_points": 122,
"total_raids": 228,
"total_tackle_points": 5,
"total_tackles": 18,
"touch_points": 101,
"unsuccess_raids": 58,
"unsuccess_tackles": 13,
"yellow_card": 0
},
"pkl_2015": {
"average_raid_points": 6.07,
"average_tackle_points": 6.15,
"empty_raids": 79,
"green_card": 6,
"matches_played": 0,
"raid_bonus": 3,
"red_card": 0,
"success_raids": 56,
"success_raids_per_match": 0,
"success_raids_percentage": 29.47,
"success_tackles": 1,
"success_tackles_per_match": 0,
"success_tackles_percentage": 0.0,
"super_raids": 6,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 1,
"total_points": 80,
"total_raid_points": 79,
"total_raids": 190,
"total_tackle_points": 1,
"total_tackles": 6,
"touch_points": 76,
"unsuccess_raids": 55,
"unsuccess_tackles": 5,
"yellow_card": 0
},
"pkl_2016_1": {
"average_raid_points": 3.71,
"average_tackle_points": 4.0,
"empty_raids": 73,
"green_card": 2,
"matches_played": 0,
"raid_bonus": 3,
"red_card": 0,
"success_raids": 41,
"success_raids_per_match": 0,
"success_raids_percentage": 27.7,
"success_tackles": 4,
"success_tackles_per_match": 0,
"success_tackles_percentage": 0.0,
"super_raids": 2,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 4,
"total_points": 56,
"total_raid_points": 52,
"total_raids": 148,
"total_tackle_points": 4,
"total_tackles": 9,
"touch_points": 49,
"unsuccess_raids": 34,
"unsuccess_tackles": 5,
"yellow_card": 0
},
"pkl_2016_2": {
"average_raid_points": 3.93,
"average_tackle_points": 4.0,
"empty_raids": 80,
"green_card": 0,
"matches_played": 0,
"raid_bonus": 14,
"red_card": 0,
"success_raids": 41,
"success_raids_per_match": 0,
"success_raids_percentage": 26.45,
"success_tackles": 1,
"success_tackles_per_match": 0,
"success_tackles_percentage": 0.0,
"super_raids": 5,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 1,
"total_points": 64,
"total_raid_points": 63,
"total_raids": 155,
"total_tackle_points": 1,
"total_tackles": 8,
"touch_points": 49,
"unsuccess_raids": 34,
"unsuccess_tackles": 7,
"yellow_card": 1
},
"pkl_2017": {
"average_raid_points": 9.68,
"average_tackle_points": 10.09,
"empty_raids": 150,
"green_card": 4,
"matches_played": 0,
"raid_bonus": 48,
"red_card": 0,
"success_raids": 182,
"success_raids_per_match": 0,
"success_raids_percentage": 44.71,
"success_tackles": 9,
"success_tackles_per_match": 0,
"success_tackles_percentage": 0.0,
"super_raids": 3,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 9,
"total_points": 222,
"total_raid_points": 213,
"total_raids": 407,
"total_tackle_points": 9,
"total_tackles": 25,
"touch_points": 165,
"unsuccess_raids": 75,
"unsuccess_tackles": 16,
"yellow_card": 0
},
"pkl_2018": {
"average_raid_points": 9.23,
"average_tackle_points": 0.05,
"empty_raids": 128,
"green_card": 2,
"matches_played": 22,
"raid_bonus": 29,
"red_card": 0,
"success_raids": 180,
"success_raids_per_match": 8,
"success_raids_percentage": 46.39,
"success_tackles": 1,
"success_tackles_per_match": 0,
"success_tackles_percentage": 9.09,
"super_raids": 3,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 1,
"total_points": 204,
"total_raid_points": 203,
"total_raids": 388,
"total_tackle_points": 1,
"total_tackles": 11,
"touch_points": 174,
"unsuccess_raids": 80,
"unsuccess_tackles": 10,
"yellow_card": 0
},
"pkl_2019": {
"average_raid_points": 4.3,
"average_tackle_points": 0.0,
"empty_raids": 57,
"green_card": 2,
"matches_played": 10,
"raid_bonus": 3,
"red_card": 0,
"success_raids": 36,
"success_raids_per_match": 3,
"success_raids_percentage": 28.12,
"success_tackles": 0,
"success_tackles_per_match": 0,
"success_tackles_percentage": 0.0,
"super_raids": 2,
"super_tackles": 0,
"tackle_bonus": 0,
"tackle_points": 0,
"total_points": 43,
"total_raid_points": 43,
"total_raids": 128,
"total_tackle_points": 0,
"total_tackles": 2,
"touch_points": 40,
"unsuccess_raids": 35,
"unsuccess_tackles": 2,
"yellow_card": 0
}
},
"expires": "1566985372.0",
"status": true,
"status_code": 200,
"version": "2.0.3"