ball_lav ball_pink Asset 2 Dhoni have 144.78 Strike rate against MI 7 Batting performance of MSD with MI? Question Answer MSD performance with MI? ball_lav ball_pink Asset 2

Player Stats API

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.

Request

  • 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 Key

    Get the different player key from Season API, and Match API

Response

  • data.all_seasons - stats of players.

Example Request:

$ GET https://rest.cricketapi.com/rest/v2/kabaddi/player/par_narwal/stats/?access_token=ACCESS_TOKEN&competition=pkl

Example Response:

{
    "Etag": "1543112564.0",
    "cache_key": "kabaddi|competition|pkl|players|aja_thakur|stats",
    "data": {
        "all_seasons": {
            "average_raid_points": 41.14,
            "average_tackle_points": 32.78,
            "empty_raids": 519,
            "green_card": 15,
            "matches_played": 13,
            "raid_bonus": 109,
            "red_card": 0,
            "success_raids": 525,
            "success_raids_per_match": 8,
            "success_raids_percentage": 219.75,
            "success_tackles": 21,
            "success_tackles_per_match": 0,
            "success_tackles_percentage": 12.5,
            "super_raids": 19,
            "super_tackles": 0,
            "tackle_bonus": 0,
            "tackle_points": 21,
            "total_points": 675,
            "total_raid_points": 654,
            "total_raids": 1349,
            "total_tackle_points": 21,
            "total_tackles": 74,
            "touch_points": 545,
            "unsuccess_raids": 304,
            "unsuccess_tackles": 53,
            "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,
            "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,
            "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,
            "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,
            "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,
            "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,
            "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,
            "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.615384615384615,
            "average_tackle_points": 0.07692307692307693,
            "empty_raids": 64,
            "green_card": 2,
            "matches_played": 13,
            "raid_bonus": 20,
            "red_card": 0,
            "success_raids": 109,
            "success_raids_per_match": 8,
            "success_raids_percentage": 49.321266968325794,
            "success_tackles": 1,
            "success_tackles_per_match": 0,
            "success_tackles_percentage": 12.5,
            "super_raids": 1,
            "super_tackles": 0,
            "tackle_bonus": 0,
            "tackle_points": 1,
            "total_points": 126,
            "total_raid_points": 125,
            "total_raids": 221,
            "total_tackle_points": 1,
            "total_tackles": 8,
            "touch_points": 105,
            "unsuccess_raids": 48,
            "unsuccess_tackles": 7,
            "yellow_card": 0
        }
    },
    "expires": "1543112564.0",
    "status": true,
    "status_code": 200,
    "version": "2.0.3"
}
View all Docs

True Support Center

Not sure, what plan to choose? Just get in touch us. We are committed to providing a solution to all cricket data requirements. Feel free to write your technical questions, to know about best practice and guidelines.

000-800-040-1803 (Indian Tollfree Number)

+1 (855) 2SPORT4 (US Tollfree Number)