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": "1543051147.0",
"cache_key": "kabaddi|match|pkl_2018_g8|micro_card",
"data": {
"card": {
"approx_completed_ts": "1539190544",
"cache_key": "kabaddi|match|pkl_2018_g8|micro_card",
"expires": "1543051147.0",
"group": {
"key": "pkl_2018_zone_b",
"name": "Zone B"
},
"key": "pkl_2018_g8",
"name": "TAMIL THALAIVAS vs BENGALURU BULLS",
"result": {
"str": "BENGALURU BULLS won the match",
"winner_team": "b"
},
"round": {
"key": "pkl_2018_g",
"name": "Pro Kabaddi Zone Round 2018"
},
"season": {
"competition": {
"key": "pkl_2018",
"name": "Pro Kabaddi 2018"
},
"key": "pkl_2018",
"name": "Pro Kabaddi 2018",
"short_name": "PK 18"
},
"start_date": {
"iso": "2018-10-10T15:30+00:00",
"str": "10th Oct 2018 15:30 GMT",
"timestamp": "1539185400"
},
"status": "completed",
"sub_card_name": "Match 8",
"teams": {
"a": {
"key": "tamil_thalaivas",
"name": "TAMIL THALAIVAS",
"short_name": "TT"
},
"b": {
"key": "ben_bulls",
"name": "BENGALURU BULLS",
"short_name": "BB"
}
},
"venue": {
"name": "Jawaharlal Nehru Indoor Stadium, Chennai"
}
},
"card_type": "micro_card",
"sport": "kabaddi"
},
"expires": "1543051147.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": "1543051098.0",
"cache_key": "kabaddi|match|pkl_2018_g8|summary_card",
"data": {
"card": {
"approx_completed_ts": "1539190544",
"cache_key": "kabaddi|match|pkl_2018_g8|summary_card",
"data_review_checkpoint": "post_match_validated",
"expires": "1543051098.0",
"group": {
"key": "pkl_2018_zone_b",
"name": "Zone B"
},
"key": "pkl_2018_g8",
"name": "TAMIL THALAIVAS vs BENGALURU BULLS",
"result": {
"str": "BENGALURU BULLS won the match",
"winner_team": "b"
},
"round": {
"key": "pkl_2018_g",
"name": "Pro Kabaddi Zone Round 2018"
},
"score": {
"a": 37,
"b": 48,
"first_half": {
"a": 12,
"b": 28
},
"second_half": {
"a": 25,
"b": 20
}
},
"season": {
"competition": {
"key": "pkl_2018",
"name": "Pro Kabaddi 2018"
},
"key": "pkl_2018",
"name": "Pro Kabaddi 2018",
"short_name": "PK 18"
},
"start_date": {
"iso": "2018-10-10T15:30+00:00",
"str": "10th Oct 2018 15:30 GMT",
"timestamp": "1539185400"
},
"state": "full_time",
"status": "completed",
"status_overview": "result",
"sub_card_name": "Match 8",
"teams": {
"a": {
"key": "tamil_thalaivas",
"match": {
"bench": [
"k._jayaseelan",
"darshan_j",
"d._gopu",
"sunil_defender",
"csi_park"
],
"captain": "aja_thakur",
"key": "a",
"players": [
"abhinandan_chandel",
"aja_thakur",
"anand",
"anil_kumar_raider",
"athul_ms",
"jas_singh",
"k._jayaseelan",
"suk_hedge",
"sur_singh",
"darshan_j",
"ami_hooda",
"d._gopu",
"c_arun",
"jam_lee",
"sunil_defender",
"csi_park",
"prathap",
"man_chhillar",
"vimal_raj_v",
"victor_obiero",
"ponparthiban_subramanian",
"hemant_chauhan"
],
"season_team_key": "pkl_2018_tamil_thalaivas",
"starters": [
"aja_thakur",
"athul_ms",
"ami_hooda",
"c_arun",
"man_chhillar",
"vimal_raj_v",
"ponparthiban_subramanian"
],
"stats": {
"all_outs": 1,
"declare": 0,
"points": {
"all_out": 2,
"declare": 0,
"extras": 0,
"raid_points": {
"bonus": 10,
"extra_points": 10,
"total": 30,
"touch": 20
},
"tackle_points": {
"bonus": 0,
"tackle": 5,
"total": 5
},
"total": 37
},
"raids": {
"empty": 7,
"success": 26,
"super_raids": 0,
"total": 44,
"unsuccess": 11
},
"tackles": {
"success": 5,
"super_tackles": 0,
"total": 30,
"unsuccess": 25
}
}
},
"name": "TAMIL THALAIVAS",
"short_name": "TT"
},
"b": {
"key": "ben_bulls",
"match": {
"bench": [
"har_naik",
"sum_singh",
"nithesh_b_r",
"gyung_tae_kim"
],
"captain": "roh_kumar",
"key": "b",
"players": [
"anand_v",
"anil_1",
"har_naik",
"kas_adake",
"paw_sehrawat",
"rohit",
"roh_kumar",
"sum_singh",
"ash_kumar",
"ms_dhaka",
"nithesh_b_r",
"rjl_choudhary",
"mah_singh",
"ami_sheoran",
"jawahar_vivek_k",
"dju_hong",
"gyung_tae_kim",
"jasmer_singh_gulia",
"mahesh_maruti_magdum",
"ravi",
"sandeep299",
"ajay2353",
"ankit"
],
"season_team_key": "pkl_2018_ben_bulls",
"starters": [
"kas_adake",
"paw_sehrawat",
"roh_kumar",
"ash_kumar",
"mah_singh",
"jawahar_vivek_k",
"jasmer_singh_gulia",
"sandeep299"
],
"stats": {
"all_outs": 2,
"declare": 0,
"points": {
"all_out": 4,
"declare": 0,
"extras": 1,
"raid_points": {
"bonus": 6,
"extra_points": 6,
"total": 31,
"touch": 25
},
"tackle_points": {
"bonus": 2,
"tackle": 10,
"total": 12
},
"total": 48
},
"raids": {
"empty": 20,
"success": 19,
"super_raids": 0,
"total": 44,
"unsuccess": 5
},
"tackles": {
"success": 10,
"super_tackles": 0,
"total": 30,
"unsuccess": 20
}
}
},
"name": "BENGALURU BULLS",
"short_name": "BB"
}
},
"toss": {
"asked": "b",
"decision": "court_right",
"str": "BENGALURU BULLS wins the toss & Choice of court:Right",
"won": "b"
},
"venue": {
"name": "Jawaharlal Nehru Indoor Stadium, Chennai"
}
},
"card_type": "summary_card",
"sport": "kabaddi"
},
"expires": "1543051098.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": "1543050985.0",
"cache_key": "kabaddi|match|pkl_2018_g8|full_card",
"data": {
"card": {
"approx_completed_ts": "1539190544",
"cache_key": "kabaddi|match|pkl_2018_g8|full_card",
"data_review_checkpoint": "post_match_validated",
"expires": "1543050985.0",
"group": {
"key": "pkl_2018_zone_b",
"name": "Zone B"
},
"key": "pkl_2018_g8",
"man_of_match": "paw_sehrawat",
"name": "TAMIL THALAIVAS vs BENGALURU BULLS",
"players": {
"abhinandan_chandel": {
"key": "abhinandan_chandel",
"name": "Abhinandan Chandel",
"role": "raider",
"short_name": "Abhinandan Chandel"
},
"aja_thakur": {
"key": "aja_thakur",
"match": {
"captain": true,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 7,
"total": 19,
"touch": 12
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 20
},
"raids": {
"empty": 2,
"success": 17,
"super_raids": 0,
"total": 25,
"unsuccess": 6
},
"red_card": false,
"starter": true,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 1,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Ajay Thakur",
"role": "raider",
"short_name": "Ajay Thakur"
},
"ajay2353": {
"key": "ajay2353",
"name": "Ajay",
"role": "defender",
"short_name": "Ajay"
},
"ami_hooda": {
"key": "ami_hooda",
"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": 6,
"unsuccess": 6
},
"yellow_card": false
},
"name": "Amit Hooda",
"role": "defender_right_corner",
"short_name": "Amit Hooda"
},
"ami_sheoran": {
"key": "ami_sheoran",
"name": "Amit Sheoran",
"role": "defender",
"short_name": "Amit Sheoran"
},
"anand": {
"key": "anand",
"name": "Anand",
"role": "raider",
"short_name": "Anand"
},
"anand_v": {
"key": "anand_v",
"name": "Anand V",
"role": "raider",
"short_name": "Anand V"
},
"anil_1": {
"key": "anil_1",
"name": "Anil",
"role": "raider",
"short_name": "Anil"
},
"anil_kumar_raider": {
"key": "anil_kumar_raider",
"name": "Anil Kumar",
"role": "raider",
"short_name": "Anil Kumar"
},
"ankit": {
"key": "ankit",
"name": "Ankit",
"role": "defender",
"short_name": "Ankit"
},
"ash_kumar": {
"key": "ash_kumar",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 0,
"touch": 0
},
"tackle_points": {
"bonus": 2,
"capture": 5,
"tackle": 5,
"total": 7
},
"total": 7
},
"raids": {
"empty": 1,
"success": 0,
"super_raids": 0,
"total": 1,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 5,
"super_tackles": 2,
"total": 8,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Ashish Kumar",
"role": "defender_right_cover",
"short_name": "Ashish Kumar"
},
"athul_ms": {
"key": "athul_ms",
"match": {
"captain": false,
"green_card": true,
"played": true,
"points": {
"raid_points": {
"bonus": 2,
"total": 8,
"touch": 6
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 8
},
"raids": {
"empty": 1,
"success": 7,
"super_raids": 0,
"total": 11,
"unsuccess": 3
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 3,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Athul MS",
"role": "raider",
"short_name": "Athul MS"
},
"c_arun": {
"key": "c_arun",
"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": "C. Arun",
"role": "defender_left_cover",
"short_name": "C. Arun"
},
"csi_park": {
"key": "csi_park",
"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": "Chan Sik Park",
"role": "all_rounder",
"short_name": "Chan Sik Park"
},
"d._gopu": {
"key": "d._gopu",
"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": "D. Gopu",
"role": "defender_right_left_corner",
"short_name": "D. Gopu"
},
"darshan_j": {
"key": "darshan_j",
"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": 1,
"unsuccess": 1
},
"red_card": false,
"starter": false,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 4,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Darshan J.",
"role": "defender_right_cover",
"short_name": "Darshan J."
},
"dju_hong": {
"key": "dju_hong",
"name": "Dong Ju Hong",
"role": "all_rounder",
"short_name": "Dong Ju Hong"
},
"gyung_tae_kim": {
"key": "gyung_tae_kim",
"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": "Gyung Tae Kim",
"role": "all_rounder",
"short_name": "Gyung Tae Kim"
},
"har_naik": {
"key": "har_naik",
"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": "Harish Naik",
"role": "raider",
"short_name": "Harish Naik"
},
"hemant_chauhan": {
"key": "hemant_chauhan",
"name": "Hemant Chauhan",
"role": "all_rounder",
"short_name": "Hemant Chauhan"
},
"jam_lee": {
"key": "jam_lee",
"name": "Jae Min Lee",
"role": "defender_left_corner",
"short_name": "Jae Min Lee"
},
"jas_singh": {
"key": "jas_singh",
"name": "Jasvir Singh",
"role": "raider",
"short_name": "Jasvir Singh"
},
"jasmer_singh_gulia": {
"key": "jasmer_singh_gulia",
"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": 7,
"unsuccess": 6
},
"yellow_card": false
},
"name": "Jasmer Singh Gulia",
"role": "all_rounder",
"short_name": "Jasmer Gulia"
},
"jawahar_vivek_k": {
"key": "jawahar_vivek_k",
"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": "Jawahar Vivek K",
"role": "defender_left_corner",
"short_name": "Jawahar Vivek K"
},
"k._jayaseelan": {
"key": "k._jayaseelan",
"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": "K. Jayaseelan",
"role": "raider",
"short_name": "K. Jayaseelan"
},
"kas_adake": {
"key": "kas_adake",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 3,
"total": 9,
"touch": 6
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 9
},
"raids": {
"empty": 12,
"success": 7,
"super_raids": 0,
"total": 21,
"unsuccess": 2
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 1,
"unsuccess": 1
},
"yellow_card": false
},
"name": "Kashiling Adake",
"role": "raider",
"short_name": "Kashiling Adake"
},
"mah_singh": {
"key": "mah_singh",
"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": 1,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 3,
"super_tackles": 0,
"total": 6,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Mahender Singh",
"role": "defender_left_cover",
"short_name": "Mahender Singh"
},
"mahesh_maruti_magdum": {
"key": "mahesh_maruti_magdum",
"name": "Mahesh Maruti Magdum",
"role": "all_rounder",
"short_name": "Mahesh Magdum"
},
"man_chhillar": {
"key": "man_chhillar",
"match": {
"captain": false,
"green_card": true,
"played": true,
"points": {
"raid_points": {
"bonus": 1,
"total": 1,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 2,
"tackle": 2,
"total": 2
},
"total": 3
},
"raids": {
"empty": 0,
"success": 0,
"super_raids": 0,
"total": 1,
"unsuccess": 1
},
"red_card": false,
"starter": true,
"tackles": {
"success": 2,
"super_tackles": 0,
"total": 4,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Manjeet Chhillar",
"role": "all_rounder",
"short_name": "Manjeet Chhillar"
},
"ms_dhaka": {
"key": "ms_dhaka",
"name": "Mahender Singh",
"role": "defender_left_cover",
"short_name": "Mahender Singh"
},
"nithesh_b_r": {
"key": "nithesh_b_r",
"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": "Nithesh B R",
"role": "defender_right_corner",
"short_name": "Nithesh B R"
},
"paw_sehrawat": {
"key": "paw_sehrawat",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 1,
"total": 20,
"touch": 19
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 20
},
"raids": {
"empty": 3,
"success": 11,
"super_raids": 3,
"total": 15,
"unsuccess": 1
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 0,
"unsuccess": 0
},
"yellow_card": false
},
"name": "Pawan Kumar Sehrawat",
"role": "raider",
"short_name": "Pawan Kumar"
},
"ponparthiban_subramanian": {
"key": "ponparthiban_subramanian",
"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": "Ponparthiban Subramanian",
"role": "defender_right_cover",
"short_name": "Ponparthiban Subramanian"
},
"prathap": {
"key": "prathap",
"name": "D. Pradap",
"role": "all_rounder",
"short_name": "D. Pradap"
},
"ravi": {
"key": "ravi",
"name": "Ravi",
"role": "defender_right_corner",
"short_name": "Ravi"
},
"rjl_choudhary": {
"key": "rjl_choudhary",
"name": "Raju Lal Choudhary",
"role": "defender_right_corner",
"short_name": "Raju Lal Choudhary"
},
"roh_kumar": {
"key": "roh_kumar",
"match": {
"captain": true,
"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": 2,
"success": 0,
"super_raids": 0,
"total": 2,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 3,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Rohit Kumar",
"role": "raider",
"short_name": "Rohit Kumar"
},
"rohit": {
"key": "rohit",
"name": "Rohit",
"role": "raider",
"short_name": "Rohit"
},
"sandeep299": {
"key": "sandeep299",
"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": "Sandeep",
"role": "defender_left_corner",
"short_name": "Sandeep"
},
"suk_hedge": {
"key": "suk_hedge",
"name": "Sukesh Hegde",
"role": "raider",
"short_name": "Sukesh Hegde"
},
"sum_singh": {
"key": "sum_singh",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 2,
"total": 2,
"touch": 0
},
"tackle_points": {
"bonus": 0,
"capture": 1,
"tackle": 1,
"total": 1
},
"total": 3
},
"raids": {
"empty": 1,
"success": 1,
"super_raids": 0,
"total": 4,
"unsuccess": 2
},
"red_card": false,
"starter": false,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 2,
"unsuccess": 1
},
"yellow_card": false
},
"name": "Sumit Singh",
"role": "raider",
"short_name": "Sumit Singh"
},
"sunil_defender": {
"key": "sunil_defender",
"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": false,
"tackles": {
"success": 1,
"super_tackles": 0,
"total": 3,
"unsuccess": 2
},
"yellow_card": false
},
"name": "Sunil",
"role": "defender_left_corner",
"short_name": "Sunil"
},
"sur_singh": {
"key": "sur_singh",
"name": "CPO Surjeet Singh",
"role": "raider",
"short_name": "Surjeet Singh"
},
"victor_obiero": {
"key": "victor_obiero",
"name": "Victor Onyango Obiero",
"role": "all_rounder",
"short_name": "Victor Obiero"
},
"vimal_raj_v": {
"key": "vimal_raj_v",
"match": {
"captain": false,
"green_card": false,
"played": true,
"points": {
"raid_points": {
"bonus": 0,
"total": 2,
"touch": 2
},
"tackle_points": {
"bonus": 0,
"capture": 0,
"tackle": 0,
"total": 0
},
"total": 2
},
"raids": {
"empty": 4,
"success": 2,
"super_raids": 0,
"total": 6,
"unsuccess": 0
},
"red_card": false,
"starter": true,
"tackles": {
"success": 0,
"super_tackles": 0,
"total": 3,
"unsuccess": 3
},
"yellow_card": false
},
"name": "Vimal Raj V",
"role": "all_rounder",
"short_name": "Vimal Raj V"
}
},
"result": {
"str": "BENGALURU BULLS won the match",
"winner_team": "b"
},
"round": {
"key": "pkl_2018_g",
"name": "Pro Kabaddi Zone Round 2018"
},
"score": {
"a": 37,
"b": 48,
"first_half": {
"a": 12,
"b": 28
},
"second_half": {
"a": 25,
"b": 20
}
},
"season": {
"competition": {
"key": "pkl_2018",
"name": "Pro Kabaddi 2018"
},
"key": "pkl_2018",
"name": "Pro Kabaddi 2018",
"short_name": "PK 18"
},
"start_date": {
"iso": "2018-10-10T15:30+00:00",
"str": "10th Oct 2018 15:30 GMT",
"timestamp": "1539185400"
},
"state": "full_time",
"status": "completed",
"status_overview": "result",
"sub_card_name": "Match 8",
"teams": {
"a": {
"key": "tamil_thalaivas",
"match": {
"bench": [
"k._jayaseelan",
"darshan_j",
"d._gopu",
"sunil_defender",
"csi_park"
],
"captain": "aja_thakur",
"key": "a",
"players": [
"abhinandan_chandel",
"aja_thakur",
"anand",
"anil_kumar_raider",
"athul_ms",
"jas_singh",
"k._jayaseelan",
"suk_hedge",
"sur_singh",
"darshan_j",
"ami_hooda",
"d._gopu",
"c_arun",
"jam_lee",
"sunil_defender",
"csi_park",
"prathap",
"man_chhillar",
"vimal_raj_v",
"victor_obiero",
"ponparthiban_subramanian",
"hemant_chauhan"
],
"season_team_key": "pkl_2018_tamil_thalaivas",
"starters": [
"aja_thakur",
"athul_ms",
"ami_hooda",
"c_arun",
"man_chhillar",
"vimal_raj_v",
"ponparthiban_subramanian"
],
"stats": {
"all_outs": 1,
"declare": 0,
"points": {
"all_out": 2,
"declare": 0,
"extras": 0,
"raid_points": {
"bonus": 10,
"extra_points": 10,
"total": 30,
"touch": 20
},
"tackle_points": {
"bonus": 0,
"tackle": 5,
"total": 5
},
"total": 37
},
"raids": {
"empty": 7,
"success": 26,
"super_raids": 0,
"total": 44,
"unsuccess": 11
},
"tackles": {
"success": 5,
"super_tackles": 0,
"total": 30,
"unsuccess": 25
}
}
},
"name": "TAMIL THALAIVAS",
"short_name": "TT"
},
"b": {
"key": "ben_bulls",
"match": {
"bench": [
"har_naik",
"sum_singh",
"nithesh_b_r",
"gyung_tae_kim"
],
"captain": "roh_kumar",
"key": "b",
"players": [
"anand_v",
"anil_1",
"har_naik",
"kas_adake",
"paw_sehrawat",
"rohit",
"roh_kumar",
"sum_singh",
"ash_kumar",
"ms_dhaka",
"nithesh_b_r",
"rjl_choudhary",
"mah_singh",
"ami_sheoran",
"jawahar_vivek_k",
"dju_hong",
"gyung_tae_kim",
"jasmer_singh_gulia",
"mahesh_maruti_magdum",
"ravi",
"sandeep299",
"ajay2353",
"ankit"
],
"season_team_key": "pkl_2018_ben_bulls",
"starters": [
"kas_adake",
"paw_sehrawat",
"roh_kumar",
"ash_kumar",
"mah_singh",
"jawahar_vivek_k",
"jasmer_singh_gulia",
"sandeep299"
],
"stats": {
"all_outs": 2,
"declare": 0,
"points": {
"all_out": 4,
"declare": 0,
"extras": 1,
"raid_points": {
"bonus": 6,
"extra_points": 6,
"total": 31,
"touch": 25
},
"tackle_points": {
"bonus": 2,
"tackle": 10,
"total": 12
},
"total": 48
},
"raids": {
"empty": 20,
"success": 19,
"super_raids": 0,
"total": 44,
"unsuccess": 5
},
"tackles": {
"success": 10,
"super_tackles": 0,
"total": 30,
"unsuccess": 20
}
}
},
"name": "BENGALURU BULLS",
"short_name": "BB"
}
},
"toss": {
"asked": "b",
"decision": "court_right",
"str": "BENGALURU BULLS wins the toss & Choice of court:Right",
"won": "b"
},
"venue": {
"name": "Jawaharlal Nehru Indoor Stadium, Chennai"
}
},
"card_type": "full_card",
"sport": "kabaddi"
},
"expires": "1543050985.0",
"status": true,
"status_code": 200,
"version": "2.0.3"
}