Match API provides the match detail.
https://rest.cricketapi.com/rest/v2/kabaddi/match/{MATCH_KEY}/
GET
Params:
access_token
- Required.card_type
- Optional. Default to micro_card
. Accepted values are micro_card, full_card & summary_card. Refer Card typeURL Params:
MATCH_KEY
: Key of the matchdata.card
- Match card.$ GET https://rest.cricketapi.com/rest/v2/kabaddi/match/pkl_2017_g4/?access_token=ACCESSTOKEN
{
"Etag": "1566923825.0",
"cache_key": "kabaddi|match|pkl_2019_g25|micro_card",
"data": {
"card": {
"approx_completed_ts": "1564932380",
"cache_key": "kabaddi|match|pkl_2019_g25|micro_card",
"expires": "1566923825.0",
"group": {
"key": "pkl_2019_l",
"name": "League"
},
"key": "pkl_2019_g25",
"name": "HARYANA STEELERS vs TAMIL THALAIVAS",
"result": {
"str": "TAMIL THALAIVAS won the match",
"winner_team": "b"
},
"round": {
"key": "pkl_2019_l",
"name": "Pro Kabaddi League Round 2019"
},
"season": {
"competition": {
"key": "pkl_2019",
"name": "Pro Kabaddi 2019"
},
"key": "pkl_2019",
"name": "Pro Kabaddi 2019",
"short_name": "PK 19"
},
"start_date": {
"iso": "2019-08-04T14:00+00:00",
"str": "04th Aug 2019 14:00 GMT",
"timestamp": "1564927200"
},
"status": "completed",
"sub_card_name": "Match 25",
"teams": {
"a": {
"key": "har_steelers",
"name": "HARYANA STEELERS",
"short_name": "HS"
},
"b": {
"key": "tamil_thalaivas",
"name": "TAMIL THALAIVAS",
"short_name": "TT"
}
},
"venue": {
"name": "Patliputra Sports Complex, Patna"
}
},
"card_type": "micro_card",
"sport": "kabaddi"
},
"expires": "1566923825.0",
"status": true,
"status_code": 200,
"version": "2.0.3"
$ GET https://rest.cricketapi.com/rest/v2/kabaddi/match/pkl_2017_g4/?access_token=ACCESSTOKEN&card_type=summary_card
{
"Etag": "1566923754.0",
"cache_key": "kabaddi|match|pkl_2019_g25|summary_card",
"data": {
"card": {
"approx_completed_ts": "1564932380",
"cache_key": "kabaddi|match|pkl_2019_g25|summary_card",
"data_review_checkpoint": "post_match_validated",
"expires": "1566923754.0",
"group": {
"key": "pkl_2019_l",
"name": "League"
},
"key": "pkl_2019_g25",
"name": "HARYANA STEELERS vs TAMIL THALAIVAS",
"result": {
"str": "TAMIL THALAIVAS won the match",
"winner_team": "b"
},
"round": {
"key": "pkl_2019_l",
"name": "Pro Kabaddi League Round 2019"
},
"score": {
"a": 28,
"b": 35,
"first_half": {
"a": 19,
"b": 10
},
"second_half": {
"a": 9,
"b": 25
}
},
"season": {
"competition": {
"key": "pkl_2019",
"name": "Pro Kabaddi 2019"
},
"key": "pkl_2019",
"name": "Pro Kabaddi 2019",
"short_name": "PK 19"
},
"start_date": {
"iso": "2019-08-04T14:00+00:00",
"str": "04th Aug 2019 14:00 GMT",
"timestamp": "1564927200"
},
"state": "full_time",
"status": "completed",
"status_overview": "result",
"sub_card_name": "Match 25",
"teams": {
"a": {
"key": "har_steelers",
"match": {
"bench": [
"selvamani_k",
"ravi_kumar",
"chand_singh",
"kuld_singh",
"tin_phonchoo"
],
"captain": "dha_cheralathan",
"key": "a",
"players": [
"dha_cheralathan",
"amirhossein_maleki",
"arun_kumar_hn",
"nav_een",
"pk_rai",
"selvamani_k",
"vikas_chhillar",
"vik_khandola",
"vinay",
"ravi_kumar",
"vik_kale",
"sunil_3012",
"parveen",
"subhash_narwal",
"vikram_kandola",
"chand_singh",
"kuld_singh",
"tin_phonchoo"
],
"season_team_key": "pkl_2019_har_steelers",
"starters": [
"dha_cheralathan",
"nav_een",
"vik_khandola",
"vinay",
"vik_kale",
"sunil_3012",
"parveen"
],
"stats": {
"all_outs": 1,
"declare": 0,
"points": {
"all_out": 2,
"declare": 0,
"extras": 0,
"raid_points": {
"bonus": 5,
"extra_points": 5,
"total": 16,
"touch": 11
},
"tackle_points": {
"bonus": 1,
"tackle": 9,
"total": 10
},
"total": 28
},
"raids": {
"empty": 19,
"success": 12,
"super_raids": 0,
"total": 42,
"unsuccess": 11
},
"tackles": {
"success": 9,
"super_tackles": 0,
"total": 26,
"unsuccess": 17
}
}
},
"name": "HARYANA STEELERS",
"short_name": "HS"
},
"b": {
"key": "tamil_thalaivas",
"match": {
"bench": [
"v._ajith_kumar",
"vin_kumar",
"ponparthiban_subramanian",
"sagar"
],
"captain": "aja_thakur",
"key": "b",
"players": [
"aja_thakur",
"anand",
"rah_chaudhari",
"sha_bappu",
"v._ajith_kumar",
"vin_kumar",
"yashwant_bishnoi",
"ajeet",
"m._abishek",
"ponparthiban_subramanian",
"himanshu",
"moh_chhillar",
"sagar",
"milad_sheibak",
"hemant_chauhan",
"man_chhillar",
"ran_singh",
"victor_obiero"
],
"season_team_key": "pkl_2019_tamil_thalaivas",
"starters": [
"aja_thakur",
"rah_chaudhari",
"sha_bappu",
"ajeet",
"moh_chhillar",
"man_chhillar",
"ran_singh"
],
"stats": {
"all_outs": 2,
"declare": 0,
"points": {
"all_out": 4,
"declare": 0,
"extras": 1,
"raid_points": {
"bonus": 3,
"extra_points": 3,
"total": 20,
"touch": 17
},
"tackle_points": {
"bonus": 0,
"tackle": 10,
"total": 10
},
"total": 35
},
"raids": {
"empty": 16,
"success": 17,
"super_raids": 0,
"total": 42,
"unsuccess": 9
},
"tackles": {
"success": 10,
"super_tackles": 0,
"total": 21,
"unsuccess": 11
}
}
},
"name": "TAMIL THALAIVAS",
"short_name": "TT"
}
},
"toss": {
"asked": "a",
"decision": "court_right",
"str": "HARYANA STEELERS wins the toss & Choice of court:Right",
"won": "a"
},
"venue": {
"name": "Patliputra Sports Complex, Patna"
}
},
"card_type": "summary_card",
"sport": "kabaddi"
},
"expires": "1566923754.0",
"status": true,
"status_code": 200,
"version": "2.0.3"
$ GET https://rest.cricketapi.com/rest/v2/kabaddi/match/pkl_2017_g4/?access_token=ACCESSTOKEN&card_type=full_card
{
"Etag": "1566923607.0",
"cache_key": "kabaddi|match|pkl_2019_g25|full_card",
"data": {
"card": {
"approx_completed_ts": "1564932380",
"cache_key": "kabaddi|match|pkl_2019_g25|full_card",
"data_review_checkpoint": "post_match_validated",
"expires": "1566923607.0",
"group": {
"key": "pkl_2019_l",
"name": "League"
},
"key": "pkl_2019_g25",
"man_of_match": "rah_chaudhari",
"name": "HARYANA STEELERS vs TAMIL THALAIVAS",
"players": {
"aja_thakur": {
"key": "aja_thakur",
"match": {
"captain": true,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 1,
"total": 5,
"touch": 4
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 5
},
"raids": {
"empty": 5,
"success": 3,
"super_raids": 0,
"total": 12,
"unsuccess": 4
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Ajay Thakur",
"role": "raider",
"short_name": "Ajay Thakur"
},
"ajeet": {
"key": "ajeet",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 1
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 3,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Ajeet",
"role": "defender_right_cover",
"short_name": "Ajeet"
},
"amirhossein_maleki": {
"key": "amirhossein_maleki",
"name": "Amirhossein Maleki",
"role": "raider",
"short_name": "Amirhossein Maleki"
},
"anand": {
"key": "anand",
"name": "Anand",
"role": "raider",
"short_name": "Anand"
},
"arun_kumar_hn": {
"key": "arun_kumar_hn",
"name": "Arun Kumar HN",
"role": "raider",
"short_name": "Arun Kumar HN"
},
"chand_singh": {
"key": "chand_singh",
"match": {
"captain": false,
"green_card": false,
"played": false,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Chand Singh",
"role": "defender_left_corner",
"short_name": "Chand Singh"
},
"dha_cheralathan": {
"key": "dha_cheralathan",
"match": {
"captain": true,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 1,
"capture": 2,
"tackle": 2,
"total": 3
},
"total": 3
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 2,
"super_tackles": 1,
"total": 5,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Dharmaraj Cheralathan",
"role": "defender_right_left_corner",
"short_name": "Dharmaraj Cheralathan"
},
"hemant_chauhan": {
"key": "hemant_chauhan",
"name": "Hemant Chauhan",
"role": "all_rounder",
"short_name": "Hemant Chauhan"
},
"himanshu": {
"key": "himanshu",
"name": "Himanshu",
"role": "defender_right_corner",
"short_name": "Himanshu"
},
"kuld_singh": {
"key": "kuld_singh",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 1,
"unsuccess": 1
},
"yellow_card": false
},
"name": "Kuldeep Singh",
"role": "defender",
"short_name": "Kuldeep Singh"
},
"m._abishek": {
"key": "m._abishek",
"name": "M. Abishek",
"role": "defender_right_cover",
"short_name": "M. Abishek"
},
"man_chhillar": {
"key": "man_chhillar",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 3,
"tackle": 3,
"total": 3
},
"total": 3
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 3,
"super_tackles": 0,
"total": 5,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Manjeet Chhillar",
"role": "all_rounder",
"short_name": "Manjeet Chhillar"
},
"milad_sheibak": {
"key": "milad_sheibak",
"name": "Milad Sheibak",
"role": "defender",
"short_name": "Milad Sheibak"
},
"moh_chhillar": {
"key": "moh_chhillar",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 2,
"tackle": 2,
"total": 2
},
"total": 2
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 2,
"super_tackles": 0,
"total": 5,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Mohit Chhillar",
"role": "defender_right_corner",
"short_name": "Mohit Chhillar"
},
"nav_een": {
"key": "nav_een",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 1,
"total": 5,
"touch": 4
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 5
},
"raids": {
"empty": 6,
"success": 4,
"super_raids": 0,
"total": 13,
"unsuccess": 3
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 2,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Naveen",
"role": "raider",
"short_name": "Naveen"
},
"parveen": {
"key": "parveen",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 3,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Parveen",
"role": "defender_left_cover",
"short_name": "Parveen"
},
"pk_rai": {
"key": "pk_rai",
"name": "Prashanth Kumar Rai",
"role": "raider",
"short_name": "Prashanth Kumar Rai"
},
"ponparthiban_subramanian": {
"key": "ponparthiban_subramanian",
"match": {
"captain": false,
"green_card": false,
"played": false,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Ponparthiban Subramanian",
"role": "defender_right_cover",
"short_name": "Ponparthiban Subramanian"
},
"rah_chaudhari": {
"key": "rah_chaudhari",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 2,
"total": 13,
"touch": 11
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 14
},
"raids": {
"empty": 8,
"success": 12,
"super_raids": 0,
"total": 23,
"unsuccess": 3
},
"red_card": false,
"starter": true,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 3,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Rahul Chaudhari",
"role": "raider",
"short_name": "Rahul Chaudhari"
},
"ran_singh": {
"key": "ran_singh",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 1,
"touch": 1
},
"tackle_points": {
"bonus": 0,
"capture": 2,
"tackle": 2,
"total": 2
},
"total": 3
},
"raids": {
"empty": 0,
"success": 1,
"super_raids": 0,
"total": 1,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 2,
"super_tackles": 0,
"total": 4,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Ran Singh",
"role": "all_rounder",
"short_name": "Ran Singh"
},
"ravi_kumar": {
"key": "ravi_kumar",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 1,
"unsuccess": 1
},
"yellow_card": false
},
"name": "Ravi Kumar",
"role": "defender_right_cover",
"short_name": "Ravi Kumar"
},
"sagar": {
"key": "sagar",
"match": {
"captain": false,
"green_card": false,
"played": false,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Sagar",
"role": "defender_right_corner",
"short_name": "Sagar"
},
"selvamani_k": {
"key": "selvamani_k",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 1,
"total": 1,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 1
},
"raids": {
"empty": 1,
"success": 1,
"super_raids": 0,
"total": 3,
"unsuccess": 1
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Selvamani K",
"role": "raider",
"short_name": "Selvamani K"
},
"sha_bappu": {
"key": "sha_bappu",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 1,
"touch": 1
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 2
},
"raids": {
"empty": 3,
"success": 1,
"super_raids": 0,
"total": 6,
"unsuccess": 2
},
"red_card": false,
"starter": true,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 1,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Shabeer Bappu",
"role": "raider",
"short_name": "Shabeer Bappu"
},
"subhash_narwal": {
"key": "subhash_narwal",
"name": "Subhash Narwal",
"role": "defender_left_cover",
"short_name": "Subhash Narwal"
},
"sunil_3012": {
"key": "sunil_3012",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 2,
"tackle": 2,
"total": 2
},
"total": 2
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 2,
"super_tackles": 0,
"total": 6,
"unsuccess": 4
},
"yellow_card": false
},
"name": "Sunil",
"role": "defender_right_corner",
"short_name": "Sunil"
},
"tin_phonchoo": {
"key": "tin_phonchoo",
"match": {
"captain": false,
"green_card": false,
"played": false,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Tin Phonchoo",
"role": "all_rounder",
"short_name": "Tin Phonchoo"
},
"v._ajith_kumar": {
"key": "v._ajith_kumar",
"match": {
"captain": false,
"green_card": false,
"played": false,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "V. Ajith Kumar",
"role": "raider",
"short_name": "V. Ajith Kumar"
},
"victor_obiero": {
"key": "victor_obiero",
"name": "Victor Onyango Obiero",
"role": "all_rounder",
"short_name": "Victor Obiero"
},
"vik_kale": {
"key": "vik_kale",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 3,
"tackle": 3,
"total": 3
},
"total": 3
},
"raids": {
"empty": 1,
"success": 0,
"super_raids": 0,
"total": 2,
"unsuccess": 1
},
"red_card": false,
"starter": true,
"tackles": {
"success": 3,
"super_tackles": 0,
"total": 6,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Vikas Kale",
"role": "defender_right_cover",
"short_name": "Vikas Kale"
},
"vik_khandola": {
"key": "vik_khandola",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 2,
"total": 7,
"touch": 5
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 8
},
"raids": {
"empty": 5,
"success": 5,
"super_raids": 0,
"total": 15,
"unsuccess": 5
},
"red_card": false,
"starter": true,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 1,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Vikash Kandola",
"role": "raider",
"short_name": "Vikash Kandola"
},
"vikas_chhillar": {
"key": "vikas_chhillar",
"name": "Vikas Chhillar",
"role": "raider",
"short_name": "Vikas Chhillar"
},
"vikram_kandola": {
"key": "vikram_kandola",
"name": "Vikram Kandola",
"role": "defender_left_cover",
"short_name": "Vikram Kandola"
},
"vin_kumar": {
"key": "vin_kumar",
"match": {
"captain": false,
"green_card": false,
"played": false,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 0
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 0,
"unsuccess": 0
},
"red_card": false,
"starter": false,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Vineet Sharma",
"role": "raider",
"short_name": "Vineet Sharma"
},
"vinay": {
"key": "vinay",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 1,
"total": 3,
"touch": 2
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 4
},
"raids": {
"empty": 6,
"success": 2,
"super_raids": 0,
"total": 9,
"unsuccess": 1
},
"red_card": false,
"starter": true,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 1,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Vinay",
"role": "raider",
"short_name": "Vinay"
},
"yashwant_bishnoi": {
"key": "yashwant_bishnoi",
"name": "Yashwant Bishnoi",
"role": "raider",
"short_name": "Yashwant Bishnoi"
}
},
"result": {
"str": "TAMIL THALAIVAS won the match",
"winner_team": "b"
},
"round": {
"key": "pkl_2019_l",
"name": "Pro Kabaddi League Round 2019"
},
"score": {
"a": 28,
"b": 35,
"first_half": {
"a": 19,
"b": 10
},
"second_half": {
"a": 9,
"b": 25
}
},
"season": {
"competition": {
"key": "pkl_2019",
"name": "Pro Kabaddi 2019"
},
"key": "pkl_2019",
"name": "Pro Kabaddi 2019",
"short_name": "PK 19"
},
"start_date": {
"iso": "2019-08-04T14:00+00:00",
"str": "04th Aug 2019 14:00 GMT",
"timestamp": "1564927200"
},
"state": "full_time",
"status": "completed",
"status_overview": "result",
"sub_card_name": "Match 25",
"teams": {
"a": {
"key": "har_steelers",
"match": {
"bench": [
"selvamani_k",
"ravi_kumar",
"chand_singh",
"kuld_singh",
"tin_phonchoo"
],
"captain": "dha_cheralathan",
"key": "a",
"players": [
"dha_cheralathan",
"amirhossein_maleki",
"arun_kumar_hn",
"nav_een",
"pk_rai",
"selvamani_k",
"vikas_chhillar",
"vik_khandola",
"vinay",
"ravi_kumar",
"vik_kale",
"sunil_3012",
"parveen",
"subhash_narwal",
"vikram_kandola",
"chand_singh",
"kuld_singh",
"tin_phonchoo"
],
"season_team_key": "pkl_2019_har_steelers",
"starters": [
"dha_cheralathan",
"nav_een",
"vik_khandola",
"vinay",
"vik_kale",
"sunil_3012",
"parveen"
],
"stats": {
"all_outs": 1,
"declare": 0,
"points": {
"all_out": 2,
"declare": 0,
"extras": 0,
"raid_points": {
"bonus": 5,
"extra_points": 5,
"total": 16,
"touch": 11
},
"tackle_points": {
"bonus": 1,
"tackle": 9,
"total": 10
},
"total": 28
},
"raids": {
"empty": 19,
"success": 12,
"super_raids": 0,
"total": 42,
"unsuccess": 11
},
"tackles": {
"success": 9,
"super_tackles": 0,
"total": 26,
"unsuccess": 17
}
}
},
"name": "HARYANA STEELERS",
"short_name": "HS"
},
"b": {
"key": "tamil_thalaivas",
"match": {
"bench": [
"v._ajith_kumar",
"vin_kumar",
"ponparthiban_subramanian",
"sagar"
],
"captain": "aja_thakur",
"key": "b",
"players": [
"aja_thakur",
"anand",
"rah_chaudhari",
"sha_bappu",
"v._ajith_kumar",
"vin_kumar",
"yashwant_bishnoi",
"ajeet",
"m._abishek",
"ponparthiban_subramanian",
"himanshu",
"moh_chhillar",
"sagar",
"milad_sheibak",
"hemant_chauhan",
"man_chhillar",
"ran_singh",
"victor_obiero"
],
"season_team_key": "pkl_2019_tamil_thalaivas",
"starters": [
"aja_thakur",
"rah_chaudhari",
"sha_bappu",
"ajeet",
"moh_chhillar",
"man_chhillar",
"ran_singh"
],
"stats": {
"all_outs": 2,
"declare": 0,
"points": {
"all_out": 4,
"declare": 0,
"extras": 1,
"raid_points": {
"bonus": 3,
"extra_points": 3,
"total": 20,
"touch": 17
},
"tackle_points": {
"bonus": 0,
"tackle": 10,
"total": 10
},
"total": 35
},
"raids": {
"empty": 16,
"success": 17,
"super_raids": 0,
"total": 42,
"unsuccess": 9
},
"tackles": {
"success": 10,
"super_tackles": 0,
"total": 21,
"unsuccess": 11
}
}
},
"name": "TAMIL THALAIVAS",
"short_name": "TT"
}
},
"toss": {
"asked": "a",
"decision": "court_right",
"str": "HARYANA STEELERS wins the toss & Choice of court:Right",
"won": "a"
},
"venue": {
"name": "Patliputra Sports Complex, Patna"
}
},
"card_type": "full_card",
"sport": "kabaddi"
},
"expires": "1566923607.0",
"status": true,
"status_code": 200,
"version": "2.0.3"