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

Season Points API

Season Points API provides information about points of the season

Request

  • Path: https://rest.cricketapi.com/rest/v2/kabaddi/season/{SEASON_KEY}/points/
  • Method: GET
  • Params:
    • access_token - Required.

Response

  • data.points - List of points of the season.

Example

Request:

$ GET https://rest.cricketapi.com/rest/v2/kabaddi/season/pkl_2017/points/?access_token=ACCESSTOKEN

Response:

{
  "Etag": "1543052175.0",
  "cache_key": "kabaddi|season|pkl_2018|points",
  "data": {
    "points": {
      "name": "Pro Kabaddi 2018",
      "rounds": [
        {
          "groups": [
            {
              "name": "Zone A",
              "teams": [
                {
                  "lost": 2,
                  "name": "GUJARAT FORTUNEGIANTS",
                  "played": 14,
                  "points": 58,
                  "season_team_key": "pkl_2018_guj_fort",
                  "short_name": "GF",
                  "team_key": "guj_fort",
                  "tied": 2,
                  "won": 10
                },
                {
                  "lost": 4,
                  "name": "U MUMBA",
                  "played": 15,
                  "points": 57,
                  "season_team_key": "pkl_2018_u_mumba",
                  "short_name": "MUM",
                  "team_key": "u_mumba",
                  "tied": 1,
                  "won": 10
                },
                {
                  "lost": 8,
                  "name": "PUNERI PALTAN",
                  "played": 16,
                  "points": 42,
                  "season_team_key": "pkl_2018_pune_paltan",
                  "short_name": "PUP",
                  "team_key": "pune_paltan",
                  "tied": 2,
                  "won": 6
                },
                {
                  "lost": 5,
                  "name": "DABANG DELHI K.C.",
                  "played": 11,
                  "points": 33,
                  "season_team_key": "pkl_2018_dab_delhi",
                  "short_name": "DD",
                  "team_key": "dab_delhi",
                  "tied": 1,
                  "won": 5
                },
                {
                  "lost": 9,
                  "name": "HARYANA STEELERS",
                  "played": 14,
                  "points": 26,
                  "season_team_key": "pkl_2018_har_steelers",
                  "short_name": "HS",
                  "team_key": "har_steelers",
                  "tied": 1,
                  "won": 4
                },
                {
                  "lost": 8,
                  "name": "JAIPUR PINK PANTHERS",
                  "played": 12,
                  "points": 20,
                  "season_team_key": "pkl_2018_jap_panthers",
                  "short_name": "JPP",
                  "team_key": "jap_panthers",
                  "tied": 1,
                  "won": 3
                }
              ]
            },
            {
              "name": "Zone B",
              "teams": [
                {
                  "lost": 3,
                  "name": "BENGALURU BULLS",
                  "played": 11,
                  "points": 41,
                  "season_team_key": "pkl_2018_ben_bulls",
                  "short_name": "BB",
                  "team_key": "ben_bulls",
                  "tied": 1,
                  "won": 7
                },
                {
                  "lost": 6,
                  "name": "PATNA PIRATES",
                  "played": 13,
                  "points": 38,
                  "season_team_key": "pkl_2018_pat_pirates",
                  "short_name": "PP",
                  "team_key": "pat_pirates",
                  "tied": 0,
                  "won": 7
                },
                {
                  "lost": 4,
                  "name": "BENGAL WARRIORS",
                  "played": 12,
                  "points": 37,
                  "season_team_key": "pkl_2018_ben_warriors",
                  "short_name": "BW",
                  "team_key": "ben_warriors",
                  "tied": 2,
                  "won": 6
                },
                {
                  "lost": 4,
                  "name": "TELUGU TITANS",
                  "played": 10,
                  "points": 31,
                  "season_team_key": "pkl_2018_tel_titans",
                  "short_name": "TET",
                  "team_key": "tel_titans",
                  "tied": 1,
                  "won": 5
                },
                {
                  "lost": 9,
                  "name": "U.P. YODDHA",
                  "played": 15,
                  "points": 29,
                  "season_team_key": "pkl_2018_up_yoddha",
                  "short_name": "UPY",
                  "team_key": "up_yoddha",
                  "tied": 3,
                  "won": 3
                },
                {
                  "lost": 8,
                  "name": "TAMIL THALAIVAS",
                  "played": 13,
                  "points": 25,
                  "season_team_key": "pkl_2018_tamil_thalaivas",
                  "short_name": "TT",
                  "team_key": "tamil_thalaivas",
                  "tied": 1,
                  "won": 4
                }
              ]
            }
          ],
          "name": "Pro Kabaddi Zone Round 2018"
        }
      ],
      "short_name": "PK 18"
    }
  },
  "expires": "1543052175.0",
  "status": true,
  "status_code": 200,
  "version": "2.0.3"
}
  • {
    • "Etag" : "1543052175.0",
    • "cache_key" : "kabaddi|season|pkl_2018|points",
    • "data" :
      {
      • "points" :
        {
        • "name" : "Pro Kabaddi 2018",
        • "rounds" :
          [
          • "0" :
            {
            • "groups" :
              [
              • "0" :
                {
                • "name" : "Zone A",
                • "teams" :
                  [
                  • "0" :
                    {
                    • "lost" : 2,
                    • "name" : "GUJARAT FORTUNEGIANTS",
                    • "played" : 14,
                    • "points" : 58,
                    • "season_team_key" : "pkl_2018_guj_fort",
                    • "short_name" : "GF",
                    • "team_key" : "guj_fort",
                    • "tied" : 2,
                    • "won" : 10
                    }
                    ,
                  • "1" :
                    {
                    • "lost" : 4,
                    • "name" : "U MUMBA",
                    • "played" : 15,
                    • "points" : 57,
                    • "season_team_key" : "pkl_2018_u_mumba",
                    • "short_name" : "MUM",
                    • "team_key" : "u_mumba",
                    • "tied" : 1,
                    • "won" : 10
                    }
                    ,
                  • "2" :
                    {
                    • "lost" : 8,
                    • "name" : "PUNERI PALTAN",
                    • "played" : 16,
                    • "points" : 42,
                    • "season_team_key" : "pkl_2018_pune_paltan",
                    • "short_name" : "PUP",
                    • "team_key" : "pune_paltan",
                    • "tied" : 2,
                    • "won" : 6
                    }
                    ,
                  • "3" :
                    {
                    • "lost" : 5,
                    • "name" : "DABANG DELHI K.C.",
                    • "played" : 11,
                    • "points" : 33,
                    • "season_team_key" : "pkl_2018_dab_delhi",
                    • "short_name" : "DD",
                    • "team_key" : "dab_delhi",
                    • "tied" : 1,
                    • "won" : 5
                    }
                    ,
                  • "4" :
                    {
                    • "lost" : 9,
                    • "name" : "HARYANA STEELERS",
                    • "played" : 14,
                    • "points" : 26,
                    • "season_team_key" : "pkl_2018_har_steelers",
                    • "short_name" : "HS",
                    • "team_key" : "har_steelers",
                    • "tied" : 1,
                    • "won" : 4
                    }
                    ,
                  • "5" :
                    {
                    • "lost" : 8,
                    • "name" : "JAIPUR PINK PANTHERS",
                    • "played" : 12,
                    • "points" : 20,
                    • "season_team_key" : "pkl_2018_jap_panthers",
                    • "short_name" : "JPP",
                    • "team_key" : "jap_panthers",
                    • "tied" : 1,
                    • "won" : 3
                    }
                  ]
                }
                ,
              • "1" :
                {
                • "name" : "Zone B",
                • "teams" :
                  [
                  • "0" :
                    {
                    • "lost" : 3,
                    • "name" : "BENGALURU BULLS",
                    • "played" : 11,
                    • "points" : 41,
                    • "season_team_key" : "pkl_2018_ben_bulls",
                    • "short_name" : "BB",
                    • "team_key" : "ben_bulls",
                    • "tied" : 1,
                    • "won" : 7
                    }
                    ,
                  • "1" :
                    {
                    • "lost" : 6,
                    • "name" : "PATNA PIRATES",
                    • "played" : 13,
                    • "points" : 38,
                    • "season_team_key" : "pkl_2018_pat_pirates",
                    • "short_name" : "PP",
                    • "team_key" : "pat_pirates",
                    • "tied" : 0,
                    • "won" : 7
                    }
                    ,
                  • "2" :
                    {
                    • "lost" : 4,
                    • "name" : "BENGAL WARRIORS",
                    • "played" : 12,
                    • "points" : 37,
                    • "season_team_key" : "pkl_2018_ben_warriors",
                    • "short_name" : "BW",
                    • "team_key" : "ben_warriors",
                    • "tied" : 2,
                    • "won" : 6
                    }
                    ,
                  • "3" :
                    {
                    • "lost" : 4,
                    • "name" : "TELUGU TITANS",
                    • "played" : 10,
                    • "points" : 31,
                    • "season_team_key" : "pkl_2018_tel_titans",
                    • "short_name" : "TET",
                    • "team_key" : "tel_titans",
                    • "tied" : 1,
                    • "won" : 5
                    }
                    ,
                  • "4" :
                    {
                    • "lost" : 9,
                    • "name" : "U.P. YODDHA",
                    • "played" : 15,
                    • "points" : 29,
                    • "season_team_key" : "pkl_2018_up_yoddha",
                    • "short_name" : "UPY",
                    • "team_key" : "up_yoddha",
                    • "tied" : 3,
                    • "won" : 3
                    }
                    ,
                  • "5" :
                    {
                    • "lost" : 8,
                    • "name" : "TAMIL THALAIVAS",
                    • "played" : 13,
                    • "points" : 25,
                    • "season_team_key" : "pkl_2018_tamil_thalaivas",
                    • "short_name" : "TT",
                    • "team_key" : "tamil_thalaivas",
                    • "tied" : 1,
                    • "won" : 4
                    }
                  ]
                }
              ]
              ,
            • "name" : "Pro Kabaddi Zone Round 2018"
            }
          ]
          ,
        • "short_name" : "PK 18"
        }
      }
      ,
    • "expires" : "1543052175.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 kabaddi 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)