{"info":{"_postman_id":"814caa5c-f66f-41cf-9fb6-d5f8a9c87000","name":"Main Server","description":"<html><head></head><body><p>This is the Postman collection for <a href=\"https://github.com/mainlycricket/CricKendra\">CricKendra</a>. Currently, only the <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#a5e0e86c-78d9-4822-ae6e-590048fd49de\">Stats</a> routes should be considered mature.</p>\n<h3 id=\"roadmap\">Roadmap</h3>\n<ul>\n<li><p>Stats Tools:</p>\n<ul>\n<li><p>Batting Stats ✅</p>\n</li>\n<li><p>Bowling Stats ✅</p>\n</li>\n<li><p>Teams Stats ✅</p>\n</li>\n</ul>\n</li>\n<li><p>Sinlge Match &amp; Single Series routes completion ✅</p>\n</li>\n<li><p>Live Scoring System ✅</p>\n</li>\n<li><p>Single Player, Series, Tournaments Stats Tool ✅</p>\n</li>\n<li><p>Frontend ⏳</p>\n</li>\n<li><p>All-round &amp; Partnership in Stats Tools ⏳</p>\n</li>\n<li><p>Content Management System ⏳</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>Each API response has following fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    success boolean\n    message string\n    data any\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25403102","collectionId":"814caa5c-f66f-41cf-9fb6-d5f8a9c87000","publishedId":"2sAYBREZ3x","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-18T18:11:31.000Z"},"item":[{"name":"Stats","item":[{"name":"Batting","item":[{"name":"Overall","item":[{"name":"Summary","event":[{"listen":"test","script":{"id":"91a8b4f8-6150-4856-b291-dea4a16e882c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a07b98d2-d577-472a-b0d3-526321213740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/summary?playing_format=ODI&is_male=true&batter=114","urlObject":{"path":["stats","batting","overall","summary"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"disabled":true,"key":"min_start_date","value":"2023-01-01"},{"disabled":true,"key":"max_start_date","value":"2023-12-31"},{"disabled":true,"key":"primary_team","value":"6"},{"disabled":true,"key":"toss_result","value":"won"},{"disabled":true,"key":"bat_field_first","value":"bat"},{"key":"batter","value":"114"}],"variable":[]}},"response":[{"id":"50b8fee6-c273-4253-939c-7734dfacc01f","name":"Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/summary?playing_format=ODI&is_male=true&batter=114","host":["http://localhost:8080"],"path":["stats","batting","overall","summary"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01","disabled":true},{"key":"max_start_date","value":"2023-12-31","disabled":true},{"key":"primary_team","value":"6","disabled":true},{"key":"toss_result","value":"won","disabled":true},{"key":"bat_field_first","value":"bat","disabled":true},{"key":"batter","value":"114"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 May 2025 08:09:58 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batters stats successfully\",\n    \"data\": {\n        \"teams\": [\n            {\n                \"team_id\": 11,\n                \"team_name\": \"India\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 281,\n                \"innings_batted\": 281,\n                \"runs_scored\": 13784,\n                \"balls_faced\": 14747,\n                \"not_outs\": 43,\n                \"average\": 57.91596638655462,\n                \"strike_rate\": 93.46985827625957,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 50,\n                \"half_centuries\": 70,\n                \"fifty_plus_scores\": 120,\n                \"ducks\": 16,\n                \"fours_scored\": 1292,\n                \"sixes_scored\": 153\n            }\n        ],\n        \"oppositions\": [\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-10-25\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 47,\n                \"innings_batted\": 47,\n                \"runs_scored\": 2367,\n                \"balls_faced\": 2518,\n                \"not_outs\": 3,\n                \"average\": 53.79545454545455,\n                \"strike_rate\": 94.00317712470215,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 115,\n                \"centuries\": 8,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 22,\n                \"ducks\": 2,\n                \"fours_scored\": 207,\n                \"sixes_scored\": 25\n            },\n            {\n                \"opposition_team_id\": 3,\n                \"opposition_team_name\": \"New Zealand\",\n                \"players_count\": 1,\n                \"min_date\": \"2010-08-25\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 31,\n                \"innings_batted\": 31,\n                \"runs_scored\": 1645,\n                \"balls_faced\": 1719,\n                \"not_outs\": 3,\n                \"average\": 58.75,\n                \"strike_rate\": 95.69517161140197,\n                \"highest_score\": 154,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 6,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 15,\n                \"ducks\": 1,\n                \"fours_scored\": 146,\n                \"sixes_scored\": 24\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"South Africa\",\n                \"players_count\": 1,\n                \"min_date\": \"2010-02-21\",\n                \"max_date\": \"2023-11-05\",\n                \"matches_played\": 29,\n                \"innings_batted\": 29,\n                \"runs_scored\": 1504,\n                \"balls_faced\": 1754,\n                \"not_outs\": 6,\n                \"average\": 65.3913043478261,\n                \"strike_rate\": 85.74686431014823,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 5,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 13,\n                \"ducks\": 2,\n                \"fours_scored\": 121,\n                \"sixes_scored\": 17\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"United Arab Emirates\",\n                \"players_count\": 1,\n                \"min_date\": \"2015-02-28\",\n                \"max_date\": \"2015-02-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 33,\n                \"balls_faced\": 41,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 80.48780487804878,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 33,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 54,\n                \"innings_batted\": 54,\n                \"runs_scored\": 2652,\n                \"balls_faced\": 2831,\n                \"not_outs\": 10,\n                \"average\": 60.27272727272727,\n                \"strike_rate\": 93.67714588484634,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 10,\n                \"half_centuries\": 12,\n                \"fifty_plus_scores\": 22,\n                \"ducks\": 2,\n                \"fours_scored\": 258,\n                \"sixes_scored\": 27\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Ireland\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-03-06\",\n                \"max_date\": \"2015-03-10\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 78,\n                \"balls_faced\": 95,\n                \"not_outs\": 1,\n                \"average\": 78,\n                \"strike_rate\": 82.10526315789474,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 9,\n                \"opposition_team_name\": \"England\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-02-27\",\n                \"max_date\": \"2023-10-29\",\n                \"matches_played\": 36,\n                \"innings_batted\": 36,\n                \"runs_scored\": 1340,\n                \"balls_faced\": 1520,\n                \"not_outs\": 4,\n                \"average\": 41.875,\n                \"strike_rate\": 88.15789473684211,\n                \"highest_score\": 122,\n                \"highest_not_out_score\": 112,\n                \"centuries\": 3,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 12,\n                \"ducks\": 4,\n                \"fours_scored\": 127,\n                \"sixes_scored\": 12\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"players_count\": 1,\n                \"min_date\": \"2010-05-28\",\n                \"max_date\": \"2015-03-14\",\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 253,\n                \"balls_faced\": 291,\n                \"not_outs\": 1,\n                \"average\": 50.6,\n                \"strike_rate\": 86.94158075601375,\n                \"highest_score\": 115,\n                \"highest_not_out_score\": 68,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 1,\n                \"fours_scored\": 26,\n                \"sixes_scored\": 2\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"West Indies\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-30\",\n                \"max_date\": \"2022-02-11\",\n                \"matches_played\": 41,\n                \"innings_batted\": 41,\n                \"runs_scored\": 2261,\n                \"balls_faced\": 2332,\n                \"not_outs\": 7,\n                \"average\": 66.5,\n                \"strike_rate\": 96.95540308747856,\n                \"highest_score\": 157,\n                \"highest_not_out_score\": 157,\n                \"centuries\": 9,\n                \"half_centuries\": 11,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 3,\n                \"fours_scored\": 239,\n                \"sixes_scored\": 25\n            },\n            {\n                \"opposition_team_id\": 13,\n                \"opposition_team_name\": \"Pakistan\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2023-10-14\",\n                \"matches_played\": 16,\n                \"innings_batted\": 16,\n                \"runs_scored\": 678,\n                \"balls_faced\": 676,\n                \"not_outs\": 3,\n                \"average\": 52.15384615384615,\n                \"strike_rate\": 100.29585798816568,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 122,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 1,\n                \"fours_scored\": 63,\n                \"sixes_scored\": 8\n            },\n            {\n                \"opposition_team_id\": 15,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"players_count\": 1,\n                \"min_date\": \"2010-01-07\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 16,\n                \"innings_batted\": 16,\n                \"runs_scored\": 910,\n                \"balls_faced\": 894,\n                \"not_outs\": 4,\n                \"average\": 75.83333333333333,\n                \"strike_rate\": 101.7897091722595,\n                \"highest_score\": 136,\n                \"highest_not_out_score\": 103,\n                \"centuries\": 5,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 0,\n                \"fours_scored\": 86,\n                \"sixes_scored\": 11\n            },\n            {\n                \"opposition_team_id\": 20,\n                \"opposition_team_name\": \"Netherlands\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-03-09\",\n                \"max_date\": \"2023-11-12\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 63,\n                \"balls_faced\": 76,\n                \"not_outs\": 0,\n                \"average\": 31.5,\n                \"strike_rate\": 82.89473684210526,\n                \"highest_score\": 51,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            }\n        ],\n        \"host_nations\": [\n            {\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2022-01-23\",\n                \"matches_played\": 18,\n                \"innings_batted\": 18,\n                \"runs_scored\": 993,\n                \"balls_faced\": 1124,\n                \"not_outs\": 5,\n                \"average\": 76.38461538461539,\n                \"strike_rate\": 88.34519572953737,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 3,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 2,\n                \"fours_scored\": 92,\n                \"sixes_scored\": 11\n            },\n            {\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-09-03\",\n                \"max_date\": \"2022-07-17\",\n                \"matches_played\": 32,\n                \"innings_batted\": 32,\n                \"runs_scored\": 1282,\n                \"balls_faced\": 1416,\n                \"not_outs\": 7,\n                \"average\": 51.28,\n                \"strike_rate\": 90.53672316384181,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 96,\n                \"centuries\": 1,\n                \"half_centuries\": 11,\n                \"fifty_plus_scores\": 12,\n                \"ducks\": 2,\n                \"fours_scored\": 117,\n                \"sixes_scored\": 10\n            },\n            {\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-06-06\",\n                \"max_date\": \"2019-08-14\",\n                \"matches_played\": 17,\n                \"innings_batted\": 17,\n                \"runs_scored\": 825,\n                \"balls_faced\": 901,\n                \"not_outs\": 3,\n                \"average\": 58.92857142857143,\n                \"strike_rate\": 91.56492785793563,\n                \"highest_score\": 120,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 4,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 1,\n                \"fours_scored\": 81,\n                \"sixes_scored\": 11\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 29,\n                \"innings_batted\": 29,\n                \"runs_scored\": 1086,\n                \"balls_faced\": 1228,\n                \"not_outs\": 5,\n                \"average\": 45.25,\n                \"strike_rate\": 88.43648208469055,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 5,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 1,\n                \"fours_scored\": 113,\n                \"sixes_scored\": 9\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"players_count\": 1,\n                \"min_date\": \"2012-02-05\",\n                \"max_date\": \"2020-12-02\",\n                \"matches_played\": 29,\n                \"innings_batted\": 29,\n                \"runs_scored\": 1327,\n                \"balls_faced\": 1490,\n                \"not_outs\": 3,\n                \"average\": 51.03846153846154,\n                \"strike_rate\": 89.06040268456375,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 5,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 0,\n                \"fours_scored\": 108,\n                \"sixes_scored\": 12\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"players_count\": 1,\n                \"min_date\": \"2014-01-19\",\n                \"max_date\": \"2020-02-11\",\n                \"matches_played\": 13,\n                \"innings_batted\": 13,\n                \"runs_scored\": 596,\n                \"balls_faced\": 652,\n                \"not_outs\": 1,\n                \"average\": 49.666666666666664,\n                \"strike_rate\": 91.41104294478528,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 0,\n                \"fours_scored\": 55,\n                \"sixes_scored\": 10\n            },\n            {\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-10-25\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 118,\n                \"innings_batted\": 118,\n                \"runs_scored\": 6213,\n                \"balls_faced\": 6426,\n                \"not_outs\": 15,\n                \"average\": 60.320388349514566,\n                \"strike_rate\": 96.68534080298787,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 24,\n                \"half_centuries\": 32,\n                \"fifty_plus_scores\": 56,\n                \"ducks\": 9,\n                \"fours_scored\": 588,\n                \"sixes_scored\": 78\n            },\n            {\n                \"host_nation_id\": 13,\n                \"host_nation_name\": \"Zimbabwe\",\n                \"players_count\": 1,\n                \"min_date\": \"2010-05-28\",\n                \"max_date\": \"2013-07-28\",\n                \"matches_played\": 7,\n                \"innings_batted\": 7,\n                \"runs_scored\": 365,\n                \"balls_faced\": 430,\n                \"not_outs\": 1,\n                \"average\": 60.833333333333336,\n                \"strike_rate\": 84.88372093023256,\n                \"highest_score\": 115,\n                \"highest_not_out_score\": 68,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 1,\n                \"fours_scored\": 31,\n                \"sixes_scored\": 2\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"players_count\": 1,\n                \"min_date\": \"2010-01-05\",\n                \"max_date\": \"2022-12-10\",\n                \"matches_played\": 18,\n                \"innings_batted\": 18,\n                \"runs_scored\": 1097,\n                \"balls_faced\": 1080,\n                \"not_outs\": 3,\n                \"average\": 73.13333333333334,\n                \"strike_rate\": 101.57407407407408,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 102,\n                \"centuries\": 6,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 0,\n                \"fours_scored\": 107,\n                \"sixes_scored\": 10\n            }\n        ],\n        \"continents\": [\n            {\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2022-01-23\",\n                \"matches_played\": 25,\n                \"innings_batted\": 25,\n                \"runs_scored\": 1358,\n                \"balls_faced\": 1554,\n                \"not_outs\": 6,\n                \"average\": 71.47368421052632,\n                \"strike_rate\": 87.38738738738739,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 4,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 13,\n                \"ducks\": 3,\n                \"fours_scored\": 123,\n                \"sixes_scored\": 13\n            },\n            {\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-06-06\",\n                \"max_date\": \"2019-08-14\",\n                \"matches_played\": 17,\n                \"innings_batted\": 17,\n                \"runs_scored\": 825,\n                \"balls_faced\": 901,\n                \"not_outs\": 3,\n                \"average\": 58.92857142857143,\n                \"strike_rate\": 91.56492785793563,\n                \"highest_score\": 120,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 4,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 1,\n                \"fours_scored\": 81,\n                \"sixes_scored\": 11\n            },\n            {\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 165,\n                \"innings_batted\": 165,\n                \"runs_scored\": 8396,\n                \"balls_faced\": 8734,\n                \"not_outs\": 23,\n                \"average\": 59.12676056338028,\n                \"strike_rate\": 96.1300664071445,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 35,\n                \"half_centuries\": 37,\n                \"fifty_plus_scores\": 72,\n                \"ducks\": 10,\n                \"fours_scored\": 808,\n                \"sixes_scored\": 97\n            },\n            {\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-09-03\",\n                \"max_date\": \"2022-07-17\",\n                \"matches_played\": 32,\n                \"innings_batted\": 32,\n                \"runs_scored\": 1282,\n                \"balls_faced\": 1416,\n                \"not_outs\": 7,\n                \"average\": 51.28,\n                \"strike_rate\": 90.53672316384181,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 96,\n                \"centuries\": 1,\n                \"half_centuries\": 11,\n                \"fifty_plus_scores\": 12,\n                \"ducks\": 2,\n                \"fours_scored\": 117,\n                \"sixes_scored\": 10\n            },\n            {\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\",\n                \"players_count\": 1,\n                \"min_date\": \"2012-02-05\",\n                \"max_date\": \"2020-12-02\",\n                \"matches_played\": 42,\n                \"innings_batted\": 42,\n                \"runs_scored\": 1923,\n                \"balls_faced\": 2142,\n                \"not_outs\": 4,\n                \"average\": 50.60526315789474,\n                \"strike_rate\": 89.77591036414566,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 6,\n                \"half_centuries\": 10,\n                \"fifty_plus_scores\": 16,\n                \"ducks\": 0,\n                \"fours_scored\": 163,\n                \"sixes_scored\": 22\n            }\n        ],\n        \"years\": [\n            {\n                \"year\": 2008,\n                \"players_count\": 1,\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 159,\n                \"balls_faced\": 239,\n                \"not_outs\": 0,\n                \"average\": 31.8,\n                \"strike_rate\": 66.52719665271967,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2009,\n                \"players_count\": 1,\n                \"matches_played\": 8,\n                \"innings_batted\": 8,\n                \"runs_scored\": 325,\n                \"balls_faced\": 385,\n                \"not_outs\": 2,\n                \"average\": 54.166666666666664,\n                \"strike_rate\": 84.41558441558442,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 3\n            },\n            {\n                \"year\": 2010,\n                \"players_count\": 1,\n                \"matches_played\": 24,\n                \"innings_batted\": 24,\n                \"runs_scored\": 995,\n                \"balls_faced\": 1169,\n                \"not_outs\": 3,\n                \"average\": 47.38095238095238,\n                \"strike_rate\": 85.11548331907613,\n                \"highest_score\": 118,\n                \"highest_not_out_score\": 102,\n                \"centuries\": 3,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 10,\n                \"ducks\": 3,\n                \"fours_scored\": 90,\n                \"sixes_scored\": 4\n            },\n            {\n                \"year\": 2011,\n                \"players_count\": 1,\n                \"matches_played\": 34,\n                \"innings_batted\": 34,\n                \"runs_scored\": 1381,\n                \"balls_faced\": 1614,\n                \"not_outs\": 5,\n                \"average\": 47.62068965517241,\n                \"strike_rate\": 85.5638166047088,\n                \"highest_score\": 117,\n                \"highest_not_out_score\": 112,\n                \"centuries\": 4,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 12,\n                \"ducks\": 2,\n                \"fours_scored\": 127,\n                \"sixes_scored\": 7\n            },\n            {\n                \"year\": 2012,\n                \"players_count\": 1,\n                \"matches_played\": 17,\n                \"innings_batted\": 17,\n                \"runs_scored\": 1026,\n                \"balls_faced\": 1094,\n                \"not_outs\": 2,\n                \"average\": 68.4,\n                \"strike_rate\": 93.78427787934187,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 5,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 1,\n                \"fours_scored\": 92,\n                \"sixes_scored\": 7\n            },\n            {\n                \"year\": 2013,\n                \"players_count\": 1,\n                \"matches_played\": 30,\n                \"innings_batted\": 30,\n                \"runs_scored\": 1268,\n                \"balls_faced\": 1300,\n                \"not_outs\": 6,\n                \"average\": 52.833333333333336,\n                \"strike_rate\": 97.53846153846153,\n                \"highest_score\": 115,\n                \"highest_not_out_score\": 115,\n                \"centuries\": 4,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 3,\n                \"fours_scored\": 138,\n                \"sixes_scored\": 20\n            },\n            {\n                \"year\": 2014,\n                \"players_count\": 1,\n                \"matches_played\": 20,\n                \"innings_batted\": 20,\n                \"runs_scored\": 1054,\n                \"balls_faced\": 1058,\n                \"not_outs\": 2,\n                \"average\": 58.55555555555556,\n                \"strike_rate\": 99.62192816635161,\n                \"highest_score\": 139,\n                \"highest_not_out_score\": 139,\n                \"centuries\": 4,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 1,\n                \"fours_scored\": 94,\n                \"sixes_scored\": 20\n            },\n            {\n                \"year\": 2015,\n                \"players_count\": 1,\n                \"matches_played\": 20,\n                \"innings_batted\": 20,\n                \"runs_scored\": 623,\n                \"balls_faced\": 773,\n                \"not_outs\": 3,\n                \"average\": 36.64705882352941,\n                \"strike_rate\": 80.59508408796896,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 44,\n                \"sixes_scored\": 8\n            },\n            {\n                \"year\": 2016,\n                \"players_count\": 1,\n                \"matches_played\": 10,\n                \"innings_batted\": 10,\n                \"runs_scored\": 739,\n                \"balls_faced\": 739,\n                \"not_outs\": 2,\n                \"average\": 92.375,\n                \"strike_rate\": 100,\n                \"highest_score\": 154,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 3,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 0,\n                \"fours_scored\": 62,\n                \"sixes_scored\": 8\n            },\n            {\n                \"year\": 2017,\n                \"players_count\": 1,\n                \"matches_played\": 26,\n                \"innings_batted\": 26,\n                \"runs_scored\": 1460,\n                \"balls_faced\": 1473,\n                \"not_outs\": 7,\n                \"average\": 76.84210526315789,\n                \"strike_rate\": 99.11744738628649,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 111,\n                \"centuries\": 6,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 13,\n                \"ducks\": 2,\n                \"fours_scored\": 136,\n                \"sixes_scored\": 22\n            },\n            {\n                \"year\": 2018,\n                \"players_count\": 1,\n                \"matches_played\": 14,\n                \"innings_batted\": 14,\n                \"runs_scored\": 1202,\n                \"balls_faced\": 1172,\n                \"not_outs\": 5,\n                \"average\": 133.55555555555554,\n                \"strike_rate\": 102.55972696245733,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 6,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 0,\n                \"fours_scored\": 123,\n                \"sixes_scored\": 13\n            },\n            {\n                \"year\": 2019,\n                \"players_count\": 1,\n                \"matches_played\": 24,\n                \"innings_batted\": 24,\n                \"runs_scored\": 1310,\n                \"balls_faced\": 1366,\n                \"not_outs\": 2,\n                \"average\": 59.54545454545455,\n                \"strike_rate\": 95.90043923865301,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 5,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 1,\n                \"fours_scored\": 128,\n                \"sixes_scored\": 8\n            },\n            {\n                \"year\": 2020,\n                \"players_count\": 1,\n                \"matches_played\": 9,\n                \"innings_batted\": 9,\n                \"runs_scored\": 431,\n                \"balls_faced\": 467,\n                \"not_outs\": 0,\n                \"average\": 47.888888888888886,\n                \"strike_rate\": 92.29122055674519,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 0,\n                \"fours_scored\": 35,\n                \"sixes_scored\": 5\n            },\n            {\n                \"year\": 2021,\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 129,\n                \"balls_faced\": 149,\n                \"not_outs\": 0,\n                \"average\": 43,\n                \"strike_rate\": 86.57718120805369,\n                \"highest_score\": 66,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2022,\n                \"players_count\": 1,\n                \"matches_played\": 11,\n                \"innings_batted\": 11,\n                \"runs_scored\": 302,\n                \"balls_faced\": 347,\n                \"not_outs\": 0,\n                \"average\": 27.454545454545453,\n                \"strike_rate\": 87.03170028818444,\n                \"highest_score\": 113,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 2,\n                \"fours_scored\": 32,\n                \"sixes_scored\": 2\n            },\n            {\n                \"year\": 2023,\n                \"players_count\": 1,\n                \"matches_played\": 23,\n                \"innings_batted\": 23,\n                \"runs_scored\": 1322,\n                \"balls_faced\": 1333,\n                \"not_outs\": 4,\n                \"average\": 69.57894736842105,\n                \"strike_rate\": 99.17479369842461,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 6,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 13,\n                \"ducks\": 1,\n                \"fours_scored\": 116,\n                \"sixes_scored\": 24\n            },\n            {\n                \"year\": 2024,\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 58,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 19.333333333333332,\n                \"strike_rate\": 84.05797101449275,\n                \"highest_score\": 24,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"seasons\": [\n            {\n                \"season\": \"2008\",\n                \"players_count\": 1,\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 159,\n                \"balls_faced\": 239,\n                \"not_outs\": 0,\n                \"average\": 31.8,\n                \"strike_rate\": 66.52719665271967,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2009\",\n                \"players_count\": 1,\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 2,\n                \"balls_faced\": 2,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 100,\n                \"highest_score\": 2,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2009/10\",\n                \"players_count\": 1,\n                \"matches_played\": 14,\n                \"innings_batted\": 14,\n                \"runs_scored\": 686,\n                \"balls_faced\": 785,\n                \"not_outs\": 3,\n                \"average\": 62.36363636363637,\n                \"strike_rate\": 87.38853503184713,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 102,\n                \"centuries\": 2,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 0,\n                \"fours_scored\": 69,\n                \"sixes_scored\": 4\n            },\n            {\n                \"season\": \"2010\",\n                \"players_count\": 1,\n                \"matches_played\": 11,\n                \"innings_batted\": 11,\n                \"runs_scored\": 280,\n                \"balls_faced\": 389,\n                \"not_outs\": 0,\n                \"average\": 25.454545454545453,\n                \"strike_rate\": 71.97943444730078,\n                \"highest_score\": 82,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2010/11\",\n                \"players_count\": 1,\n                \"matches_played\": 20,\n                \"innings_batted\": 20,\n                \"runs_scored\": 827,\n                \"balls_faced\": 964,\n                \"not_outs\": 3,\n                \"average\": 48.64705882352941,\n                \"strike_rate\": 85.7883817427386,\n                \"highest_score\": 118,\n                \"highest_not_out_score\": 100,\n                \"centuries\": 3,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 1,\n                \"fours_scored\": 74,\n                \"sixes_scored\": 8\n            },\n            {\n                \"season\": \"2011\",\n                \"players_count\": 1,\n                \"matches_played\": 10,\n                \"innings_batted\": 10,\n                \"runs_scored\": 393,\n                \"balls_faced\": 478,\n                \"not_outs\": 0,\n                \"average\": 39.3,\n                \"strike_rate\": 82.21757322175732,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 1,\n                \"fours_scored\": 31,\n                \"sixes_scored\": 2\n            },\n            {\n                \"season\": \"2011/12\",\n                \"players_count\": 1,\n                \"matches_played\": 21,\n                \"innings_batted\": 21,\n                \"runs_scored\": 1243,\n                \"balls_faced\": 1302,\n                \"not_outs\": 4,\n                \"average\": 73.11764705882354,\n                \"strike_rate\": 95.46850998463901,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 5,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 10,\n                \"ducks\": 1,\n                \"fours_scored\": 124,\n                \"sixes_scored\": 5\n            },\n            {\n                \"season\": \"2012\",\n                \"players_count\": 1,\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 296,\n                \"balls_faced\": 337,\n                \"not_outs\": 1,\n                \"average\": 74,\n                \"strike_rate\": 87.83382789317507,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 2\n            },\n            {\n                \"season\": \"2012/13\",\n                \"players_count\": 1,\n                \"matches_played\": 8,\n                \"innings_batted\": 8,\n                \"runs_scored\": 168,\n                \"balls_faced\": 220,\n                \"not_outs\": 1,\n                \"average\": 24,\n                \"strike_rate\": 76.36363636363636,\n                \"highest_score\": 77,\n                \"highest_not_out_score\": 77,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 2,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2013\",\n                \"players_count\": 1,\n                \"matches_played\": 13,\n                \"innings_batted\": 13,\n                \"runs_scored\": 521,\n                \"balls_faced\": 564,\n                \"not_outs\": 3,\n                \"average\": 52.1,\n                \"strike_rate\": 92.37588652482269,\n                \"highest_score\": 115,\n                \"highest_not_out_score\": 68,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 55,\n                \"sixes_scored\": 7\n            },\n            {\n                \"season\": \"2013/14\",\n                \"players_count\": 1,\n                \"matches_played\": 18,\n                \"innings_batted\": 18,\n                \"runs_scored\": 1059,\n                \"balls_faced\": 989,\n                \"not_outs\": 2,\n                \"average\": 66.1875,\n                \"strike_rate\": 107.0778564206269,\n                \"highest_score\": 136,\n                \"highest_not_out_score\": 115,\n                \"centuries\": 4,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 10,\n                \"ducks\": 2,\n                \"fours_scored\": 113,\n                \"sixes_scored\": 20\n            },\n            {\n                \"season\": \"2014\",\n                \"players_count\": 1,\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 54,\n                \"balls_faced\": 77,\n                \"not_outs\": 1,\n                \"average\": 18,\n                \"strike_rate\": 70.12987012987013,\n                \"highest_score\": 40,\n                \"highest_not_out_score\": 1,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2014/15\",\n                \"players_count\": 1,\n                \"matches_played\": 20,\n                \"innings_batted\": 20,\n                \"runs_scored\": 849,\n                \"balls_faced\": 939,\n                \"not_outs\": 4,\n                \"average\": 53.0625,\n                \"strike_rate\": 90.41533546325878,\n                \"highest_score\": 139,\n                \"highest_not_out_score\": 139,\n                \"centuries\": 3,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 0,\n                \"fours_scored\": 73,\n                \"sixes_scored\": 10\n            },\n            {\n                \"season\": \"2015\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 49,\n                \"balls_faced\": 66,\n                \"not_outs\": 0,\n                \"average\": 16.333333333333332,\n                \"strike_rate\": 74.24242424242425,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2015/16\",\n                \"players_count\": 1,\n                \"matches_played\": 10,\n                \"innings_batted\": 10,\n                \"runs_scored\": 626,\n                \"balls_faced\": 665,\n                \"not_outs\": 0,\n                \"average\": 62.6,\n                \"strike_rate\": 94.13533834586467,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 3,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 0,\n                \"fours_scored\": 43,\n                \"sixes_scored\": 10\n            },\n            {\n                \"season\": \"2016/17\",\n                \"players_count\": 1,\n                \"matches_played\": 8,\n                \"innings_batted\": 8,\n                \"runs_scored\": 543,\n                \"balls_faced\": 528,\n                \"not_outs\": 2,\n                \"average\": 90.5,\n                \"strike_rate\": 102.8409090909091,\n                \"highest_score\": 154,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 0,\n                \"fours_scored\": 48,\n                \"sixes_scored\": 9\n            },\n            {\n                \"season\": \"2017\",\n                \"players_count\": 1,\n                \"matches_played\": 15,\n                \"innings_batted\": 15,\n                \"runs_scored\": 832,\n                \"balls_faced\": 818,\n                \"not_outs\": 7,\n                \"average\": 104,\n                \"strike_rate\": 101.7114914425428,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 111,\n                \"centuries\": 3,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 1,\n                \"fours_scored\": 82,\n                \"sixes_scored\": 13\n            },\n            {\n                \"season\": \"2017/18\",\n                \"players_count\": 1,\n                \"matches_played\": 14,\n                \"innings_batted\": 14,\n                \"runs_scored\": 1001,\n                \"balls_faced\": 1043,\n                \"not_outs\": 3,\n                \"average\": 91,\n                \"strike_rate\": 95.97315436241611,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 5,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 1,\n                \"fours_scored\": 90,\n                \"sixes_scored\": 10\n            },\n            {\n                \"season\": \"2018\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 191,\n                \"balls_faced\": 210,\n                \"not_outs\": 0,\n                \"average\": 63.666666666666664,\n                \"strike_rate\": 90.95238095238095,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2018/19\",\n                \"players_count\": 1,\n                \"matches_played\": 16,\n                \"innings_batted\": 16,\n                \"runs_scored\": 1064,\n                \"balls_faced\": 1049,\n                \"not_outs\": 2,\n                \"average\": 76,\n                \"strike_rate\": 101.42993326978075,\n                \"highest_score\": 157,\n                \"highest_not_out_score\": 157,\n                \"centuries\": 6,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 0,\n                \"fours_scored\": 109,\n                \"sixes_scored\": 12\n            },\n            {\n                \"season\": \"2019\",\n                \"players_count\": 1,\n                \"matches_played\": 10,\n                \"innings_batted\": 10,\n                \"runs_scored\": 610,\n                \"balls_faced\": 632,\n                \"not_outs\": 2,\n                \"average\": 76.25,\n                \"strike_rate\": 96.51898734177215,\n                \"highest_score\": 120,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 0,\n                \"fours_scored\": 61,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2019/20\",\n                \"players_count\": 1,\n                \"matches_played\": 9,\n                \"innings_batted\": 9,\n                \"runs_scored\": 347,\n                \"balls_faced\": 367,\n                \"not_outs\": 0,\n                \"average\": 38.55555555555556,\n                \"strike_rate\": 94.55040871934605,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 1,\n                \"fours_scored\": 31,\n                \"sixes_scored\": 2\n            },\n            {\n                \"season\": \"2020/21\",\n                \"players_count\": 1,\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 302,\n                \"balls_faced\": 335,\n                \"not_outs\": 0,\n                \"average\": 50.333333333333336,\n                \"strike_rate\": 90.14925373134328,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 4\n            },\n            {\n                \"season\": \"2021/22\",\n                \"players_count\": 1,\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 142,\n                \"balls_faced\": 188,\n                \"not_outs\": 0,\n                \"average\": 23.666666666666668,\n                \"strike_rate\": 75.53191489361703,\n                \"highest_score\": 65,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022\",\n                \"players_count\": 1,\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 33,\n                \"balls_faced\": 47,\n                \"not_outs\": 0,\n                \"average\": 16.5,\n                \"strike_rate\": 70.2127659574468,\n                \"highest_score\": 17,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022/23\",\n                \"players_count\": 1,\n                \"matches_played\": 12,\n                \"innings_batted\": 12,\n                \"runs_scored\": 554,\n                \"balls_faced\": 480,\n                \"not_outs\": 1,\n                \"average\": 50.36363636363637,\n                \"strike_rate\": 115.41666666666667,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 52,\n                \"sixes_scored\": 13\n            },\n            {\n                \"season\": \"2023\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 129,\n                \"balls_faced\": 113,\n                \"not_outs\": 1,\n                \"average\": 64.5,\n                \"strike_rate\": 114.15929203539822,\n                \"highest_score\": 122,\n                \"highest_not_out_score\": 122,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2023/24\",\n                \"players_count\": 1,\n                \"matches_played\": 11,\n                \"innings_batted\": 11,\n                \"runs_scored\": 766,\n                \"balls_faced\": 852,\n                \"not_outs\": 2,\n                \"average\": 85.11111111111111,\n                \"strike_rate\": 89.90610328638498,\n                \"highest_score\": 117,\n                \"highest_not_out_score\": 103,\n                \"centuries\": 3,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 1,\n                \"fours_scored\": 67,\n                \"sixes_scored\": 10\n            },\n            {\n                \"season\": \"2024\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 58,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 19.333333333333332,\n                \"strike_rate\": 84.05797101449275,\n                \"highest_score\": 24,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"home_away\": [\n            {\n                \"label\": \"away\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 115,\n                \"innings_batted\": 115,\n                \"runs_scored\": 5394,\n                \"balls_faced\": 5941,\n                \"not_outs\": 16,\n                \"average\": 54.484848484848484,\n                \"strike_rate\": 90.79279582561858,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 21,\n                \"half_centuries\": 25,\n                \"fifty_plus_scores\": 46,\n                \"ducks\": 6,\n                \"fours_scored\": 505,\n                \"sixes_scored\": 56\n            },\n            {\n                \"label\": \"home\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-10-25\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 117,\n                \"innings_batted\": 117,\n                \"runs_scored\": 6213,\n                \"balls_faced\": 6417,\n                \"not_outs\": 15,\n                \"average\": 60.911764705882355,\n                \"strike_rate\": 96.82094436652642,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 24,\n                \"half_centuries\": 32,\n                \"fifty_plus_scores\": 56,\n                \"ducks\": 8,\n                \"fours_scored\": 588,\n                \"sixes_scored\": 78\n            },\n            {\n                \"label\": \"unknown\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2023-10-29\",\n                \"matches_played\": 49,\n                \"innings_batted\": 49,\n                \"runs_scored\": 2177,\n                \"balls_faced\": 2389,\n                \"not_outs\": 12,\n                \"average\": 58.83783783783784,\n                \"strike_rate\": 91.12599413980745,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 5,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 18,\n                \"ducks\": 2,\n                \"fours_scored\": 199,\n                \"sixes_scored\": 19\n            }\n        ],\n        \"toss_won_lost\": [\n            {\n                \"result\": \"lost\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-29\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 152,\n                \"innings_batted\": 152,\n                \"runs_scored\": 7272,\n                \"balls_faced\": 7893,\n                \"not_outs\": 21,\n                \"average\": 55.51145038167939,\n                \"strike_rate\": 92.13226909920182,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 26,\n                \"half_centuries\": 36,\n                \"fifty_plus_scores\": 62,\n                \"ducks\": 9,\n                \"fours_scored\": 648,\n                \"sixes_scored\": 79\n            },\n            {\n                \"result\": \"won\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 129,\n                \"innings_batted\": 129,\n                \"runs_scored\": 6512,\n                \"balls_faced\": 6854,\n                \"not_outs\": 22,\n                \"average\": 60.85981308411215,\n                \"strike_rate\": 95.01021301429822,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 24,\n                \"half_centuries\": 34,\n                \"fifty_plus_scores\": 58,\n                \"ducks\": 7,\n                \"fours_scored\": 644,\n                \"sixes_scored\": 74\n            }\n        ],\n        \"toss_decision\": [\n            {\n                \"result\": \"lost\",\n                \"is_toss_decision_bat\": false,\n                \"players_count\": 1,\n                \"min_date\": \"2009-12-15\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 69,\n                \"innings_batted\": 69,\n                \"runs_scored\": 3249,\n                \"balls_faced\": 3414,\n                \"not_outs\": 6,\n                \"average\": 51.57142857142857,\n                \"strike_rate\": 95.16695957820738,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 13,\n                \"half_centuries\": 16,\n                \"fifty_plus_scores\": 29,\n                \"ducks\": 8,\n                \"fours_scored\": 282,\n                \"sixes_scored\": 33\n            },\n            {\n                \"result\": \"lost\",\n                \"is_toss_decision_bat\": true,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-29\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 83,\n                \"innings_batted\": 83,\n                \"runs_scored\": 4023,\n                \"balls_faced\": 4479,\n                \"not_outs\": 15,\n                \"average\": 59.161764705882355,\n                \"strike_rate\": 89.8191560616209,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 139,\n                \"centuries\": 13,\n                \"half_centuries\": 20,\n                \"fifty_plus_scores\": 33,\n                \"ducks\": 1,\n                \"fours_scored\": 366,\n                \"sixes_scored\": 46\n            },\n            {\n                \"result\": \"won\",\n                \"is_toss_decision_bat\": false,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-20\",\n                \"max_date\": \"2023-10-22\",\n                \"matches_played\": 71,\n                \"innings_batted\": 71,\n                \"runs_scored\": 3774,\n                \"balls_faced\": 3857,\n                \"not_outs\": 17,\n                \"average\": 69.88888888888889,\n                \"strike_rate\": 97.84806844697951,\n                \"highest_score\": 154,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 14,\n                \"half_centuries\": 19,\n                \"fifty_plus_scores\": 33,\n                \"ducks\": 3,\n                \"fours_scored\": 411,\n                \"sixes_scored\": 42\n            },\n            {\n                \"result\": \"won\",\n                \"is_toss_decision_bat\": true,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 58,\n                \"innings_batted\": 58,\n                \"runs_scored\": 2738,\n                \"balls_faced\": 2997,\n                \"not_outs\": 5,\n                \"average\": 51.660377358490564,\n                \"strike_rate\": 91.35802469135803,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 10,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 25,\n                \"ducks\": 4,\n                \"fours_scored\": 233,\n                \"sixes_scored\": 32\n            }\n        ],\n        \"bat_bowl_first\": [\n            {\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 127,\n                \"innings_batted\": 127,\n                \"runs_scored\": 5987,\n                \"balls_faced\": 6411,\n                \"not_outs\": 11,\n                \"average\": 51.61206896551724,\n                \"strike_rate\": 93.38636718140695,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 23,\n                \"half_centuries\": 31,\n                \"fifty_plus_scores\": 54,\n                \"ducks\": 12,\n                \"fours_scored\": 515,\n                \"sixes_scored\": 65\n            },\n            {\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-20\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 154,\n                \"innings_batted\": 154,\n                \"runs_scored\": 7797,\n                \"balls_faced\": 8336,\n                \"not_outs\": 32,\n                \"average\": 63.90983606557377,\n                \"strike_rate\": 93.53406909788868,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 27,\n                \"half_centuries\": 39,\n                \"fifty_plus_scores\": 66,\n                \"ducks\": 4,\n                \"fours_scored\": 777,\n                \"sixes_scored\": 88\n            }\n        ],\n        \"innings_number\": [\n            {\n                \"innings_number\": 1,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 127,\n                \"innings_batted\": 127,\n                \"runs_scored\": 5987,\n                \"balls_faced\": 6411,\n                \"not_outs\": 11,\n                \"average\": 51.61206896551724,\n                \"strike_rate\": 93.38636718140695,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 23,\n                \"half_centuries\": 31,\n                \"fifty_plus_scores\": 54,\n                \"ducks\": 12,\n                \"fours_scored\": 515,\n                \"sixes_scored\": 65\n            },\n            {\n                \"innings_number\": 2,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-20\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 154,\n                \"innings_batted\": 154,\n                \"runs_scored\": 7797,\n                \"balls_faced\": 8336,\n                \"not_outs\": 32,\n                \"average\": 63.90983606557377,\n                \"strike_rate\": 93.53406909788868,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 27,\n                \"half_centuries\": 39,\n                \"fifty_plus_scores\": 66,\n                \"ducks\": 4,\n                \"fours_scored\": 777,\n                \"sixes_scored\": 88\n            }\n        ],\n        \"match_result\": [\n            {\n                \"result\": \"lost\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 100,\n                \"innings_batted\": 100,\n                \"runs_scored\": 3537,\n                \"balls_faced\": 4123,\n                \"not_outs\": 1,\n                \"average\": 35.72727272727273,\n                \"strike_rate\": 85.78704826582586,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 87,\n                \"centuries\": 7,\n                \"half_centuries\": 28,\n                \"fifty_plus_scores\": 35,\n                \"ducks\": 6,\n                \"fours_scored\": 308,\n                \"sixes_scored\": 35\n            },\n            {\n                \"result\": \"no result\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-09-03\",\n                \"max_date\": \"2023-09-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 94,\n                \"balls_faced\": 136,\n                \"not_outs\": 2,\n                \"average\": 47,\n                \"strike_rate\": 69.11764705882354,\n                \"highest_score\": 55,\n                \"highest_not_out_score\": 32,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"result\": \"tied\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-02-27\",\n                \"max_date\": \"2024-08-02\",\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 226,\n                \"balls_faced\": 247,\n                \"not_outs\": 1,\n                \"average\": 45.2,\n                \"strike_rate\": 91.49797570850203,\n                \"highest_score\": 157,\n                \"highest_not_out_score\": 157,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 4\n            },\n            {\n                \"result\": \"won\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-20\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 171,\n                \"innings_batted\": 171,\n                \"runs_scored\": 9927,\n                \"balls_faced\": 10241,\n                \"not_outs\": 39,\n                \"average\": 75.20454545454545,\n                \"strike_rate\": 96.93389317449468,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 42,\n                \"half_centuries\": 41,\n                \"fifty_plus_scores\": 83,\n                \"ducks\": 10,\n                \"fours_scored\": 959,\n                \"sixes_scored\": 114\n            }\n        ],\n        \"match_result_bat_bowl_first\": [\n            {\n                \"result\": \"lost\",\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 44,\n                \"innings_batted\": 44,\n                \"runs_scored\": 1516,\n                \"balls_faced\": 1763,\n                \"not_outs\": 0,\n                \"average\": 34.45454545454545,\n                \"strike_rate\": 85.98979013045944,\n                \"highest_score\": 121,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 3,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 16,\n                \"ducks\": 5,\n                \"fours_scored\": 129,\n                \"sixes_scored\": 13\n            },\n            {\n                \"result\": \"lost\",\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-29\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 56,\n                \"innings_batted\": 56,\n                \"runs_scored\": 2021,\n                \"balls_faced\": 2360,\n                \"not_outs\": 1,\n                \"average\": 36.74545454545454,\n                \"strike_rate\": 85.63559322033899,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 87,\n                \"centuries\": 4,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 19,\n                \"ducks\": 1,\n                \"fours_scored\": 179,\n                \"sixes_scored\": 22\n            },\n            {\n                \"result\": \"no result\",\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-09-03\",\n                \"max_date\": \"2023-09-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 94,\n                \"balls_faced\": 136,\n                \"not_outs\": 2,\n                \"average\": 47,\n                \"strike_rate\": 69.11764705882354,\n                \"highest_score\": 55,\n                \"highest_not_out_score\": 32,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"result\": \"tied\",\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-02-27\",\n                \"max_date\": \"2018-10-24\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 181,\n                \"balls_faced\": 170,\n                \"not_outs\": 1,\n                \"average\": 90.5,\n                \"strike_rate\": 106.47058823529412,\n                \"highest_score\": 157,\n                \"highest_not_out_score\": 157,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 4\n            },\n            {\n                \"result\": \"tied\",\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2012-02-14\",\n                \"max_date\": \"2024-08-02\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 45,\n                \"balls_faced\": 77,\n                \"not_outs\": 0,\n                \"average\": 15,\n                \"strike_rate\": 58.44155844155844,\n                \"highest_score\": 24,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 0\n            },\n            {\n                \"result\": \"won\",\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-24\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 76,\n                \"innings_batted\": 76,\n                \"runs_scored\": 4196,\n                \"balls_faced\": 4342,\n                \"not_outs\": 8,\n                \"average\": 61.705882352941174,\n                \"strike_rate\": 96.63749424228466,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 19,\n                \"half_centuries\": 17,\n                \"fifty_plus_scores\": 36,\n                \"ducks\": 7,\n                \"fours_scored\": 365,\n                \"sixes_scored\": 48\n            },\n            {\n                \"result\": \"won\",\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-20\",\n                \"max_date\": \"2023-10-22\",\n                \"matches_played\": 95,\n                \"innings_batted\": 95,\n                \"runs_scored\": 5731,\n                \"balls_faced\": 5899,\n                \"not_outs\": 31,\n                \"average\": 89.546875,\n                \"strike_rate\": 97.1520596711307,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 23,\n                \"half_centuries\": 24,\n                \"fifty_plus_scores\": 47,\n                \"ducks\": 3,\n                \"fours_scored\": 594,\n                \"sixes_scored\": 66\n            }\n        ],\n        \"series_teams_count\": [\n            {\n                \"teams_count\": \"2\",\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 186,\n                \"innings_batted\": 186,\n                \"runs_scored\": 9611,\n                \"balls_faced\": 10086,\n                \"not_outs\": 25,\n                \"average\": 59.69565217391305,\n                \"strike_rate\": 95.29050168550467,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 37,\n                \"half_centuries\": 47,\n                \"fifty_plus_scores\": 84,\n                \"ducks\": 12,\n                \"fours_scored\": 913,\n                \"sixes_scored\": 116\n            },\n            {\n                \"teams_count\": \"3-4\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-14\",\n                \"max_date\": \"2015-01-30\",\n                \"matches_played\": 45,\n                \"innings_batted\": 45,\n                \"runs_scored\": 1842,\n                \"balls_faced\": 2059,\n                \"not_outs\": 5,\n                \"average\": 46.05,\n                \"strike_rate\": 89.46090335114133,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 7,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 15,\n                \"ducks\": 2,\n                \"fours_scored\": 168,\n                \"sixes_scored\": 12\n            },\n            {\n                \"teams_count\": \"5+\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 50,\n                \"innings_batted\": 50,\n                \"runs_scored\": 2331,\n                \"balls_faced\": 2602,\n                \"not_outs\": 13,\n                \"average\": 63,\n                \"strike_rate\": 89.58493466564181,\n                \"highest_score\": 122,\n                \"highest_not_out_score\": 122,\n                \"centuries\": 6,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 21,\n                \"ducks\": 2,\n                \"fours_scored\": 211,\n                \"sixes_scored\": 25\n            }\n        ],\n        \"series_event_match_number\": [\n            {\n                \"event_match_number\": 1,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-02\",\n                \"matches_played\": 46,\n                \"innings_batted\": 46,\n                \"runs_scored\": 2191,\n                \"balls_faced\": 2321,\n                \"not_outs\": 3,\n                \"average\": 50.95348837209303,\n                \"strike_rate\": 94.398965962947,\n                \"highest_score\": 140,\n                \"highest_not_out_score\": 85,\n                \"centuries\": 9,\n                \"half_centuries\": 10,\n                \"fifty_plus_scores\": 19,\n                \"ducks\": 2,\n                \"fours_scored\": 207,\n                \"sixes_scored\": 22\n            },\n            {\n                \"event_match_number\": 2,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-20\",\n                \"max_date\": \"2024-08-04\",\n                \"matches_played\": 48,\n                \"innings_batted\": 48,\n                \"runs_scored\": 2352,\n                \"balls_faced\": 2494,\n                \"not_outs\": 4,\n                \"average\": 53.45454545454545,\n                \"strike_rate\": 94.30633520449078,\n                \"highest_score\": 157,\n                \"highest_not_out_score\": 157,\n                \"centuries\": 8,\n                \"half_centuries\": 12,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 4,\n                \"fours_scored\": 217,\n                \"sixes_scored\": 31\n            },\n            {\n                \"event_match_number\": 3,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-24\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 46,\n                \"innings_batted\": 46,\n                \"runs_scored\": 2648,\n                \"balls_faced\": 2813,\n                \"not_outs\": 7,\n                \"average\": 67.8974358974359,\n                \"strike_rate\": 94.13437611091362,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 9,\n                \"half_centuries\": 16,\n                \"fifty_plus_scores\": 25,\n                \"ducks\": 2,\n                \"fours_scored\": 251,\n                \"sixes_scored\": 31\n            },\n            {\n                \"event_match_number\": 4,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-27\",\n                \"max_date\": \"2019-03-10\",\n                \"matches_played\": 23,\n                \"innings_batted\": 23,\n                \"runs_scored\": 1281,\n                \"balls_faced\": 1294,\n                \"not_outs\": 5,\n                \"average\": 71.16666666666667,\n                \"strike_rate\": 98.99536321483771,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 6,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 1,\n                \"fours_scored\": 124,\n                \"sixes_scored\": 18\n            },\n            {\n                \"event_match_number\": 5,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-29\",\n                \"max_date\": \"2019-03-13\",\n                \"matches_played\": 20,\n                \"innings_batted\": 20,\n                \"runs_scored\": 895,\n                \"balls_faced\": 999,\n                \"not_outs\": 4,\n                \"average\": 55.9375,\n                \"strike_rate\": 89.5895895895896,\n                \"highest_score\": 139,\n                \"highest_not_out_score\": 139,\n                \"centuries\": 3,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 2,\n                \"fours_scored\": 77,\n                \"sixes_scored\": 11\n            },\n            {\n                \"event_match_number\": 6,\n                \"players_count\": 1,\n                \"min_date\": \"2013-10-30\",\n                \"max_date\": \"2018-02-16\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 244,\n                \"balls_faced\": 162,\n                \"not_outs\": 2,\n                \"average\": null,\n                \"strike_rate\": 150.6172839506173,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 129,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 3\n            },\n            {\n                \"event_match_number\": 7,\n                \"players_count\": 1,\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 0,\n                \"balls_faced\": 3,\n                \"not_outs\": 0,\n                \"average\": 0,\n                \"strike_rate\": 0,\n                \"highest_score\": 0,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"tournaments\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"players_count\": 1,\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 35,\n                \"innings_batted\": 35,\n                \"runs_scored\": 1673,\n                \"balls_faced\": 1916,\n                \"not_outs\": 6,\n                \"average\": 57.689655172413794,\n                \"strike_rate\": 87.31732776617955,\n                \"highest_score\": 117,\n                \"highest_not_out_score\": 103,\n                \"centuries\": 5,\n                \"half_centuries\": 10,\n                \"fifty_plus_scores\": 15,\n                \"ducks\": 1,\n                \"fours_scored\": 148,\n                \"sixes_scored\": 14\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2017-06-18\",\n                \"matches_played\": 12,\n                \"innings_batted\": 12,\n                \"runs_scored\": 529,\n                \"balls_faced\": 573,\n                \"not_outs\": 6,\n                \"average\": 88.16666666666667,\n                \"strike_rate\": 92.32111692844677,\n                \"highest_score\": 96,\n                \"highest_not_out_score\": 96,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 1,\n                \"fours_scored\": 53,\n                \"sixes_scored\": 8\n            }\n        ],\n        \"batting_positions\": [\n            {\n                \"batting_position\": 1,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2014-01-28\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 51,\n                \"balls_faced\": 99,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 51.515151515151516,\n                \"highest_score\": 37,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batting_position\": 2,\n                \"players_count\": 1,\n                \"min_date\": \"2008-08-24\",\n                \"max_date\": \"2022-12-07\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 115,\n                \"balls_faced\": 156,\n                \"not_outs\": 0,\n                \"average\": 28.75,\n                \"strike_rate\": 73.71794871794872,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 1\n            },\n            {\n                \"batting_position\": 3,\n                \"players_count\": 1,\n                \"min_date\": \"2009-11-02\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 226,\n                \"innings_batted\": 226,\n                \"runs_scored\": 11663,\n                \"balls_faced\": 12350,\n                \"not_outs\": 34,\n                \"average\": 60.744791666666664,\n                \"strike_rate\": 94.43724696356276,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 43,\n                \"half_centuries\": 60,\n                \"fifty_plus_scores\": 103,\n                \"ducks\": 16,\n                \"fours_scored\": 1091,\n                \"sixes_scored\": 137\n            },\n            {\n                \"batting_position\": 4,\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 39,\n                \"innings_batted\": 39,\n                \"runs_scored\": 1767,\n                \"balls_faced\": 1949,\n                \"not_outs\": 7,\n                \"average\": 55.21875,\n                \"strike_rate\": 90.66187788609544,\n                \"highest_score\": 139,\n                \"highest_not_out_score\": 139,\n                \"centuries\": 7,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 15,\n                \"ducks\": 0,\n                \"fours_scored\": 162,\n                \"sixes_scored\": 15\n            },\n            {\n                \"batting_position\": 5,\n                \"players_count\": 1,\n                \"min_date\": \"2010-02-21\",\n                \"max_date\": \"2017-08-24\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 127,\n                \"balls_faced\": 153,\n                \"not_outs\": 0,\n                \"average\": 31.75,\n                \"strike_rate\": 83.00653594771242,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batting_position\": 6,\n                \"players_count\": 1,\n                \"min_date\": \"2011-12-08\",\n                \"max_date\": \"2011-12-08\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 23,\n                \"balls_faced\": 11,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 209.0909090909091,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 23,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batting_position\": 7,\n                \"players_count\": 1,\n                \"min_date\": \"2009-09-14\",\n                \"max_date\": \"2011-03-12\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 38,\n                \"balls_faced\": 29,\n                \"not_outs\": 1,\n                \"average\": 12.666666666666666,\n                \"strike_rate\": 131.0344827586207,\n                \"highest_score\": 27,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"a07b98d2-d577-472a-b0d3-526321213740"},{"name":"Batters","event":[{"listen":"test","script":{"id":"91a8b4f8-6150-4856-b291-dea4a16e882c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"b82a424d-f3f3-423d-9311-abeac484ef58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/batters?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&min__average=50&min__innings_runs_scored=25","urlObject":{"path":["stats","batting","overall","batters"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"disabled":true,"key":"primary_team","value":"6"},{"disabled":true,"key":"toss_result","value":"won"},{"disabled":true,"key":"bat_field_first","value":"bat"},{"key":"min__average","value":"50"},{"key":"min__innings_runs_scored","value":"25"}],"variable":[]}},"response":[{"id":"71d1ae15-06d6-4a4f-8566-ab1dec7dd4be","name":"Batters","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/batters?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&primary_team=6&toss_result=won&bat_field_first=bat","host":["http://localhost:8080"],"path":["stats","batting","overall","batters"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"primary_team","value":"6"},{"key":"toss_result","value":"won"},{"key":"bat_field_first","value":"bat"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 16:22:08 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batters stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"batter_id\": 476,\n                \"batter_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 7,\n                \"innings_batted\": 7,\n                \"runs_scored\": 507,\n                \"balls_faced\": 425,\n                \"not_outs\": 1,\n                \"average\": 84.5,\n                \"strike_rate\": 119.29411764705883,\n                \"highest_score\": 208,\n                \"highest_not_out_score\": 80,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 51,\n                \"sixes_scored\": 19\n            },\n            {\n                \"batter_id\": 42,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 7,\n                \"innings_batted\": 7,\n                \"runs_scored\": 450,\n                \"balls_faced\": 429,\n                \"not_outs\": 2,\n                \"average\": 90,\n                \"strike_rate\": 104.8951048951049,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 39,\n                \"sixes_scored\": 11\n            },\n            {\n                \"batter_id\": 384,\n                \"batter_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 362,\n                \"balls_faced\": 292,\n                \"not_outs\": 1,\n                \"average\": 90.5,\n                \"strike_rate\": 123.97260273972603,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 16\n            },\n            {\n                \"batter_id\": 23,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 7,\n                \"innings_batted\": 7,\n                \"runs_scored\": 288,\n                \"balls_faced\": 264,\n                \"not_outs\": 0,\n                \"average\": 41.142857142857146,\n                \"strike_rate\": 109.0909090909091,\n                \"highest_score\": 61,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 33,\n                \"sixes_scored\": 15\n            },\n            {\n                \"batter_id\": 151,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 195,\n                \"balls_faced\": 151,\n                \"not_outs\": 1,\n                \"average\": 48.75,\n                \"strike_rate\": 129.13907284768212,\n                \"highest_score\": 102,\n                \"highest_not_out_score\": 39,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 6\n            },\n            {\n                \"batter_id\": 697,\n                \"batter_name\": \"Ishan Kishan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-18\",\n                \"max_date\": \"2023-09-12\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 120,\n                \"balls_faced\": 156,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 76.92307692307692,\n                \"highest_score\": 82,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 3\n            },\n            {\n                \"batter_id\": 40,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-18\",\n                \"max_date\": \"2023-09-12\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 120,\n                \"balls_faced\": 146,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 82.1917808219178,\n                \"highest_score\": 87,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 1\n            },\n            {\n                \"batter_id\": 696,\n                \"batter_name\": \"SA Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 60,\n                \"balls_faced\": 47,\n                \"not_outs\": 1,\n                \"average\": 15,\n                \"strike_rate\": 127.65957446808511,\n                \"highest_score\": 31,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batter_id\": 59,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-09-02\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 5,\n                \"innings_batted\": 3,\n                \"runs_scored\": 47,\n                \"balls_faced\": 56,\n                \"not_outs\": 1,\n                \"average\": 23.5,\n                \"strike_rate\": 83.92857142857143,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 29,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 1\n            },\n            {\n                \"batter_id\": 149,\n                \"batter_name\": \"AR Patel\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-09-12\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 28,\n                \"balls_faced\": 38,\n                \"not_outs\": 1,\n                \"average\": 28,\n                \"strike_rate\": 73.6842105263158,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 1\n            },\n            {\n                \"batter_id\": 97,\n                \"batter_name\": \"JJ Bumrah\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-09-02\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 5,\n                \"innings_batted\": 2,\n                \"runs_scored\": 21,\n                \"balls_faced\": 26,\n                \"not_outs\": 0,\n                \"average\": 10.5,\n                \"strike_rate\": 80.76923076923077,\n                \"highest_score\": 16,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batter_id\": 382,\n                \"batter_name\": \"Washington Sundar\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-01-18\",\n                \"matches_played\": 2,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 14,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 85.71428571428571,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batter_id\": 348,\n                \"batter_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 7,\n                \"innings_batted\": 3,\n                \"runs_scored\": 9,\n                \"balls_faced\": 20,\n                \"not_outs\": 1,\n                \"average\": 4.5,\n                \"strike_rate\": 45,\n                \"highest_score\": 5,\n                \"highest_not_out_score\": 5,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batter_id\": 463,\n                \"batter_name\": \"Mohammed Siraj\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 7,\n                \"innings_batted\": 2,\n                \"runs_scored\": 6,\n                \"balls_faced\": 20,\n                \"not_outs\": 2,\n                \"average\": null,\n                \"strike_rate\": 30,\n                \"highest_score\": 5,\n                \"highest_not_out_score\": 5,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batter_id\": 359,\n                \"batter_name\": \"SN Thakur\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-18\",\n                \"max_date\": \"2023-09-02\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 6,\n                \"balls_faced\": 6,\n                \"not_outs\": 0,\n                \"average\": 3,\n                \"strike_rate\": 100,\n                \"highest_score\": 3,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"batter_id\": 354,\n                \"batter_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 5,\n                \"innings_batted\": 1,\n                \"runs_scored\": 2,\n                \"balls_faced\": 2,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 100,\n                \"highest_score\": 2,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"b82a424d-f3f3-423d-9311-abeac484ef58"},{"name":"Team Innings","event":[{"listen":"test","script":{"id":"9145a49f-6695-4b6b-9275-ffcf2dbcae62","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"986848a5-664f-437d-92ff-ea91753a3e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/team-innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","batting","overall","team-innings"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"ground","value":"1"},{"disabled":true,"key":"ground","value":"2"}],"variable":[]}},"response":[{"id":"63901451-df06-4a42-ac3b-3b1a5b5157e6","name":"Team Innings","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/team-innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","batting","overall","team-innings"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"ground","value":"1","disabled":true},{"key":"ground","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 20:00:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team innings stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 555,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 21,\n                \"bowling_team_name\": \"Netherlands\",\n                \"season\": \"2022\",\n                \"city_name\": \"Amstelveen\",\n                \"start_date\": \"2022-06-17\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 476,\n                \"balls_faced\": 302,\n                \"not_outs\": 7,\n                \"average\": 119,\n                \"strike_rate\": 157.6158940397351,\n                \"highest_score\": 162,\n                \"highest_not_out_score\": 162,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 6,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 26\n            },\n            {\n                \"match_id\": 155,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"season\": \"2018\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2018-06-19\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 462,\n                \"balls_faced\": 303,\n                \"not_outs\": 5,\n                \"average\": 77,\n                \"strike_rate\": 152.47524752475246,\n                \"highest_score\": 147,\n                \"highest_not_out_score\": 4,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 3,\n                \"fours_scored\": 41,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 2280,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Johannesburg\",\n                \"start_date\": \"2015-01-18\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 3,\n                \"runs_scored\": 430,\n                \"balls_faced\": 301,\n                \"not_outs\": 9,\n                \"average\": 215,\n                \"strike_rate\": 142.85714285714286,\n                \"highest_score\": 153,\n                \"highest_not_out_score\": 153,\n                \"centuries\": 3,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 8,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 18\n            },\n            {\n                \"match_id\": 2424,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"India\",\n                \"season\": \"2015/16\",\n                \"city_name\": \"Mumbai\",\n                \"start_date\": \"2015-10-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 427,\n                \"balls_faced\": 300,\n                \"not_outs\": 7,\n                \"average\": 106.75,\n                \"strike_rate\": 142.33333333333334,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 3,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 20\n            },\n            {\n                \"match_id\": 2437,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"Pakistan\",\n                \"season\": \"2016\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2016-08-30\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 5,\n                \"runs_scored\": 418,\n                \"balls_faced\": 305,\n                \"not_outs\": 8,\n                \"average\": 139.33333333333334,\n                \"strike_rate\": 137.04918032786884,\n                \"highest_score\": 171,\n                \"highest_not_out_score\": 90,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 6,\n                \"fours_scored\": 43,\n                \"sixes_scored\": 16\n            },\n            {\n                \"match_id\": 356,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"season\": \"2018/19\",\n                \"city_name\": \"St George's\",\n                \"start_date\": \"2019-02-27\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 407,\n                \"balls_faced\": 302,\n                \"not_outs\": 5,\n                \"average\": 67.83333333333333,\n                \"strike_rate\": 134.7682119205298,\n                \"highest_score\": 150,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 5,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 24\n            },\n            {\n                \"match_id\": 838,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Delhi\",\n                \"start_date\": \"2023-10-07\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 405,\n                \"balls_faced\": 301,\n                \"not_outs\": 6,\n                \"average\": 81,\n                \"strike_rate\": 134.55149501661128,\n                \"highest_score\": 108,\n                \"highest_not_out_score\": 39,\n                \"centuries\": 3,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 45,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 1792,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2011-12-08\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 404,\n                \"balls_faced\": 300,\n                \"not_outs\": 6,\n                \"average\": 80.8,\n                \"strike_rate\": 134.66666666666666,\n                \"highest_score\": 219,\n                \"highest_not_out_score\": 23,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 48,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 817,\n                \"innings_number\": 1,\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"bowling_team_id\": 18,\n                \"bowling_team_name\": \"United States of America\",\n                \"season\": \"2023\",\n                \"city_name\": \"Harare\",\n                \"start_date\": \"2023-06-26\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 401,\n                \"balls_faced\": 300,\n                \"not_outs\": 5,\n                \"average\": 66.83333333333333,\n                \"strike_rate\": 133.66666666666666,\n                \"highest_score\": 174,\n                \"highest_not_out_score\": 18,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 3,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 2311,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"season\": \"2015\",\n                \"city_name\": \"Birmingham\",\n                \"start_date\": \"2015-06-09\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 400,\n                \"balls_faced\": 300,\n                \"not_outs\": 2,\n                \"average\": 44.44444444444444,\n                \"strike_rate\": 133.33333333333334,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 13,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 2,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 2111,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Ireland\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Canberra\",\n                \"start_date\": \"2015-03-03\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 400,\n                \"balls_faced\": 303,\n                \"not_outs\": 7,\n                \"average\": 100,\n                \"strike_rate\": 132.01320132013203,\n                \"highest_score\": 159,\n                \"highest_not_out_score\": 61,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 5,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 2113,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Perth\",\n                \"start_date\": \"2015-03-04\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 400,\n                \"balls_faced\": 303,\n                \"not_outs\": 5,\n                \"average\": 66.66666666666667,\n                \"strike_rate\": 132.01320132013203,\n                \"highest_score\": 178,\n                \"highest_not_out_score\": 20,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 708,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Chattogram\",\n                \"start_date\": \"2022-12-10\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 400,\n                \"balls_faced\": 300,\n                \"not_outs\": 3,\n                \"average\": 50,\n                \"strike_rate\": 133.33333333333334,\n                \"highest_score\": 210,\n                \"highest_not_out_score\": 3,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 41,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 784,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Centurion\",\n                \"start_date\": \"2023-09-15\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 399,\n                \"balls_faced\": 302,\n                \"not_outs\": 6,\n                \"average\": 79.8,\n                \"strike_rate\": 132.11920529801324,\n                \"highest_score\": 174,\n                \"highest_not_out_score\": 82,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 5,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 20\n            },\n            {\n                \"match_id\": 882,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 21,\n                \"bowling_team_name\": \"Netherlands\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Bengaluru\",\n                \"start_date\": \"2023-11-12\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 395,\n                \"balls_faced\": 301,\n                \"not_outs\": 7,\n                \"average\": 98.75,\n                \"strike_rate\": 131.22923588039868,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 5,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 16\n            },\n            {\n                \"match_id\": 2374,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Kolkata\",\n                \"start_date\": \"2014-11-13\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 393,\n                \"balls_faced\": 301,\n                \"not_outs\": 6,\n                \"average\": 78.6,\n                \"strike_rate\": 130.56478405315616,\n                \"highest_score\": 264,\n                \"highest_not_out_score\": 16,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 5,\n                \"fours_scored\": 47,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 2107,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2015-02-27\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 392,\n                \"balls_faced\": 303,\n                \"not_outs\": 6,\n                \"average\": 78.4,\n                \"strike_rate\": 129.37293729372936,\n                \"highest_score\": 162,\n                \"highest_not_out_score\": 162,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 4,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 1605,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"South Africa\",\n                \"season\": \"2009/10\",\n                \"city_name\": \"Gwalior\",\n                \"start_date\": \"2010-02-24\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 5,\n                \"runs_scored\": 392,\n                \"balls_faced\": 301,\n                \"not_outs\": 8,\n                \"average\": 130.66666666666666,\n                \"strike_rate\": 130.2325581395349,\n                \"highest_score\": 200,\n                \"highest_not_out_score\": 200,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 6,\n                \"fours_scored\": 41,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 1533,\n                \"innings_number\": 2,\n                \"batting_team_id\": 14,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"India\",\n                \"season\": \"2009/10\",\n                \"city_name\": \"Rajkot\",\n                \"start_date\": \"2009-12-15\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 390,\n                \"balls_faced\": 301,\n                \"not_outs\": 3,\n                \"average\": 48.75,\n                \"strike_rate\": 129.56810631229237,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 2,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 883,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Mumbai\",\n                \"start_date\": \"2023-11-15\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 389,\n                \"balls_faced\": 300,\n                \"not_outs\": 7,\n                \"average\": 97.25,\n                \"strike_rate\": 129.66666666666666,\n                \"highest_score\": 117,\n                \"highest_not_out_score\": 80,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 5,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 19\n            },\n            {\n                \"match_id\": 272,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"season\": \"2019\",\n                \"city_name\": \"Manchester\",\n                \"start_date\": \"2019-06-18\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 388,\n                \"balls_faced\": 301,\n                \"not_outs\": 5,\n                \"average\": 64.66666666666667,\n                \"strike_rate\": 128.90365448504983,\n                \"highest_score\": 148,\n                \"highest_not_out_score\": 31,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 3,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 25\n            },\n            {\n                \"match_id\": 1533,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2009/10\",\n                \"city_name\": \"Rajkot\",\n                \"start_date\": \"2009-12-15\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 9,\n                \"runs_scored\": 387,\n                \"balls_faced\": 302,\n                \"not_outs\": 4,\n                \"average\": 55.285714285714285,\n                \"strike_rate\": 128.1456953642384,\n                \"highest_score\": 146,\n                \"highest_not_out_score\": 30,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 2,\n                \"fours_scored\": 43,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 861,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 21,\n                \"bowling_team_name\": \"Netherlands\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Delhi\",\n                \"start_date\": \"2023-10-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 387,\n                \"balls_faced\": 301,\n                \"not_outs\": 3,\n                \"average\": 48.375,\n                \"strike_rate\": 128.57142857142858,\n                \"highest_score\": 106,\n                \"highest_not_out_score\": 12,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 2,\n                \"fours_scored\": 42,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 913,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2023-09-24\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 385,\n                \"balls_faced\": 301,\n                \"not_outs\": 6,\n                \"average\": 77,\n                \"strike_rate\": 127.90697674418605,\n                \"highest_score\": 105,\n                \"highest_not_out_score\": 72,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 4,\n                \"fours_scored\": 31,\n                \"sixes_scored\": 18\n            },\n            {\n                \"match_id\": 857,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Mumbai\",\n                \"start_date\": \"2023-10-21\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 9,\n                \"runs_scored\": 384,\n                \"balls_faced\": 301,\n                \"not_outs\": 4,\n                \"average\": 54.857142857142854,\n                \"strike_rate\": 127.57475083056478,\n                \"highest_score\": 109,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 2,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 2137,\n                \"innings_number\": 1,\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"New Zealand\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2015-03-21\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 383,\n                \"balls_faced\": 301,\n                \"not_outs\": 5,\n                \"average\": 63.833333333333336,\n                \"strike_rate\": 127.24252491694352,\n                \"highest_score\": 237,\n                \"highest_not_out_score\": 237,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 3,\n                \"fours_scored\": 39,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 2376,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"South Africa\",\n                \"season\": \"2015/16\",\n                \"city_name\": \"Bloemfontein\",\n                \"start_date\": \"2016-02-03\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 11,\n                \"runs_scored\": 382,\n                \"balls_faced\": 305,\n                \"not_outs\": 2,\n                \"average\": 42.44444444444444,\n                \"strike_rate\": 125.24590163934427,\n                \"highest_score\": 105,\n                \"highest_not_out_score\": 5,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 1,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 466,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"India\",\n                \"season\": \"2020/21\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2020-11-29\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 382,\n                \"balls_faced\": 301,\n                \"not_outs\": 7,\n                \"average\": 95.5,\n                \"strike_rate\": 126.91029900332227,\n                \"highest_score\": 104,\n                \"highest_not_out_score\": 63,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 5,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 2312,\n                \"innings_number\": 1,\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"New Zealand\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"season\": \"2015\",\n                \"city_name\": \"London\",\n                \"start_date\": \"2015-06-12\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 381,\n                \"balls_faced\": 302,\n                \"not_outs\": 6,\n                \"average\": 76.2,\n                \"strike_rate\": 126.15894039735099,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 119,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 40,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 178,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Chandigarh\",\n                \"start_date\": \"2017-12-13\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 5,\n                \"runs_scored\": 379,\n                \"balls_faced\": 300,\n                \"not_outs\": 7,\n                \"average\": 94.75,\n                \"strike_rate\": 126.33333333333333,\n                \"highest_score\": 208,\n                \"highest_not_out_score\": 208,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 6,\n                \"fours_scored\": 32,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 863,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Dharamsala\",\n                \"start_date\": \"2023-10-28\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 379,\n                \"balls_faced\": 298,\n                \"not_outs\": 1,\n                \"average\": 37.9,\n                \"strike_rate\": 127.18120805369128,\n                \"highest_score\": 109,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 32,\n                \"sixes_scored\": 20\n            },\n            {\n                \"match_id\": 1649,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"season\": \"2010/11\",\n                \"city_name\": \"Benoni\",\n                \"start_date\": \"2010-10-22\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 378,\n                \"balls_faced\": 302,\n                \"not_outs\": 5,\n                \"average\": 63,\n                \"strike_rate\": 125.16556291390728,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 33,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 4,\n                \"fours_scored\": 28,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 727,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Thiruvananthapuram\",\n                \"start_date\": \"2023-01-15\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 375,\n                \"balls_faced\": 300,\n                \"not_outs\": 6,\n                \"average\": 75,\n                \"strike_rate\": 125,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 166,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 4,\n                \"fours_scored\": 32,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 1408,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"season\": \"2008/09\",\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2009-03-08\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 375,\n                \"balls_faced\": 304,\n                \"not_outs\": 7,\n                \"average\": 93.75,\n                \"strike_rate\": 123.35526315789474,\n                \"highest_score\": 163,\n                \"highest_not_out_score\": 163,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 32,\n                \"sixes_scored\": 18\n            },\n            {\n                \"match_id\": 872,\n                \"innings_number\": 1,\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"New Zealand\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"Pakistan\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Bengaluru\",\n                \"start_date\": \"2023-11-04\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 375,\n                \"balls_faced\": 301,\n                \"not_outs\": 5,\n                \"average\": 62.5,\n                \"strike_rate\": 124.58471760797342,\n                \"highest_score\": 108,\n                \"highest_not_out_score\": 26,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 3,\n                \"fours_scored\": 46,\n                \"sixes_scored\": 8\n            },\n            {\n                \"match_id\": 785,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"South Africa\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Bloemfontein\",\n                \"start_date\": \"2023-09-09\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 375,\n                \"balls_faced\": 302,\n                \"not_outs\": 3,\n                \"average\": 46.875,\n                \"strike_rate\": 124.17218543046357,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 14,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 2,\n                \"fours_scored\": 48,\n                \"sixes_scored\": 9\n            },\n            {\n                \"match_id\": 258,\n                \"innings_number\": 1,\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"season\": \"2019\",\n                \"city_name\": \"Cardiff\",\n                \"start_date\": \"2019-06-08\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 8,\n                \"runs_scored\": 375,\n                \"balls_faced\": 301,\n                \"not_outs\": 5,\n                \"average\": 62.5,\n                \"strike_rate\": 124.58471760797342,\n                \"highest_score\": 153,\n                \"highest_not_out_score\": 27,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 3,\n                \"fours_scored\": 29,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 1633,\n                \"innings_number\": 1,\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"season\": \"2010\",\n                \"city_name\": \"Dambulla\",\n                \"start_date\": \"2010-06-21\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 9,\n                \"runs_scored\": 374,\n                \"balls_faced\": 301,\n                \"not_outs\": 4,\n                \"average\": 53.42857142857143,\n                \"strike_rate\": 124.25249169435216,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 21,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 2,\n                \"fours_scored\": 41,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 240,\n                \"innings_number\": 1,\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"season\": \"2018\",\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-07-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 3,\n                \"runs_scored\": 373,\n                \"balls_faced\": 300,\n                \"not_outs\": 10,\n                \"average\": 373,\n                \"strike_rate\": 124.33333333333333,\n                \"highest_score\": 210,\n                \"highest_not_out_score\": 210,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 8,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 8\n            },\n            {\n                \"match_id\": 729,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2023-01-24\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 373,\n                \"balls_faced\": 300,\n                \"not_outs\": 2,\n                \"average\": 41.44444444444444,\n                \"strike_rate\": 124.33333333333333,\n                \"highest_score\": 112,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 1,\n                \"fours_scored\": 33,\n                \"sixes_scored\": 19\n            },\n            {\n                \"match_id\": 860,\n                \"innings_number\": 1,\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Mumbai\",\n                \"start_date\": \"2023-10-24\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 372,\n                \"balls_faced\": 300,\n                \"not_outs\": 6,\n                \"average\": 74.4,\n                \"strike_rate\": 124,\n                \"highest_score\": 174,\n                \"highest_not_out_score\": 34,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 26,\n                \"sixes_scored\": 19\n            },\n            {\n                \"match_id\": 356,\n                \"innings_number\": 2,\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"season\": \"2018/19\",\n                \"city_name\": \"St George's\",\n                \"start_date\": \"2019-02-27\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 371,\n                \"balls_faced\": 289,\n                \"not_outs\": 1,\n                \"average\": 37.1,\n                \"strike_rate\": 128.37370242214533,\n                \"highest_score\": 162,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 3,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 22\n            },\n            {\n                \"match_id\": 1933,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Bengaluru\",\n                \"start_date\": \"2013-11-02\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 371,\n                \"balls_faced\": 300,\n                \"not_outs\": 5,\n                \"average\": 61.833333333333336,\n                \"strike_rate\": 123.66666666666667,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 6,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 19\n            },\n            {\n                \"match_id\": 2120,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2015-03-08\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 11,\n                \"runs_scored\": 370,\n                \"balls_faced\": 300,\n                \"not_outs\": 2,\n                \"average\": 41.111111111111114,\n                \"strike_rate\": 123.33333333333333,\n                \"highest_score\": 102,\n                \"highest_not_out_score\": 3,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 3,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 8\n            },\n            {\n                \"match_id\": 401,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Visakhapatnam\",\n                \"start_date\": \"2019-12-18\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 6,\n                \"runs_scored\": 369,\n                \"balls_faced\": 301,\n                \"not_outs\": 6,\n                \"average\": 73.8,\n                \"strike_rate\": 122.59136212624584,\n                \"highest_score\": 159,\n                \"highest_not_out_score\": 16,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 6,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 16\n            },\n            {\n                \"match_id\": 275,\n                \"innings_number\": 1,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"season\": \"2019\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2019-06-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 369,\n                \"balls_faced\": 301,\n                \"not_outs\": 6,\n                \"average\": 73.8,\n                \"strike_rate\": 122.59136212624584,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 17,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 4,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 722,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Guwahati\",\n                \"start_date\": \"2023-01-10\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 9,\n                \"runs_scored\": 367,\n                \"balls_faced\": 300,\n                \"not_outs\": 4,\n                \"average\": 52.42857142857143,\n                \"strike_rate\": 122.33333333333333,\n                \"highest_score\": 113,\n                \"highest_not_out_score\": 7,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 2,\n                \"fours_scored\": 39,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 1399,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"season\": \"2008/09\",\n                \"city_name\": \"Rajkot\",\n                \"start_date\": \"2008-11-14\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 367,\n                \"balls_faced\": 300,\n                \"not_outs\": 6,\n                \"average\": 73.4,\n                \"strike_rate\": 122.33333333333333,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 138,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 5,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 926,\n                \"innings_number\": 1,\n                \"batting_team_id\": 14,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2024-02-09\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 5,\n                \"runs_scored\": 366,\n                \"balls_faced\": 302,\n                \"not_outs\": 8,\n                \"average\": 122,\n                \"strike_rate\": 121.19205298013244,\n                \"highest_score\": 210,\n                \"highest_not_out_score\": 210,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 6,\n                \"fours_scored\": 33,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 2401,\n                \"innings_number\": 1,\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"season\": \"2015\",\n                \"city_name\": \"Lahore\",\n                \"start_date\": \"2015-05-26\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 4,\n                \"runs_scored\": 366,\n                \"balls_faced\": 301,\n                \"not_outs\": 8,\n                \"average\": 122,\n                \"strike_rate\": 121.59468438538207,\n                \"highest_score\": 112,\n                \"highest_not_out_score\": 89,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 7,\n                \"fours_scored\": 35,\n                \"sixes_scored\": 10\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"986848a5-664f-437d-92ff-ea91753a3e38"},{"name":"Matches","event":[{"listen":"test","script":{"id":"966b4d46-4979-4ece-9fbe-be4dcf18b321","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"73c59154-7530-4fd1-a62e-2c31a97ce103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/matches?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","batting","overall","matches"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2012"},{"disabled":true,"key":"season","value":"2011"},{"disabled":true,"key":"opposition_team","value":"1"},{"disabled":true,"key":"opposition_team","value":"2"}],"variable":[]}},"response":[{"id":"eed9a164-81c1-493b-9ceb-3243e5ec7f4b","name":"Matches","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/matches?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","batting","overall","matches"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2012","disabled":true},{"key":"season","value":"2011","disabled":true},{"key":"opposition_team","value":"1","disabled":true},{"key":"opposition_team","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 19:58:25 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall matches stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 356,\n                \"team1_id\": 3,\n                \"team1_name\": \"West Indies\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2018/19\",\n                \"city_name\": \"St George's\",\n                \"start_date\": \"2019-02-27\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 778,\n                \"balls_faced\": 591,\n                \"not_outs\": 6,\n                \"average\": 48.625,\n                \"strike_rate\": 131.64128595600675,\n                \"highest_score\": 162,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 3,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 8,\n                \"fours_scored\": 64,\n                \"sixes_scored\": 46\n            },\n            {\n                \"match_id\": 1533,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2009/10\",\n                \"city_name\": \"Rajkot\",\n                \"start_date\": \"2009-12-15\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 777,\n                \"balls_faced\": 603,\n                \"not_outs\": 7,\n                \"average\": 51.8,\n                \"strike_rate\": 128.85572139303483,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 30,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 4,\n                \"fours_scored\": 80,\n                \"sixes_scored\": 24\n            },\n            {\n                \"match_id\": 2312,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2015\",\n                \"city_name\": \"London\",\n                \"start_date\": \"2015-06-12\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 736,\n                \"balls_faced\": 578,\n                \"not_outs\": 8,\n                \"average\": 52.57142857142857,\n                \"strike_rate\": 127.33564013840831,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 119,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 4,\n                \"fours_scored\": 74,\n                \"sixes_scored\": 27\n            },\n            {\n                \"match_id\": 863,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Dharamsala\",\n                \"start_date\": \"2023-10-28\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 21,\n                \"runs_scored\": 736,\n                \"balls_faced\": 598,\n                \"not_outs\": 3,\n                \"average\": 38.73684210526316,\n                \"strike_rate\": 123.07692307692308,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 10,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 3,\n                \"fours_scored\": 65,\n                \"sixes_scored\": 32\n            },\n            {\n                \"match_id\": 555,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 21,\n                \"team2_name\": \"Netherlands\",\n                \"season\": \"2022\",\n                \"city_name\": \"Amstelveen\",\n                \"start_date\": \"2022-06-17\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 728,\n                \"balls_faced\": 600,\n                \"not_outs\": 8,\n                \"average\": 52,\n                \"strike_rate\": 121.33333333333333,\n                \"highest_score\": 162,\n                \"highest_not_out_score\": 162,\n                \"centuries\": 3,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 7,\n                \"fours_scored\": 53,\n                \"sixes_scored\": 30\n            },\n            {\n                \"match_id\": 2480,\n                \"team1_id\": 10,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2016/17\",\n                \"city_name\": \"Durban\",\n                \"start_date\": \"2016-10-05\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 15,\n                \"runs_scored\": 721,\n                \"balls_faced\": 596,\n                \"not_outs\": 10,\n                \"average\": 60.083333333333336,\n                \"strike_rate\": 120.97315436241611,\n                \"highest_score\": 118,\n                \"highest_not_out_score\": 118,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 7,\n                \"fours_scored\": 65,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 27,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2016/17\",\n                \"city_name\": \"Cuttack\",\n                \"start_date\": \"2017-01-19\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 719,\n                \"balls_faced\": 602,\n                \"not_outs\": 8,\n                \"average\": 51.357142857142854,\n                \"strike_rate\": 119.43521594684385,\n                \"highest_score\": 150,\n                \"highest_not_out_score\": 26,\n                \"centuries\": 3,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 4,\n                \"fours_scored\": 81,\n                \"sixes_scored\": 19\n            },\n            {\n                \"match_id\": 818,\n                \"team1_id\": 3,\n                \"team1_name\": \"West Indies\",\n                \"team2_id\": 21,\n                \"team2_name\": \"Netherlands\",\n                \"season\": \"2023\",\n                \"city_name\": \"Harare\",\n                \"start_date\": \"2023-06-26\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 718,\n                \"balls_faced\": 601,\n                \"not_outs\": 7,\n                \"average\": 47.86666666666667,\n                \"strike_rate\": 119.4675540765391,\n                \"highest_score\": 111,\n                \"highest_not_out_score\": 104,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 6,\n                \"fours_scored\": 75,\n                \"sixes_scored\": 18\n            },\n            {\n                \"match_id\": 838,\n                \"team1_id\": 10,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Delhi\",\n                \"start_date\": \"2023-10-07\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 711,\n                \"balls_faced\": 571,\n                \"not_outs\": 7,\n                \"average\": 47.4,\n                \"strike_rate\": 124.5183887915937,\n                \"highest_score\": 108,\n                \"highest_not_out_score\": 39,\n                \"centuries\": 3,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 6,\n                \"fours_scored\": 74,\n                \"sixes_scored\": 31\n            },\n            {\n                \"match_id\": 466,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 6,\n                \"team2_name\": \"India\",\n                \"season\": \"2020/21\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2020-11-29\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 710,\n                \"balls_faced\": 603,\n                \"not_outs\": 9,\n                \"average\": 54.61538461538461,\n                \"strike_rate\": 117.74461028192371,\n                \"highest_score\": 104,\n                \"highest_not_out_score\": 63,\n                \"centuries\": 1,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 6,\n                \"fours_scored\": 64,\n                \"sixes_scored\": 20\n            },\n            {\n                \"match_id\": 309,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2019\",\n                \"city_name\": \"Southampton\",\n                \"start_date\": \"2019-05-11\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 14,\n                \"runs_scored\": 704,\n                \"balls_faced\": 600,\n                \"not_outs\": 12,\n                \"average\": 70.4,\n                \"strike_rate\": 117.33333333333333,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 2,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 8,\n                \"fours_scored\": 47,\n                \"sixes_scored\": 22\n            },\n            {\n                \"match_id\": 1408,\n                \"team1_id\": 2,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 6,\n                \"team2_name\": \"India\",\n                \"season\": \"2008/09\",\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2009-03-08\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 701,\n                \"balls_faced\": 577,\n                \"not_outs\": 8,\n                \"average\": 50.07142857142857,\n                \"strike_rate\": 121.49046793760832,\n                \"highest_score\": 163,\n                \"highest_not_out_score\": 163,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 5,\n                \"fours_scored\": 62,\n                \"sixes_scored\": 31\n            },\n            {\n                \"match_id\": 2280,\n                \"team1_id\": 10,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 3,\n                \"team2_name\": \"West Indies\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Johannesburg\",\n                \"start_date\": \"2015-01-18\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 12,\n                \"runs_scored\": 697,\n                \"balls_faced\": 603,\n                \"not_outs\": 13,\n                \"average\": 77.44444444444444,\n                \"strike_rate\": 115.58872305140962,\n                \"highest_score\": 153,\n                \"highest_not_out_score\": 153,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 11,\n                \"fours_scored\": 60,\n                \"sixes_scored\": 23\n            },\n            {\n                \"match_id\": 926,\n                \"team1_id\": 14,\n                \"team1_name\": \"Sri Lanka\",\n                \"team2_id\": 15,\n                \"team2_name\": \"Afghanistan\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2024-02-09\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 13,\n                \"runs_scored\": 696,\n                \"balls_faced\": 603,\n                \"not_outs\": 13,\n                \"average\": 77.33333333333333,\n                \"strike_rate\": 115.42288557213931,\n                \"highest_score\": 210,\n                \"highest_not_out_score\": 210,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 9,\n                \"fours_scored\": 68,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 317,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2019\",\n                \"city_name\": \"Bristol\",\n                \"start_date\": \"2019-05-14\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 695,\n                \"balls_faced\": 570,\n                \"not_outs\": 9,\n                \"average\": 53.46153846153846,\n                \"strike_rate\": 121.9298245614035,\n                \"highest_score\": 151,\n                \"highest_not_out_score\": 46,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 6,\n                \"fours_scored\": 70,\n                \"sixes_scored\": 23\n            },\n            {\n                \"match_id\": 2401,\n                \"team1_id\": 7,\n                \"team1_name\": \"Pakistan\",\n                \"team2_id\": 12,\n                \"team2_name\": \"Zimbabwe\",\n                \"season\": \"2015\",\n                \"city_name\": \"Lahore\",\n                \"start_date\": \"2015-05-26\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 11,\n                \"runs_scored\": 693,\n                \"balls_faced\": 601,\n                \"not_outs\": 14,\n                \"average\": 86.625,\n                \"strike_rate\": 115.30782029950083,\n                \"highest_score\": 117,\n                \"highest_not_out_score\": 89,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 11,\n                \"fours_scored\": 67,\n                \"sixes_scored\": 17\n            },\n            {\n                \"match_id\": 364,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2018/19\",\n                \"city_name\": \"Chandigarh\",\n                \"start_date\": \"2019-03-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 693,\n                \"balls_faced\": 587,\n                \"not_outs\": 7,\n                \"average\": 46.2,\n                \"strike_rate\": 118.05792163543441,\n                \"highest_score\": 143,\n                \"highest_not_out_score\": 84,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 6,\n                \"fours_scored\": 57,\n                \"sixes_scored\": 19\n            },\n            {\n                \"match_id\": 1933,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Bengaluru\",\n                \"start_date\": \"2013-11-02\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 693,\n                \"balls_faced\": 572,\n                \"not_outs\": 6,\n                \"average\": 43.3125,\n                \"strike_rate\": 121.15384615384616,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 7,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 38\n            },\n            {\n                \"match_id\": 354,\n                \"team1_id\": 3,\n                \"team1_name\": \"West Indies\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2018/19\",\n                \"city_name\": \"Barbados\",\n                \"start_date\": \"2019-02-20\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 690,\n                \"balls_faced\": 593,\n                \"not_outs\": 10,\n                \"average\": 57.5,\n                \"strike_rate\": 116.3575042158516,\n                \"highest_score\": 135,\n                \"highest_not_out_score\": 25,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 7,\n                \"fours_scored\": 58,\n                \"sixes_scored\": 29\n            },\n            {\n                \"match_id\": 883,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Mumbai\",\n                \"start_date\": \"2023-11-15\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 687,\n                \"balls_faced\": 594,\n                \"not_outs\": 8,\n                \"average\": 49.07142857142857,\n                \"strike_rate\": 115.65656565656566,\n                \"highest_score\": 134,\n                \"highest_not_out_score\": 80,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 6,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 30\n            },\n            {\n                \"match_id\": 155,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2018\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2018-06-19\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 685,\n                \"balls_faced\": 525,\n                \"not_outs\": 6,\n                \"average\": 42.8125,\n                \"strike_rate\": 130.47619047619048,\n                \"highest_score\": 147,\n                \"highest_not_out_score\": 5,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 3,\n                \"fours_scored\": 56,\n                \"sixes_scored\": 28\n            },\n            {\n                \"match_id\": 1930,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Jaipur\",\n                \"start_date\": \"2013-10-16\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 10,\n                \"runs_scored\": 685,\n                \"balls_faced\": 561,\n                \"not_outs\": 16,\n                \"average\": 114.16666666666667,\n                \"strike_rate\": 122.10338680926917,\n                \"highest_score\": 141,\n                \"highest_not_out_score\": 141,\n                \"centuries\": 2,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 12,\n                \"fours_scored\": 75,\n                \"sixes_scored\": 23\n            },\n            {\n                \"match_id\": 563,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2021/22\",\n                \"city_name\": \"Lahore\",\n                \"start_date\": \"2022-03-31\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 685,\n                \"balls_faced\": 594,\n                \"not_outs\": 10,\n                \"average\": 57.083333333333336,\n                \"strike_rate\": 115.31986531986531,\n                \"highest_score\": 114,\n                \"highest_not_out_score\": 27,\n                \"centuries\": 3,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 8,\n                \"fours_scored\": 56,\n                \"sixes_scored\": 18\n            },\n            {\n                \"match_id\": 275,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 5,\n                \"team2_name\": \"Bangladesh\",\n                \"season\": \"2019\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2019-06-20\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 685,\n                \"balls_faced\": 601,\n                \"not_outs\": 9,\n                \"average\": 52.69230769230769,\n                \"strike_rate\": 113.97670549084859,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 102,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 7,\n                \"fours_scored\": 64,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 2437,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2016\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2016-08-30\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 681,\n                \"balls_faced\": 562,\n                \"not_outs\": 9,\n                \"average\": 52.38461538461539,\n                \"strike_rate\": 121.17437722419929,\n                \"highest_score\": 171,\n                \"highest_not_out_score\": 90,\n                \"centuries\": 1,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 6,\n                \"fours_scored\": 73,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 2486,\n                \"team1_id\": 10,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2016/17\",\n                \"city_name\": \"Cape Town\",\n                \"start_date\": \"2017-02-07\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 679,\n                \"balls_faced\": 590,\n                \"not_outs\": 7,\n                \"average\": 45.266666666666666,\n                \"strike_rate\": 115.08474576271186,\n                \"highest_score\": 185,\n                \"highest_not_out_score\": 36,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 4,\n                \"fours_scored\": 67,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 1931,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Nagpur\",\n                \"start_date\": \"2013-10-30\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 13,\n                \"runs_scored\": 679,\n                \"balls_faced\": 601,\n                \"not_outs\": 12,\n                \"average\": 67.9,\n                \"strike_rate\": 112.9783693843594,\n                \"highest_score\": 156,\n                \"highest_not_out_score\": 115,\n                \"centuries\": 4,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 11,\n                \"fours_scored\": 79,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 2317,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2015\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2015-06-17\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 14,\n                \"runs_scored\": 674,\n                \"balls_faced\": 567,\n                \"not_outs\": 12,\n                \"average\": 67.4,\n                \"strike_rate\": 118.87125220458553,\n                \"highest_score\": 113,\n                \"highest_not_out_score\": 106,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 8,\n                \"fours_scored\": 72,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 599,\n                \"team1_id\": 2,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 13,\n                \"team2_name\": \"Ireland\",\n                \"season\": \"2022\",\n                \"city_name\": \"Dublin\",\n                \"start_date\": \"2022-07-15\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 673,\n                \"balls_faced\": 603,\n                \"not_outs\": 7,\n                \"average\": 44.86666666666667,\n                \"strike_rate\": 111.60862354892205,\n                \"highest_score\": 120,\n                \"highest_not_out_score\": 21,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 4,\n                \"fours_scored\": 74,\n                \"sixes_scored\": 20\n            },\n            {\n                \"match_id\": 2120,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2014/15\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2015-03-08\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 22,\n                \"runs_scored\": 671,\n                \"balls_faced\": 578,\n                \"not_outs\": 4,\n                \"average\": 37.27777777777778,\n                \"strike_rate\": 116.08996539792388,\n                \"highest_score\": 104,\n                \"highest_not_out_score\": 52,\n                \"centuries\": 2,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 4,\n                \"fours_scored\": 72,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 40,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2016/17\",\n                \"city_name\": \"Pune\",\n                \"start_date\": \"2017-01-15\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 668,\n                \"balls_faced\": 593,\n                \"not_outs\": 8,\n                \"average\": 47.714285714285715,\n                \"strike_rate\": 112.64755480607083,\n                \"highest_score\": 122,\n                \"highest_not_out_score\": 40,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 4,\n                \"fours_scored\": 55,\n                \"sixes_scored\": 23\n            },\n            {\n                \"match_id\": 1496,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2009/10\",\n                \"city_name\": \"Hyderabad\",\n                \"start_date\": \"2009-11-05\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 668,\n                \"balls_faced\": 602,\n                \"not_outs\": 8,\n                \"average\": 47.714285714285715,\n                \"strike_rate\": 110.96345514950166,\n                \"highest_score\": 175,\n                \"highest_not_out_score\": 31,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 7,\n                \"fours_scored\": 55,\n                \"sixes_scored\": 22\n            },\n            {\n                \"match_id\": 1792,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 3,\n                \"team2_name\": \"West Indies\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2011-12-08\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 665,\n                \"balls_faced\": 596,\n                \"not_outs\": 7,\n                \"average\": 44.333333333333336,\n                \"strike_rate\": 111.57718120805369,\n                \"highest_score\": 219,\n                \"highest_not_out_score\": 27,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 4,\n                \"fours_scored\": 79,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 137,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-03-07\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 663,\n                \"balls_faced\": 597,\n                \"not_outs\": 8,\n                \"average\": 47.357142857142854,\n                \"strike_rate\": 111.05527638190955,\n                \"highest_score\": 181,\n                \"highest_not_out_score\": 181,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 7,\n                \"fours_scored\": 55,\n                \"sixes_scored\": 24\n            },\n            {\n                \"match_id\": 341,\n                \"team1_id\": 2,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2018/19\",\n                \"city_name\": \"Mount Maunganui\",\n                \"start_date\": \"2019-01-03\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 663,\n                \"balls_faced\": 599,\n                \"not_outs\": 5,\n                \"average\": 39,\n                \"strike_rate\": 110.68447412353923,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 47,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 3,\n                \"fours_scored\": 54,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 722,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Guwahati\",\n                \"start_date\": \"2023-01-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 661,\n                \"balls_faced\": 600,\n                \"not_outs\": 7,\n                \"average\": 44.06666666666667,\n                \"strike_rate\": 110.16666666666667,\n                \"highest_score\": 113,\n                \"highest_not_out_score\": 108,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 5,\n                \"fours_scored\": 78,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 7,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2016/17\",\n                \"city_name\": \"Adelaide\",\n                \"start_date\": \"2017-01-26\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 655,\n                \"balls_faced\": 595,\n                \"not_outs\": 6,\n                \"average\": 40.9375,\n                \"strike_rate\": 110.08403361344538,\n                \"highest_score\": 179,\n                \"highest_not_out_score\": 18,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 3,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 14\n            },\n            {\n                \"match_id\": 728,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Hyderabad\",\n                \"start_date\": \"2023-01-18\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 21,\n                \"runs_scored\": 654,\n                \"balls_faced\": 596,\n                \"not_outs\": 4,\n                \"average\": 36.333333333333336,\n                \"strike_rate\": 109.73154362416108,\n                \"highest_score\": 208,\n                \"highest_not_out_score\": 5,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 2,\n                \"fours_scored\": 66,\n                \"sixes_scored\": 24\n            },\n            {\n                \"match_id\": 257,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2019\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2019-06-03\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 21,\n                \"runs_scored\": 654,\n                \"balls_faced\": 600,\n                \"not_outs\": 5,\n                \"average\": 38.470588235294116,\n                \"strike_rate\": 109,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 10,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 1,\n                \"fours_scored\": 61,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 323,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2019\",\n                \"city_name\": \"Nottingham\",\n                \"start_date\": \"2019-05-17\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 653,\n                \"balls_faced\": 597,\n                \"not_outs\": 8,\n                \"average\": 46.642857142857146,\n                \"strike_rate\": 109.38023450586265,\n                \"highest_score\": 115,\n                \"highest_not_out_score\": 71,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 6,\n                \"fours_scored\": 60,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 684,\n                \"team1_id\": 9,\n                \"team1_name\": \"England\",\n                \"team2_id\": 10,\n                \"team2_name\": \"South Africa\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Bloemfontein\",\n                \"start_date\": \"2023-01-29\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 652,\n                \"balls_faced\": 598,\n                \"not_outs\": 10,\n                \"average\": 54.333333333333336,\n                \"strike_rate\": 109.03010033444816,\n                \"highest_score\": 109,\n                \"highest_not_out_score\": 94,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 7,\n                \"fours_scored\": 57,\n                \"sixes_scored\": 21\n            },\n            {\n                \"match_id\": 2414,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 6,\n                \"team2_name\": \"India\",\n                \"season\": \"2015/16\",\n                \"city_name\": \"Canberra\",\n                \"start_date\": \"2016-01-20\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 19,\n                \"runs_scored\": 652,\n                \"balls_faced\": 597,\n                \"not_outs\": 4,\n                \"average\": 36.22222222222222,\n                \"strike_rate\": 109.21273031825795,\n                \"highest_score\": 126,\n                \"highest_not_out_score\": 24,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 7,\n                \"fours_scored\": 64,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 697,\n                \"team1_id\": 2,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2023\",\n                \"city_name\": \"Rawalpindi\",\n                \"start_date\": \"2023-04-29\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 12,\n                \"runs_scored\": 651,\n                \"balls_faced\": 591,\n                \"not_outs\": 14,\n                \"average\": 81.375,\n                \"strike_rate\": 110.15228426395939,\n                \"highest_score\": 180,\n                \"highest_not_out_score\": 180,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 10,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 1547,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2010/11\",\n                \"city_name\": \"Bengaluru\",\n                \"start_date\": \"2011-02-27\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 20,\n                \"runs_scored\": 650,\n                \"balls_faced\": 600,\n                \"not_outs\": 4,\n                \"average\": 36.111111111111114,\n                \"strike_rate\": 108.33333333333333,\n                \"highest_score\": 158,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 2,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 3,\n                \"fours_scored\": 64,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 844,\n                \"team1_id\": 14,\n                \"team1_name\": \"Sri Lanka\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2023/24\",\n                \"city_name\": \"Hyderabad\",\n                \"start_date\": \"2023-10-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 16,\n                \"runs_scored\": 649,\n                \"balls_faced\": 592,\n                \"not_outs\": 9,\n                \"average\": 49.92307692307692,\n                \"strike_rate\": 109.62837837837837,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 131,\n                \"centuries\": 4,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 8,\n                \"fours_scored\": 62,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 729,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2023-01-24\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 21,\n                \"runs_scored\": 649,\n                \"balls_faced\": 548,\n                \"not_outs\": 3,\n                \"average\": 34.1578947368421,\n                \"strike_rate\": 118.43065693430657,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 5,\n                \"fours_scored\": 56,\n                \"sixes_scored\": 32\n            },\n            {\n                \"match_id\": 479,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2020/21\",\n                \"city_name\": \"Pune\",\n                \"start_date\": \"2021-03-26\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 13,\n                \"runs_scored\": 648,\n                \"balls_faced\": 563,\n                \"not_outs\": 12,\n                \"average\": 64.8,\n                \"strike_rate\": 115.09769094138544,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 27,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 10,\n                \"fours_scored\": 44,\n                \"sixes_scored\": 34\n            },\n            {\n                \"match_id\": 2424,\n                \"team1_id\": 6,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"South Africa\",\n                \"season\": \"2015/16\",\n                \"city_name\": \"Mumbai\",\n                \"start_date\": \"2015-10-25\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 18,\n                \"runs_scored\": 646,\n                \"balls_faced\": 516,\n                \"not_outs\": 8,\n                \"average\": 46.142857142857146,\n                \"strike_rate\": 125.1937984496124,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 3,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 6,\n                \"fours_scored\": 63,\n                \"sixes_scored\": 25\n            },\n            {\n                \"match_id\": 263,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 6,\n                \"team2_name\": \"India\",\n                \"season\": \"2019\",\n                \"city_name\": \"London\",\n                \"start_date\": \"2019-06-09\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 644,\n                \"balls_faced\": 601,\n                \"not_outs\": 7,\n                \"average\": 42.93333333333333,\n                \"strike_rate\": 107.15474209650583,\n                \"highest_score\": 117,\n                \"highest_not_out_score\": 55,\n                \"centuries\": 1,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 6,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 1614,\n                \"team1_id\": 1,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 9,\n                \"team2_name\": \"England\",\n                \"season\": \"2010/11\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2011-02-02\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_batted\": 17,\n                \"runs_scored\": 643,\n                \"balls_faced\": 599,\n                \"not_outs\": 8,\n                \"average\": 45.92857142857143,\n                \"strike_rate\": 107.34557595993323,\n                \"highest_score\": 137,\n                \"highest_not_out_score\": 7,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 6,\n                \"fours_scored\": 50,\n                \"sixes_scored\": 5\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"73c59154-7530-4fd1-a62e-2c31a97ce103"},{"name":"Teams","event":[{"listen":"test","script":{"id":"fd840e28-45f8-444a-8ad6-36b3adee8036","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d89b1ac2-1681-449c-90f8-5b7f4569dc95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/teams?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=2","urlObject":{"path":["stats","batting","overall","teams"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2022/23"},{"disabled":true,"key":"season","value":"2023"},{"disabled":true,"key":"primary_team","value":"6"},{"key":"primary_team","value":"2"},{"disabled":true,"key":"opposition_team","value":"1"},{"disabled":true,"key":"opposition_team","value":"2"},{"disabled":true,"key":"continent","value":"3"},{"disabled":true,"key":"host_nation","value":"1"},{"disabled":true,"key":"ground","value":"1"},{"disabled":true,"key":"ground","value":"2"},{"disabled":true,"key":"series","value":"1"},{"disabled":true,"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"feb1da87-21b0-4c00-af85-66121b341b8f","name":"Teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/teams?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1&host_nation=2","host":["http://localhost:8080"],"path":["stats","batting","overall","teams"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"host_nation","value":"1"},{"key":"host_nation","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 13:34:55 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batting team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"England\",\n                \"players_count\": 81,\n                \"min_date\": \"2008-08-22\",\n                \"max_date\": \"2024-09-27\",\n                \"matches_played\": 173,\n                \"innings_batted\": 1403,\n                \"runs_scored\": 40113,\n                \"balls_faced\": 42908,\n                \"not_outs\": 764,\n                \"average\": 35.21773485513609,\n                \"strike_rate\": 93.48606320499674,\n                \"highest_score\": 182,\n                \"highest_not_out_score\": 141,\n                \"centuries\": 60,\n                \"half_centuries\": 212,\n                \"fifty_plus_scores\": 272,\n                \"ducks\": 608,\n                \"fours_scored\": 3798,\n                \"sixes_scored\": 758\n            },\n            {\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"South Africa\",\n                \"players_count\": 74,\n                \"min_date\": \"2008-08-22\",\n                \"max_date\": \"2023-12-21\",\n                \"matches_played\": 154,\n                \"innings_batted\": 1240,\n                \"runs_scored\": 36531,\n                \"balls_faced\": 39948,\n                \"not_outs\": 699,\n                \"average\": 36.6777108433735,\n                \"strike_rate\": 91.44638029438269,\n                \"highest_score\": 185,\n                \"highest_not_out_score\": 168,\n                \"centuries\": 71,\n                \"half_centuries\": 187,\n                \"fifty_plus_scores\": 258,\n                \"ducks\": 543,\n                \"fours_scored\": 3386,\n                \"sixes_scored\": 646\n            },\n            {\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Australia\",\n                \"players_count\": 74,\n                \"min_date\": \"2009-04-03\",\n                \"max_date\": \"2024-09-27\",\n                \"matches_played\": 80,\n                \"innings_batted\": 722,\n                \"runs_scored\": 18770,\n                \"balls_faced\": 21289,\n                \"not_outs\": 281,\n                \"average\": 31.283333333333335,\n                \"strike_rate\": 88.16759829019682,\n                \"highest_score\": 173,\n                \"highest_not_out_score\": 154,\n                \"centuries\": 25,\n                \"half_centuries\": 108,\n                \"fifty_plus_scores\": 133,\n                \"ducks\": 211,\n                \"fours_scored\": 1824,\n                \"sixes_scored\": 309\n            },\n            {\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Pakistan\",\n                \"players_count\": 56,\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2021-07-13\",\n                \"matches_played\": 54,\n                \"innings_batted\": 498,\n                \"runs_scored\": 12376,\n                \"balls_faced\": 14510,\n                \"not_outs\": 177,\n                \"average\": 29.678657074340528,\n                \"strike_rate\": 85.29290144727774,\n                \"highest_score\": 193,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 14,\n                \"half_centuries\": 61,\n                \"fifty_plus_scores\": 75,\n                \"ducks\": 143,\n                \"fours_scored\": 1175,\n                \"sixes_scored\": 195\n            },\n            {\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"India\",\n                \"players_count\": 62,\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2023-12-21\",\n                \"matches_played\": 57,\n                \"innings_batted\": 421,\n                \"runs_scored\": 12299,\n                \"balls_faced\": 13911,\n                \"not_outs\": 292,\n                \"average\": 36.713432835820896,\n                \"strike_rate\": 88.41204801955287,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 23,\n                \"half_centuries\": 71,\n                \"fifty_plus_scores\": 94,\n                \"ducks\": 243,\n                \"fours_scored\": 1200,\n                \"sixes_scored\": 202\n            },\n            {\n                \"batting_team_id\": 14,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"players_count\": 66,\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2021-07-04\",\n                \"matches_played\": 50,\n                \"innings_batted\": 488,\n                \"runs_scored\": 10556,\n                \"balls_faced\": 13237,\n                \"not_outs\": 128,\n                \"average\": 25.01421800947867,\n                \"strike_rate\": 79.74616604970915,\n                \"highest_score\": 144,\n                \"highest_not_out_score\": 134,\n                \"centuries\": 10,\n                \"half_centuries\": 62,\n                \"fifty_plus_scores\": 72,\n                \"ducks\": 112,\n                \"fours_scored\": 969,\n                \"sixes_scored\": 132\n            },\n            {\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"New Zealand\",\n                \"players_count\": 46,\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2023-09-15\",\n                \"matches_played\": 39,\n                \"innings_batted\": 345,\n                \"runs_scored\": 8511,\n                \"balls_faced\": 10116,\n                \"not_outs\": 143,\n                \"average\": 29.75874125874126,\n                \"strike_rate\": 84.13404507710557,\n                \"highest_score\": 189,\n                \"highest_not_out_score\": 189,\n                \"centuries\": 12,\n                \"half_centuries\": 43,\n                \"fifty_plus_scores\": 55,\n                \"ducks\": 112,\n                \"fours_scored\": 809,\n                \"sixes_scored\": 131\n            },\n            {\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"players_count\": 60,\n                \"min_date\": \"2009-05-24\",\n                \"max_date\": \"2023-03-21\",\n                \"matches_played\": 31,\n                \"innings_batted\": 288,\n                \"runs_scored\": 6226,\n                \"balls_faced\": 7368,\n                \"not_outs\": 91,\n                \"average\": 24.904,\n                \"strike_rate\": 84.50054288816504,\n                \"highest_score\": 176,\n                \"highest_not_out_score\": 176,\n                \"centuries\": 4,\n                \"half_centuries\": 33,\n                \"fifty_plus_scores\": 37,\n                \"ducks\": 83,\n                \"fours_scored\": 571,\n                \"sixes_scored\": 186\n            },\n            {\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"Bangladesh\",\n                \"players_count\": 36,\n                \"min_date\": \"2008-11-07\",\n                \"max_date\": \"2023-05-14\",\n                \"matches_played\": 25,\n                \"innings_batted\": 232,\n                \"runs_scored\": 5994,\n                \"balls_faced\": 7045,\n                \"not_outs\": 77,\n                \"average\": 30.272727272727273,\n                \"strike_rate\": 85.08161816891412,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 124,\n                \"centuries\": 8,\n                \"half_centuries\": 31,\n                \"fifty_plus_scores\": 39,\n                \"ducks\": 59,\n                \"fours_scored\": 601,\n                \"sixes_scored\": 73\n            },\n            {\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"Ireland\",\n                \"players_count\": 34,\n                \"min_date\": \"2009-04-01\",\n                \"max_date\": \"2023-09-26\",\n                \"matches_played\": 17,\n                \"innings_batted\": 137,\n                \"runs_scored\": 3463,\n                \"balls_faced\": 4098,\n                \"not_outs\": 73,\n                \"average\": 30.37719298245614,\n                \"strike_rate\": 84.5046364080039,\n                \"highest_score\": 142,\n                \"highest_not_out_score\": 116,\n                \"centuries\": 7,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 65,\n                \"fours_scored\": 333,\n                \"sixes_scored\": 73\n            },\n            {\n                \"batting_team_id\": 15,\n                \"batting_team_name\": \"Afghanistan\",\n                \"players_count\": 30,\n                \"min_date\": \"2009-04-19\",\n                \"max_date\": \"2019-07-04\",\n                \"matches_played\": 13,\n                \"innings_batted\": 129,\n                \"runs_scored\": 2725,\n                \"balls_faced\": 3493,\n                \"not_outs\": 32,\n                \"average\": 24.54954954954955,\n                \"strike_rate\": 78.01316919553392,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 52,\n                \"centuries\": 1,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 14,\n                \"ducks\": 30,\n                \"fours_scored\": 255,\n                \"sixes_scored\": 51\n            },\n            {\n                \"batting_team_id\": 16,\n                \"batting_team_name\": \"United Arab Emirates\",\n                \"players_count\": 42,\n                \"min_date\": \"2014-11-28\",\n                \"max_date\": \"2019-12-15\",\n                \"matches_played\": 12,\n                \"innings_batted\": 109,\n                \"runs_scored\": 2360,\n                \"balls_faced\": 3083,\n                \"not_outs\": 42,\n                \"average\": 26.22222222222222,\n                \"strike_rate\": 76.54881608822575,\n                \"highest_score\": 132,\n                \"highest_not_out_score\": 132,\n                \"centuries\": 2,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 15,\n                \"ducks\": 38,\n                \"fours_scored\": 258,\n                \"sixes_scored\": 35\n            },\n            {\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"Scotland\",\n                \"players_count\": 33,\n                \"min_date\": \"2009-04-01\",\n                \"max_date\": \"2019-12-15\",\n                \"matches_played\": 10,\n                \"innings_batted\": 103,\n                \"runs_scored\": 2171,\n                \"balls_faced\": 2784,\n                \"not_outs\": 23,\n                \"average\": 24.95402298850575,\n                \"strike_rate\": 77.98132183908046,\n                \"highest_score\": 121,\n                \"highest_not_out_score\": 121,\n                \"centuries\": 2,\n                \"half_centuries\": 10,\n                \"fifty_plus_scores\": 12,\n                \"ducks\": 18,\n                \"fours_scored\": 232,\n                \"sixes_scored\": 25\n            },\n            {\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"players_count\": 25,\n                \"min_date\": \"2009-11-08\",\n                \"max_date\": \"2018-10-06\",\n                \"matches_played\": 8,\n                \"innings_batted\": 82,\n                \"runs_scored\": 1391,\n                \"balls_faced\": 1917,\n                \"not_outs\": 16,\n                \"average\": 19.319444444444443,\n                \"strike_rate\": 72.56129368805425,\n                \"highest_score\": 145,\n                \"highest_not_out_score\": 145,\n                \"centuries\": 2,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 16,\n                \"fours_scored\": 140,\n                \"sixes_scored\": 14\n            },\n            {\n                \"batting_team_id\": 17,\n                \"batting_team_name\": \"Nepal\",\n                \"players_count\": 13,\n                \"min_date\": \"2019-01-25\",\n                \"max_date\": \"2019-01-28\",\n                \"matches_played\": 3,\n                \"innings_batted\": 30,\n                \"runs_scored\": 572,\n                \"balls_faced\": 773,\n                \"not_outs\": 8,\n                \"average\": 22.88,\n                \"strike_rate\": 73.9974126778784,\n                \"highest_score\": 115,\n                \"highest_not_out_score\": 26,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 6,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 5\n            },\n            {\n                \"batting_team_id\": 4,\n                \"batting_team_name\": \"Hong Kong\",\n                \"players_count\": 15,\n                \"min_date\": \"2015-11-16\",\n                \"max_date\": \"2017-12-06\",\n                \"matches_played\": 2,\n                \"innings_batted\": 16,\n                \"runs_scored\": 494,\n                \"balls_faced\": 601,\n                \"not_outs\": 10,\n                \"average\": 41.166666666666664,\n                \"strike_rate\": 82.19633943427621,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 124,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 6,\n                \"fours_scored\": 39,\n                \"sixes_scored\": 8\n            },\n            {\n                \"batting_team_id\": 18,\n                \"batting_team_name\": \"United States of America\",\n                \"players_count\": 11,\n                \"min_date\": \"2019-12-12\",\n                \"max_date\": \"2019-12-14\",\n                \"matches_played\": 2,\n                \"innings_batted\": 22,\n                \"runs_scored\": 433,\n                \"balls_faced\": 602,\n                \"not_outs\": 3,\n                \"average\": 22.789473684210527,\n                \"strike_rate\": 71.92691029900332,\n                \"highest_score\": 56,\n                \"highest_not_out_score\": 34,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 3\n            },\n            {\n                \"batting_team_id\": 21,\n                \"batting_team_name\": \"Netherlands\",\n                \"players_count\": 20,\n                \"min_date\": \"2021-11-26\",\n                \"max_date\": \"2023-04-02\",\n                \"matches_played\": 3,\n                \"innings_batted\": 24,\n                \"runs_scored\": 389,\n                \"balls_faced\": 524,\n                \"not_outs\": 13,\n                \"average\": 19.45,\n                \"strike_rate\": 74.23664122137404,\n                \"highest_score\": 61,\n                \"highest_not_out_score\": 9,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 12,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 12\n            },\n            {\n                \"batting_team_id\": 22,\n                \"batting_team_name\": \"Canada\",\n                \"players_count\": 11,\n                \"min_date\": \"2009-04-08\",\n                \"max_date\": \"2009-04-08\",\n                \"matches_played\": 1,\n                \"innings_batted\": 9,\n                \"runs_scored\": 223,\n                \"balls_faced\": 303,\n                \"not_outs\": 4,\n                \"average\": 31.857142857142858,\n                \"strike_rate\": 73.5973597359736,\n                \"highest_score\": 87,\n                \"highest_not_out_score\": 14,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 3,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 5\n            },\n            {\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Papua New Guinea\",\n                \"players_count\": 11,\n                \"min_date\": \"2017-12-06\",\n                \"max_date\": \"2017-12-06\",\n                \"matches_played\": 1,\n                \"innings_batted\": 11,\n                \"runs_scored\": 195,\n                \"balls_faced\": 283,\n                \"not_outs\": 1,\n                \"average\": 19.5,\n                \"strike_rate\": 68.90459363957598,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 2,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 1,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 1\n            },\n            {\n                \"batting_team_id\": 28,\n                \"batting_team_name\": \"Kenya\",\n                \"players_count\": 11,\n                \"min_date\": \"2008-10-31\",\n                \"max_date\": \"2008-10-31\",\n                \"matches_played\": 1,\n                \"innings_batted\": 11,\n                \"runs_scored\": 162,\n                \"balls_faced\": 295,\n                \"not_outs\": 1,\n                \"average\": 16.2,\n                \"strike_rate\": 54.91525423728814,\n                \"highest_score\": 38,\n                \"highest_not_out_score\": 1,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 3\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d89b1ac2-1681-449c-90f8-5b7f4569dc95"},{"name":"Oppositions","event":[{"listen":"test","script":{"id":"176edaa1-7793-49b8-89ae-5616e1818d32","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"c14f4984-6c4a-41b9-936e-540b8052a97a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/oppositions?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&continent=1&continent=2","urlObject":{"path":["stats","batting","overall","oppositions"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"continent","value":"1"},{"key":"continent","value":"2"}],"variable":[]}},"response":[{"id":"685185f8-857c-47af-af7d-2b71384bc5bf","name":"Oppositions","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/oppositions?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&continent=1&continent=2","host":["http://localhost:8080"],"path":["stats","batting","overall","oppositions"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"continent","value":"1"},{"key":"continent","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 13:36:13 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall bowling team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"opposition_team_id\": 3,\n                \"opposition_team_name\": \"West Indies\",\n                \"players_count\": 386,\n                \"min_date\": \"2009-03-15\",\n                \"max_date\": \"2024-08-27\",\n                \"matches_played\": 99,\n                \"innings_batted\": 800,\n                \"runs_scored\": 13677,\n                \"balls_faced\": 10888,\n                \"not_outs\": 441,\n                \"average\": 21.10648148148148,\n                \"strike_rate\": 125.61535635562086,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 6,\n                \"half_centuries\": 56,\n                \"fifty_plus_scores\": 62,\n                \"ducks\": 372,\n                \"fours_scored\": 1137,\n                \"sixes_scored\": 548\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"South Africa\",\n                \"players_count\": 334,\n                \"min_date\": \"2008-11-05\",\n                \"max_date\": \"2024-08-27\",\n                \"matches_played\": 89,\n                \"innings_batted\": 724,\n                \"runs_scored\": 13573,\n                \"balls_faced\": 9931,\n                \"not_outs\": 404,\n                \"average\": 23.605217391304347,\n                \"strike_rate\": 136.67304400362502,\n                \"highest_score\": 122,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 5,\n                \"half_centuries\": 67,\n                \"fifty_plus_scores\": 72,\n                \"ducks\": 320,\n                \"fours_scored\": 1182,\n                \"sixes_scored\": 630\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"players_count\": 386,\n                \"min_date\": \"2010-02-28\",\n                \"max_date\": \"2024-07-14\",\n                \"matches_played\": 77,\n                \"innings_batted\": 558,\n                \"runs_scored\": 10616,\n                \"balls_faced\": 8792,\n                \"not_outs\": 427,\n                \"average\": 25.276190476190475,\n                \"strike_rate\": 120.74613284804367,\n                \"highest_score\": 172,\n                \"highest_not_out_score\": 98,\n                \"centuries\": 3,\n                \"half_centuries\": 46,\n                \"fifty_plus_scores\": 49,\n                \"ducks\": 326,\n                \"fours_scored\": 916,\n                \"sixes_scored\": 338\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"India\",\n                \"players_count\": 211,\n                \"min_date\": \"2010-05-01\",\n                \"max_date\": \"2024-07-14\",\n                \"matches_played\": 44,\n                \"innings_batted\": 383,\n                \"runs_scored\": 6190,\n                \"balls_faced\": 5098,\n                \"not_outs\": 176,\n                \"average\": 20.0974025974026,\n                \"strike_rate\": 121.42016477049823,\n                \"highest_score\": 125,\n                \"highest_not_out_score\": 125,\n                \"centuries\": 2,\n                \"half_centuries\": 24,\n                \"fifty_plus_scores\": 26,\n                \"ducks\": 145,\n                \"fours_scored\": 475,\n                \"sixes_scored\": 301\n            },\n            {\n                \"opposition_team_id\": 9,\n                \"opposition_team_name\": \"England\",\n                \"players_count\": 209,\n                \"min_date\": \"2009-03-15\",\n                \"max_date\": \"2024-06-27\",\n                \"matches_played\": 40,\n                \"innings_batted\": 292,\n                \"runs_scored\": 5800,\n                \"balls_faced\": 4308,\n                \"not_outs\": 215,\n                \"average\": 25.77777777777778,\n                \"strike_rate\": 134.63324048282266,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 82,\n                \"centuries\": 1,\n                \"half_centuries\": 24,\n                \"fifty_plus_scores\": 25,\n                \"ducks\": 175,\n                \"fours_scored\": 423,\n                \"sixes_scored\": 312\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"players_count\": 234,\n                \"min_date\": \"2009-03-27\",\n                \"max_date\": \"2024-06-24\",\n                \"matches_played\": 40,\n                \"innings_batted\": 350,\n                \"runs_scored\": 5621,\n                \"balls_faced\": 4516,\n                \"not_outs\": 153,\n                \"average\": 19.585365853658537,\n                \"strike_rate\": 124.46855624446412,\n                \"highest_score\": 97,\n                \"highest_not_out_score\": 97,\n                \"centuries\": 0,\n                \"half_centuries\": 22,\n                \"fifty_plus_scores\": 22,\n                \"ducks\": 128,\n                \"fours_scored\": 440,\n                \"sixes_scored\": 266\n            },\n            {\n                \"opposition_team_id\": 7,\n                \"opposition_team_name\": \"Pakistan\",\n                \"players_count\": 191,\n                \"min_date\": \"2008-10-11\",\n                \"max_date\": \"2024-06-16\",\n                \"matches_played\": 42,\n                \"innings_batted\": 340,\n                \"runs_scored\": 5479,\n                \"balls_faced\": 4557,\n                \"not_outs\": 194,\n                \"average\": 20.44402985074627,\n                \"strike_rate\": 120.23260917270134,\n                \"highest_score\": 94,\n                \"highest_not_out_score\": 73,\n                \"centuries\": 0,\n                \"half_centuries\": 23,\n                \"fifty_plus_scores\": 23,\n                \"ducks\": 157,\n                \"fours_scored\": 451,\n                \"sixes_scored\": 212\n            },\n            {\n                \"opposition_team_id\": 28,\n                \"opposition_team_name\": \"Kenya\",\n                \"players_count\": 198,\n                \"min_date\": \"2012-02-22\",\n                \"max_date\": \"2024-07-17\",\n                \"matches_played\": 40,\n                \"innings_batted\": 337,\n                \"runs_scored\": 4897,\n                \"balls_faced\": 4566,\n                \"not_outs\": 164,\n                \"average\": 17.742753623188406,\n                \"strike_rate\": 107.24923346473938,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 0,\n                \"half_centuries\": 17,\n                \"fifty_plus_scores\": 17,\n                \"ducks\": 139,\n                \"fours_scored\": 418,\n                \"sixes_scored\": 152\n            },\n            {\n                \"opposition_team_id\": 34,\n                \"opposition_team_name\": \"Uganda\",\n                \"players_count\": 209,\n                \"min_date\": \"2021-04-03\",\n                \"max_date\": \"2024-06-14\",\n                \"matches_played\": 35,\n                \"innings_batted\": 296,\n                \"runs_scored\": 3966,\n                \"balls_faced\": 3971,\n                \"not_outs\": 147,\n                \"average\": 16.66386554621849,\n                \"strike_rate\": 99.87408713170485,\n                \"highest_score\": 100,\n                \"highest_not_out_score\": 100,\n                \"centuries\": 1,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 15,\n                \"ducks\": 132,\n                \"fours_scored\": 318,\n                \"sixes_scored\": 131\n            },\n            {\n                \"opposition_team_id\": 19,\n                \"opposition_team_name\": \"Namibia\",\n                \"players_count\": 167,\n                \"min_date\": \"2019-08-19\",\n                \"max_date\": \"2024-06-15\",\n                \"matches_played\": 32,\n                \"innings_batted\": 257,\n                \"runs_scored\": 3603,\n                \"balls_faced\": 3534,\n                \"not_outs\": 141,\n                \"average\": 17.075829383886255,\n                \"strike_rate\": 101.95246179966044,\n                \"highest_score\": 82,\n                \"highest_not_out_score\": 82,\n                \"centuries\": 0,\n                \"half_centuries\": 12,\n                \"fifty_plus_scores\": 12,\n                \"ducks\": 123,\n                \"fours_scored\": 270,\n                \"sixes_scored\": 106\n            },\n            {\n                \"opposition_team_id\": 2,\n                \"opposition_team_name\": \"New Zealand\",\n                \"players_count\": 156,\n                \"min_date\": \"2010-04-30\",\n                \"max_date\": \"2024-06-17\",\n                \"matches_played\": 26,\n                \"innings_batted\": 210,\n                \"runs_scored\": 3334,\n                \"balls_faced\": 2956,\n                \"not_outs\": 114,\n                \"average\": 19.38372093023256,\n                \"strike_rate\": 112.78755074424899,\n                \"highest_score\": 85,\n                \"highest_not_out_score\": 85,\n                \"centuries\": 0,\n                \"half_centuries\": 16,\n                \"fifty_plus_scores\": 16,\n                \"ducks\": 102,\n                \"fours_scored\": 269,\n                \"sixes_scored\": 137\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"players_count\": 134,\n                \"min_date\": \"2008-11-05\",\n                \"max_date\": \"2024-06-22\",\n                \"matches_played\": 21,\n                \"innings_batted\": 150,\n                \"runs_scored\": 2965,\n                \"balls_faced\": 2198,\n                \"not_outs\": 116,\n                \"average\": 25.782608695652176,\n                \"strike_rate\": 134.8953594176524,\n                \"highest_score\": 101,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 1,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 16,\n                \"ducks\": 90,\n                \"fours_scored\": 237,\n                \"sixes_scored\": 128\n            },\n            {\n                \"opposition_team_id\": 15,\n                \"opposition_team_name\": \"Afghanistan\",\n                \"players_count\": 134,\n                \"min_date\": \"2010-05-01\",\n                \"max_date\": \"2024-06-26\",\n                \"matches_played\": 18,\n                \"innings_batted\": 147,\n                \"runs_scored\": 2195,\n                \"balls_faced\": 1965,\n                \"not_outs\": 83,\n                \"average\": 19.08695652173913,\n                \"strike_rate\": 111.70483460559797,\n                \"highest_score\": 98,\n                \"highest_not_out_score\": 89,\n                \"centuries\": 0,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 70,\n                \"fours_scored\": 175,\n                \"sixes_scored\": 83\n            },\n            {\n                \"opposition_team_id\": 14,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"players_count\": 119,\n                \"min_date\": \"2008-10-11\",\n                \"max_date\": \"2024-06-16\",\n                \"matches_played\": 17,\n                \"innings_batted\": 132,\n                \"runs_scored\": 2172,\n                \"balls_faced\": 1834,\n                \"not_outs\": 83,\n                \"average\": 20.884615384615383,\n                \"strike_rate\": 118.42966194111233,\n                \"highest_score\": 85,\n                \"highest_not_out_score\": 85,\n                \"centuries\": 0,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 65,\n                \"fours_scored\": 174,\n                \"sixes_scored\": 67\n            },\n            {\n                \"opposition_team_id\": 13,\n                \"opposition_team_name\": \"Ireland\",\n                \"players_count\": 95,\n                \"min_date\": \"2010-04-30\",\n                \"max_date\": \"2024-06-16\",\n                \"matches_played\": 17,\n                \"innings_batted\": 153,\n                \"runs_scored\": 2170,\n                \"balls_faced\": 2022,\n                \"not_outs\": 61,\n                \"average\": 17.22222222222222,\n                \"strike_rate\": 107.31948565776459,\n                \"highest_score\": 65,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 43,\n                \"fours_scored\": 165,\n                \"sixes_scored\": 67\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Papua New Guinea\",\n                \"players_count\": 177,\n                \"min_date\": \"2019-03-22\",\n                \"max_date\": \"2024-06-17\",\n                \"matches_played\": 21,\n                \"innings_batted\": 174,\n                \"runs_scored\": 2156,\n                \"balls_faced\": 2266,\n                \"not_outs\": 92,\n                \"average\": 15.510791366906474,\n                \"strike_rate\": 95.14563106796116,\n                \"highest_score\": 86,\n                \"highest_not_out_score\": 49,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 76,\n                \"fours_scored\": 163,\n                \"sixes_scored\": 56\n            },\n            {\n                \"opposition_team_id\": 66,\n                \"opposition_team_name\": \"Rwanda\",\n                \"players_count\": 103,\n                \"min_date\": \"2023-06-11\",\n                \"max_date\": \"2024-07-05\",\n                \"matches_played\": 17,\n                \"innings_batted\": 105,\n                \"runs_scored\": 2082,\n                \"balls_faced\": 1639,\n                \"not_outs\": 115,\n                \"average\": 28.916666666666668,\n                \"strike_rate\": 127.02867602196461,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 0,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 91,\n                \"fours_scored\": 202,\n                \"sixes_scored\": 67\n            },\n            {\n                \"opposition_team_id\": 35,\n                \"opposition_team_name\": \"Botswana\",\n                \"players_count\": 90,\n                \"min_date\": \"2019-08-19\",\n                \"max_date\": \"2023-06-19\",\n                \"matches_played\": 15,\n                \"innings_batted\": 109,\n                \"runs_scored\": 1900,\n                \"balls_faced\": 1574,\n                \"not_outs\": 81,\n                \"average\": 22.61904761904762,\n                \"strike_rate\": 120.71156289707751,\n                \"highest_score\": 101,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 1,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 66,\n                \"fours_scored\": 143,\n                \"sixes_scored\": 71\n            },\n            {\n                \"opposition_team_id\": 21,\n                \"opposition_team_name\": \"Netherlands\",\n                \"players_count\": 132,\n                \"min_date\": \"2013-04-19\",\n                \"max_date\": \"2024-06-16\",\n                \"matches_played\": 15,\n                \"innings_batted\": 142,\n                \"runs_scored\": 1761,\n                \"balls_faced\": 1695,\n                \"not_outs\": 46,\n                \"average\": 14.798319327731093,\n                \"strike_rate\": 103.89380530973452,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 47,\n                \"fours_scored\": 144,\n                \"sixes_scored\": 54\n            },\n            {\n                \"opposition_team_id\": 18,\n                \"opposition_team_name\": \"United States of America\",\n                \"players_count\": 132,\n                \"min_date\": \"2019-03-15\",\n                \"max_date\": \"2024-06-23\",\n                \"matches_played\": 14,\n                \"innings_batted\": 103,\n                \"runs_scored\": 1759,\n                \"balls_faced\": 1406,\n                \"not_outs\": 75,\n                \"average\": 22.265822784810126,\n                \"strike_rate\": 125.10668563300142,\n                \"highest_score\": 91,\n                \"highest_not_out_score\": 91,\n                \"centuries\": 0,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 63,\n                \"fours_scored\": 141,\n                \"sixes_scored\": 77\n            },\n            {\n                \"opposition_team_id\": 11,\n                \"opposition_team_name\": \"Scotland\",\n                \"players_count\": 109,\n                \"min_date\": \"2013-11-19\",\n                \"max_date\": \"2024-06-15\",\n                \"matches_played\": 11,\n                \"innings_batted\": 85,\n                \"runs_scored\": 1519,\n                \"balls_faced\": 1202,\n                \"not_outs\": 51,\n                \"average\": 21.7,\n                \"strike_rate\": 126.37271214642263,\n                \"highest_score\": 76,\n                \"highest_not_out_score\": 70,\n                \"centuries\": 0,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 41,\n                \"fours_scored\": 131,\n                \"sixes_scored\": 49\n            },\n            {\n                \"opposition_team_id\": 77,\n                \"opposition_team_name\": \"Tanzania\",\n                \"players_count\": 98,\n                \"min_date\": \"2022-09-17\",\n                \"max_date\": \"2023-11-29\",\n                \"matches_played\": 10,\n                \"innings_batted\": 60,\n                \"runs_scored\": 1328,\n                \"balls_faced\": 1106,\n                \"not_outs\": 68,\n                \"average\": 31.61904761904762,\n                \"strike_rate\": 120.07233273056057,\n                \"highest_score\": 98,\n                \"highest_not_out_score\": 98,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 53,\n                \"fours_scored\": 111,\n                \"sixes_scored\": 36\n            },\n            {\n                \"opposition_team_id\": 29,\n                \"opposition_team_name\": \"Philippines\",\n                \"players_count\": 50,\n                \"min_date\": \"2019-03-22\",\n                \"max_date\": \"2023-07-29\",\n                \"matches_played\": 9,\n                \"innings_batted\": 69,\n                \"runs_scored\": 1243,\n                \"balls_faced\": 970,\n                \"not_outs\": 46,\n                \"average\": 23.452830188679247,\n                \"strike_rate\": 128.1443298969072,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 107,\n                \"centuries\": 1,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 41,\n                \"fours_scored\": 80,\n                \"sixes_scored\": 44\n            },\n            {\n                \"opposition_team_id\": 16,\n                \"opposition_team_name\": \"United Arab Emirates\",\n                \"players_count\": 59,\n                \"min_date\": \"2016-02-03\",\n                \"max_date\": \"2019-03-16\",\n                \"matches_played\": 9,\n                \"innings_batted\": 73,\n                \"runs_scored\": 1241,\n                \"balls_faced\": 992,\n                \"not_outs\": 40,\n                \"average\": 21.033898305084747,\n                \"strike_rate\": 125.1008064516129,\n                \"highest_score\": 72,\n                \"highest_not_out_score\": 53,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 34,\n                \"fours_scored\": 112,\n                \"sixes_scored\": 41\n            },\n            {\n                \"opposition_team_id\": 36,\n                \"opposition_team_name\": \"Nigeria\",\n                \"players_count\": 73,\n                \"min_date\": \"2023-11-23\",\n                \"max_date\": \"2024-07-17\",\n                \"matches_played\": 11,\n                \"innings_batted\": 71,\n                \"runs_scored\": 1240,\n                \"balls_faced\": 1102,\n                \"not_outs\": 68,\n                \"average\": 23.39622641509434,\n                \"strike_rate\": 112.52268602540835,\n                \"highest_score\": 66,\n                \"highest_not_out_score\": 66,\n                \"centuries\": 0,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 56,\n                \"fours_scored\": 111,\n                \"sixes_scored\": 37\n            },\n            {\n                \"opposition_team_id\": 43,\n                \"opposition_team_name\": \"Singapore\",\n                \"players_count\": 66,\n                \"min_date\": \"2019-10-18\",\n                \"max_date\": \"2022-07-17\",\n                \"matches_played\": 6,\n                \"innings_batted\": 43,\n                \"runs_scored\": 961,\n                \"balls_faced\": 669,\n                \"not_outs\": 34,\n                \"average\": 30.03125,\n                \"strike_rate\": 143.6472346786248,\n                \"highest_score\": 87,\n                \"highest_not_out_score\": 39,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 25,\n                \"fours_scored\": 95,\n                \"sixes_scored\": 27\n            },\n            {\n                \"opposition_team_id\": 30,\n                \"opposition_team_name\": \"Vanuatu\",\n                \"players_count\": 55,\n                \"min_date\": \"2019-03-22\",\n                \"max_date\": \"2023-07-29\",\n                \"matches_played\": 10,\n                \"innings_batted\": 69,\n                \"runs_scored\": 943,\n                \"balls_faced\": 876,\n                \"not_outs\": 56,\n                \"average\": 17.462962962962962,\n                \"strike_rate\": 107.64840182648402,\n                \"highest_score\": 65,\n                \"highest_not_out_score\": 34,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 48,\n                \"fours_scored\": 64,\n                \"sixes_scored\": 32\n            },\n            {\n                \"opposition_team_id\": 17,\n                \"opposition_team_name\": \"Nepal\",\n                \"players_count\": 25,\n                \"min_date\": \"2019-01-31\",\n                \"max_date\": \"2022-08-30\",\n                \"matches_played\": 7,\n                \"innings_batted\": 62,\n                \"runs_scored\": 846,\n                \"balls_faced\": 776,\n                \"not_outs\": 26,\n                \"average\": 16.58823529411765,\n                \"strike_rate\": 109.02061855670104,\n                \"highest_score\": 73,\n                \"highest_not_out_score\": 73,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 22,\n                \"fours_scored\": 68,\n                \"sixes_scored\": 31\n            },\n            {\n                \"opposition_team_id\": 91,\n                \"opposition_team_name\": \"Japan\",\n                \"players_count\": 39,\n                \"min_date\": \"2023-07-22\",\n                \"max_date\": \"2023-07-29\",\n                \"matches_played\": 6,\n                \"innings_batted\": 42,\n                \"runs_scored\": 627,\n                \"balls_faced\": 642,\n                \"not_outs\": 35,\n                \"average\": 20.225806451612904,\n                \"strike_rate\": 97.66355140186916,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 74,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 28,\n                \"fours_scored\": 40,\n                \"sixes_scored\": 17\n            },\n            {\n                \"opposition_team_id\": 20,\n                \"opposition_team_name\": \"Oman\",\n                \"players_count\": 50,\n                \"min_date\": \"2019-10-31\",\n                \"max_date\": \"2024-06-13\",\n                \"matches_played\": 5,\n                \"innings_batted\": 30,\n                \"runs_scored\": 611,\n                \"balls_faced\": 458,\n                \"not_outs\": 34,\n                \"average\": 29.095238095238095,\n                \"strike_rate\": 133.4061135371179,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 67,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 29,\n                \"fours_scored\": 61,\n                \"sixes_scored\": 27\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"Hong Kong\",\n                \"players_count\": 46,\n                \"min_date\": \"2022-07-11\",\n                \"max_date\": \"2022-07-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 44,\n                \"runs_scored\": 591,\n                \"balls_faced\": 558,\n                \"not_outs\": 20,\n                \"average\": 16.885714285714286,\n                \"strike_rate\": 105.91397849462365,\n                \"highest_score\": 83,\n                \"highest_not_out_score\": 36,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 16,\n                \"fours_scored\": 53,\n                \"sixes_scored\": 17\n            },\n            {\n                \"opposition_team_id\": 23,\n                \"opposition_team_name\": \"Jersey\",\n                \"players_count\": 44,\n                \"min_date\": \"2022-07-11\",\n                \"max_date\": \"2022-07-17\",\n                \"matches_played\": 4,\n                \"innings_batted\": 33,\n                \"runs_scored\": 532,\n                \"balls_faced\": 469,\n                \"not_outs\": 17,\n                \"average\": 19.703703703703702,\n                \"strike_rate\": 113.43283582089552,\n                \"highest_score\": 101,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 16,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 20\n            },\n            {\n                \"opposition_team_id\": 78,\n                \"opposition_team_name\": \"Mozambique\",\n                \"players_count\": 33,\n                \"min_date\": \"2022-09-16\",\n                \"max_date\": \"2022-09-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 25,\n                \"runs_scored\": 476,\n                \"balls_faced\": 362,\n                \"not_outs\": 13,\n                \"average\": 23.8,\n                \"strike_rate\": 131.49171270718233,\n                \"highest_score\": 78,\n                \"highest_not_out_score\": 4,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 12,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 16\n            },\n            {\n                \"opposition_team_id\": 27,\n                \"opposition_team_name\": \"Bermuda\",\n                \"players_count\": 44,\n                \"min_date\": \"2019-10-19\",\n                \"max_date\": \"2021-11-13\",\n                \"matches_played\": 4,\n                \"innings_batted\": 30,\n                \"runs_scored\": 463,\n                \"balls_faced\": 413,\n                \"not_outs\": 20,\n                \"average\": 19.291666666666668,\n                \"strike_rate\": 112.10653753026634,\n                \"highest_score\": 85,\n                \"highest_not_out_score\": 85,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 18,\n                \"fours_scored\": 46,\n                \"sixes_scored\": 9\n            },\n            {\n                \"opposition_team_id\": 83,\n                \"opposition_team_name\": \"Argentina\",\n                \"players_count\": 44,\n                \"min_date\": \"2021-11-08\",\n                \"max_date\": \"2021-11-13\",\n                \"matches_played\": 4,\n                \"innings_batted\": 29,\n                \"runs_scored\": 409,\n                \"balls_faced\": 362,\n                \"not_outs\": 21,\n                \"average\": 17.782608695652176,\n                \"strike_rate\": 112.98342541436465,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 56,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 19,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 20\n            },\n            {\n                \"opposition_team_id\": 73,\n                \"opposition_team_name\": \"Malawi\",\n                \"players_count\": 33,\n                \"min_date\": \"2022-09-20\",\n                \"max_date\": \"2024-07-01\",\n                \"matches_played\": 3,\n                \"innings_batted\": 23,\n                \"runs_scored\": 373,\n                \"balls_faced\": 314,\n                \"not_outs\": 14,\n                \"average\": 19.63157894736842,\n                \"strike_rate\": 118.78980891719745,\n                \"highest_score\": 70,\n                \"highest_not_out_score\": 54,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 12,\n                \"fours_scored\": 46,\n                \"sixes_scored\": 6\n            },\n            {\n                \"opposition_team_id\": 33,\n                \"opposition_team_name\": \"Ghana\",\n                \"players_count\": 33,\n                \"min_date\": \"2022-09-16\",\n                \"max_date\": \"2022-09-20\",\n                \"matches_played\": 3,\n                \"innings_batted\": 20,\n                \"runs_scored\": 370,\n                \"balls_faced\": 356,\n                \"not_outs\": 18,\n                \"average\": 24.666666666666668,\n                \"strike_rate\": 103.93258426966293,\n                \"highest_score\": 56,\n                \"highest_not_out_score\": 56,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 17,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 3\n            },\n            {\n                \"opposition_team_id\": 80,\n                \"opposition_team_name\": \"Belize\",\n                \"players_count\": 22,\n                \"min_date\": \"2021-11-10\",\n                \"max_date\": \"2021-11-13\",\n                \"matches_played\": 2,\n                \"innings_batted\": 11,\n                \"runs_scored\": 246,\n                \"balls_faced\": 169,\n                \"not_outs\": 15,\n                \"average\": 35.142857142857146,\n                \"strike_rate\": 145.5621301775148,\n                \"highest_score\": 86,\n                \"highest_not_out_score\": 86,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 12,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 8\n            },\n            {\n                \"opposition_team_id\": 81,\n                \"opposition_team_name\": \"Bahamas\",\n                \"players_count\": 11,\n                \"min_date\": \"2021-11-08\",\n                \"max_date\": \"2021-11-08\",\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 108,\n                \"balls_faced\": 120,\n                \"not_outs\": 6,\n                \"average\": 21.6,\n                \"strike_rate\": 90,\n                \"highest_score\": 66,\n                \"highest_not_out_score\": 66,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 5,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 22,\n                \"opposition_team_name\": \"Canada\",\n                \"players_count\": 11,\n                \"min_date\": \"2021-11-13\",\n                \"max_date\": \"2021-11-13\",\n                \"matches_played\": 1,\n                \"innings_batted\": 11,\n                \"runs_scored\": 92,\n                \"balls_faced\": 108,\n                \"not_outs\": 1,\n                \"average\": 9.2,\n                \"strike_rate\": 85.18518518518519,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 9,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 4,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 79,\n                \"opposition_team_name\": \"Cameroon\",\n                \"players_count\": 11,\n                \"min_date\": \"2022-09-19\",\n                \"max_date\": \"2022-09-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 3,\n                \"runs_scored\": 47,\n                \"balls_faced\": 20,\n                \"not_outs\": 10,\n                \"average\": 47,\n                \"strike_rate\": 235,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 26,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 8,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 1\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"c14f4984-6c4a-41b9-936e-540b8052a97a"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"f4532588-6e50-4d87-92cf-5c0f35d96cab","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"78537bd5-25cd-43c8-b60c-5fb6bf067286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1","urlObject":{"path":["stats","batting","overall","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2022/23"},{"disabled":true,"key":"season","value":"2019/20"},{"disabled":true,"key":"season","value":"2017/18"},{"disabled":true,"key":"season","value":"2013/14"},{"disabled":true,"key":"season","value":"2011/12"},{"disabled":true,"key":"primary_team","value":"1"},{"disabled":true,"key":"primary_team","value":"8"},{"disabled":true,"key":"primary_team","value":"10"},{"disabled":true,"key":"opposition_team","value":"1"},{"disabled":true,"key":"opposition_team","value":"8"},{"disabled":true,"key":"opposition_team","value":"10"},{"disabled":true,"key":"ground","value":"63"},{"disabled":true,"key":"ground","value":"90"},{"key":"host_nation","value":"1"}],"variable":[]}},"response":[{"id":"68dc4833-e8fa-43b3-b6b9-ff084598fbc1","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&ground=63&ground=90","host":["http://localhost:8080"],"path":["stats","batting","overall","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"ground","value":"63"},{"key":"ground","value":"90"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 28 Dec 2024 10:56:35 GMT"},{"key":"Content-Length","value":"944"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall ground stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"players_count\": 41,\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 51,\n                \"runs_scored\": 1848,\n                \"balls_faced\": 1757,\n                \"not_outs\": 10,\n                \"average\": 45.073170731707314,\n                \"strike_rate\": 105.1792828685259,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 5,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 14,\n                \"ducks\": 5,\n                \"fours_scored\": 161,\n                \"sixes_scored\": 69\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"players_count\": 44,\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 48,\n                \"runs_scored\": 1242,\n                \"balls_faced\": 1494,\n                \"not_outs\": 9,\n                \"average\": 31.846153846153847,\n                \"strike_rate\": 83.13253012048193,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 2,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 4,\n                \"fours_scored\": 139,\n                \"sixes_scored\": 21\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"78537bd5-25cd-43c8-b60c-5fb6bf067286"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"fc8e3503-2248-4845-b87e-c72a52b1c6bd","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"ff48e5aa-6853-4e21-bff3-e3c9e42dcd72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&continent=3","urlObject":{"path":["stats","batting","overall","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"continent","value":"3"}],"variable":[]}},"response":[{"id":"ed4ecf25-9d98-4f1d-ad3c-884a4a6ca666","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&continent=3","host":["http://localhost:8080"],"path":["stats","batting","overall","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"continent","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 13:38:38 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall host nations stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"players_count\": 559,\n                \"min_date\": \"2008-11-14\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 206,\n                \"innings_batted\": 3610,\n                \"runs_scored\": 100330,\n                \"balls_faced\": 111379,\n                \"not_outs\": 1529,\n                \"average\": 33.38768718801997,\n                \"strike_rate\": 90.07981755986317,\n                \"highest_score\": 264,\n                \"highest_not_out_score\": 208,\n                \"centuries\": 174,\n                \"half_centuries\": 516,\n                \"fifty_plus_scores\": 690,\n                \"ducks\": 1248,\n                \"fours_scored\": 9718,\n                \"sixes_scored\": 2310\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"players_count\": 518,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 174,\n                \"innings_batted\": 3004,\n                \"runs_scored\": 71382,\n                \"balls_faced\": 85953,\n                \"not_outs\": 1337,\n                \"average\": 28.65596146126054,\n                \"strike_rate\": 83.04771212174096,\n                \"highest_score\": 210,\n                \"highest_not_out_score\": 210,\n                \"centuries\": 79,\n                \"half_centuries\": 396,\n                \"fifty_plus_scores\": 475,\n                \"ducks\": 1140,\n                \"fours_scored\": 6758,\n                \"sixes_scored\": 911\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"players_count\": 631,\n                \"min_date\": \"2008-11-12\",\n                \"max_date\": \"2024-09-22\",\n                \"matches_played\": 153,\n                \"innings_batted\": 2802,\n                \"runs_scored\": 62244,\n                \"balls_faced\": 82879,\n                \"not_outs\": 1018,\n                \"average\": 26.509369676320272,\n                \"strike_rate\": 75.10225750793325,\n                \"highest_score\": 153,\n                \"highest_not_out_score\": 153,\n                \"centuries\": 76,\n                \"half_centuries\": 313,\n                \"fifty_plus_scores\": 389,\n                \"ducks\": 864,\n                \"fours_scored\": 5033,\n                \"sixes_scored\": 1045\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"players_count\": 484,\n                \"min_date\": \"2009-01-10\",\n                \"max_date\": \"2024-03-18\",\n                \"matches_played\": 141,\n                \"innings_batted\": 2507,\n                \"runs_scored\": 57320,\n                \"balls_faced\": 73250,\n                \"not_outs\": 1017,\n                \"average\": 27.465261140392908,\n                \"strike_rate\": 78.25255972696246,\n                \"highest_score\": 210,\n                \"highest_not_out_score\": 185,\n                \"centuries\": 76,\n                \"half_centuries\": 294,\n                \"fifty_plus_scores\": 370,\n                \"ducks\": 883,\n                \"fours_scored\": 5261,\n                \"sixes_scored\": 942\n            },\n            {\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"players_count\": 199,\n                \"min_date\": \"2009-01-20\",\n                \"max_date\": \"2023-09-06\",\n                \"matches_played\": 29,\n                \"innings_batted\": 513,\n                \"runs_scored\": 14519,\n                \"balls_faced\": 15811,\n                \"not_outs\": 214,\n                \"average\": 34.16235294117647,\n                \"strike_rate\": 91.82847384732149,\n                \"highest_score\": 180,\n                \"highest_not_out_score\": 180,\n                \"centuries\": 30,\n                \"half_centuries\": 76,\n                \"fifty_plus_scores\": 106,\n                \"ducks\": 168,\n                \"fours_scored\": 1325,\n                \"sixes_scored\": 257\n            },\n            {\n                \"host_nation_id\": 16,\n                \"host_nation_name\": \"Nepal\",\n                \"players_count\": 161,\n                \"min_date\": \"2020-02-05\",\n                \"max_date\": \"2024-02-25\",\n                \"matches_played\": 35,\n                \"innings_batted\": 637,\n                \"runs_scored\": 13564,\n                \"balls_faced\": 17843,\n                \"not_outs\": 234,\n                \"average\": 25.30597014925373,\n                \"strike_rate\": 76.01860673653533,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 112,\n                \"centuries\": 15,\n                \"half_centuries\": 67,\n                \"fifty_plus_scores\": 82,\n                \"ducks\": 207,\n                \"fours_scored\": 1346,\n                \"sixes_scored\": 352\n            },\n            {\n                \"host_nation_id\": 17,\n                \"host_nation_name\": \"Oman\",\n                \"players_count\": 102,\n                \"min_date\": \"2020-01-05\",\n                \"max_date\": \"2022-02-08\",\n                \"matches_played\": 21,\n                \"innings_batted\": 380,\n                \"runs_scored\": 7521,\n                \"balls_faced\": 10426,\n                \"not_outs\": 142,\n                \"average\": 23.503125,\n                \"strike_rate\": 72.13696527910992,\n                \"highest_score\": 173,\n                \"highest_not_out_score\": 173,\n                \"centuries\": 6,\n                \"half_centuries\": 33,\n                \"fifty_plus_scores\": 39,\n                \"ducks\": 121,\n                \"fours_scored\": 571,\n                \"sixes_scored\": 198\n            },\n            {\n                \"host_nation_id\": 18,\n                \"host_nation_name\": \"Malasiya\",\n                \"players_count\": 53,\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 3,\n                \"innings_batted\": 60,\n                \"runs_scored\": 1196,\n                \"balls_faced\": 1724,\n                \"not_outs\": 14,\n                \"average\": 23,\n                \"strike_rate\": 69.37354988399072,\n                \"highest_score\": 98,\n                \"highest_not_out_score\": 82,\n                \"centuries\": 0,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 14,\n                \"fours_scored\": 112,\n                \"sixes_scored\": 23\n            },\n            {\n                \"host_nation_id\": 20,\n                \"host_nation_name\": \"Hong Kong\",\n                \"players_count\": 26,\n                \"min_date\": \"2016-11-04\",\n                \"max_date\": \"2016-11-08\",\n                \"matches_played\": 3,\n                \"innings_batted\": 57,\n                \"runs_scored\": 1142,\n                \"balls_faced\": 1611,\n                \"not_outs\": 16,\n                \"average\": 22.84,\n                \"strike_rate\": 70.88764742396027,\n                \"highest_score\": 82,\n                \"highest_not_out_score\": 82,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 14,\n                \"fours_scored\": 109,\n                \"sixes_scored\": 37\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"ff48e5aa-6853-4e21-bff3-e3c9e42dcd72"},{"name":"Continents","event":[{"listen":"test","script":{"id":"7662ecb3-4ce2-4987-a120-1c33415d9404","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"bdfa8dc1-77de-4f6e-964e-f3776a95b5d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/continents?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&primary_team=3&opposition_team=1","urlObject":{"path":["stats","batting","overall","continents"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"3"},{"key":"opposition_team","value":"1"}],"variable":[]}},"response":[{"id":"bb84c9d2-a596-4b9c-87d3-b9e88b710959","name":"Continents","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/continents?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&primary_team=3&opposition_team=1","host":["http://localhost:8080"],"path":["stats","batting","overall","continents"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"3"},{"key":"opposition_team","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 13:39:47 GMT"},{"key":"Content-Length","value":"1746"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall continents stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\",\n                \"players_count\": 34,\n                \"min_date\": \"2010-05-11\",\n                \"max_date\": \"2021-07-16\",\n                \"matches_played\": 8,\n                \"innings_batted\": 68,\n                \"runs_scored\": 1205,\n                \"balls_faced\": 930,\n                \"not_outs\": 33,\n                \"average\": 21.90909090909091,\n                \"strike_rate\": 129.56989247311827,\n                \"highest_score\": 79,\n                \"highest_not_out_score\": 54,\n                \"centuries\": 0,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 24,\n                \"fours_scored\": 94,\n                \"sixes_scored\": 70\n            },\n            {\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\",\n                \"players_count\": 33,\n                \"min_date\": \"2010-02-21\",\n                \"max_date\": \"2024-02-13\",\n                \"matches_played\": 7,\n                \"innings_batted\": 66,\n                \"runs_scored\": 1180,\n                \"balls_faced\": 842,\n                \"not_outs\": 25,\n                \"average\": 22.692307692307693,\n                \"strike_rate\": 140.14251781472683,\n                \"highest_score\": 71,\n                \"highest_not_out_score\": 67,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 17,\n                \"fours_scored\": 108,\n                \"sixes_scored\": 50\n            },\n            {\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\",\n                \"players_count\": 22,\n                \"min_date\": \"2012-09-22\",\n                \"max_date\": \"2021-11-06\",\n                \"matches_played\": 4,\n                \"innings_batted\": 29,\n                \"runs_scored\": 681,\n                \"balls_faced\": 479,\n                \"not_outs\": 21,\n                \"average\": 29.608695652173914,\n                \"strike_rate\": 142.17118997912317,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 16,\n                \"fours_scored\": 59,\n                \"sixes_scored\": 38\n            },\n            {\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\",\n                \"players_count\": 11,\n                \"min_date\": \"2009-06-06\",\n                \"max_date\": \"2009-06-06\",\n                \"matches_played\": 1,\n                \"innings_batted\": 5,\n                \"runs_scored\": 157,\n                \"balls_faced\": 97,\n                \"not_outs\": 8,\n                \"average\": 52.333333333333336,\n                \"strike_rate\": 161.8556701030928,\n                \"highest_score\": 88,\n                \"highest_not_out_score\": 8,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 7,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 7\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"bdfa8dc1-77de-4f6e-964e-f3776a95b5d3"},{"name":"Series","event":[{"listen":"test","script":{"id":"7662ecb3-4ce2-4987-a120-1c33415d9404","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"95bb53f2-a20d-48e8-9693-fef90bdb75eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&tournament=1","urlObject":{"path":["stats","batting","overall","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"series","value":"322"},{"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"1a29a6b2-b8ad-489b-99b1-4c3a36d6da96","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","batting","overall","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 19:20:17 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"players_count\": 151,\n                \"min_date\": \"2023-10-05\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 48,\n                \"innings_batted\": 872,\n                \"runs_scored\": 23427,\n                \"balls_faced\": 25454,\n                \"not_outs\": 328,\n                \"average\": 32.135802469135804,\n                \"strike_rate\": 92.03661507032294,\n                \"highest_score\": 201,\n                \"highest_not_out_score\": 201,\n                \"centuries\": 40,\n                \"half_centuries\": 119,\n                \"fifty_plus_scores\": 159,\n                \"ducks\": 259,\n                \"fours_scored\": 2241,\n                \"sixes_scored\": 644\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 205,\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 48,\n                \"innings_batted\": 853,\n                \"runs_scored\": 22293,\n                \"balls_faced\": 25055,\n                \"not_outs\": 341,\n                \"average\": 31.17902097902098,\n                \"strike_rate\": 88.97625224506086,\n                \"highest_score\": 237,\n                \"highest_not_out_score\": 237,\n                \"centuries\": 38,\n                \"half_centuries\": 111,\n                \"fifty_plus_scores\": 149,\n                \"ducks\": 297,\n                \"fours_scored\": 2173,\n                \"sixes_scored\": 463\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"players_count\": 151,\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 45,\n                \"innings_batted\": 802,\n                \"runs_scored\": 21241,\n                \"balls_faced\": 24096,\n                \"not_outs\": 306,\n                \"average\": 31.561664190193166,\n                \"strike_rate\": 88.1515604249668,\n                \"highest_score\": 166,\n                \"highest_not_out_score\": 124,\n                \"centuries\": 31,\n                \"half_centuries\": 114,\n                \"fifty_plus_scores\": 145,\n                \"ducks\": 253,\n                \"fours_scored\": 1986,\n                \"sixes_scored\": 358\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"players_count\": 207,\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2011-04-02\",\n                \"matches_played\": 49,\n                \"innings_batted\": 868,\n                \"runs_scored\": 19986,\n                \"balls_faced\": 25494,\n                \"not_outs\": 336,\n                \"average\": 27.3406292749658,\n                \"strike_rate\": 78.39491645092963,\n                \"highest_score\": 175,\n                \"highest_not_out_score\": 131,\n                \"centuries\": 24,\n                \"half_centuries\": 103,\n                \"fifty_plus_scores\": 127,\n                \"ducks\": 290,\n                \"fours_scored\": 1905,\n                \"sixes_scored\": 258\n            },\n            {\n                \"series_id\": 319,\n                \"series_name\": \"ICC Cricket World Cup Qualifier\",\n                \"series_season\": \"2023\",\n                \"players_count\": 147,\n                \"min_date\": \"2023-06-18\",\n                \"max_date\": \"2023-07-09\",\n                \"matches_played\": 34,\n                \"innings_batted\": 617,\n                \"runs_scored\": 15715,\n                \"balls_faced\": 18099,\n                \"not_outs\": 234,\n                \"average\": 30.514563106796118,\n                \"strike_rate\": 86.8280015470468,\n                \"highest_score\": 174,\n                \"highest_not_out_score\": 151,\n                \"centuries\": 25,\n                \"half_centuries\": 75,\n                \"fifty_plus_scores\": 100,\n                \"ducks\": 194,\n                \"fours_scored\": 1513,\n                \"sixes_scored\": 297\n            },\n            {\n                \"series_id\": 239,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2022\",\n                \"players_count\": 117,\n                \"min_date\": \"2022-04-09\",\n                \"max_date\": \"2022-09-21\",\n                \"matches_played\": 34,\n                \"innings_batted\": 639,\n                \"runs_scored\": 13753,\n                \"balls_faced\": 18839,\n                \"not_outs\": 204,\n                \"average\": 25.28125,\n                \"strike_rate\": 73.00281331280854,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 14,\n                \"half_centuries\": 75,\n                \"fifty_plus_scores\": 89,\n                \"ducks\": 161,\n                \"fours_scored\": 1187,\n                \"sixes_scored\": 178\n            },\n            {\n                \"series_id\": 286,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2022/23\",\n                \"players_count\": 92,\n                \"min_date\": \"2022-11-19\",\n                \"max_date\": \"2023-03-16\",\n                \"matches_played\": 31,\n                \"innings_batted\": 572,\n                \"runs_scored\": 11233,\n                \"balls_faced\": 15289,\n                \"not_outs\": 198,\n                \"average\": 23.208677685950413,\n                \"strike_rate\": 73.47112302962914,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 107,\n                \"centuries\": 8,\n                \"half_centuries\": 58,\n                \"fifty_plus_scores\": 66,\n                \"ducks\": 174,\n                \"fours_scored\": 1022,\n                \"sixes_scored\": 269\n            },\n            {\n                \"series_id\": 63,\n                \"series_name\": \"ICC Cricket World Cup Qualifier\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 117,\n                \"min_date\": \"2018-03-04\",\n                \"max_date\": \"2018-03-25\",\n                \"matches_played\": 23,\n                \"innings_batted\": 435,\n                \"runs_scored\": 9307,\n                \"balls_faced\": 12418,\n                \"not_outs\": 133,\n                \"average\": 24.951742627345844,\n                \"strike_rate\": 74.94765662747625,\n                \"highest_score\": 157,\n                \"highest_not_out_score\": 157,\n                \"centuries\": 11,\n                \"half_centuries\": 42,\n                \"fifty_plus_scores\": 53,\n                \"ducks\": 113,\n                \"fours_scored\": 786,\n                \"sixes_scored\": 198\n            },\n            {\n                \"series_id\": 349,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2024\",\n                \"players_count\": 126,\n                \"min_date\": \"2024-07-16\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 23,\n                \"innings_batted\": 416,\n                \"runs_scored\": 9154,\n                \"balls_faced\": 12026,\n                \"not_outs\": 158,\n                \"average\": 26.154285714285713,\n                \"strike_rate\": 76.11841011142525,\n                \"highest_score\": 155,\n                \"highest_not_out_score\": 155,\n                \"centuries\": 5,\n                \"half_centuries\": 57,\n                \"fifty_plus_scores\": 62,\n                \"ducks\": 140,\n                \"fours_scored\": 856,\n                \"sixes_scored\": 207\n            },\n            {\n                \"series_id\": 516,\n                \"series_name\": \"Commonwealth Bank Series\",\n                \"series_season\": \"2011/12\",\n                \"players_count\": 48,\n                \"min_date\": \"2012-02-05\",\n                \"max_date\": \"2012-03-08\",\n                \"matches_played\": 15,\n                \"innings_batted\": 270,\n                \"runs_scored\": 6925,\n                \"balls_faced\": 8281,\n                \"not_outs\": 103,\n                \"average\": 30.506607929515418,\n                \"strike_rate\": 83.62516604274846,\n                \"highest_score\": 163,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 8,\n                \"half_centuries\": 38,\n                \"fifty_plus_scores\": 46,\n                \"ducks\": 73,\n                \"fours_scored\": 531,\n                \"sixes_scored\": 77\n            },\n            {\n                \"series_id\": 222,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2021/22\",\n                \"players_count\": 75,\n                \"min_date\": \"2021-11-26\",\n                \"max_date\": \"2022-03-22\",\n                \"matches_played\": 17,\n                \"innings_batted\": 315,\n                \"runs_scored\": 6804,\n                \"balls_faced\": 9632,\n                \"not_outs\": 110,\n                \"average\": 25.772727272727273,\n                \"strike_rate\": 70.63953488372093,\n                \"highest_score\": 121,\n                \"highest_not_out_score\": 121,\n                \"centuries\": 6,\n                \"half_centuries\": 35,\n                \"fifty_plus_scores\": 41,\n                \"ducks\": 90,\n                \"fours_scored\": 537,\n                \"sixes_scored\": 108\n            },\n            {\n                \"series_id\": 6,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2017\",\n                \"players_count\": 103,\n                \"min_date\": \"2017-06-01\",\n                \"max_date\": \"2017-06-18\",\n                \"matches_played\": 15,\n                \"innings_batted\": 235,\n                \"runs_scored\": 6753,\n                \"balls_faced\": 7678,\n                \"not_outs\": 141,\n                \"average\": 35.73015873015873,\n                \"strike_rate\": 87.95259182078667,\n                \"highest_score\": 133,\n                \"highest_not_out_score\": 133,\n                \"centuries\": 10,\n                \"half_centuries\": 42,\n                \"fifty_plus_scores\": 52,\n                \"ducks\": 117,\n                \"fours_scored\": 630,\n                \"sixes_scored\": 113\n            },\n            {\n                \"series_id\": 473,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2009/10\",\n                \"players_count\": 107,\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 15,\n                \"innings_batted\": 258,\n                \"runs_scored\": 6119,\n                \"balls_faced\": 7763,\n                \"not_outs\": 105,\n                \"average\": 28.593457943925234,\n                \"strike_rate\": 78.82262012108721,\n                \"highest_score\": 141,\n                \"highest_not_out_score\": 136,\n                \"centuries\": 6,\n                \"half_centuries\": 33,\n                \"fifty_plus_scores\": 39,\n                \"ducks\": 84,\n                \"fours_scored\": 618,\n                \"sixes_scored\": 92\n            },\n            {\n                \"series_id\": 479,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2010\",\n                \"players_count\": 58,\n                \"min_date\": \"2010-06-22\",\n                \"max_date\": \"2010-09-22\",\n                \"matches_played\": 13,\n                \"innings_batted\": 242,\n                \"runs_scored\": 6088,\n                \"balls_faced\": 7376,\n                \"not_outs\": 80,\n                \"average\": 29.553398058252426,\n                \"strike_rate\": 82.53796095444686,\n                \"highest_score\": 154,\n                \"highest_not_out_score\": 107,\n                \"centuries\": 5,\n                \"half_centuries\": 31,\n                \"fifty_plus_scores\": 36,\n                \"ducks\": 58,\n                \"fours_scored\": 569,\n                \"sixes_scored\": 68\n            },\n            {\n                \"series_id\": 537,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2013\",\n                \"players_count\": 102,\n                \"min_date\": \"2013-06-06\",\n                \"max_date\": \"2013-06-23\",\n                \"matches_played\": 15,\n                \"innings_batted\": 262,\n                \"runs_scored\": 5634,\n                \"balls_faced\": 7014,\n                \"not_outs\": 113,\n                \"average\": 25.963133640552996,\n                \"strike_rate\": 80.32506415739948,\n                \"highest_score\": 134,\n                \"highest_not_out_score\": 134,\n                \"centuries\": 3,\n                \"half_centuries\": 32,\n                \"fifty_plus_scores\": 35,\n                \"ducks\": 93,\n                \"fours_scored\": 518,\n                \"sixes_scored\": 68\n            },\n            {\n                \"series_id\": 155,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2019/20\",\n                \"players_count\": 81,\n                \"min_date\": \"2019-12-08\",\n                \"max_date\": \"2020-02-12\",\n                \"matches_played\": 15,\n                \"innings_batted\": 278,\n                \"runs_scored\": 5582,\n                \"balls_faced\": 7719,\n                \"not_outs\": 95,\n                \"average\": 23.7531914893617,\n                \"strike_rate\": 72.31506671848685,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 129,\n                \"centuries\": 4,\n                \"half_centuries\": 31,\n                \"fifty_plus_scores\": 35,\n                \"ducks\": 89,\n                \"fours_scored\": 505,\n                \"sixes_scored\": 98\n            },\n            {\n                \"series_id\": 306,\n                \"series_name\": \"ICC Cricket World Cup Qualifier Play-off\",\n                \"series_season\": \"2023\",\n                \"players_count\": 77,\n                \"min_date\": \"2023-03-26\",\n                \"max_date\": \"2023-04-05\",\n                \"matches_played\": 13,\n                \"innings_batted\": 252,\n                \"runs_scored\": 5530,\n                \"balls_faced\": 7348,\n                \"not_outs\": 72,\n                \"average\": 25.8411214953271,\n                \"strike_rate\": 75.25857376156777,\n                \"highest_score\": 120,\n                \"highest_not_out_score\": 120,\n                \"centuries\": 6,\n                \"half_centuries\": 30,\n                \"fifty_plus_scores\": 36,\n                \"ducks\": 63,\n                \"fours_scored\": 437,\n                \"sixes_scored\": 126\n            },\n            {\n                \"series_id\": 88,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2018\",\n                \"players_count\": 88,\n                \"min_date\": \"2018-09-15\",\n                \"max_date\": \"2018-09-28\",\n                \"matches_played\": 13,\n                \"innings_batted\": 237,\n                \"runs_scored\": 5303,\n                \"balls_faced\": 7055,\n                \"not_outs\": 88,\n                \"average\": 26.782828282828284,\n                \"strike_rate\": 75.1665485471297,\n                \"highest_score\": 144,\n                \"highest_not_out_score\": 111,\n                \"centuries\": 6,\n                \"half_centuries\": 26,\n                \"fifty_plus_scores\": 32,\n                \"ducks\": 74,\n                \"fours_scored\": 389,\n                \"sixes_scored\": 102\n            },\n            {\n                \"series_id\": 330,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2023\",\n                \"players_count\": 89,\n                \"min_date\": \"2023-08-30\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 13,\n                \"innings_batted\": 223,\n                \"runs_scored\": 5156,\n                \"balls_faced\": 6066,\n                \"not_outs\": 86,\n                \"average\": 27.280423280423282,\n                \"strike_rate\": 84.9983514671942,\n                \"highest_score\": 151,\n                \"highest_not_out_score\": 122,\n                \"centuries\": 7,\n                \"half_centuries\": 28,\n                \"fifty_plus_scores\": 35,\n                \"ducks\": 75,\n                \"fours_scored\": 487,\n                \"sixes_scored\": 103\n            },\n            {\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"players_count\": 72,\n                \"min_date\": \"2014-02-25\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 11,\n                \"innings_batted\": 194,\n                \"runs_scored\": 5075,\n                \"balls_faced\": 6332,\n                \"not_outs\": 83,\n                \"average\": 31.91823899371069,\n                \"strike_rate\": 80.14845230574858,\n                \"highest_score\": 136,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 9,\n                \"half_centuries\": 30,\n                \"fifty_plus_scores\": 39,\n                \"ducks\": 66,\n                \"fours_scored\": 467,\n                \"sixes_scored\": 89\n            },\n            {\n                \"series_id\": 25,\n                \"series_name\": \"England tour of Australia and New Zealand\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 44,\n                \"min_date\": \"2018-01-14\",\n                \"max_date\": \"2018-03-10\",\n                \"matches_played\": 10,\n                \"innings_batted\": 182,\n                \"runs_scored\": 5066,\n                \"balls_faced\": 5643,\n                \"not_outs\": 69,\n                \"average\": 33.549668874172184,\n                \"strike_rate\": 89.77494240652135,\n                \"highest_score\": 181,\n                \"highest_not_out_score\": 181,\n                \"centuries\": 10,\n                \"half_centuries\": 24,\n                \"fifty_plus_scores\": 34,\n                \"ducks\": 53,\n                \"fours_scored\": 425,\n                \"sixes_scored\": 114\n            },\n            {\n                \"series_id\": 506,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2011\",\n                \"players_count\": 44,\n                \"min_date\": \"2011-06-28\",\n                \"max_date\": \"2011-09-16\",\n                \"matches_played\": 10,\n                \"innings_batted\": 159,\n                \"runs_scored\": 4256,\n                \"balls_faced\": 4770,\n                \"not_outs\": 90,\n                \"average\": 32.738461538461536,\n                \"strike_rate\": 89.22431865828092,\n                \"highest_score\": 144,\n                \"highest_not_out_score\": 105,\n                \"centuries\": 4,\n                \"half_centuries\": 26,\n                \"fifty_plus_scores\": 30,\n                \"ducks\": 71,\n                \"fours_scored\": 382,\n                \"sixes_scored\": 57\n            },\n            {\n                \"series_id\": 526,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2012\",\n                \"players_count\": 57,\n                \"min_date\": \"2012-06-16\",\n                \"max_date\": \"2012-09-05\",\n                \"matches_played\": 11,\n                \"innings_batted\": 163,\n                \"runs_scored\": 4222,\n                \"balls_faced\": 5410,\n                \"not_outs\": 102,\n                \"average\": 32.72868217054263,\n                \"strike_rate\": 78.04066543438077,\n                \"highest_score\": 150,\n                \"highest_not_out_score\": 97,\n                \"centuries\": 3,\n                \"half_centuries\": 24,\n                \"fifty_plus_scores\": 27,\n                \"ducks\": 81,\n                \"fours_scored\": 389,\n                \"sixes_scored\": 41\n            },\n            {\n                \"series_id\": 147,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2019\",\n                \"players_count\": 68,\n                \"min_date\": \"2019-08-14\",\n                \"max_date\": \"2019-09-23\",\n                \"matches_played\": 11,\n                \"innings_batted\": 210,\n                \"runs_scored\": 4039,\n                \"balls_faced\": 6060,\n                \"not_outs\": 69,\n                \"average\": 23.346820809248555,\n                \"strike_rate\": 66.65016501650165,\n                \"highest_score\": 104,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 1,\n                \"half_centuries\": 17,\n                \"fifty_plus_scores\": 18,\n                \"ducks\": 50,\n                \"fours_scored\": 285,\n                \"sixes_scored\": 76\n            },\n            {\n                \"series_id\": 446,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2009\",\n                \"players_count\": 43,\n                \"min_date\": \"2009-05-24\",\n                \"max_date\": \"2009-09-20\",\n                \"matches_played\": 9,\n                \"innings_batted\": 166,\n                \"runs_scored\": 4000,\n                \"balls_faced\": 5035,\n                \"not_outs\": 60,\n                \"average\": 28.985507246376812,\n                \"strike_rate\": 79.44389275074478,\n                \"highest_score\": 126,\n                \"highest_not_out_score\": 71,\n                \"centuries\": 3,\n                \"half_centuries\": 19,\n                \"fifty_plus_scores\": 22,\n                \"ducks\": 44,\n                \"fours_scored\": 392,\n                \"sixes_scored\": 29\n            },\n            {\n                \"series_id\": 512,\n                \"series_name\": \"ICC World Cricket League Championship\",\n                \"series_season\": \"2011/13\",\n                \"players_count\": 101,\n                \"min_date\": \"2011-06-29\",\n                \"max_date\": \"2013-09-06\",\n                \"matches_played\": 12,\n                \"innings_batted\": 214,\n                \"runs_scored\": 3975,\n                \"balls_faced\": 5780,\n                \"not_outs\": 82,\n                \"average\": 21.84065934065934,\n                \"strike_rate\": 68.77162629757785,\n                \"highest_score\": 91,\n                \"highest_not_out_score\": 91,\n                \"centuries\": 0,\n                \"half_centuries\": 21,\n                \"fifty_plus_scores\": 21,\n                \"ducks\": 70,\n                \"fours_scored\": 360,\n                \"sixes_scored\": 50\n            },\n            {\n                \"series_id\": 706,\n                \"series_name\": \"West Indies Tri-Nation Series\",\n                \"series_season\": \"2016\",\n                \"players_count\": 43,\n                \"min_date\": \"2016-06-03\",\n                \"max_date\": \"2016-06-26\",\n                \"matches_played\": 10,\n                \"innings_batted\": 170,\n                \"runs_scored\": 3874,\n                \"balls_faced\": 4874,\n                \"not_outs\": 66,\n                \"average\": 27.09090909090909,\n                \"strike_rate\": 79.48297086581863,\n                \"highest_score\": 125,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 4,\n                \"half_centuries\": 20,\n                \"fifty_plus_scores\": 24,\n                \"ducks\": 53,\n                \"fours_scored\": 335,\n                \"sixes_scored\": 77\n            },\n            {\n                \"series_id\": 347,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2023/24\",\n                \"players_count\": 80,\n                \"min_date\": \"2024-02-15\",\n                \"max_date\": \"2024-03-07\",\n                \"matches_played\": 11,\n                \"innings_batted\": 192,\n                \"runs_scored\": 3609,\n                \"balls_faced\": 5308,\n                \"not_outs\": 83,\n                \"average\": 22.69811320754717,\n                \"strike_rate\": 67.99171062547099,\n                \"highest_score\": 111,\n                \"highest_not_out_score\": 111,\n                \"centuries\": 2,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 16,\n                \"ducks\": 73,\n                \"fours_scored\": 322,\n                \"sixes_scored\": 80\n            },\n            {\n                \"series_id\": 558,\n                \"series_name\": \"Australia in India ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"players_count\": 26,\n                \"min_date\": \"2013-10-13\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 6,\n                \"innings_batted\": 90,\n                \"runs_scored\": 3451,\n                \"balls_faced\": 3254,\n                \"not_outs\": 59,\n                \"average\": 47.273972602739725,\n                \"strike_rate\": 106.0540872771973,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 141,\n                \"centuries\": 9,\n                \"half_centuries\": 18,\n                \"fifty_plus_scores\": 27,\n                \"ducks\": 47,\n                \"fours_scored\": 345,\n                \"sixes_scored\": 107\n            },\n            {\n                \"series_id\": 199,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2021\",\n                \"players_count\": 67,\n                \"min_date\": \"2021-09-13\",\n                \"max_date\": \"2021-10-02\",\n                \"matches_played\": 10,\n                \"innings_batted\": 169,\n                \"runs_scored\": 3440,\n                \"balls_faced\": 4887,\n                \"not_outs\": 71,\n                \"average\": 24.92753623188406,\n                \"strike_rate\": 70.39083282177205,\n                \"highest_score\": 107,\n                \"highest_not_out_score\": 62,\n                \"centuries\": 2,\n                \"half_centuries\": 16,\n                \"fifty_plus_scores\": 18,\n                \"ducks\": 57,\n                \"fours_scored\": 251,\n                \"sixes_scored\": 85\n            },\n            {\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"players_count\": 51,\n                \"min_date\": \"2012-03-11\",\n                \"max_date\": \"2012-03-22\",\n                \"matches_played\": 7,\n                \"innings_batted\": 120,\n                \"runs_scored\": 3426,\n                \"balls_faced\": 3992,\n                \"not_outs\": 57,\n                \"average\": 35.31958762886598,\n                \"strike_rate\": 85.82164328657315,\n                \"highest_score\": 183,\n                \"highest_not_out_score\": 72,\n                \"centuries\": 6,\n                \"half_centuries\": 23,\n                \"fifty_plus_scores\": 29,\n                \"ducks\": 45,\n                \"fours_scored\": 312,\n                \"sixes_scored\": 37\n            },\n            {\n                \"series_id\": 490,\n                \"series_name\": \"England in Australia ODI Series\",\n                \"series_season\": \"2010/11\",\n                \"players_count\": 38,\n                \"min_date\": \"2011-01-16\",\n                \"max_date\": \"2011-02-06\",\n                \"matches_played\": 7,\n                \"innings_batted\": 135,\n                \"runs_scored\": 3389,\n                \"balls_faced\": 4062,\n                \"not_outs\": 38,\n                \"average\": 29.21551724137931,\n                \"strike_rate\": 83.43180699162974,\n                \"highest_score\": 161,\n                \"highest_not_out_score\": 161,\n                \"centuries\": 4,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 19,\n                \"ducks\": 32,\n                \"fours_scored\": 269,\n                \"sixes_scored\": 32\n            },\n            {\n                \"series_id\": 485,\n                \"series_name\": \"Tri-Nation Tournament in Bangladesh\",\n                \"series_season\": \"2009/10\",\n                \"players_count\": 42,\n                \"min_date\": \"2010-01-04\",\n                \"max_date\": \"2010-01-13\",\n                \"matches_played\": 7,\n                \"innings_batted\": 108,\n                \"runs_scored\": 3380,\n                \"balls_faced\": 3939,\n                \"not_outs\": 72,\n                \"average\": 41.21951219512195,\n                \"strike_rate\": 85.8085808580858,\n                \"highest_score\": 118,\n                \"highest_not_out_score\": 118,\n                \"centuries\": 7,\n                \"half_centuries\": 17,\n                \"fifty_plus_scores\": 24,\n                \"ducks\": 55,\n                \"fours_scored\": 361,\n                \"sixes_scored\": 21\n            },\n            {\n                \"series_id\": 673,\n                \"series_name\": \"England in Sri Lanka ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 32,\n                \"min_date\": \"2014-11-26\",\n                \"max_date\": \"2014-12-16\",\n                \"matches_played\": 7,\n                \"innings_batted\": 124,\n                \"runs_scored\": 3316,\n                \"balls_faced\": 3776,\n                \"not_outs\": 51,\n                \"average\": 32.19417475728155,\n                \"strike_rate\": 87.8177966101695,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 104,\n                \"centuries\": 4,\n                \"half_centuries\": 22,\n                \"fifty_plus_scores\": 26,\n                \"ducks\": 41,\n                \"fours_scored\": 290,\n                \"sixes_scored\": 49\n            },\n            {\n                \"series_id\": 663,\n                \"series_name\": \"Zimbabwe Triangular Series\",\n                \"series_season\": \"2014\",\n                \"players_count\": 44,\n                \"min_date\": \"2014-08-25\",\n                \"max_date\": \"2014-09-06\",\n                \"matches_played\": 7,\n                \"innings_batted\": 129,\n                \"runs_scored\": 3214,\n                \"balls_faced\": 3938,\n                \"not_outs\": 46,\n                \"average\": 29.75925925925926,\n                \"strike_rate\": 81.61503301168105,\n                \"highest_score\": 136,\n                \"highest_not_out_score\": 136,\n                \"centuries\": 5,\n                \"half_centuries\": 18,\n                \"fifty_plus_scores\": 23,\n                \"ducks\": 35,\n                \"fours_scored\": 255,\n                \"sixes_scored\": 69\n            },\n            {\n                \"series_id\": 671,\n                \"series_name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 33,\n                \"min_date\": \"2015-01-11\",\n                \"max_date\": \"2015-01-29\",\n                \"matches_played\": 7,\n                \"innings_batted\": 117,\n                \"runs_scored\": 3171,\n                \"balls_faced\": 3581,\n                \"not_outs\": 45,\n                \"average\": 32.357142857142854,\n                \"strike_rate\": 88.55068416643395,\n                \"highest_score\": 170,\n                \"highest_not_out_score\": 170,\n                \"centuries\": 8,\n                \"half_centuries\": 10,\n                \"fifty_plus_scores\": 18,\n                \"ducks\": 38,\n                \"fours_scored\": 295,\n                \"sixes_scored\": 64\n            },\n            {\n                \"series_id\": 495,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2010\",\n                \"players_count\": 58,\n                \"min_date\": \"2010-06-15\",\n                \"max_date\": \"2010-06-24\",\n                \"matches_played\": 7,\n                \"innings_batted\": 127,\n                \"runs_scored\": 3125,\n                \"balls_faced\": 3768,\n                \"not_outs\": 49,\n                \"average\": 29.761904761904763,\n                \"strike_rate\": 82.93524416135881,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 55,\n                \"centuries\": 2,\n                \"half_centuries\": 21,\n                \"fifty_plus_scores\": 23,\n                \"ducks\": 42,\n                \"fours_scored\": 282,\n                \"sixes_scored\": 43\n            },\n            {\n                \"series_id\": 535,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2013\",\n                \"players_count\": 47,\n                \"min_date\": \"2013-05-31\",\n                \"max_date\": \"2013-09-16\",\n                \"matches_played\": 7,\n                \"innings_batted\": 118,\n                \"runs_scored\": 3079,\n                \"balls_faced\": 3559,\n                \"not_outs\": 43,\n                \"average\": 30.79,\n                \"strike_rate\": 86.51306546782804,\n                \"highest_score\": 189,\n                \"highest_not_out_score\": 189,\n                \"centuries\": 5,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 39,\n                \"fours_scored\": 277,\n                \"sixes_scored\": 49\n            },\n            {\n                \"series_id\": 112,\n                \"series_name\": \"Ireland Tri-Nation Series\",\n                \"series_season\": \"2019\",\n                \"players_count\": 42,\n                \"min_date\": \"2019-05-05\",\n                \"max_date\": \"2019-05-17\",\n                \"matches_played\": 6,\n                \"innings_batted\": 86,\n                \"runs_scored\": 3038,\n                \"balls_faced\": 3095,\n                \"not_outs\": 66,\n                \"average\": 46.03030303030303,\n                \"strike_rate\": 98.15831987075929,\n                \"highest_score\": 179,\n                \"highest_not_out_score\": 69,\n                \"centuries\": 6,\n                \"half_centuries\": 19,\n                \"fifty_plus_scores\": 25,\n                \"ducks\": 51,\n                \"fours_scored\": 274,\n                \"sixes_scored\": 65\n            },\n            {\n                \"series_id\": 691,\n                \"series_name\": \"India in Australia ODI Series\",\n                \"series_season\": \"2015/16\",\n                \"players_count\": 30,\n                \"min_date\": \"2016-01-12\",\n                \"max_date\": \"2016-01-23\",\n                \"matches_played\": 5,\n                \"innings_batted\": 74,\n                \"runs_scored\": 3036,\n                \"balls_faced\": 2981,\n                \"not_outs\": 49,\n                \"average\": 49.77049180327869,\n                \"strike_rate\": 101.8450184501845,\n                \"highest_score\": 171,\n                \"highest_not_out_score\": 171,\n                \"centuries\": 11,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 25,\n                \"ducks\": 40,\n                \"fours_scored\": 259,\n                \"sixes_scored\": 52\n            },\n            {\n                \"series_id\": 666,\n                \"series_name\": \"New Zealand in England ODI Series\",\n                \"series_season\": \"2015\",\n                \"players_count\": 28,\n                \"min_date\": \"2015-06-09\",\n                \"max_date\": \"2015-06-20\",\n                \"matches_played\": 5,\n                \"innings_batted\": 91,\n                \"runs_scored\": 3016,\n                \"balls_faced\": 2648,\n                \"not_outs\": 34,\n                \"average\": 39.68421052631579,\n                \"strike_rate\": 113.89728096676737,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 119,\n                \"centuries\": 7,\n                \"half_centuries\": 17,\n                \"fifty_plus_scores\": 24,\n                \"ducks\": 25,\n                \"fours_scored\": 314,\n                \"sixes_scored\": 76\n            },\n            {\n                \"series_id\": 475,\n                \"series_name\": \"Australia in India ODI Series\",\n                \"series_season\": \"2009/10\",\n                \"players_count\": 30,\n                \"min_date\": \"2009-10-25\",\n                \"max_date\": \"2009-11-08\",\n                \"matches_played\": 6,\n                \"innings_batted\": 106,\n                \"runs_scored\": 2977,\n                \"balls_faced\": 3508,\n                \"not_outs\": 42,\n                \"average\": 33.077777777777776,\n                \"strike_rate\": 84.86316989737742,\n                \"highest_score\": 175,\n                \"highest_not_out_score\": 81,\n                \"centuries\": 3,\n                \"half_centuries\": 19,\n                \"fifty_plus_scores\": 22,\n                \"ducks\": 34,\n                \"fours_scored\": 278,\n                \"sixes_scored\": 51\n            },\n            {\n                \"series_id\": 62,\n                \"series_name\": \"United Arab Emirates Tri-Nation Series\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 42,\n                \"min_date\": \"2018-01-11\",\n                \"max_date\": \"2018-01-23\",\n                \"matches_played\": 6,\n                \"innings_batted\": 112,\n                \"runs_scored\": 2950,\n                \"balls_faced\": 3486,\n                \"not_outs\": 40,\n                \"average\": 32.06521739130435,\n                \"strike_rate\": 84.62421113023522,\n                \"highest_score\": 139,\n                \"highest_not_out_score\": 121,\n                \"centuries\": 5,\n                \"half_centuries\": 15,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 34,\n                \"fours_scored\": 306,\n                \"sixes_scored\": 46\n            },\n            {\n                \"series_id\": 494,\n                \"series_name\": \"Zimbabwe Triangular Series\",\n                \"series_season\": \"2010\",\n                \"players_count\": 43,\n                \"min_date\": \"2010-05-28\",\n                \"max_date\": \"2010-06-09\",\n                \"matches_played\": 7,\n                \"innings_batted\": 103,\n                \"runs_scored\": 2945,\n                \"balls_faced\": 3593,\n                \"not_outs\": 73,\n                \"average\": 36.358024691358025,\n                \"strike_rate\": 81.96493181185639,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 119,\n                \"centuries\": 5,\n                \"half_centuries\": 17,\n                \"fifty_plus_scores\": 22,\n                \"ducks\": 57,\n                \"fours_scored\": 218,\n                \"sixes_scored\": 44\n            },\n            {\n                \"series_id\": 61,\n                \"series_name\": \"Afghanistan tour of United Arab Emirates\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 44,\n                \"min_date\": \"2017-12-05\",\n                \"max_date\": \"2018-02-19\",\n                \"matches_played\": 8,\n                \"innings_batted\": 147,\n                \"runs_scored\": 2918,\n                \"balls_faced\": 3802,\n                \"not_outs\": 50,\n                \"average\": 23.158730158730158,\n                \"strike_rate\": 76.74907943187796,\n                \"highest_score\": 125,\n                \"highest_not_out_score\": 81,\n                \"centuries\": 3,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 17,\n                \"ducks\": 50,\n                \"fours_scored\": 258,\n                \"sixes_scored\": 85\n            },\n            {\n                \"series_id\": 280,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2023\",\n                \"players_count\": 33,\n                \"min_date\": \"2023-04-27\",\n                \"max_date\": \"2023-05-07\",\n                \"matches_played\": 5,\n                \"innings_batted\": 87,\n                \"runs_scored\": 2816,\n                \"balls_faced\": 2915,\n                \"not_outs\": 38,\n                \"average\": 39.111111111111114,\n                \"strike_rate\": 96.60377358490567,\n                \"highest_score\": 180,\n                \"highest_not_out_score\": 180,\n                \"centuries\": 5,\n                \"half_centuries\": 16,\n                \"fifty_plus_scores\": 21,\n                \"ducks\": 25,\n                \"fours_scored\": 255,\n                \"sixes_scored\": 45\n            },\n            {\n                \"series_id\": 282,\n                \"series_name\": \"New Zealand tour of Pakistan\",\n                \"series_season\": \"2023\",\n                \"players_count\": 33,\n                \"min_date\": \"2023-04-27\",\n                \"max_date\": \"2023-05-07\",\n                \"matches_played\": 5,\n                \"innings_batted\": 87,\n                \"runs_scored\": 2816,\n                \"balls_faced\": 2915,\n                \"not_outs\": 38,\n                \"average\": 39.111111111111114,\n                \"strike_rate\": 96.60377358490567,\n                \"highest_score\": 180,\n                \"highest_not_out_score\": 180,\n                \"centuries\": 5,\n                \"half_centuries\": 16,\n                \"fifty_plus_scores\": 21,\n                \"ducks\": 25,\n                \"fours_scored\": 255,\n                \"sixes_scored\": 45\n            },\n            {\n                \"series_id\": 707,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"players_count\": 29,\n                \"min_date\": \"2016-09-30\",\n                \"max_date\": \"2016-10-12\",\n                \"matches_played\": 5,\n                \"innings_batted\": 89,\n                \"runs_scored\": 2766,\n                \"balls_faced\": 2664,\n                \"not_outs\": 37,\n                \"average\": 37.89041095890411,\n                \"strike_rate\": 103.82882882882883,\n                \"highest_score\": 178,\n                \"highest_not_out_score\": 118,\n                \"centuries\": 7,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 28,\n                \"fours_scored\": 303,\n                \"sixes_scored\": 61\n            },\n            {\n                \"series_id\": 85,\n                \"series_name\": \"Pakistan in England ODI series\",\n                \"series_season\": \"2019\",\n                \"players_count\": 33,\n                \"min_date\": \"2019-05-08\",\n                \"max_date\": \"2019-05-19\",\n                \"matches_played\": 5,\n                \"innings_batted\": 74,\n                \"runs_scored\": 2756,\n                \"balls_faced\": 2463,\n                \"not_outs\": 41,\n                \"average\": 47.51724137931034,\n                \"strike_rate\": 111.8960617133577,\n                \"highest_score\": 151,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 6,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 30,\n                \"fours_scored\": 250,\n                \"sixes_scored\": 74\n            },\n            {\n                \"series_id\": 87,\n                \"series_name\": \"Pakistan tour of England\",\n                \"series_season\": \"2019\",\n                \"players_count\": 33,\n                \"min_date\": \"2019-05-08\",\n                \"max_date\": \"2019-05-19\",\n                \"matches_played\": 5,\n                \"innings_batted\": 74,\n                \"runs_scored\": 2756,\n                \"balls_faced\": 2463,\n                \"not_outs\": 41,\n                \"average\": 47.51724137931034,\n                \"strike_rate\": 111.8960617133577,\n                \"highest_score\": 151,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 6,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 20,\n                \"ducks\": 30,\n                \"fours_scored\": 250,\n                \"sixes_scored\": 74\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"95bb53f2-a20d-48e8-9693-fef90bdb75eb"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"7662ecb3-4ce2-4987-a120-1c33415d9404","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a0547e16-72a0-48b1-9676-c791d32045a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","batting","overall","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}],"variable":[]}},"response":[{"id":"a9542655-7b65-4fd0-840c-ae02e09d7228","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","batting","overall","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 19:24:20 GMT"},{"key":"Content-Length","value":"1004"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall tournament stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"players_count\": 507,\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 190,\n                \"innings_batted\": 3395,\n                \"runs_scored\": 86947,\n                \"balls_faced\": 100099,\n                \"not_outs\": 1311,\n                \"average\": 30.529143258426966,\n                \"strike_rate\": 86.86100760247355,\n                \"highest_score\": 237,\n                \"highest_not_out_score\": 237,\n                \"centuries\": 133,\n                \"half_centuries\": 447,\n                \"fifty_plus_scores\": 580,\n                \"ducks\": 1099,\n                \"fours_scored\": 8305,\n                \"sixes_scored\": 1723\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"players_count\": 235,\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2017-06-18\",\n                \"matches_played\": 45,\n                \"innings_batted\": 755,\n                \"runs_scored\": 18506,\n                \"balls_faced\": 22455,\n                \"not_outs\": 359,\n                \"average\": 29.848387096774193,\n                \"strike_rate\": 82.41371632153195,\n                \"highest_score\": 141,\n                \"highest_not_out_score\": 136,\n                \"centuries\": 19,\n                \"half_centuries\": 107,\n                \"fifty_plus_scores\": 126,\n                \"ducks\": 294,\n                \"fours_scored\": 1766,\n                \"sixes_scored\": 273\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"a0547e16-72a0-48b1-9676-c791d32045a0"},{"name":"Years","event":[{"listen":"test","script":{"id":"081bb1d8-7e59-4e7b-ae64-12d5cd58ad7e","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a715789f-0cd6-4876-8d98-375b0cf7ddc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/years?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1","urlObject":{"path":["stats","batting","overall","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"}],"variable":[]}},"response":[{"id":"356d6111-1ec1-477b-a627-7d411bcafa6b","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/years?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1","host":["http://localhost:8080"],"path":["stats","batting","overall","years"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 13:40:44 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batting years stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"year\": 2022,\n                \"players_count\": 25,\n                \"matches_played\": 21,\n                \"innings_batted\": 163,\n                \"runs_scored\": 3003,\n                \"balls_faced\": 2228,\n                \"not_outs\": 107,\n                \"average\": 24.217741935483872,\n                \"strike_rate\": 134.78456014362658,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 70,\n                \"centuries\": 0,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 13,\n                \"ducks\": 84,\n                \"fours_scored\": 279,\n                \"sixes_scored\": 102\n            },\n            {\n                \"year\": 2021,\n                \"players_count\": 26,\n                \"matches_played\": 22,\n                \"innings_batted\": 176,\n                \"runs_scored\": 2975,\n                \"balls_faced\": 2431,\n                \"not_outs\": 98,\n                \"average\": 20.65972222222222,\n                \"strike_rate\": 122.37762237762237,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 89,\n                \"centuries\": 0,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 14,\n                \"ducks\": 81,\n                \"fours_scored\": 246,\n                \"sixes_scored\": 117\n            },\n            {\n                \"year\": 2024,\n                \"players_count\": 25,\n                \"matches_played\": 18,\n                \"innings_batted\": 129,\n                \"runs_scored\": 2892,\n                \"balls_faced\": 1881,\n                \"not_outs\": 100,\n                \"average\": 29.510204081632654,\n                \"strike_rate\": 153.74800637958532,\n                \"highest_score\": 120,\n                \"highest_not_out_score\": 120,\n                \"centuries\": 2,\n                \"half_centuries\": 14,\n                \"fifty_plus_scores\": 16,\n                \"ducks\": 79,\n                \"fours_scored\": 266,\n                \"sixes_scored\": 157\n            },\n            {\n                \"year\": 2018,\n                \"players_count\": 23,\n                \"matches_played\": 19,\n                \"innings_batted\": 139,\n                \"runs_scored\": 2612,\n                \"balls_faced\": 1966,\n                \"not_outs\": 102,\n                \"average\": 24.411214953271028,\n                \"strike_rate\": 132.8585961342828,\n                \"highest_score\": 172,\n                \"highest_not_out_score\": 103,\n                \"centuries\": 2,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 81,\n                \"fours_scored\": 224,\n                \"sixes_scored\": 105\n            },\n            {\n                \"year\": 2010,\n                \"players_count\": 20,\n                \"matches_played\": 15,\n                \"innings_batted\": 122,\n                \"runs_scored\": 2262,\n                \"balls_faced\": 1698,\n                \"not_outs\": 65,\n                \"average\": 22.62,\n                \"strike_rate\": 133.21554770318022,\n                \"highest_score\": 85,\n                \"highest_not_out_score\": 85,\n                \"centuries\": 0,\n                \"half_centuries\": 11,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 53,\n                \"fours_scored\": 179,\n                \"sixes_scored\": 98\n            },\n            {\n                \"year\": 2016,\n                \"players_count\": 28,\n                \"matches_played\": 12,\n                \"innings_batted\": 95,\n                \"runs_scored\": 1983,\n                \"balls_faced\": 1417,\n                \"not_outs\": 56,\n                \"average\": 26.092105263157894,\n                \"strike_rate\": 139.94354269583627,\n                \"highest_score\": 145,\n                \"highest_not_out_score\": 145,\n                \"centuries\": 2,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 37,\n                \"fours_scored\": 175,\n                \"sixes_scored\": 79\n            },\n            {\n                \"year\": 2014,\n                \"players_count\": 29,\n                \"matches_played\": 13,\n                \"innings_batted\": 95,\n                \"runs_scored\": 1752,\n                \"balls_faced\": 1310,\n                \"not_outs\": 70,\n                \"average\": 24,\n                \"strike_rate\": 133.74045801526717,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 60,\n                \"centuries\": 0,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 52,\n                \"fours_scored\": 155,\n                \"sixes_scored\": 76\n            },\n            {\n                \"year\": 2012,\n                \"players_count\": 22,\n                \"matches_played\": 13,\n                \"innings_batted\": 95,\n                \"runs_scored\": 1709,\n                \"balls_faced\": 1388,\n                \"not_outs\": 69,\n                \"average\": 23.094594594594593,\n                \"strike_rate\": 123.12680115273776,\n                \"highest_score\": 72,\n                \"highest_not_out_score\": 63,\n                \"centuries\": 0,\n                \"half_centuries\": 11,\n                \"fifty_plus_scores\": 11,\n                \"ducks\": 58,\n                \"fours_scored\": 124,\n                \"sixes_scored\": 78\n            },\n            {\n                \"year\": 2023,\n                \"players_count\": 22,\n                \"matches_played\": 8,\n                \"innings_batted\": 61,\n                \"runs_scored\": 1459,\n                \"balls_faced\": 922,\n                \"not_outs\": 43,\n                \"average\": 32.422222222222224,\n                \"strike_rate\": 158.24295010845987,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 104,\n                \"centuries\": 2,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 30,\n                \"fours_scored\": 146,\n                \"sixes_scored\": 75\n            },\n            {\n                \"year\": 2020,\n                \"players_count\": 20,\n                \"matches_played\": 9,\n                \"innings_batted\": 69,\n                \"runs_scored\": 1444,\n                \"balls_faced\": 1080,\n                \"not_outs\": 47,\n                \"average\": 27.76923076923077,\n                \"strike_rate\": 133.7037037037037,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 67,\n                \"centuries\": 0,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 32,\n                \"fours_scored\": 116,\n                \"sixes_scored\": 46\n            },\n            {\n                \"year\": 2009,\n                \"players_count\": 28,\n                \"matches_played\": 9,\n                \"innings_batted\": 81,\n                \"runs_scored\": 1318,\n                \"balls_faced\": 1078,\n                \"not_outs\": 34,\n                \"average\": 20.276923076923076,\n                \"strike_rate\": 122.26345083487941,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 88,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 29,\n                \"fours_scored\": 98,\n                \"sixes_scored\": 43\n            },\n            {\n                \"year\": 2019,\n                \"players_count\": 20,\n                \"matches_played\": 8,\n                \"innings_batted\": 35,\n                \"runs_scored\": 1072,\n                \"balls_faced\": 748,\n                \"not_outs\": 69,\n                \"average\": 56.421052631578945,\n                \"strike_rate\": 143.31550802139037,\n                \"highest_score\": 113,\n                \"highest_not_out_score\": 113,\n                \"centuries\": 2,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 10,\n                \"ducks\": 56,\n                \"fours_scored\": 108,\n                \"sixes_scored\": 35\n            },\n            {\n                \"year\": 2013,\n                \"players_count\": 22,\n                \"matches_played\": 6,\n                \"innings_batted\": 48,\n                \"runs_scored\": 1000,\n                \"balls_faced\": 692,\n                \"not_outs\": 30,\n                \"average\": 27.77777777777778,\n                \"strike_rate\": 144.50867052023122,\n                \"highest_score\": 156,\n                \"highest_not_out_score\": 90,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 20,\n                \"fours_scored\": 74,\n                \"sixes_scored\": 47\n            },\n            {\n                \"year\": 2011,\n                \"players_count\": 19,\n                \"matches_played\": 6,\n                \"innings_batted\": 52,\n                \"runs_scored\": 874,\n                \"balls_faced\": 719,\n                \"not_outs\": 25,\n                \"average\": 21.317073170731707,\n                \"strike_rate\": 121.557719054242,\n                \"highest_score\": 59,\n                \"highest_not_out_score\": 53,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 19,\n                \"fours_scored\": 65,\n                \"sixes_scored\": 35\n            },\n            {\n                \"year\": 2017,\n                \"players_count\": 19,\n                \"matches_played\": 5,\n                \"innings_batted\": 40,\n                \"runs_scored\": 740,\n                \"balls_faced\": 567,\n                \"not_outs\": 23,\n                \"average\": 23.125,\n                \"strike_rate\": 130.5114638447972,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 62,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 19,\n                \"fours_scored\": 54,\n                \"sixes_scored\": 25\n            },\n            {\n                \"year\": 2015,\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 9,\n                \"runs_scored\": 171,\n                \"balls_faced\": 120,\n                \"not_outs\": 3,\n                \"average\": 21.375,\n                \"strike_rate\": 142.5,\n                \"highest_score\": 90,\n                \"highest_not_out_score\": 10,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 4,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 5\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"a715789f-0cd6-4876-8d98-375b0cf7ddc4"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"53817b69-7744-43a6-971f-8c4220084c2d","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9ed9bae7-0a65-483c-9f3a-23fde51baef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/seasons?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&opposition_team=1","urlObject":{"path":["stats","batting","overall","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"opposition_team","value":"1"}],"variable":[]}},"response":[{"id":"8cfb4e98-2527-49a0-99bd-2ebc02564401","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/seasons?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&opposition_team=1","host":["http://localhost:8080"],"path":["stats","batting","overall","seasons"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"opposition_team","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 13:41:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batting season stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"season\": \"2023/24\",\n                \"players_count\": 58,\n                \"matches_played\": 14,\n                \"innings_batted\": 119,\n                \"runs_scored\": 2360,\n                \"balls_faced\": 1582,\n                \"not_outs\": 58,\n                \"average\": 24.583333333333332,\n                \"strike_rate\": 149.17825537294564,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 123,\n                \"centuries\": 1,\n                \"half_centuries\": 13,\n                \"fifty_plus_scores\": 14,\n                \"ducks\": 51,\n                \"fours_scored\": 204,\n                \"sixes_scored\": 126\n            },\n            {\n                \"season\": \"2021/22\",\n                \"players_count\": 90,\n                \"matches_played\": 13,\n                \"innings_batted\": 110,\n                \"runs_scored\": 1731,\n                \"balls_faced\": 1480,\n                \"not_outs\": 58,\n                \"average\": 20.36470588235294,\n                \"strike_rate\": 116.95945945945945,\n                \"highest_score\": 85,\n                \"highest_not_out_score\": 71,\n                \"centuries\": 0,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 47,\n                \"fours_scored\": 146,\n                \"sixes_scored\": 58\n            },\n            {\n                \"season\": \"2024\",\n                \"players_count\": 90,\n                \"matches_played\": 12,\n                \"innings_batted\": 115,\n                \"runs_scored\": 1706,\n                \"balls_faced\": 1395,\n                \"not_outs\": 38,\n                \"average\": 18.148936170212767,\n                \"strike_rate\": 122.29390681003584,\n                \"highest_score\": 92,\n                \"highest_not_out_score\": 42,\n                \"centuries\": 0,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 28,\n                \"fours_scored\": 126,\n                \"sixes_scored\": 83\n            },\n            {\n                \"season\": \"2015/16\",\n                \"players_count\": 58,\n                \"matches_played\": 10,\n                \"innings_batted\": 69,\n                \"runs_scored\": 1675,\n                \"balls_faced\": 1194,\n                \"not_outs\": 58,\n                \"average\": 32.21153846153846,\n                \"strike_rate\": 140.28475711892798,\n                \"highest_score\": 97,\n                \"highest_not_out_score\": 97,\n                \"centuries\": 0,\n                \"half_centuries\": 9,\n                \"fifty_plus_scores\": 9,\n                \"ducks\": 44,\n                \"fours_scored\": 155,\n                \"sixes_scored\": 57\n            },\n            {\n                \"season\": \"2013/14\",\n                \"players_count\": 74,\n                \"matches_played\": 10,\n                \"innings_batted\": 77,\n                \"runs_scored\": 1420,\n                \"balls_faced\": 1107,\n                \"not_outs\": 49,\n                \"average\": 23.278688524590162,\n                \"strike_rate\": 128.27461607949414,\n                \"highest_score\": 94,\n                \"highest_not_out_score\": 77,\n                \"centuries\": 0,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 37,\n                \"fours_scored\": 132,\n                \"sixes_scored\": 56\n            },\n            {\n                \"season\": \"2021\",\n                \"players_count\": 29,\n                \"matches_played\": 10,\n                \"innings_batted\": 81,\n                \"runs_scored\": 1378,\n                \"balls_faced\": 1171,\n                \"not_outs\": 44,\n                \"average\": 20.87878787878788,\n                \"strike_rate\": 117.67719897523484,\n                \"highest_score\": 79,\n                \"highest_not_out_score\": 47,\n                \"centuries\": 0,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 38,\n                \"fours_scored\": 96,\n                \"sixes_scored\": 72\n            },\n            {\n                \"season\": \"2012/13\",\n                \"players_count\": 73,\n                \"matches_played\": 9,\n                \"innings_batted\": 68,\n                \"runs_scored\": 1362,\n                \"balls_faced\": 1074,\n                \"not_outs\": 47,\n                \"average\": 26.192307692307693,\n                \"strike_rate\": 126.81564245810056,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 33,\n                \"fours_scored\": 122,\n                \"sixes_scored\": 48\n            },\n            {\n                \"season\": \"2022/23\",\n                \"players_count\": 70,\n                \"matches_played\": 9,\n                \"innings_batted\": 73,\n                \"runs_scored\": 1360,\n                \"balls_faced\": 1024,\n                \"not_outs\": 41,\n                \"average\": 23.448275862068964,\n                \"strike_rate\": 132.8125,\n                \"highest_score\": 92,\n                \"highest_not_out_score\": 92,\n                \"centuries\": 0,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 31,\n                \"fours_scored\": 123,\n                \"sixes_scored\": 51\n            },\n            {\n                \"season\": \"2020/21\",\n                \"players_count\": 26,\n                \"matches_played\": 8,\n                \"innings_batted\": 63,\n                \"runs_scored\": 1284,\n                \"balls_faced\": 909,\n                \"not_outs\": 36,\n                \"average\": 24.22641509433962,\n                \"strike_rate\": 141.25412541254124,\n                \"highest_score\": 99,\n                \"highest_not_out_score\": 99,\n                \"centuries\": 0,\n                \"half_centuries\": 7,\n                \"fifty_plus_scores\": 7,\n                \"ducks\": 33,\n                \"fours_scored\": 98,\n                \"sixes_scored\": 59\n            },\n            {\n                \"season\": \"2018/19\",\n                \"players_count\": 53,\n                \"matches_played\": 10,\n                \"innings_batted\": 70,\n                \"runs_scored\": 1255,\n                \"balls_faced\": 1005,\n                \"not_outs\": 57,\n                \"average\": 23.67924528301887,\n                \"strike_rate\": 124.87562189054727,\n                \"highest_score\": 76,\n                \"highest_not_out_score\": 72,\n                \"centuries\": 0,\n                \"half_centuries\": 6,\n                \"fifty_plus_scores\": 6,\n                \"ducks\": 50,\n                \"fours_scored\": 100,\n                \"sixes_scored\": 48\n            },\n            {\n                \"season\": \"2010\",\n                \"players_count\": 72,\n                \"matches_played\": 9,\n                \"innings_batted\": 87,\n                \"runs_scored\": 1162,\n                \"balls_faced\": 1017,\n                \"not_outs\": 23,\n                \"average\": 15.289473684210526,\n                \"strike_rate\": 114.25762045231072,\n                \"highest_score\": 79,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 24,\n                \"fours_scored\": 94,\n                \"sixes_scored\": 44\n            },\n            {\n                \"season\": \"2019/20\",\n                \"players_count\": 46,\n                \"matches_played\": 9,\n                \"innings_batted\": 82,\n                \"runs_scored\": 1021,\n                \"balls_faced\": 985,\n                \"not_outs\": 31,\n                \"average\": 15.014705882352942,\n                \"strike_rate\": 103.65482233502539,\n                \"highest_score\": 70,\n                \"highest_not_out_score\": 62,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 26,\n                \"fours_scored\": 77,\n                \"sixes_scored\": 25\n            },\n            {\n                \"season\": \"2018\",\n                \"players_count\": 42,\n                \"matches_played\": 6,\n                \"innings_batted\": 51,\n                \"runs_scored\": 958,\n                \"balls_faced\": 715,\n                \"not_outs\": 22,\n                \"average\": 21.772727272727273,\n                \"strike_rate\": 133.98601398601397,\n                \"highest_score\": 91,\n                \"highest_not_out_score\": 43,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 23,\n                \"fours_scored\": 91,\n                \"sixes_scored\": 41\n            },\n            {\n                \"season\": \"2017/18\",\n                \"players_count\": 38,\n                \"matches_played\": 7,\n                \"innings_batted\": 62,\n                \"runs_scored\": 911,\n                \"balls_faced\": 755,\n                \"not_outs\": 26,\n                \"average\": 17.862745098039216,\n                \"strike_rate\": 120.66225165562913,\n                \"highest_score\": 105,\n                \"highest_not_out_score\": 43,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 18,\n                \"fours_scored\": 70,\n                \"sixes_scored\": 36\n            },\n            {\n                \"season\": \"2022\",\n                \"players_count\": 25,\n                \"matches_played\": 6,\n                \"innings_batted\": 50,\n                \"runs_scored\": 878,\n                \"balls_faced\": 639,\n                \"not_outs\": 27,\n                \"average\": 22.512820512820515,\n                \"strike_rate\": 137.40219092331768,\n                \"highest_score\": 71,\n                \"highest_not_out_score\": 71,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 22,\n                \"fours_scored\": 72,\n                \"sixes_scored\": 43\n            },\n            {\n                \"season\": \"2011/12\",\n                \"players_count\": 37,\n                \"matches_played\": 6,\n                \"innings_batted\": 50,\n                \"runs_scored\": 832,\n                \"balls_faced\": 713,\n                \"not_outs\": 27,\n                \"average\": 21.333333333333332,\n                \"strike_rate\": 116.69004207573633,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 56,\n                \"centuries\": 0,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 21,\n                \"fours_scored\": 73,\n                \"sixes_scored\": 24\n            },\n            {\n                \"season\": \"2008/09\",\n                \"players_count\": 31,\n                \"matches_played\": 5,\n                \"innings_batted\": 40,\n                \"runs_scored\": 702,\n                \"balls_faced\": 586,\n                \"not_outs\": 24,\n                \"average\": 22.64516129032258,\n                \"strike_rate\": 119.79522184300342,\n                \"highest_score\": 78,\n                \"highest_not_out_score\": 69,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 21,\n                \"fours_scored\": 61,\n                \"sixes_scored\": 20\n            },\n            {\n                \"season\": \"2009/10\",\n                \"players_count\": 35,\n                \"matches_played\": 5,\n                \"innings_batted\": 49,\n                \"runs_scored\": 691,\n                \"balls_faced\": 601,\n                \"not_outs\": 15,\n                \"average\": 17.275,\n                \"strike_rate\": 114.97504159733776,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 116,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 13,\n                \"fours_scored\": 66,\n                \"sixes_scored\": 20\n            },\n            {\n                \"season\": \"2016/17\",\n                \"players_count\": 13,\n                \"matches_played\": 3,\n                \"innings_batted\": 28,\n                \"runs_scored\": 465,\n                \"balls_faced\": 348,\n                \"not_outs\": 10,\n                \"average\": 20.217391304347824,\n                \"strike_rate\": 133.6206896551724,\n                \"highest_score\": 84,\n                \"highest_not_out_score\": 84,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 8,\n                \"fours_scored\": 50,\n                \"sixes_scored\": 12\n            },\n            {\n                \"season\": \"2014/15\",\n                \"players_count\": 25,\n                \"matches_played\": 4,\n                \"innings_batted\": 33,\n                \"runs_scored\": 457,\n                \"balls_faced\": 474,\n                \"not_outs\": 19,\n                \"average\": 18.28,\n                \"strike_rate\": 96.41350210970464,\n                \"highest_score\": 78,\n                \"highest_not_out_score\": 34,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 16,\n                \"fours_scored\": 38,\n                \"sixes_scored\": 7\n            },\n            {\n                \"season\": \"2020\",\n                \"players_count\": 13,\n                \"matches_played\": 3,\n                \"innings_batted\": 23,\n                \"runs_scored\": 444,\n                \"balls_faced\": 354,\n                \"not_outs\": 16,\n                \"average\": 26.11764705882353,\n                \"strike_rate\": 125.42372881355932,\n                \"highest_score\": 77,\n                \"highest_not_out_score\": 77,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 10,\n                \"fours_scored\": 45,\n                \"sixes_scored\": 12\n            },\n            {\n                \"season\": \"2009\",\n                \"players_count\": 44,\n                \"matches_played\": 4,\n                \"innings_batted\": 19,\n                \"runs_scored\": 412,\n                \"balls_faced\": 320,\n                \"not_outs\": 32,\n                \"average\": 34.333333333333336,\n                \"strike_rate\": 128.75,\n                \"highest_score\": 88,\n                \"highest_not_out_score\": 59,\n                \"centuries\": 0,\n                \"half_centuries\": 5,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 29,\n                \"fours_scored\": 41,\n                \"sixes_scored\": 14\n            },\n            {\n                \"season\": \"2010/11\",\n                \"players_count\": 22,\n                \"matches_played\": 3,\n                \"innings_batted\": 24,\n                \"runs_scored\": 412,\n                \"balls_faced\": 342,\n                \"not_outs\": 15,\n                \"average\": 22.88888888888889,\n                \"strike_rate\": 120.46783625730994,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 12,\n                \"fours_scored\": 42,\n                \"sixes_scored\": 7\n            },\n            {\n                \"season\": \"2013\",\n                \"players_count\": 11,\n                \"matches_played\": 2,\n                \"innings_batted\": 15,\n                \"runs_scored\": 389,\n                \"balls_faced\": 243,\n                \"not_outs\": 11,\n                \"average\": 35.36363636363637,\n                \"strike_rate\": 160.08230452674897,\n                \"highest_score\": 94,\n                \"highest_not_out_score\": 90,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 9,\n                \"fours_scored\": 44,\n                \"sixes_scored\": 11\n            },\n            {\n                \"season\": \"2011\",\n                \"players_count\": 13,\n                \"matches_played\": 2,\n                \"innings_batted\": 16,\n                \"runs_scored\": 332,\n                \"balls_faced\": 241,\n                \"not_outs\": 10,\n                \"average\": 27.666666666666668,\n                \"strike_rate\": 137.75933609958506,\n                \"highest_score\": 104,\n                \"highest_not_out_score\": 104,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 8,\n                \"fours_scored\": 41,\n                \"sixes_scored\": 7\n            },\n            {\n                \"season\": \"2012\",\n                \"players_count\": 12,\n                \"matches_played\": 3,\n                \"innings_batted\": 22,\n                \"runs_scored\": 303,\n                \"balls_faced\": 324,\n                \"not_outs\": 16,\n                \"average\": 17.823529411764707,\n                \"strike_rate\": 93.51851851851852,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 43,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 14,\n                \"fours_scored\": 33,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2016\",\n                \"players_count\": 12,\n                \"matches_played\": 2,\n                \"innings_batted\": 21,\n                \"runs_scored\": 280,\n                \"balls_faced\": 241,\n                \"not_outs\": 4,\n                \"average\": 15.555555555555555,\n                \"strike_rate\": 116.18257261410788,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 7,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 3,\n                \"fours_scored\": 27,\n                \"sixes_scored\": 6\n            },\n            {\n                \"season\": \"2015\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_batted\": 7,\n                \"runs_scored\": 174,\n                \"balls_faced\": 120,\n                \"not_outs\": 6,\n                \"average\": 34.8,\n                \"strike_rate\": 145,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 72,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 4,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 11\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"9ed9bae7-0a65-483c-9f3a-23fde51baef2"},{"name":"Decades","event":[{"listen":"test","script":{"id":"53817b69-7744-43a6-971f-8c4220084c2d","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d2d13fca-b211-4ee9-8de7-efce59609c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/decades?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&opposition_team=1","urlObject":{"path":["stats","batting","overall","decades"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"opposition_team","value":"1"}],"variable":[]}},"response":[{"id":"65e76068-b892-4668-a8a4-7193edf365de","name":"Decades","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/decades?playing_format=T20I&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&opposition_team=1","host":["http://localhost:8080"],"path":["stats","batting","overall","decades"],"query":[{"key":"playing_format","value":"T20I"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"opposition_team","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 09:45:47 GMT"},{"key":"Content-Length","value":"1139"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batting decades stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"decade\": 2010,\n                \"players_count\": 336,\n                \"matches_played\": 97,\n                \"innings_batted\": 812,\n                \"runs_scored\": 13771,\n                \"balls_faced\": 11199,\n                \"not_outs\": 171,\n                \"average\": 21.483619344773793,\n                \"strike_rate\": 122.966336280025,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 116,\n                \"centuries\": 3,\n                \"half_centuries\": 57,\n                \"fifty_plus_scores\": 60,\n                \"ducks\": 74,\n                \"fours_scored\": 1242,\n                \"sixes_scored\": 453\n            },\n            {\n                \"decade\": 2020,\n                \"players_count\": 264,\n                \"matches_played\": 78,\n                \"innings_batted\": 670,\n                \"runs_scored\": 11469,\n                \"balls_faced\": 8854,\n                \"not_outs\": 138,\n                \"average\": 21.55827067669173,\n                \"strike_rate\": 129.53467359385587,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 123,\n                \"centuries\": 1,\n                \"half_centuries\": 55,\n                \"fifty_plus_scores\": 56,\n                \"ducks\": 67,\n                \"fours_scored\": 934,\n                \"sixes_scored\": 514\n            },\n            {\n                \"decade\": 2000,\n                \"players_count\": 75,\n                \"matches_played\": 9,\n                \"innings_batted\": 59,\n                \"runs_scored\": 1114,\n                \"balls_faced\": 906,\n                \"not_outs\": 16,\n                \"average\": 25.906976744186046,\n                \"strike_rate\": 122.95805739514348,\n                \"highest_score\": 88,\n                \"highest_not_out_score\": 69,\n                \"centuries\": 0,\n                \"half_centuries\": 8,\n                \"fifty_plus_scores\": 8,\n                \"ducks\": 7,\n                \"fours_scored\": 102,\n                \"sixes_scored\": 34\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d2d13fca-b211-4ee9-8de7-efce59609c84"},{"name":"Aggregate","event":[{"listen":"test","script":{"id":"53d930ab-bbb6-4106-90de-b7f05df18bc8","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"17d9bdda-8de3-42fc-8327-bb3f89214aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&tournament=1","urlObject":{"path":["stats","batting","overall","aggregate"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"disabled":true,"key":"continent","value":"1"},{"disabled":true,"key":"primary_team","value":"2"},{"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"7c813a0f-c4c6-48bf-b8c0-b9dde4d34c3b","name":"Aggregate","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&tournament=1","host":["http://localhost:8080"],"path":["stats","batting","overall","aggregate"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"continent","value":"1","disabled":true},{"key":"primary_team","value":"2","disabled":true},{"key":"tournament","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Jan 2025 09:39:24 GMT"},{"key":"Content-Length","value":"501"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall batting aggregate stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"players_count\": 236,\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 93,\n                \"innings_batted\": 1687,\n                \"runs_scored\": 44668,\n                \"balls_faced\": 49550,\n                \"not_outs\": 285,\n                \"average\": 31.860199714693294,\n                \"strike_rate\": 90.14732593340061,\n                \"highest_score\": 201,\n                \"highest_not_out_score\": 201,\n                \"centuries\": 71,\n                \"half_centuries\": 233,\n                \"fifty_plus_scores\": 304,\n                \"ducks\": 130,\n                \"fours_scored\": 4227,\n                \"sixes_scored\": 1002\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"17d9bdda-8de3-42fc-8327-bb3f89214aa7"}],"id":"35c71efe-be9d-429c-bfd0-fc41f1f2b9d1","_postman_id":"35c71efe-be9d-429c-bfd0-fc41f1f2b9d1","description":""},{"name":"Individual","item":[{"name":"Innings","event":[{"listen":"test","script":{"id":"6cc1d5e2-a9a6-44de-9004-50c1d42ad06a","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7f4b96be-62df-4d45-a16e-84fcfab45a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&batter=114","urlObject":{"path":["stats","batting","individual","innings"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"batter","value":"114"}],"variable":[]}},"response":[{"id":"a21c9c28-6ac0-432a-b88b-043e71ae0e52","name":"Innings","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&batter=114","host":["http://localhost:8080"],"path":["stats","batting","individual","innings"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"batter","value":"114"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 27 Apr 2025 13:19:15 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-innings stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 1716,\n                \"start_date\": \"2012-03-18\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Pakistan\",\n                \"runs_scored\": 183,\n                \"balls_faced\": 148,\n                \"is_not_out\": false,\n                \"strike_rate\": 123.64864864864865,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 651,\n                \"start_date\": \"2023-01-15\",\n                \"ground_id\": 61,\n                \"city_name\": \"Thiruvananthapuram\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 166,\n                \"balls_faced\": 110,\n                \"is_not_out\": true,\n                \"strike_rate\": 150.9090909090909,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 8\n            },\n            {\n                \"match_id\": 154,\n                \"start_date\": \"2018-02-07\",\n                \"ground_id\": 19,\n                \"city_name\": \"Cape Town\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 4,\n                \"bowling_team_name\": \"South Africa\",\n                \"runs_scored\": 160,\n                \"balls_faced\": 159,\n                \"is_not_out\": true,\n                \"strike_rate\": 100.62893081761007,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 299,\n                \"start_date\": \"2018-10-24\",\n                \"ground_id\": 74,\n                \"city_name\": \"Visakhapatnam\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 157,\n                \"balls_faced\": 129,\n                \"is_not_out\": true,\n                \"strike_rate\": 121.70542635658914,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 4\n            },\n            {\n                \"match_id\": 19,\n                \"start_date\": \"2016-10-23\",\n                \"ground_id\": 109,\n                \"city_name\": \"Chandigarh\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"New Zealand\",\n                \"runs_scored\": 154,\n                \"balls_faced\": 134,\n                \"is_not_out\": true,\n                \"strike_rate\": 114.92537313432835,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 301,\n                \"start_date\": \"2018-10-21\",\n                \"ground_id\": 117,\n                \"city_name\": \"Guwahati\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 140,\n                \"balls_faced\": 107,\n                \"is_not_out\": false,\n                \"strike_rate\": 130.84112149532712,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 2290,\n                \"start_date\": \"2014-11-16\",\n                \"ground_id\": 68,\n                \"city_name\": \"Ranchi\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 139,\n                \"balls_faced\": 126,\n                \"is_not_out\": true,\n                \"strike_rate\": 110.31746031746032,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 3\n            },\n            {\n                \"match_id\": 2335,\n                \"start_date\": \"2015-10-22\",\n                \"ground_id\": 35,\n                \"city_name\": \"Chennai\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 4,\n                \"bowling_team_name\": \"South Africa\",\n                \"runs_scored\": 138,\n                \"balls_faced\": 140,\n                \"is_not_out\": false,\n                \"strike_rate\": 98.57142857142857,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 2188,\n                \"start_date\": \"2014-02-26\",\n                \"ground_id\": 64,\n                \"city_name\": \"Fatullah\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"runs_scored\": 136,\n                \"balls_faced\": 122,\n                \"is_not_out\": false,\n                \"strike_rate\": 111.47540983606558,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 1660,\n                \"start_date\": \"2012-02-28\",\n                \"ground_id\": 15,\n                \"city_name\": \"Hobart\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 133,\n                \"balls_faced\": 86,\n                \"is_not_out\": true,\n                \"strike_rate\": 154.65116279069767,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 123,\n                \"start_date\": \"2017-08-31\",\n                \"ground_id\": 13,\n                \"city_name\": \"Colombo\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 131,\n                \"balls_faced\": 96,\n                \"is_not_out\": false,\n                \"strike_rate\": 136.45833333333334,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 162,\n                \"start_date\": \"2018-02-16\",\n                \"ground_id\": 18,\n                \"city_name\": \"Centurion\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 4,\n                \"bowling_team_name\": \"South Africa\",\n                \"runs_scored\": 129,\n                \"balls_faced\": 96,\n                \"is_not_out\": true,\n                \"strike_rate\": 134.375,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 1749,\n                \"start_date\": \"2012-07-31\",\n                \"ground_id\": 13,\n                \"city_name\": \"Colombo\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 128,\n                \"balls_faced\": 119,\n                \"is_not_out\": true,\n                \"strike_rate\": 107.56302521008404,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 2284,\n                \"start_date\": \"2014-10-17\",\n                \"ground_id\": 66,\n                \"city_name\": \"Dharamsala\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 127,\n                \"balls_faced\": 114,\n                \"is_not_out\": false,\n                \"strike_rate\": 111.40350877192982,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 3\n            },\n            {\n                \"match_id\": 308,\n                \"start_date\": \"2019-03-08\",\n                \"ground_id\": 68,\n                \"city_name\": \"Ranchi\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 123,\n                \"balls_faced\": 95,\n                \"is_not_out\": false,\n                \"strike_rate\": 129.47368421052633,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 2152,\n                \"start_date\": \"2014-01-19\",\n                \"ground_id\": 29,\n                \"city_name\": \"Napier\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"New Zealand\",\n                \"runs_scored\": 123,\n                \"balls_faced\": 111,\n                \"is_not_out\": false,\n                \"strike_rate\": 110.8108108108108,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 808,\n                \"start_date\": \"2023-09-10\",\n                \"ground_id\": 13,\n                \"city_name\": \"Colombo\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Pakistan\",\n                \"runs_scored\": 122,\n                \"balls_faced\": 94,\n                \"is_not_out\": true,\n                \"strike_rate\": 129.7872340425532,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 3\n            },\n            {\n                \"match_id\": 20,\n                \"start_date\": \"2017-01-15\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"runs_scored\": 122,\n                \"balls_faced\": 105,\n                \"is_not_out\": false,\n                \"strike_rate\": 116.19047619047619,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 147,\n                \"start_date\": \"2017-10-22\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"New Zealand\",\n                \"runs_scored\": 121,\n                \"balls_faced\": 125,\n                \"is_not_out\": false,\n                \"strike_rate\": 96.8,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 351,\n                \"start_date\": \"2019-08-11\",\n                \"ground_id\": 57,\n                \"city_name\": \"Port of Spain\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 120,\n                \"balls_faced\": 125,\n                \"is_not_out\": false,\n                \"strike_rate\": 96,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 1587,\n                \"start_date\": \"2010-10-20\",\n                \"ground_id\": 74,\n                \"city_name\": \"Visakhapatnam\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 118,\n                \"balls_faced\": 121,\n                \"is_not_out\": false,\n                \"strike_rate\": 97.52066115702479,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 793,\n                \"start_date\": \"2023-11-15\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"New Zealand\",\n                \"runs_scored\": 117,\n                \"balls_faced\": 113,\n                \"is_not_out\": false,\n                \"strike_rate\": 103.53982300884955,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 2325,\n                \"start_date\": \"2016-01-17\",\n                \"ground_id\": 56,\n                \"city_name\": \"Melbourne\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 117,\n                \"balls_faced\": 117,\n                \"is_not_out\": false,\n                \"strike_rate\": 100,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 1724,\n                \"start_date\": \"2011-12-02\",\n                \"ground_id\": 74,\n                \"city_name\": \"Visakhapatnam\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 117,\n                \"balls_faced\": 123,\n                \"is_not_out\": false,\n                \"strike_rate\": 95.1219512195122,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 310,\n                \"start_date\": \"2019-03-05\",\n                \"ground_id\": 155,\n                \"city_name\": \"Nagpur\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 116,\n                \"balls_faced\": 120,\n                \"is_not_out\": false,\n                \"strike_rate\": 96.66666666666667,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 1862,\n                \"start_date\": \"2013-10-30\",\n                \"ground_id\": 155,\n                \"city_name\": \"Nagpur\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 115,\n                \"balls_faced\": 66,\n                \"is_not_out\": true,\n                \"strike_rate\": 174.24242424242425,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 1850,\n                \"start_date\": \"2013-07-24\",\n                \"ground_id\": 101,\n                \"city_name\": \"Harare\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"runs_scored\": 115,\n                \"balls_faced\": 108,\n                \"is_not_out\": false,\n                \"strike_rate\": 106.48148148148148,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 352,\n                \"start_date\": \"2019-08-14\",\n                \"ground_id\": 57,\n                \"city_name\": \"Port of Spain\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 114,\n                \"balls_faced\": 99,\n                \"is_not_out\": true,\n                \"strike_rate\": 115.15151515151516,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 648,\n                \"start_date\": \"2023-01-10\",\n                \"ground_id\": 117,\n                \"city_name\": \"Guwahati\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 113,\n                \"balls_faced\": 87,\n                \"is_not_out\": false,\n                \"strike_rate\": 129.88505747126436,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 631,\n                \"start_date\": \"2022-12-10\",\n                \"ground_id\": 99,\n                \"city_name\": \"Chattogram\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"runs_scored\": 113,\n                \"balls_faced\": 91,\n                \"is_not_out\": false,\n                \"strike_rate\": 124.17582417582418,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 148,\n                \"start_date\": \"2017-10-29\",\n                \"ground_id\": 70,\n                \"city_name\": \"Kanpur\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"New Zealand\",\n                \"runs_scored\": 113,\n                \"balls_faced\": 106,\n                \"is_not_out\": false,\n                \"strike_rate\": 106.60377358490567,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 1671,\n                \"start_date\": \"2011-10-17\",\n                \"ground_id\": 123,\n                \"city_name\": \"Delhi\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"runs_scored\": 112,\n                \"balls_faced\": 98,\n                \"is_not_out\": true,\n                \"strike_rate\": 114.28571428571429,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 153,\n                \"start_date\": \"2018-02-01\",\n                \"ground_id\": 31,\n                \"city_name\": \"Durban\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 4,\n                \"bowling_team_name\": \"South Africa\",\n                \"runs_scored\": 112,\n                \"balls_faced\": 119,\n                \"is_not_out\": false,\n                \"strike_rate\": 94.11764705882354,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 108,\n                \"start_date\": \"2017-07-06\",\n                \"ground_id\": 11,\n                \"city_name\": \"Jamaica\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 111,\n                \"balls_faced\": 115,\n                \"is_not_out\": true,\n                \"strike_rate\": 96.52173913043478,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 124,\n                \"start_date\": \"2017-09-03\",\n                \"ground_id\": 13,\n                \"city_name\": \"Colombo\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 110,\n                \"balls_faced\": 116,\n                \"is_not_out\": true,\n                \"strike_rate\": 94.82758620689656,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 1715,\n                \"start_date\": \"2012-03-13\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 108,\n                \"balls_faced\": 120,\n                \"is_not_out\": false,\n                \"strike_rate\": 90,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 1614,\n                \"start_date\": \"2011-09-16\",\n                \"ground_id\": 20,\n                \"city_name\": \"Cardiff\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"England\",\n                \"runs_scored\": 107,\n                \"balls_faced\": 93,\n                \"is_not_out\": false,\n                \"strike_rate\": 115.05376344086021,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 1468,\n                \"start_date\": \"2009-12-24\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 107,\n                \"balls_faced\": 114,\n                \"is_not_out\": false,\n                \"strike_rate\": 93.85964912280701,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 303,\n                \"start_date\": \"2018-10-27\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 107,\n                \"balls_faced\": 119,\n                \"is_not_out\": false,\n                \"strike_rate\": 89.91596638655462,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 2018,\n                \"start_date\": \"2015-02-15\",\n                \"ground_id\": 49,\n                \"city_name\": \"Adelaide\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Pakistan\",\n                \"runs_scored\": 107,\n                \"balls_faced\": 126,\n                \"is_not_out\": false,\n                \"strike_rate\": 84.92063492063492,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 2324,\n                \"start_date\": \"2016-01-20\",\n                \"ground_id\": 54,\n                \"city_name\": \"Canberra\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 106,\n                \"balls_faced\": 92,\n                \"is_not_out\": false,\n                \"strike_rate\": 115.21739130434783,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 1\n            },\n            {\n                \"match_id\": 1746,\n                \"start_date\": \"2012-07-21\",\n                \"ground_id\": 14,\n                \"city_name\": \"Hambantota\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"runs_scored\": 106,\n                \"balls_faced\": 113,\n                \"is_not_out\": false,\n                \"strike_rate\": 93.80530973451327,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 1593,\n                \"start_date\": \"2010-11-28\",\n                \"ground_id\": 149,\n                \"city_name\": \"Guwahati\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"New Zealand\",\n                \"runs_scored\": 105,\n                \"balls_faced\": 104,\n                \"is_not_out\": false,\n                \"strike_rate\": 100.96153846153847,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 260,\n                \"start_date\": \"2019-01-15\",\n                \"ground_id\": 49,\n                \"city_name\": \"Adelaide\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 104,\n                \"balls_faced\": 112,\n                \"is_not_out\": false,\n                \"strike_rate\": 92.85714285714286,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 770,\n                \"start_date\": \"2023-10-19\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"runs_scored\": 103,\n                \"balls_faced\": 97,\n                \"is_not_out\": true,\n                \"strike_rate\": 106.18556701030928,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 4\n            },\n            {\n                \"match_id\": 1527,\n                \"start_date\": \"2010-01-11\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"runs_scored\": 102,\n                \"balls_faced\": 95,\n                \"is_not_out\": true,\n                \"strike_rate\": 107.36842105263158,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 1823,\n                \"start_date\": \"2013-07-05\",\n                \"ground_id\": 57,\n                \"city_name\": \"Port of Spain\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"West Indies\",\n                \"runs_scored\": 102,\n                \"balls_faced\": 83,\n                \"is_not_out\": false,\n                \"strike_rate\": 122.89156626506023,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 786,\n                \"start_date\": \"2023-11-05\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 4,\n                \"bowling_team_name\": \"South Africa\",\n                \"runs_scored\": 101,\n                \"balls_faced\": 121,\n                \"is_not_out\": true,\n                \"strike_rate\": 83.47107438016529,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 1860,\n                \"start_date\": \"2013-10-16\",\n                \"ground_id\": 85,\n                \"city_name\": \"Jaipur\",\n                \"innings_number\": 2,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"runs_scored\": 100,\n                \"balls_faced\": 52,\n                \"is_not_out\": true,\n                \"strike_rate\": 192.30769230769232,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 1473,\n                \"start_date\": \"2011-02-19\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"innings_number\": 1,\n                \"batter_id\": 114,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"runs_scored\": 100,\n                \"balls_faced\": 83,\n                \"is_not_out\": true,\n                \"strike_rate\": 120.48192771084338,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 2\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"7f4b96be-62df-4d45-a16e-84fcfab45a32"},{"name":"Match Totals","event":[{"listen":"test","script":{"id":"6cc1d5e2-a9a6-44de-9004-50c1d42ad06a","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2df0237e-8358-4ebf-8cc6-43aa5317794a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","batting","individual","match-totals"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}],"variable":[]}},"response":[{"id":"c1f8b67f-c5c2-466c-b49e-b400d6155fc0","name":"Match Totals","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","batting","individual","match-totals"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 10:38:07 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters match totals stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 2374,\n                \"start_date\": \"2014-11-13\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"batter_id\": 1,\n                \"batter_name\": \"RG Sharma\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 264,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 264,\n                \"balls_faced\": 173,\n                \"strike_rate\": 152.60115606936415,\n                \"fours_scored\": 33,\n                \"sixes_scored\": 9\n            },\n            {\n                \"match_id\": 2137,\n                \"start_date\": \"2015-03-21\",\n                \"ground_id\": 28,\n                \"city_name\": \"Wellington\",\n                \"batter_id\": 7,\n                \"batter_name\": \"MJ Guptill\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"NZ\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"West Indies\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 237,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 237,\n                \"balls_faced\": 163,\n                \"strike_rate\": 145.39877300613497,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 1792,\n                \"start_date\": \"2011-12-08\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"batter_id\": 1153,\n                \"batter_name\": \"V Sehwag\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"West Indies\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 219,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 219,\n                \"balls_faced\": 149,\n                \"strike_rate\": 146.9798657718121,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 2098,\n                \"start_date\": \"2015-02-24\",\n                \"ground_id\": 54,\n                \"city_name\": \"Canberra\",\n                \"batter_id\": 196,\n                \"batter_name\": \"CH Gayle\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"WI\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 215,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 215,\n                \"balls_faced\": 147,\n                \"strike_rate\": 146.25850340136054,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 16\n            },\n            {\n                \"match_id\": 707,\n                \"start_date\": \"2022-12-10\",\n                \"ground_id\": 99,\n                \"city_name\": \"Chattogram\",\n                \"batter_id\": 707,\n                \"batter_name\": \"Ishan Kishan\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 210,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 210,\n                \"balls_faced\": 131,\n                \"strike_rate\": 160.3053435114504,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 925,\n                \"start_date\": \"2024-02-09\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"batter_id\": 658,\n                \"batter_name\": \"P Nissanka\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"SL\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 210,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 210,\n                \"balls_faced\": 139,\n                \"strike_rate\": 151.0791366906475,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 8\n            },\n            {\n                \"match_id\": 241,\n                \"start_date\": \"2018-07-20\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"batter_id\": 211,\n                \"batter_name\": \"Fakhar Zaman\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"PAK\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 210,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 210,\n                \"balls_faced\": 156,\n                \"strike_rate\": 134.6153846153846,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 1933,\n                \"start_date\": \"2013-11-02\",\n                \"ground_id\": 81,\n                \"city_name\": \"Bengaluru\",\n                \"batter_id\": 1,\n                \"batter_name\": \"RG Sharma\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 209,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 209,\n                \"balls_faced\": 158,\n                \"strike_rate\": 132.27848101265823,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 16\n            },\n            {\n                \"match_id\": 728,\n                \"start_date\": \"2023-01-18\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"batter_id\": 475,\n                \"batter_name\": \"Shubman Gill\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 208,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 208,\n                \"balls_faced\": 149,\n                \"strike_rate\": 139.59731543624162,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 9\n            },\n            {\n                \"match_id\": 178,\n                \"start_date\": \"2017-12-13\",\n                \"ground_id\": 109,\n                \"city_name\": \"Chandigarh\",\n                \"batter_id\": 1,\n                \"batter_name\": \"RG Sharma\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 208,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 208,\n                \"balls_faced\": 153,\n                \"strike_rate\": 135.94771241830065,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 12\n            },\n            {\n                \"match_id\": 875,\n                \"start_date\": \"2023-11-07\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"batter_id\": 43,\n                \"batter_name\": \"GJ Maxwell\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"AUS\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 201,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 201,\n                \"balls_faced\": 128,\n                \"strike_rate\": 157.03125,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 1605,\n                \"start_date\": \"2010-02-24\",\n                \"ground_id\": 100,\n                \"city_name\": \"Gwalior\",\n                \"batter_id\": 1167,\n                \"batter_name\": \"SR Tendulkar\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"South Africa\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 200,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 200,\n                \"balls_faced\": 147,\n                \"strike_rate\": 136.05442176870747,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 3\n            },\n            {\n                \"match_id\": 1480,\n                \"start_date\": \"2009-08-16\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"batter_id\": 1101,\n                \"batter_name\": \"CK Coventry\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"ZIM\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 194,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 194,\n                \"balls_faced\": 156,\n                \"strike_rate\": 124.35897435897436,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 489,\n                \"start_date\": \"2021-04-04\",\n                \"ground_id\": 26,\n                \"city_name\": \"Johannesburg\",\n                \"batter_id\": 211,\n                \"batter_name\": \"Fakhar Zaman\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"PAK\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"South Africa\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 193,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 193,\n                \"balls_faced\": 155,\n                \"strike_rate\": 124.51612903225806,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 10\n            },\n            {\n                \"match_id\": 1826,\n                \"start_date\": \"2013-06-02\",\n                \"ground_id\": 3,\n                \"city_name\": \"Southampton\",\n                \"batter_id\": 7,\n                \"batter_name\": \"MJ Guptill\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"NZ\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"England\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 189,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 189,\n                \"balls_faced\": 155,\n                \"strike_rate\": 121.93548387096774,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 1702,\n                \"start_date\": \"2011-04-11\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"batter_id\": 1064,\n                \"batter_name\": \"SR Watson\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"AUS\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 185,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 185,\n                \"balls_faced\": 96,\n                \"strike_rate\": 192.70833333333334,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 15\n            },\n            {\n                \"match_id\": 2486,\n                \"start_date\": \"2017-02-07\",\n                \"ground_id\": 19,\n                \"city_name\": \"Cape Town\",\n                \"batter_id\": 228,\n                \"batter_name\": \"F du Plessis\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 185,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 185,\n                \"balls_faced\": 141,\n                \"strike_rate\": 131.20567375886526,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 3\n            },\n            {\n                \"match_id\": 1783,\n                \"start_date\": \"2012-03-18\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"batter_id\": 36,\n                \"batter_name\": \"V Kohli\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"Pakistan\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 183,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 183,\n                \"balls_faced\": 148,\n                \"strike_rate\": 123.64864864864865,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 683,\n                \"start_date\": \"2023-09-13\",\n                \"ground_id\": 6,\n                \"city_name\": \"London\",\n                \"batter_id\": 23,\n                \"batter_name\": \"BA Stokes\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"ENG\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 182,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 182,\n                \"balls_faced\": 124,\n                \"strike_rate\": 146.7741935483871,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 9\n            },\n            {\n                \"match_id\": 137,\n                \"start_date\": \"2018-03-07\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"batter_id\": 63,\n                \"batter_name\": \"LRPL Taylor\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"NZ\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"England\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 181,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 181,\n                \"balls_faced\": 147,\n                \"strike_rate\": 123.12925170068027,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 6\n            },\n            {\n                \"match_id\": 48,\n                \"start_date\": \"2017-03-01\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"batter_id\": 7,\n                \"batter_name\": \"MJ Guptill\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"NZ\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"South Africa\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 180,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 180,\n                \"balls_faced\": 138,\n                \"strike_rate\": 130.43478260869566,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 697,\n                \"start_date\": \"2023-04-29\",\n                \"ground_id\": 128,\n                \"city_name\": \"Rawalpindi\",\n                \"batter_id\": 211,\n                \"batter_name\": \"Fakhar Zaman\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"PAK\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 180,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 180,\n                \"balls_faced\": 144,\n                \"strike_rate\": 125,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 6\n            },\n            {\n                \"match_id\": 90,\n                \"start_date\": \"2018-01-14\",\n                \"ground_id\": 56,\n                \"city_name\": \"Melbourne\",\n                \"batter_id\": 40,\n                \"batter_name\": \"JJ Roy\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"ENG\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 180,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 180,\n                \"balls_faced\": 151,\n                \"strike_rate\": 119.20529801324503,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 15,\n                \"start_date\": \"2017-01-26\",\n                \"ground_id\": 49,\n                \"city_name\": \"Adelaide\",\n                \"batter_id\": 115,\n                \"batter_name\": \"DA Warner\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"AUS\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"Pakistan\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 179,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 179,\n                \"balls_faced\": 128,\n                \"strike_rate\": 139.84375,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 366,\n                \"start_date\": \"2019-05-05\",\n                \"ground_id\": 63,\n                \"city_name\": \"Dublin\",\n                \"batter_id\": 478,\n                \"batter_name\": \"JD Campbell\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"WI\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Ireland\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 179,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 179,\n                \"balls_faced\": 137,\n                \"strike_rate\": 130.65693430656935,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 6\n            },\n            {\n                \"match_id\": 2477,\n                \"start_date\": \"2016-09-30\",\n                \"ground_id\": 18,\n                \"city_name\": \"Centurion\",\n                \"batter_id\": 223,\n                \"batter_name\": \"Q de Kock\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 178,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 178,\n                \"balls_faced\": 113,\n                \"strike_rate\": 157.52212389380531,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 2113,\n                \"start_date\": \"2015-03-04\",\n                \"ground_id\": 119,\n                \"city_name\": \"Perth\",\n                \"batter_id\": 115,\n                \"batter_name\": \"DA Warner\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"AUS\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 178,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 178,\n                \"balls_faced\": 133,\n                \"strike_rate\": 133.8345864661654,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 880,\n                \"start_date\": \"2023-11-11\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"batter_id\": 38,\n                \"batter_name\": \"MR Marsh\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"AUS\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 177,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 177,\n                \"balls_faced\": 132,\n                \"strike_rate\": 134.0909090909091,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 9\n            },\n            {\n                \"match_id\": 496,\n                \"start_date\": \"2021-07-16\",\n                \"ground_id\": 104,\n                \"city_name\": \"Dublin\",\n                \"batter_id\": 515,\n                \"batter_name\": \"JN Malan\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Ireland\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 177,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 177,\n                \"balls_faced\": 169,\n                \"strike_rate\": 104.73372781065089,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 6\n            },\n            {\n                \"match_id\": 93,\n                \"start_date\": \"2017-10-18\",\n                \"ground_id\": 44,\n                \"city_name\": \"Paarl\",\n                \"batter_id\": 152,\n                \"batter_name\": \"AB de Villiers\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 176,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 176,\n                \"balls_faced\": 104,\n                \"strike_rate\": 169.23076923076923,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 56,\n                \"start_date\": \"2017-09-27\",\n                \"ground_id\": 6,\n                \"city_name\": \"London\",\n                \"batter_id\": 41,\n                \"batter_name\": \"E Lewis\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"WI\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"England\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 176,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 176,\n                \"balls_faced\": 130,\n                \"strike_rate\": 135.3846153846154,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 464,\n                \"start_date\": \"2020-03-06\",\n                \"ground_id\": 112,\n                \"city_name\": \"Sylhet\",\n                \"batter_id\": 265,\n                \"batter_name\": \"Liton Das\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"BAN\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 176,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 176,\n                \"balls_faced\": 143,\n                \"strike_rate\": 123.07692307692308,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 8\n            },\n            {\n                \"match_id\": 688,\n                \"start_date\": \"2023-04-02\",\n                \"ground_id\": 26,\n                \"city_name\": \"Johannesburg\",\n                \"batter_id\": 333,\n                \"batter_name\": \"AK Markram\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 21,\n                \"bowling_team_name\": \"Netherlands\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 175,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 175,\n                \"balls_faced\": 126,\n                \"strike_rate\": 138.88888888888889,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 1537,\n                \"start_date\": \"2011-02-19\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"batter_id\": 1153,\n                \"batter_name\": \"V Sehwag\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 175,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 175,\n                \"balls_faced\": 140,\n                \"strike_rate\": 125,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 1495,\n                \"start_date\": \"2009-11-05\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"batter_id\": 1167,\n                \"batter_name\": \"SR Tendulkar\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 175,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 175,\n                \"balls_faced\": 141,\n                \"strike_rate\": 124.11347517730496,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 4\n            },\n            {\n                \"match_id\": 2263,\n                \"start_date\": \"2014-01-23\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"batter_id\": 140,\n                \"batter_name\": \"CS MacLeod\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"SCO\",\n                \"bowling_team_id\": 22,\n                \"bowling_team_name\": \"Canada\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 175,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 175,\n                \"balls_faced\": 141,\n                \"strike_rate\": 124.11347517730496,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 784,\n                \"start_date\": \"2023-09-15\",\n                \"ground_id\": 18,\n                \"city_name\": \"Centurion\",\n                \"batter_id\": 387,\n                \"batter_name\": \"H Klaasen\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 174,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 174,\n                \"balls_faced\": 83,\n                \"strike_rate\": 209.63855421686748,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 13\n            },\n            {\n                \"match_id\": 817,\n                \"start_date\": \"2023-06-26\",\n                \"ground_id\": 101,\n                \"city_name\": \"Harare\",\n                \"batter_id\": 170,\n                \"batter_name\": \"SC Williams\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"ZIM\",\n                \"bowling_team_id\": 18,\n                \"bowling_team_name\": \"United States of America\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 174,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 174,\n                \"balls_faced\": 101,\n                \"strike_rate\": 172.27722772277227,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 5\n            },\n            {\n                \"match_id\": 860,\n                \"start_date\": \"2023-10-24\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"batter_id\": 223,\n                \"batter_name\": \"Q de Kock\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 174,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 174,\n                \"balls_faced\": 140,\n                \"strike_rate\": 124.28571428571429,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 1892,\n                \"start_date\": \"2013-07-02\",\n                \"ground_id\": 11,\n                \"city_name\": \"Jamaica\",\n                \"batter_id\": 263,\n                \"batter_name\": \"WU Tharanga\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"SL\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"India\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 174,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 174,\n                \"balls_faced\": 159,\n                \"strike_rate\": 109.43396226415095,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 3\n            },\n            {\n                \"match_id\": 533,\n                \"start_date\": \"2021-09-09\",\n                \"ground_id\": 132,\n                \"city_name\": \"Al Amarat\",\n                \"batter_id\": 542,\n                \"batter_name\": \"JS Malhotra\",\n                \"batting_team_id\": 18,\n                \"batting_team_name\": \"USA\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"Papua New Guinea\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 173,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 173,\n                \"balls_faced\": 124,\n                \"strike_rate\": 139.51612903225808,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 16\n            },\n            {\n                \"match_id\": 2484,\n                \"start_date\": \"2016-10-12\",\n                \"ground_id\": 19,\n                \"city_name\": \"Cape Town\",\n                \"batter_id\": 115,\n                \"batter_name\": \"DA Warner\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"AUS\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"South Africa\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 173,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 173,\n                \"balls_faced\": 136,\n                \"strike_rate\": 127.20588235294117,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 0\n            },\n            {\n                \"match_id\": 2438,\n                \"start_date\": \"2016-08-30\",\n                \"ground_id\": 4,\n                \"city_name\": \"Nottingham\",\n                \"batter_id\": 62,\n                \"batter_name\": \"AD Hales\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"ENG\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"Pakistan\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 171,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 171,\n                \"balls_faced\": 122,\n                \"strike_rate\": 140.1639344262295,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 4\n            },\n            {\n                \"match_id\": 2413,\n                \"start_date\": \"2016-01-12\",\n                \"ground_id\": 119,\n                \"city_name\": \"Perth\",\n                \"batter_id\": 1,\n                \"batter_name\": \"RG Sharma\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"IND\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"Australia\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 171,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 171,\n                \"balls_faced\": 163,\n                \"strike_rate\": 104.9079754601227,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 7\n            },\n            {\n                \"match_id\": 2334,\n                \"start_date\": \"2015-01-23\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"batter_id\": 21,\n                \"batter_name\": \"L Ronchi\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"NZ\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 170,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 170,\n                \"balls_faced\": 99,\n                \"strike_rate\": 171.7171717171717,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 9\n            },\n            {\n                \"match_id\": 366,\n                \"start_date\": \"2019-05-05\",\n                \"ground_id\": 63,\n                \"city_name\": \"Dublin\",\n                \"batter_id\": 121,\n                \"batter_name\": \"SD Hope\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"WI\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Ireland\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 170,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 170,\n                \"balls_faced\": 152,\n                \"strike_rate\": 111.84210526315789,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 2293,\n                \"start_date\": \"2014-08-25\",\n                \"ground_id\": 51,\n                \"city_name\": \"St Kitts\",\n                \"batter_id\": 296,\n                \"batter_name\": \"D Ramdin\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"WI\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 169,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 169,\n                \"balls_faced\": 121,\n                \"strike_rate\": 139.6694214876033,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 11\n            },\n            {\n                \"match_id\": 1905,\n                \"start_date\": \"2013-07-20\",\n                \"ground_id\": 13,\n                \"city_name\": \"Colombo\",\n                \"batter_id\": 1069,\n                \"batter_name\": \"KC Sangakkara\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"SL\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"South Africa\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 169,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 169,\n                \"balls_faced\": 137,\n                \"strike_rate\": 123.35766423357664,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 6\n            },\n            {\n                \"match_id\": 898,\n                \"start_date\": \"2023-12-20\",\n                \"ground_id\": 8,\n                \"city_name\": \"Nelson\",\n                \"batter_id\": 17,\n                \"batter_name\": \"Soumya Sarkar\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"BAN\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"New Zealand\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 169,\n                        \"is_not_out\": false\n                    }\n                ],\n                \"runs_scored\": 169,\n                \"balls_faced\": 151,\n                \"strike_rate\": 111.9205298013245,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 2\n            },\n            {\n                \"match_id\": 100,\n                \"start_date\": \"2017-10-15\",\n                \"ground_id\": 97,\n                \"city_name\": \"Kimberley\",\n                \"batter_id\": 223,\n                \"batter_name\": \"Q de Kock\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"SA\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"innings\": [\n                    {\n                        \"runs_scored\": 168,\n                        \"is_not_out\": true\n                    }\n                ],\n                \"runs_scored\": 168,\n                \"balls_faced\": 145,\n                \"strike_rate\": 115.86206896551724,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 2\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"2df0237e-8358-4ebf-8cc6-43aa5317794a"},{"name":"Series","event":[{"listen":"test","script":{"id":"294c693a-1dbf-4f3a-812e-d4a7cb71489c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"14e76cf8-c805-45fc-87e0-f5bda9327c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1","urlObject":{"path":["stats","batting","individual","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"ground","value":"90"},{"key":"host_nation","value":"1"}],"variable":[]}},"response":[{"id":"e387cbdb-f278-4310-ba2c-33da6fcca074","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1","host":["http://localhost:8080"],"path":["stats","batting","individual","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"ground","value":"90","disabled":true},{"key":"host_nation","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 14 Jan 2025 07:29:36 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"series_id\": 55,\n                \"series_name\": \"India in South Africa ODI series\",\n                \"series_season\": \"2017/18\",\n                \"batter_id\": 120,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2018-02-01\",\n                \"max_date\": \"2018-02-16\",\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 558,\n                \"balls_faced\": 561,\n                \"not_outs\": 3,\n                \"average\": 186,\n                \"strike_rate\": 99.46524064171123,\n                \"highest_score\": 160,\n                \"highest_not_out_score\": 160,\n                \"centuries\": 3,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 54,\n                \"sixes_scored\": 6\n            },\n            {\n                \"series_id\": 657,\n                \"series_name\": \"West Indies in South Africa ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"batter_id\": 135,\n                \"batter_name\": \"HM Amla\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2015-01-16\",\n                \"max_date\": \"2015-01-28\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 413,\n                \"balls_faced\": 376,\n                \"not_outs\": 2,\n                \"average\": 206.5,\n                \"strike_rate\": 109.84042553191489,\n                \"highest_score\": 153,\n                \"highest_not_out_score\": 153,\n                \"centuries\": 2,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 44,\n                \"sixes_scored\": 6\n            },\n            {\n                \"series_id\": 708,\n                \"series_name\": \"Sri Lanka in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 216,\n                \"batter_name\": \"F du Plessis\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2017-01-28\",\n                \"max_date\": \"2017-02-10\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 410,\n                \"balls_faced\": 390,\n                \"not_outs\": 1,\n                \"average\": 102.5,\n                \"strike_rate\": 105.12820512820512,\n                \"highest_score\": 185,\n                \"highest_not_out_score\": 55,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 32,\n                \"sixes_scored\": 7\n            },\n            {\n                \"series_id\": 707,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 110,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2016-09-30\",\n                \"max_date\": \"2016-10-12\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 386,\n                \"balls_faced\": 340,\n                \"not_outs\": 0,\n                \"average\": 77.2,\n                \"strike_rate\": 113.52941176470588,\n                \"highest_score\": 173,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 50,\n                \"sixes_scored\": 4\n            },\n            {\n                \"series_id\": 680,\n                \"series_name\": \"England in South Africa ODI Series\",\n                \"series_season\": \"2015/16\",\n                \"batter_id\": 19,\n                \"batter_name\": \"AD Hales\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2016-02-03\",\n                \"max_date\": \"2016-02-14\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 383,\n                \"balls_faced\": 428,\n                \"not_outs\": 0,\n                \"average\": 76.6,\n                \"strike_rate\": 89.48598130841121,\n                \"highest_score\": 112,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 4,\n                \"fifty_plus_scores\": 5,\n                \"ducks\": 0,\n                \"fours_scored\": 43,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 539,\n                \"series_name\": \"Pakistan in South Africa ODI Series\",\n                \"series_season\": \"2012/13\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2013-03-10\",\n                \"max_date\": \"2013-03-24\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 367,\n                \"balls_faced\": 395,\n                \"not_outs\": 1,\n                \"average\": 91.75,\n                \"strike_rate\": 92.9113924050633,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 95,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 31,\n                \"sixes_scored\": 4\n            },\n            {\n                \"series_id\": 75,\n                \"series_name\": \"Sri Lanka in South Africa ODI series\",\n                \"series_season\": \"2018/19\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2019-03-03\",\n                \"max_date\": \"2019-03-16\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 353,\n                \"balls_faced\": 321,\n                \"not_outs\": 0,\n                \"average\": 70.6,\n                \"strike_rate\": 109.96884735202492,\n                \"highest_score\": 121,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 4,\n                \"ducks\": 0,\n                \"fours_scored\": 51,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 680,\n                \"series_name\": \"England in South Africa ODI Series\",\n                \"series_season\": \"2015/16\",\n                \"batter_id\": 106,\n                \"batter_name\": \"JE Root\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2016-02-03\",\n                \"max_date\": \"2016-02-14\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 351,\n                \"balls_faced\": 384,\n                \"not_outs\": 0,\n                \"average\": 70.2,\n                \"strike_rate\": 91.40625,\n                \"highest_score\": 125,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 7\n            },\n            {\n                \"series_id\": 581,\n                \"series_name\": \"India in South Africa ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2013-12-05\",\n                \"max_date\": \"2013-12-11\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 342,\n                \"balls_faced\": 359,\n                \"not_outs\": 0,\n                \"average\": 114,\n                \"strike_rate\": 95.26462395543176,\n                \"highest_score\": 135,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 3,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 36,\n                \"sixes_scored\": 5\n            },\n            {\n                \"series_id\": 514,\n                \"series_name\": \"Sri Lanka in South Africa ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2012-01-11\",\n                \"max_date\": \"2012-01-22\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 329,\n                \"balls_faced\": 263,\n                \"not_outs\": 2,\n                \"average\": 109.66666666666667,\n                \"strike_rate\": 125.09505703422053,\n                \"highest_score\": 125,\n                \"highest_not_out_score\": 125,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 7\n            },\n            {\n                \"series_id\": 680,\n                \"series_name\": \"England in South Africa ODI Series\",\n                \"series_season\": \"2015/16\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2016-02-03\",\n                \"max_date\": \"2016-02-14\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 326,\n                \"balls_faced\": 305,\n                \"not_outs\": 1,\n                \"average\": 81.5,\n                \"strike_rate\": 106.88524590163935,\n                \"highest_score\": 138,\n                \"highest_not_out_score\": 138,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 37,\n                \"sixes_scored\": 10\n            },\n            {\n                \"series_id\": 55,\n                \"series_name\": \"India in South Africa ODI series\",\n                \"series_season\": \"2017/18\",\n                \"batter_id\": 23,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2018-02-01\",\n                \"max_date\": \"2018-02-16\",\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 323,\n                \"balls_faced\": 310,\n                \"not_outs\": 1,\n                \"average\": 64.6,\n                \"strike_rate\": 104.19354838709677,\n                \"highest_score\": 109,\n                \"highest_not_out_score\": 51,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 47,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 707,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 1804,\n                \"batter_name\": \"RR Rossouw\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2016-09-30\",\n                \"max_date\": \"2016-10-12\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 311,\n                \"balls_faced\": 310,\n                \"not_outs\": 1,\n                \"average\": 77.75,\n                \"strike_rate\": 100.3225806451613,\n                \"highest_score\": 122,\n                \"highest_not_out_score\": 33,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 40,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 178,\n                \"series_name\": \"Pakistan in South Africa ODI series\",\n                \"series_season\": \"2021\",\n                \"batter_id\": 215,\n                \"batter_name\": \"Fakhar Zaman\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2021-04-02\",\n                \"max_date\": \"2021-04-07\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 302,\n                \"balls_faced\": 271,\n                \"not_outs\": 0,\n                \"average\": 100.66666666666667,\n                \"strike_rate\": 111.43911439114392,\n                \"highest_score\": 193,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 28,\n                \"sixes_scored\": 13\n            },\n            {\n                \"series_id\": 707,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2016-09-30\",\n                \"max_date\": \"2016-10-12\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 300,\n                \"balls_faced\": 218,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 137.61467889908258,\n                \"highest_score\": 178,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 27,\n                \"sixes_scored\": 13\n            },\n            {\n                \"series_id\": 473,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2009/10\",\n                \"batter_id\": 1057,\n                \"batter_name\": \"RT Ponting\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 288,\n                \"balls_faced\": 366,\n                \"not_outs\": 1,\n                \"average\": 72,\n                \"strike_rate\": 78.68852459016394,\n                \"highest_score\": 111,\n                \"highest_not_out_score\": 111,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 26,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 26,\n                \"series_name\": \"Bangladesh in South Africa ODI series\",\n                \"series_season\": \"2017/18\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2017-10-15\",\n                \"max_date\": \"2017-10-22\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 287,\n                \"balls_faced\": 274,\n                \"not_outs\": 1,\n                \"average\": 143.5,\n                \"strike_rate\": 104.74452554744525,\n                \"highest_score\": 168,\n                \"highest_not_out_score\": 168,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 31,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 308,\n                \"series_name\": \"Australia in South Africa ODI series\",\n                \"series_season\": \"2023/24\",\n                \"batter_id\": 514,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-09-07\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 283,\n                \"balls_faced\": 293,\n                \"not_outs\": 1,\n                \"average\": 70.75,\n                \"strike_rate\": 96.58703071672355,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 80,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 34,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 75,\n                \"series_name\": \"Sri Lanka in South Africa ODI series\",\n                \"series_season\": \"2018/19\",\n                \"batter_id\": 216,\n                \"batter_name\": \"F du Plessis\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2019-03-03\",\n                \"max_date\": \"2019-03-16\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 272,\n                \"balls_faced\": 287,\n                \"not_outs\": 1,\n                \"average\": 68,\n                \"strike_rate\": 94.77351916376307,\n                \"highest_score\": 112,\n                \"highest_not_out_score\": 112,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 35,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 657,\n                \"series_name\": \"West Indies in South Africa ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"batter_id\": 1804,\n                \"batter_name\": \"RR Rossouw\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2015-01-16\",\n                \"max_date\": \"2015-01-28\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 271,\n                \"balls_faced\": 235,\n                \"not_outs\": 0,\n                \"average\": 54.2,\n                \"strike_rate\": 115.31914893617021,\n                \"highest_score\": 132,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 1,\n                \"fours_scored\": 22,\n                \"sixes_scored\": 10\n            },\n            {\n                \"series_id\": 72,\n                \"series_name\": \"Pakistan in South Africa ODI series\",\n                \"series_season\": \"2018/19\",\n                \"batter_id\": 361,\n                \"batter_name\": \"Imam-ul-Haq\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2019-01-19\",\n                \"max_date\": \"2019-01-30\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 271,\n                \"balls_faced\": 332,\n                \"not_outs\": 0,\n                \"average\": 54.2,\n                \"strike_rate\": 81.62650602409639,\n                \"highest_score\": 101,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 473,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2009/10\",\n                \"batter_id\": 1084,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 265,\n                \"balls_faced\": 291,\n                \"not_outs\": 2,\n                \"average\": 88.33333333333333,\n                \"strike_rate\": 91.06529209621993,\n                \"highest_score\": 136,\n                \"highest_not_out_score\": 136,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 11\n            },\n            {\n                \"series_id\": 708,\n                \"series_name\": \"Sri Lanka in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 135,\n                \"batter_name\": \"HM Amla\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2017-01-28\",\n                \"max_date\": \"2017-02-10\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 261,\n                \"balls_faced\": 282,\n                \"not_outs\": 0,\n                \"average\": 52.2,\n                \"strike_rate\": 92.55319148936171,\n                \"highest_score\": 154,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 27,\n                \"sixes_scored\": 6\n            },\n            {\n                \"series_id\": 272,\n                \"series_name\": \"England in South Africa ODI series\",\n                \"series_season\": \"2022/23\",\n                \"batter_id\": 32,\n                \"batter_name\": \"JC Buttler\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2023-01-27\",\n                \"max_date\": \"2023-02-01\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 261,\n                \"balls_faced\": 251,\n                \"not_outs\": 1,\n                \"average\": 130.5,\n                \"strike_rate\": 103.98406374501992,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 94,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 10\n            },\n            {\n                \"series_id\": 62,\n                \"series_name\": \"United Arab Emirates Tri-Nation Series\",\n                \"series_season\": \"2017/18\",\n                \"batter_id\": 96,\n                \"batter_name\": \"Rameez Shahzad\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-01-11\",\n                \"max_date\": \"2018-01-23\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 258,\n                \"balls_faced\": 306,\n                \"not_outs\": 1,\n                \"average\": 86,\n                \"strike_rate\": 84.31372549019608,\n                \"highest_score\": 121,\n                \"highest_not_out_score\": 121,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 4\n            },\n            {\n                \"series_id\": 448,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2008/09\",\n                \"batter_id\": 1156,\n                \"batter_name\": \"HH Gibbs\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-04-03\",\n                \"max_date\": \"2009-04-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 253,\n                \"balls_faced\": 308,\n                \"not_outs\": 0,\n                \"average\": 50.6,\n                \"strike_rate\": 82.14285714285714,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 27,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 707,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 216,\n                \"batter_name\": \"F du Plessis\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2016-09-30\",\n                \"max_date\": \"2016-10-12\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 250,\n                \"balls_faced\": 265,\n                \"not_outs\": 0,\n                \"average\": 50,\n                \"strike_rate\": 94.33962264150944,\n                \"highest_score\": 111,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 28,\n                \"sixes_scored\": 0\n            },\n            {\n                \"series_id\": 499,\n                \"series_name\": \"India in South Africa ODI Series\",\n                \"series_season\": \"2010/11\",\n                \"batter_id\": 135,\n                \"batter_name\": \"HM Amla\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2011-01-12\",\n                \"max_date\": \"2011-01-23\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 250,\n                \"balls_faced\": 264,\n                \"not_outs\": 1,\n                \"average\": 62.5,\n                \"strike_rate\": 94.6969696969697,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 116,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 28,\n                \"sixes_scored\": 0\n            },\n            {\n                \"series_id\": 657,\n                \"series_name\": \"West Indies in South Africa ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2015-01-16\",\n                \"max_date\": \"2015-01-25\",\n                \"matches_played\": 4,\n                \"innings_batted\": 3,\n                \"runs_scored\": 249,\n                \"balls_faced\": 163,\n                \"not_outs\": 0,\n                \"average\": 83,\n                \"strike_rate\": 152.76073619631902,\n                \"highest_score\": 149,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 16\n            },\n            {\n                \"series_id\": 498,\n                \"series_name\": \"Zimbabwe in South Africa ODI Series\",\n                \"series_season\": \"2010/11\",\n                \"batter_id\": 135,\n                \"batter_name\": \"HM Amla\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2010-10-15\",\n                \"max_date\": \"2010-10-22\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 244,\n                \"balls_faced\": 217,\n                \"not_outs\": 0,\n                \"average\": 81.33333333333333,\n                \"strike_rate\": 112.44239631336406,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 29,\n                \"sixes_scored\": 1\n            },\n            {\n                \"series_id\": 499,\n                \"series_name\": \"India in South Africa ODI Series\",\n                \"series_season\": \"2010/11\",\n                \"batter_id\": 163,\n                \"batter_name\": \"JP Duminy\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2011-01-12\",\n                \"max_date\": \"2011-01-23\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 244,\n                \"balls_faced\": 283,\n                \"not_outs\": 1,\n                \"average\": 61,\n                \"strike_rate\": 86.21908127208481,\n                \"highest_score\": 73,\n                \"highest_not_out_score\": 71,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 308,\n                \"series_name\": \"Australia in South Africa ODI series\",\n                \"series_season\": \"2023/24\",\n                \"batter_id\": 383,\n                \"batter_name\": \"H Klaasen\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-09-07\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 243,\n                \"balls_faced\": 153,\n                \"not_outs\": 0,\n                \"average\": 48.6,\n                \"strike_rate\": 158.8235294117647,\n                \"highest_score\": 174,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 16\n            },\n            {\n                \"series_id\": 130,\n                \"series_name\": \"Australia in South Africa ODI series\",\n                \"series_season\": \"2019/20\",\n                \"batter_id\": 383,\n                \"batter_name\": \"H Klaasen\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2020-02-29\",\n                \"max_date\": \"2020-03-07\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 242,\n                \"balls_faced\": 229,\n                \"not_outs\": 2,\n                \"average\": 242,\n                \"strike_rate\": 105.67685589519651,\n                \"highest_score\": 123,\n                \"highest_not_out_score\": 123,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 5\n            },\n            {\n                \"series_id\": 72,\n                \"series_name\": \"Pakistan in South Africa ODI series\",\n                \"series_season\": \"2018/19\",\n                \"batter_id\": 432,\n                \"batter_name\": \"HE van der Dussen\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2019-01-19\",\n                \"max_date\": \"2019-01-30\",\n                \"matches_played\": 5,\n                \"innings_batted\": 4,\n                \"runs_scored\": 241,\n                \"balls_faced\": 316,\n                \"not_outs\": 2,\n                \"average\": 120.5,\n                \"strike_rate\": 76.26582278481013,\n                \"highest_score\": 93,\n                \"highest_not_out_score\": 80,\n                \"centuries\": 0,\n                \"half_centuries\": 3,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 16,\n                \"sixes_scored\": 6\n            },\n            {\n                \"series_id\": 448,\n                \"series_name\": \"Australia in South Africa ODI Series\",\n                \"series_season\": \"2008/09\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-04-03\",\n                \"max_date\": \"2009-04-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 240,\n                \"balls_faced\": 251,\n                \"not_outs\": 1,\n                \"average\": 60,\n                \"strike_rate\": 95.61752988047809,\n                \"highest_score\": 84,\n                \"highest_not_out_score\": 36,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 4\n            },\n            {\n                \"series_id\": 498,\n                \"series_name\": \"Zimbabwe in South Africa ODI Series\",\n                \"series_season\": \"2010/11\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2010-10-15\",\n                \"max_date\": \"2010-10-22\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 231,\n                \"balls_faced\": 187,\n                \"not_outs\": 1,\n                \"average\": 115.5,\n                \"strike_rate\": 123.52941176470588,\n                \"highest_score\": 109,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 10\n            },\n            {\n                \"series_id\": 208,\n                \"series_name\": \"India in South Africa ODI series\",\n                \"series_season\": \"2021/22\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2022-01-19\",\n                \"max_date\": \"2022-01-23\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 229,\n                \"balls_faced\": 237,\n                \"not_outs\": 0,\n                \"average\": 76.33333333333333,\n                \"strike_rate\": 96.62447257383967,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 5\n            },\n            {\n                \"series_id\": 514,\n                \"series_name\": \"Sri Lanka in South Africa ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"batter_id\": 1107,\n                \"batter_name\": \"GC Smith\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2012-01-11\",\n                \"max_date\": \"2012-01-22\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 229,\n                \"balls_faced\": 289,\n                \"not_outs\": 0,\n                \"average\": 45.8,\n                \"strike_rate\": 79.23875432525952,\n                \"highest_score\": 125,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 5\n            },\n            {\n                \"series_id\": 178,\n                \"series_name\": \"Pakistan in South Africa ODI series\",\n                \"series_season\": \"2021\",\n                \"batter_id\": 52,\n                \"batter_name\": \"Babar Azam\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2021-04-02\",\n                \"max_date\": \"2021-04-07\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 228,\n                \"balls_faced\": 219,\n                \"not_outs\": 0,\n                \"average\": 76,\n                \"strike_rate\": 104.10958904109589,\n                \"highest_score\": 103,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 326,\n                \"series_name\": \"India in South Africa ODI series\",\n                \"series_season\": \"2023/24\",\n                \"batter_id\": 840,\n                \"batter_name\": \"T de Zorzi\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-21\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 228,\n                \"balls_faced\": 231,\n                \"not_outs\": 1,\n                \"average\": 114,\n                \"strike_rate\": 98.7012987012987,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 119,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 11\n            },\n            {\n                \"series_id\": 539,\n                \"series_name\": \"Pakistan in South Africa ODI Series\",\n                \"series_season\": \"2012/13\",\n                \"batter_id\": 1403,\n                \"batter_name\": \"Misbah-ul-Haq\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2013-03-10\",\n                \"max_date\": \"2013-03-24\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 227,\n                \"balls_faced\": 283,\n                \"not_outs\": 1,\n                \"average\": 56.75,\n                \"strike_rate\": 80.21201413427562,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 57,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 6\n            },\n            {\n                \"series_id\": 276,\n                \"series_name\": \"Netherlands in South Africa ODI series\",\n                \"series_season\": \"2022/23\",\n                \"batter_id\": 248,\n                \"batter_name\": \"AK Markram\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-03-31\",\n                \"max_date\": \"2023-04-02\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 226,\n                \"balls_faced\": 165,\n                \"not_outs\": 1,\n                \"average\": 226,\n                \"strike_rate\": 136.96969696969697,\n                \"highest_score\": 175,\n                \"highest_not_out_score\": 51,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 8\n            },\n            {\n                \"series_id\": 308,\n                \"series_name\": \"Australia in South Africa ODI series\",\n                \"series_season\": \"2023/24\",\n                \"batter_id\": 248,\n                \"batter_name\": \"AK Markram\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-09-07\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 225,\n                \"balls_faced\": 194,\n                \"not_outs\": 1,\n                \"average\": 56.25,\n                \"strike_rate\": 115.97938144329896,\n                \"highest_score\": 102,\n                \"highest_not_out_score\": 102,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 7\n            },\n            {\n                \"series_id\": 657,\n                \"series_name\": \"West Indies in South Africa ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"batter_id\": 210,\n                \"batter_name\": \"DA Miller\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2015-01-16\",\n                \"max_date\": \"2015-01-28\",\n                \"matches_played\": 5,\n                \"innings_batted\": 4,\n                \"runs_scored\": 223,\n                \"balls_faced\": 210,\n                \"not_outs\": 2,\n                \"average\": 111.5,\n                \"strike_rate\": 106.19047619047619,\n                \"highest_score\": 130,\n                \"highest_not_out_score\": 130,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 7\n            },\n            {\n                \"series_id\": 708,\n                \"series_name\": \"Sri Lanka in South Africa ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"batter_id\": 177,\n                \"batter_name\": \"Q de Kock\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2017-01-28\",\n                \"max_date\": \"2017-02-10\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 223,\n                \"balls_faced\": 206,\n                \"not_outs\": 0,\n                \"average\": 44.6,\n                \"strike_rate\": 108.25242718446601,\n                \"highest_score\": 109,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 30,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 208,\n                \"series_name\": \"India in South Africa ODI series\",\n                \"series_season\": \"2021/22\",\n                \"batter_id\": 432,\n                \"batter_name\": \"HE van der Dussen\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2022-01-19\",\n                \"max_date\": \"2022-01-23\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 218,\n                \"balls_faced\": 193,\n                \"not_outs\": 2,\n                \"average\": 218,\n                \"strike_rate\": 112.95336787564767,\n                \"highest_score\": 129,\n                \"highest_not_out_score\": 129,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 5\n            },\n            {\n                \"series_id\": 680,\n                \"series_name\": \"England in South Africa ODI Series\",\n                \"series_season\": \"2015/16\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2016-02-03\",\n                \"max_date\": \"2016-02-14\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 218,\n                \"balls_faced\": 226,\n                \"not_outs\": 2,\n                \"average\": 72.66666666666667,\n                \"strike_rate\": 96.46017699115045,\n                \"highest_score\": 101,\n                \"highest_not_out_score\": 101,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 20,\n                \"sixes_scored\": 3\n            },\n            {\n                \"series_id\": 308,\n                \"series_name\": \"Australia in South Africa ODI series\",\n                \"series_season\": \"2023/24\",\n                \"batter_id\": 303,\n                \"batter_name\": \"T Bavuma\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-09-07\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 217,\n                \"balls_faced\": 246,\n                \"not_outs\": 1,\n                \"average\": 72.33333333333333,\n                \"strike_rate\": 88.21138211382114,\n                \"highest_score\": 114,\n                \"highest_not_out_score\": 114,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 1,\n                \"fours_scored\": 24,\n                \"sixes_scored\": 4\n            },\n            {\n                \"series_id\": 62,\n                \"series_name\": \"United Arab Emirates Tri-Nation Series\",\n                \"series_season\": \"2017/18\",\n                \"batter_id\": 125,\n                \"batter_name\": \"A Balbirnie\",\n                \"teams_represented\": [\n                    \"IRE\"\n                ],\n                \"min_date\": \"2018-01-11\",\n                \"max_date\": \"2018-01-18\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 216,\n                \"balls_faced\": 234,\n                \"not_outs\": 0,\n                \"average\": 54,\n                \"strike_rate\": 92.3076923076923,\n                \"highest_score\": 102,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 1,\n                \"fours_scored\": 26,\n                \"sixes_scored\": 2\n            },\n            {\n                \"series_id\": 72,\n                \"series_name\": \"Pakistan in South Africa ODI series\",\n                \"series_season\": \"2018/19\",\n                \"batter_id\": 135,\n                \"batter_name\": \"HM Amla\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2019-01-19\",\n                \"max_date\": \"2019-01-30\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 214,\n                \"balls_faced\": 247,\n                \"not_outs\": 1,\n                \"average\": 53.5,\n                \"strike_rate\": 86.63967611336032,\n                \"highest_score\": 108,\n                \"highest_not_out_score\": 108,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 1\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"14e76cf8-c805-45fc-87e0-f5bda9327c18"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"294c693a-1dbf-4f3a-812e-d4a7cb71489c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"8c4ed983-63d4-49fc-994b-00edee6aad43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1","urlObject":{"path":["stats","batting","individual","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"ground","value":"90"},{"key":"host_nation","value":"1"}],"variable":[]}},"response":[{"id":"0f50f10d-0781-433a-87d5-54b28f89f2b8","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1","host":["http://localhost:8080"],"path":["stats","batting","individual","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"ground","value":"90","disabled":true},{"key":"host_nation","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 11:01:03 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1057,\n                \"batter_name\": \"RT Ponting\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 288,\n                \"balls_faced\": 366,\n                \"not_outs\": 1,\n                \"average\": 72,\n                \"strike_rate\": 78.68852459016394,\n                \"highest_score\": 111,\n                \"highest_not_out_score\": 111,\n                \"centuries\": 1,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 26,\n                \"sixes_scored\": 3\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1084,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 265,\n                \"balls_faced\": 291,\n                \"not_outs\": 2,\n                \"average\": 88.33333333333333,\n                \"strike_rate\": 91.06529209621993,\n                \"highest_score\": 136,\n                \"highest_not_out_score\": 136,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 2,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 11\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1107,\n                \"batter_name\": \"GC Smith\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 206,\n                \"balls_faced\": 192,\n                \"not_outs\": 0,\n                \"average\": 68.66666666666667,\n                \"strike_rate\": 107.29166666666667,\n                \"highest_score\": 141,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 26,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1042,\n                \"batter_name\": \"PD Collingwood\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 202,\n                \"balls_faced\": 233,\n                \"not_outs\": 0,\n                \"average\": 50.5,\n                \"strike_rate\": 86.69527896995709,\n                \"highest_score\": 82,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 8\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1031,\n                \"batter_name\": \"Mohammad Yousuf\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 200,\n                \"balls_faced\": 266,\n                \"not_outs\": 0,\n                \"average\": 50,\n                \"strike_rate\": 75.18796992481202,\n                \"highest_score\": 87,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 50,\n                \"batter_name\": \"MJ Guptill\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 191,\n                \"balls_faced\": 231,\n                \"not_outs\": 0,\n                \"average\": 38.2,\n                \"strike_rate\": 82.68398268398268,\n                \"highest_score\": 66,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 3\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 49,\n                \"batter_name\": \"Shoaib Malik\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 180,\n                \"balls_faced\": 209,\n                \"not_outs\": 0,\n                \"average\": 45,\n                \"strike_rate\": 86.1244019138756,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 19,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1055,\n                \"batter_name\": \"DPMD Jayawardene\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 163,\n                \"balls_faced\": 158,\n                \"not_outs\": 0,\n                \"average\": 54.333333333333336,\n                \"strike_rate\": 103.16455696202532,\n                \"highest_score\": 77,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 15,\n                \"sixes_scored\": 3\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1102,\n                \"batter_name\": \"BB McCullum\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 155,\n                \"balls_faced\": 209,\n                \"not_outs\": 0,\n                \"average\": 31,\n                \"strike_rate\": 74.16267942583733,\n                \"highest_score\": 48,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 6\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1092,\n                \"batter_name\": \"TM Dilshan\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 149,\n                \"balls_faced\": 135,\n                \"not_outs\": 0,\n                \"average\": 49.666666666666664,\n                \"strike_rate\": 110.37037037037037,\n                \"highest_score\": 106,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 23,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1044,\n                \"batter_name\": \"MEK Hussey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 4,\n                \"runs_scored\": 148,\n                \"balls_faced\": 175,\n                \"not_outs\": 0,\n                \"average\": 37,\n                \"strike_rate\": 84.57142857142857,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 147,\n                \"batter_name\": \"EJG Morgan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 147,\n                \"balls_faced\": 184,\n                \"not_outs\": 1,\n                \"average\": 49,\n                \"strike_rate\": 79.8913043478261,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 62,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 5\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1232,\n                \"batter_name\": \"OA Shah\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 145,\n                \"balls_faced\": 175,\n                \"not_outs\": 0,\n                \"average\": 36.25,\n                \"strike_rate\": 82.85714285714286,\n                \"highest_score\": 98,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 7\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 252,\n                \"batter_name\": \"AB de Villiers\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 130,\n                \"balls_faced\": 155,\n                \"not_outs\": 1,\n                \"average\": 65,\n                \"strike_rate\": 83.87096774193549,\n                \"highest_score\": 70,\n                \"highest_not_out_score\": 70,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1399,\n                \"batter_name\": \"GD Elliott\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 126,\n                \"balls_faced\": 174,\n                \"not_outs\": 1,\n                \"average\": 31.5,\n                \"strike_rate\": 72.41379310344827,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 217,\n                \"batter_name\": \"TD Paine\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 123,\n                \"balls_faced\": 167,\n                \"not_outs\": 0,\n                \"average\": 24.6,\n                \"strike_rate\": 73.65269461077844,\n                \"highest_score\": 56,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 62,\n                \"batter_name\": \"LRPL Taylor\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 121,\n                \"balls_faced\": 185,\n                \"not_outs\": 0,\n                \"average\": 24.2,\n                \"strike_rate\": 65.4054054054054,\n                \"highest_score\": 72,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 4\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 161,\n                \"batter_name\": \"CL White\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 4,\n                \"runs_scored\": 106,\n                \"balls_faced\": 164,\n                \"not_outs\": 1,\n                \"average\": 35.333333333333336,\n                \"strike_rate\": 64.63414634146342,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 35,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1120,\n                \"batter_name\": \"DL Vettori\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 100,\n                \"balls_faced\": 96,\n                \"not_outs\": 2,\n                \"average\": 50,\n                \"strike_rate\": 104.16666666666667,\n                \"highest_score\": 48,\n                \"highest_not_out_score\": 10,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 254,\n                \"batter_name\": \"Umar Akmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 98,\n                \"balls_faced\": 122,\n                \"not_outs\": 2,\n                \"average\": 49,\n                \"strike_rate\": 80.32786885245902,\n                \"highest_score\": 55,\n                \"highest_not_out_score\": 41,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 120,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 95,\n                \"balls_faced\": 128,\n                \"not_outs\": 1,\n                \"average\": 95,\n                \"strike_rate\": 74.21875,\n                \"highest_score\": 79,\n                \"highest_not_out_score\": 79,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 318,\n                \"batter_name\": \"Kamran Akmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 92,\n                \"balls_faced\": 132,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 69.6969696969697,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1106,\n                \"batter_name\": \"JH Kallis\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 89,\n                \"balls_faced\": 103,\n                \"not_outs\": 0,\n                \"average\": 29.666666666666668,\n                \"strike_rate\": 86.40776699029126,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1190,\n                \"batter_name\": \"TT Samaraweera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 84,\n                \"balls_faced\": 113,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 74.33628318584071,\n                \"highest_score\": 37,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1408,\n                \"batter_name\": \"JD Ryder\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 82,\n                \"balls_faced\": 70,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 117.14285714285714,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1228,\n                \"batter_name\": \"MG Johnson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 2,\n                \"runs_scored\": 82,\n                \"balls_faced\": 65,\n                \"not_outs\": 1,\n                \"average\": 82,\n                \"strike_rate\": 126.15384615384616,\n                \"highest_score\": 73,\n                \"highest_not_out_score\": 73,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 3\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1153,\n                \"batter_name\": \"TT Bresnan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-10-02\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 80,\n                \"balls_faced\": 76,\n                \"not_outs\": 0,\n                \"average\": 80,\n                \"strike_rate\": 105.26315789473684,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1065,\n                \"batter_name\": \"R Dravid\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 80,\n                \"balls_faced\": 105,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 76.19047619047619,\n                \"highest_score\": 76,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 81,\n                \"batter_name\": \"KMDN Kulasekara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 75,\n                \"balls_faced\": 81,\n                \"not_outs\": 2,\n                \"average\": 75,\n                \"strike_rate\": 92.5925925925926,\n                \"highest_score\": 57,\n                \"highest_not_out_score\": 57,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 5\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 101,\n                \"batter_name\": \"NT Broom\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-24\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 73,\n                \"balls_faced\": 127,\n                \"not_outs\": 1,\n                \"average\": 18.25,\n                \"strike_rate\": 57.48031496062992,\n                \"highest_score\": 37,\n                \"highest_not_out_score\": 3,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 376,\n                \"batter_name\": \"NO Miller\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 72,\n                \"balls_faced\": 87,\n                \"not_outs\": 1,\n                \"average\": 36,\n                \"strike_rate\": 82.75862068965517,\n                \"highest_score\": 51,\n                \"highest_not_out_score\": 17,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1505,\n                \"batter_name\": \"SHT Kandamby\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 70,\n                \"balls_faced\": 106,\n                \"not_outs\": 0,\n                \"average\": 23.333333333333332,\n                \"strike_rate\": 66.0377358490566,\n                \"highest_score\": 53,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 336,\n                \"batter_name\": \"AD Mathews\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 69,\n                \"balls_faced\": 98,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 70.40816326530613,\n                \"highest_score\": 52,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1515,\n                \"batter_name\": \"TM Dowlin\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 69,\n                \"balls_faced\": 122,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 56.557377049180324,\n                \"highest_score\": 55,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1392,\n                \"batter_name\": \"DJG Sammy\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 68,\n                \"balls_faced\": 98,\n                \"not_outs\": 0,\n                \"average\": 22.666666666666668,\n                \"strike_rate\": 69.38775510204081,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 462,\n                \"batter_name\": \"JL Denly\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 67,\n                \"balls_faced\": 92,\n                \"not_outs\": 0,\n                \"average\": 16.75,\n                \"strike_rate\": 72.82608695652173,\n                \"highest_score\": 36,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1040,\n                \"batter_name\": \"KC Sangakkara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 66,\n                \"balls_faced\": 93,\n                \"not_outs\": 0,\n                \"average\": 22,\n                \"strike_rate\": 70.96774193548387,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1197,\n                \"batter_name\": \"JA Morkel\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 65,\n                \"balls_faced\": 60,\n                \"not_outs\": 2,\n                \"average\": 65,\n                \"strike_rate\": 108.33333333333333,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 29,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1164,\n                \"batter_name\": \"G Gambhir\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 63,\n                \"balls_faced\": 51,\n                \"not_outs\": 0,\n                \"average\": 31.5,\n                \"strike_rate\": 123.52941176470588,\n                \"highest_score\": 57,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1177,\n                \"batter_name\": \"JEC Franklin\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-09-27\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 4,\n                \"innings_batted\": 3,\n                \"runs_scored\": 63,\n                \"balls_faced\": 69,\n                \"not_outs\": 2,\n                \"average\": 63,\n                \"strike_rate\": 91.30434782608695,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 28,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1118,\n                \"batter_name\": \"MV Boucher\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-09-27\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 62,\n                \"balls_faced\": 67,\n                \"not_outs\": 0,\n                \"average\": 20.666666666666668,\n                \"strike_rate\": 92.53731343283582,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1413,\n                \"batter_name\": \"ADS Fletcher\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 61,\n                \"balls_faced\": 97,\n                \"not_outs\": 0,\n                \"average\": 20.333333333333332,\n                \"strike_rate\": 62.88659793814433,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1344,\n                \"batter_name\": \"LJ Wright\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 3,\n                \"runs_scored\": 60,\n                \"balls_faced\": 81,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 74.07407407407408,\n                \"highest_score\": 48,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 2\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1537,\n                \"batter_name\": \"AJ Redmond\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-10-03\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 57,\n                \"balls_faced\": 100,\n                \"not_outs\": 0,\n                \"average\": 28.5,\n                \"strike_rate\": 57,\n                \"highest_score\": 31,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1319,\n                \"batter_name\": \"DS Smith\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 56,\n                \"balls_faced\": 70,\n                \"not_outs\": 0,\n                \"average\": 18.666666666666668,\n                \"strike_rate\": 80,\n                \"highest_score\": 21,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1268,\n                \"batter_name\": \"Imran Nazir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 53,\n                \"balls_faced\": 63,\n                \"not_outs\": 0,\n                \"average\": 17.666666666666668,\n                \"strike_rate\": 84.12698412698413,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1019,\n                \"batter_name\": \"Younis Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-10-03\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 53,\n                \"balls_faced\": 105,\n                \"not_outs\": 0,\n                \"average\": 17.666666666666668,\n                \"strike_rate\": 50.476190476190474,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1090,\n                \"batter_name\": \"AJ Strauss\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2009-10-02\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 48,\n                \"balls_faced\": 74,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 64.86486486486487,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 1403,\n                \"batter_name\": \"Misbah-ul-Haq\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-09-23\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 47,\n                \"balls_faced\": 75,\n                \"not_outs\": 0,\n                \"average\": 23.5,\n                \"strike_rate\": 62.666666666666664,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 0\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"batter_id\": 372,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2009-09-26\",\n                \"max_date\": \"2009-09-30\",\n                \"matches_played\": 2,\n                \"innings_batted\": 1,\n                \"runs_scored\": 46,\n                \"balls_faced\": 41,\n                \"not_outs\": 0,\n                \"average\": 46,\n                \"strike_rate\": 112.1951219512195,\n                \"highest_score\": 46,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 2\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"8c4ed983-63d4-49fc-994b-00edee6aad43"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"294c693a-1dbf-4f3a-812e-d4a7cb71489c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"5236b8ac-bc88-4db0-8e44-059cbec93444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&host_nation=1","urlObject":{"path":["stats","batting","individual","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"ground","value":"90"},{"key":"host_nation","value":"1"}],"variable":[]}},"response":[{"id":"594b7fba-9cb6-4f41-992b-5bd5d9e0c572","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&ground=63&ground=90","host":["http://localhost:8080"],"path":["stats","batting","individual","grounds"],"query":[{"key":"playing_format","value":"ODI","type":"text"},{"key":"is_male","value":"true","type":"text"},{"key":"min_start_date","value":"2008-08-18","type":"text"},{"key":"max_start_date","value":"2024-09-27","type":"text"},{"key":"season","value":"2022/23","type":"text"},{"key":"season","value":"2019/20","type":"text"},{"key":"season","value":"2017/18","type":"text"},{"key":"season","value":"2013/14","type":"text"},{"key":"season","value":"2011/12","type":"text"},{"key":"primary_team","value":"1","type":"text"},{"key":"primary_team","value":"8","type":"text"},{"key":"primary_team","value":"10","type":"text"},{"key":"opposition_team","value":"1","type":"text"},{"key":"opposition_team","value":"8","type":"text"},{"key":"opposition_team","value":"10","type":"text"},{"key":"ground","value":"63","type":"text"},{"key":"ground","value":"90","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 14 Dec 2024 13:42:04 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-grounds stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 393,\n                \"balls_faced\": 341,\n                \"not_outs\": 0,\n                \"average\": 131,\n                \"strike_rate\": 115.24926686217009,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 21,\n                \"sixes_scored\": 27\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 134,\n                \"balls_faced\": 137,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 97.81021897810218,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 128,\n                \"balls_faced\": 112,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 114.28571428571429,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 3\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 127,\n                \"balls_faced\": 126,\n                \"not_outs\": 0,\n                \"average\": 63.5,\n                \"strike_rate\": 100.7936507936508,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 4\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 122,\n                \"balls_faced\": 152,\n                \"not_outs\": 1,\n                \"average\": 122,\n                \"strike_rate\": 80.26315789473684,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 118,\n                \"balls_faced\": 127,\n                \"not_outs\": 0,\n                \"average\": 39.333333333333336,\n                \"strike_rate\": 92.91338582677166,\n                \"highest_score\": 94,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 4\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 9,\n                \"batter_name\": \"JP Faulkner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 116,\n                \"balls_faced\": 73,\n                \"not_outs\": 0,\n                \"average\": 116,\n                \"strike_rate\": 158.9041095890411,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 6\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 110,\n                \"balls_faced\": 114,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 96.49122807017544,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 2\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 110,\n                \"balls_faced\": 115,\n                \"not_outs\": 0,\n                \"average\": 36.666666666666664,\n                \"strike_rate\": 95.65217391304348,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 106,\n                \"balls_faced\": 122,\n                \"not_outs\": 1,\n                \"average\": 53,\n                \"strike_rate\": 86.88524590163935,\n                \"highest_score\": 86,\n                \"highest_not_out_score\": 86,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 11,\n                \"batter_name\": \"MR Marsh\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 81,\n                \"balls_faced\": 65,\n                \"not_outs\": 0,\n                \"average\": 81,\n                \"strike_rate\": 124.61538461538461,\n                \"highest_score\": 81,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 5\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 80,\n                \"balls_faced\": 62,\n                \"not_outs\": 0,\n                \"average\": 80,\n                \"strike_rate\": 129.03225806451613,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 75,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 37.5,\n                \"strike_rate\": 156.25,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 3\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 74,\n                \"balls_faced\": 91,\n                \"not_outs\": 0,\n                \"average\": 74,\n                \"strike_rate\": 81.31868131868131,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 70,\n                \"balls_faced\": 101,\n                \"not_outs\": 1,\n                \"average\": 70,\n                \"strike_rate\": 69.3069306930693,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 45,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 249,\n                \"batter_name\": \"KM Jadhav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 67,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 97.10144927536231,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 60,\n                \"balls_faced\": 57,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 105.26315789473684,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 6,\n                \"batter_name\": \"GJ Maxwell\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 60,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 272.72727272727275,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 7\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 54,\n                \"balls_faced\": 64,\n                \"not_outs\": 0,\n                \"average\": 54,\n                \"strike_rate\": 84.375,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 53,\n                \"balls_faced\": 66,\n                \"not_outs\": 0,\n                \"average\": 53,\n                \"strike_rate\": 80.3030303030303,\n                \"highest_score\": 53,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 1053,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 49,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 49,\n                \"strike_rate\": 222.72727272727272,\n                \"highest_score\": 49,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 6\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1256,\n                \"batter_name\": \"TT Bresnan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 45,\n                \"not_outs\": 0,\n                \"average\": 45,\n                \"strike_rate\": 100,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 1357,\n                \"batter_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 44,\n                \"balls_faced\": 35,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 125.71428571428571,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 314,\n                \"batter_name\": \"PSP Handscomb\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 43,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 43,\n                \"strike_rate\": 143.33333333333334,\n                \"highest_score\": 43,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 724,\n                \"batter_name\": \"MK Pandey\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 41,\n                \"balls_faced\": 29,\n                \"not_outs\": 1,\n                \"average\": 41,\n                \"strike_rate\": 141.3793103448276,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 8,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 40,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 102.5,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 3\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 697,\n                \"batter_name\": \"KP Pietersen\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 61,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 67.21311475409836,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 238,\n                \"batter_name\": \"BJ Haddin\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 40,\n                \"balls_faced\": 49,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 81.63265306122449,\n                \"highest_score\": 40,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 515,\n                \"batter_name\": \"IJL Trott\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 39,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 39,\n                \"strike_rate\": 81.25,\n                \"highest_score\": 39,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 23,\n                \"batter_name\": \"AT Carey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 35,\n                \"balls_faced\": 36,\n                \"not_outs\": 0,\n                \"average\": 35,\n                \"strike_rate\": 97.22222222222223,\n                \"highest_score\": 35,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 825,\n                \"batter_name\": \"TM Head\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 38,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 76.3157894736842,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 480,\n                \"batter_name\": \"C Kieswetter\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 18,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 161.11111111111111,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 2\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1070,\n                \"batter_name\": \"RR Pant\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 84.84848484848484,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 93.33333333333333,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 135,\n                \"batter_name\": \"JP Inglis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 26,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 26,\n                \"strike_rate\": 96.29629629629629,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 25,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 25,\n                \"strike_rate\": 80.64516129032258,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 1008,\n                \"batter_name\": \"PJ Hughes\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 23,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 69.6969696969697,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 22,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 22,\n                \"strike_rate\": 73.33333333333333,\n                \"highest_score\": 22,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 54.054054054054056,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1342,\n                \"batter_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 64.51612903225806,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 19,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 19,\n                \"strike_rate\": 70.37037037037037,\n                \"highest_score\": 19,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 267,\n                \"batter_name\": \"CJ McKay\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 18,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 18,\n                \"strike_rate\": 48.648648648648646,\n                \"highest_score\": 18,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 490,\n                \"batter_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 17,\n                \"balls_faced\": 15,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 113.33333333333333,\n                \"highest_score\": 17,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 340,\n                \"batter_name\": \"MP Stoinis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 9,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 166.66666666666666,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 15,\n                \"strike_rate\": 68.18181818181819,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 18,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 83.33333333333333,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1250,\n                \"batter_name\": \"SR Patel\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 14,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 14,\n                \"strike_rate\": 51.851851851851855,\n                \"highest_score\": 14,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 1111,\n                \"batter_name\": \"SN Thakur\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 13,\n                \"balls_faced\": 10,\n                \"not_outs\": 0,\n                \"average\": 13,\n                \"strike_rate\": 130,\n                \"highest_score\": 13,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"batter_id\": 1485,\n                \"batter_name\": \"Yuvraj Singh\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 14,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 85.71428571428571,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 1\n            },\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"batter_id\": 89,\n                \"batter_name\": \"C Green\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 63.1578947368421,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"5236b8ac-bc88-4db0-8e44-059cbec93444"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"b951b8c3-3c13-484c-881f-64a0a5bd0667","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a500e34d-8c51-4490-8436-dfe7ff78f045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=6","urlObject":{"path":["stats","batting","individual","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"6"}],"variable":[]}},"response":[{"id":"c1a8b2de-4304-4615-815a-ccec12227e0a","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&ground=63&ground=90","host":["http://localhost:8080"],"path":["stats","batting","individual","host-nations"],"query":[{"key":"playing_format","value":"ODI","type":"text"},{"key":"is_male","value":"true","type":"text"},{"key":"min_start_date","value":"2008-08-18","type":"text"},{"key":"max_start_date","value":"2024-09-27","type":"text"},{"key":"season","value":"2022/23","type":"text"},{"key":"season","value":"2019/20","type":"text"},{"key":"season","value":"2017/18","type":"text"},{"key":"season","value":"2013/14","type":"text"},{"key":"season","value":"2011/12","type":"text"},{"key":"primary_team","value":"1","type":"text"},{"key":"primary_team","value":"8","type":"text"},{"key":"primary_team","value":"10","type":"text"},{"key":"opposition_team","value":"1","type":"text"},{"key":"opposition_team","value":"8","type":"text"},{"key":"opposition_team","value":"10","type":"text"},{"key":"ground","value":"63","type":"text"},{"key":"ground","value":"90","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 14 Dec 2024 13:50:59 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-host_nations stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 403,\n                \"balls_faced\": 356,\n                \"not_outs\": 0,\n                \"average\": 100.75,\n                \"strike_rate\": 113.20224719101124,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 23,\n                \"sixes_scored\": 27\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 255,\n                \"balls_faced\": 238,\n                \"not_outs\": 1,\n                \"average\": 127.5,\n                \"strike_rate\": 107.14285714285714,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 29,\n                \"sixes_scored\": 7\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 228,\n                \"balls_faced\": 241,\n                \"not_outs\": 1,\n                \"average\": 76,\n                \"strike_rate\": 94.60580912863071,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 6\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 6,\n                \"innings_batted\": 6,\n                \"runs_scored\": 216,\n                \"balls_faced\": 237,\n                \"not_outs\": 1,\n                \"average\": 43.2,\n                \"strike_rate\": 91.13924050632912,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 86,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 1,\n                \"fours_scored\": 23,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 156,\n                \"balls_faced\": 167,\n                \"not_outs\": 0,\n                \"average\": 52,\n                \"strike_rate\": 93.41317365269461,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 141,\n                \"balls_faced\": 179,\n                \"not_outs\": 1,\n                \"average\": 70.5,\n                \"strike_rate\": 78.77094972067039,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 134,\n                \"balls_faced\": 148,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 90.54054054054055,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 9,\n                \"batter_name\": \"JP Faulkner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 116,\n                \"balls_faced\": 73,\n                \"not_outs\": 0,\n                \"average\": 116,\n                \"strike_rate\": 158.9041095890411,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 6\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 108,\n                \"balls_faced\": 92,\n                \"not_outs\": 0,\n                \"average\": 54,\n                \"strike_rate\": 117.3913043478261,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 90,\n                \"balls_faced\": 66,\n                \"not_outs\": 1,\n                \"average\": 45,\n                \"strike_rate\": 136.36363636363637,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 4\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 11,\n                \"batter_name\": \"MR Marsh\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 81,\n                \"balls_faced\": 65,\n                \"not_outs\": 0,\n                \"average\": 81,\n                \"strike_rate\": 124.61538461538461,\n                \"highest_score\": 81,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 5\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 73,\n                \"balls_faced\": 103,\n                \"not_outs\": 0,\n                \"average\": 36.5,\n                \"strike_rate\": 70.87378640776699,\n                \"highest_score\": 53,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 70,\n                \"balls_faced\": 101,\n                \"not_outs\": 2,\n                \"average\": 70,\n                \"strike_rate\": 69.3069306930693,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 45,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 69,\n                \"balls_faced\": 86,\n                \"not_outs\": 0,\n                \"average\": 34.5,\n                \"strike_rate\": 80.23255813953489,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 6,\n                \"batter_name\": \"GJ Maxwell\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 68,\n                \"balls_faced\": 32,\n                \"not_outs\": 0,\n                \"average\": 34,\n                \"strike_rate\": 212.5,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 7\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 249,\n                \"batter_name\": \"KM Jadhav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 67,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 97.10144927536231,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 66,\n                \"balls_faced\": 71,\n                \"not_outs\": 0,\n                \"average\": 33,\n                \"strike_rate\": 92.95774647887323,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 4\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1053,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 49,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 49,\n                \"strike_rate\": 222.72727272727272,\n                \"highest_score\": 49,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 6\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1357,\n                \"batter_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 48,\n                \"balls_faced\": 44,\n                \"not_outs\": 1,\n                \"average\": 48,\n                \"strike_rate\": 109.0909090909091,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1256,\n                \"batter_name\": \"TT Bresnan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 45,\n                \"not_outs\": 0,\n                \"average\": 45,\n                \"strike_rate\": 100,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 314,\n                \"batter_name\": \"PSP Handscomb\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 43,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 43,\n                \"strike_rate\": 143.33333333333334,\n                \"highest_score\": 43,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 697,\n                \"batter_name\": \"KP Pietersen\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 61,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 67.21311475409836,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 724,\n                \"batter_name\": \"MK Pandey\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 41,\n                \"balls_faced\": 29,\n                \"not_outs\": 1,\n                \"average\": 41,\n                \"strike_rate\": 141.3793103448276,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 8,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 238,\n                \"batter_name\": \"BJ Haddin\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 40,\n                \"balls_faced\": 49,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 81.63265306122449,\n                \"highest_score\": 40,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 515,\n                \"batter_name\": \"IJL Trott\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 39,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 39,\n                \"strike_rate\": 81.25,\n                \"highest_score\": 39,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 23,\n                \"batter_name\": \"AT Carey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 35,\n                \"balls_faced\": 36,\n                \"not_outs\": 0,\n                \"average\": 35,\n                \"strike_rate\": 97.22222222222223,\n                \"highest_score\": 35,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 825,\n                \"batter_name\": \"TM Head\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 34,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 70.83333333333333,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 480,\n                \"batter_name\": \"C Kieswetter\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 18,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 161.11111111111111,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 2\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1070,\n                \"batter_name\": \"RR Pant\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 84.84848484848484,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 135,\n                \"batter_name\": \"JP Inglis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 26,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 26,\n                \"strike_rate\": 96.29629629629629,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1008,\n                \"batter_name\": \"PJ Hughes\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 23,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 69.6969696969697,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1342,\n                \"batter_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 64.51612903225806,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 340,\n                \"batter_name\": \"MP Stoinis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 20,\n                \"balls_faced\": 17,\n                \"not_outs\": 1,\n                \"average\": 20,\n                \"strike_rate\": 117.6470588235294,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 267,\n                \"batter_name\": \"CJ McKay\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 18,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 18,\n                \"strike_rate\": 48.648648648648646,\n                \"highest_score\": 18,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 490,\n                \"batter_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 17,\n                \"balls_faced\": 15,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 113.33333333333333,\n                \"highest_score\": 17,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 806,\n                \"batter_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 16,\n                \"balls_faced\": 21,\n                \"not_outs\": 1,\n                \"average\": 16,\n                \"strike_rate\": 76.19047619047619,\n                \"highest_score\": 10,\n                \"highest_not_out_score\": 6,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1250,\n                \"batter_name\": \"SR Patel\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 14,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 14,\n                \"strike_rate\": 51.851851851851855,\n                \"highest_score\": 14,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1111,\n                \"batter_name\": \"SN Thakur\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 13,\n                \"balls_faced\": 10,\n                \"not_outs\": 0,\n                \"average\": 13,\n                \"strike_rate\": 130,\n                \"highest_score\": 13,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 89,\n                \"batter_name\": \"C Green\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 63.1578947368421,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1485,\n                \"batter_name\": \"Yuvraj Singh\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 14,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 85.71428571428571,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 1\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 60,\n                \"batter_name\": \"AC Agar\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 11,\n                \"balls_faced\": 13,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 84.61538461538461,\n                \"highest_score\": 11,\n                \"highest_not_out_score\": 11,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 200,\n                \"batter_name\": \"AN Cook\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 10,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 10,\n                \"strike_rate\": 52.63157894736842,\n                \"highest_score\": 10,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 723,\n                \"batter_name\": \"JM Bairstow\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 9,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 9,\n                \"strike_rate\": 47.36842105263158,\n                \"highest_score\": 9,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 1000,\n                \"batter_name\": \"RS Bopara\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 8,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 8,\n                \"strike_rate\": 42.10526315789474,\n                \"highest_score\": 8,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 992,\n                \"batter_name\": \"PA Patel\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 8,\n                \"balls_faced\": 20,\n                \"not_outs\": 0,\n                \"average\": 8,\n                \"strike_rate\": 40,\n                \"highest_score\": 8,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 67,\n                \"batter_name\": \"AR Patel\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 5,\n                \"balls_faced\": 6,\n                \"not_outs\": 0,\n                \"average\": 5,\n                \"strike_rate\": 83.33333333333333,\n                \"highest_score\": 5,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 197,\n                \"batter_name\": \"AC Voges\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 4,\n                \"balls_faced\": 14,\n                \"not_outs\": 0,\n                \"average\": 4,\n                \"strike_rate\": 28.571428571428573,\n                \"highest_score\": 4,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 342,\n                \"batter_name\": \"GJ Bailey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 4,\n                \"balls_faced\": 12,\n                \"not_outs\": 0,\n                \"average\": 4,\n                \"strike_rate\": 33.333333333333336,\n                \"highest_score\": 4,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 10,\n                \"batter_name\": \"MA Starc\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 4,\n                \"balls_faced\": 13,\n                \"not_outs\": 1,\n                \"average\": 4,\n                \"strike_rate\": 30.76923076923077,\n                \"highest_score\": 4,\n                \"highest_not_out_score\": 4,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"India\",\n                \"batter_id\": 52,\n                \"batter_name\": \"AJ Turner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 4,\n                \"balls_faced\": 10,\n                \"not_outs\": 0,\n                \"average\": 4,\n                \"strike_rate\": 40,\n                \"highest_score\": 4,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"a500e34d-8c51-4490-8436-dfe7ff78f045"},{"name":"Opposition","event":[{"listen":"test","script":{"id":"4caa1c38-928b-4bbe-8bf1-963e2a5f5358","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"bffffe4c-9db3-4c90-96e6-ea26d759b3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/oppositions?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18","urlObject":{"path":["stats","batting","individual","oppositions"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"}],"variable":[]}},"response":[{"id":"03f63a34-e801-4261-9f5c-7c630b32d836","name":"Opposition","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/oppositions?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&ground=63&ground=90","host":["http://localhost:8080"],"path":["stats","batting","individual","oppositions"],"query":[{"key":"playing_format","value":"ODI","type":"text"},{"key":"is_male","value":"true","type":"text"},{"key":"min_start_date","value":"2008-08-18","type":"text"},{"key":"max_start_date","value":"2024-09-27","type":"text"},{"key":"season","value":"2022/23","type":"text"},{"key":"season","value":"2019/20","type":"text"},{"key":"season","value":"2017/18","type":"text"},{"key":"season","value":"2013/14","type":"text"},{"key":"season","value":"2011/12","type":"text"},{"key":"primary_team","value":"1","type":"text"},{"key":"primary_team","value":"8","type":"text"},{"key":"primary_team","value":"10","type":"text"},{"key":"opposition_team","value":"1","type":"text"},{"key":"opposition_team","value":"8","type":"text"},{"key":"opposition_team","value":"10","type":"text"},{"key":"ground","value":"63","type":"text"},{"key":"ground","value":"90","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 14 Dec 2024 13:58:58 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-oppositions stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 403,\n                \"balls_faced\": 356,\n                \"not_outs\": 0,\n                \"average\": 100.75,\n                \"strike_rate\": 113.20224719101124,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 2,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 3,\n                \"ducks\": 0,\n                \"fours_scored\": 23,\n                \"sixes_scored\": 27\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 255,\n                \"balls_faced\": 238,\n                \"not_outs\": 1,\n                \"average\": 127.5,\n                \"strike_rate\": 107.14285714285714,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 2,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 29,\n                \"sixes_scored\": 7\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 4,\n                \"innings_batted\": 4,\n                \"runs_scored\": 228,\n                \"balls_faced\": 241,\n                \"not_outs\": 1,\n                \"average\": 76,\n                \"strike_rate\": 94.60580912863071,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 1,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 25,\n                \"sixes_scored\": 6\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 156,\n                \"balls_faced\": 167,\n                \"not_outs\": 0,\n                \"average\": 52,\n                \"strike_rate\": 93.41317365269461,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 141,\n                \"balls_faced\": 179,\n                \"not_outs\": 1,\n                \"average\": 70.5,\n                \"strike_rate\": 78.77094972067039,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 13,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 134,\n                \"balls_faced\": 148,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 90.54054054054055,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 2,\n                \"fifty_plus_scores\": 2,\n                \"ducks\": 0,\n                \"fours_scored\": 18,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 5,\n                \"innings_batted\": 5,\n                \"runs_scored\": 130,\n                \"balls_faced\": 138,\n                \"not_outs\": 0,\n                \"average\": 26,\n                \"strike_rate\": 94.20289855072464,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 1,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 9,\n                \"batter_name\": \"JP Faulkner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 116,\n                \"balls_faced\": 73,\n                \"not_outs\": 0,\n                \"average\": 116,\n                \"strike_rate\": 158.9041095890411,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 6\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"England\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 86,\n                \"balls_faced\": 99,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 86.86868686868686,\n                \"highest_score\": 86,\n                \"highest_not_out_score\": 86,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 11,\n                \"batter_name\": \"MR Marsh\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 81,\n                \"balls_faced\": 65,\n                \"not_outs\": 0,\n                \"average\": 81,\n                \"strike_rate\": 124.61538461538461,\n                \"highest_score\": 81,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 5\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"England\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 80,\n                \"balls_faced\": 62,\n                \"not_outs\": 0,\n                \"average\": 80,\n                \"strike_rate\": 129.03225806451613,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 75,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 37.5,\n                \"strike_rate\": 156.25,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 3\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 3,\n                \"innings_batted\": 3,\n                \"runs_scored\": 70,\n                \"balls_faced\": 101,\n                \"not_outs\": 2,\n                \"average\": 70,\n                \"strike_rate\": 69.3069306930693,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 45,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 1,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 69,\n                \"balls_faced\": 86,\n                \"not_outs\": 0,\n                \"average\": 34.5,\n                \"strike_rate\": 80.23255813953489,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 6,\n                \"batter_name\": \"GJ Maxwell\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 68,\n                \"balls_faced\": 32,\n                \"not_outs\": 0,\n                \"average\": 34,\n                \"strike_rate\": 212.5,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 7\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 249,\n                \"batter_name\": \"KM Jadhav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 67,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 97.10144927536231,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 66,\n                \"balls_faced\": 71,\n                \"not_outs\": 0,\n                \"average\": 33,\n                \"strike_rate\": 92.95774647887323,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 4\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 53,\n                \"balls_faced\": 66,\n                \"not_outs\": 0,\n                \"average\": 53,\n                \"strike_rate\": 80.3030303030303,\n                \"highest_score\": 53,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 1053,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 49,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 49,\n                \"strike_rate\": 222.72727272727272,\n                \"highest_score\": 49,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 6\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1357,\n                \"batter_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 48,\n                \"balls_faced\": 44,\n                \"not_outs\": 1,\n                \"average\": 48,\n                \"strike_rate\": 109.0909090909091,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 1256,\n                \"batter_name\": \"TT Bresnan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 45,\n                \"not_outs\": 0,\n                \"average\": 45,\n                \"strike_rate\": 100,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 314,\n                \"batter_name\": \"PSP Handscomb\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 43,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 43,\n                \"strike_rate\": 143.33333333333334,\n                \"highest_score\": 43,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 724,\n                \"batter_name\": \"MK Pandey\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 41,\n                \"balls_faced\": 29,\n                \"not_outs\": 1,\n                \"average\": 41,\n                \"strike_rate\": 141.3793103448276,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 8,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 697,\n                \"batter_name\": \"KP Pietersen\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 61,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 67.21311475409836,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 238,\n                \"batter_name\": \"BJ Haddin\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 40,\n                \"balls_faced\": 49,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 81.63265306122449,\n                \"highest_score\": 40,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 515,\n                \"batter_name\": \"IJL Trott\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 39,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 39,\n                \"strike_rate\": 81.25,\n                \"highest_score\": 39,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 23,\n                \"batter_name\": \"AT Carey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 35,\n                \"balls_faced\": 36,\n                \"not_outs\": 0,\n                \"average\": 35,\n                \"strike_rate\": 97.22222222222223,\n                \"highest_score\": 35,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 825,\n                \"batter_name\": \"TM Head\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 34,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 70.83333333333333,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 480,\n                \"batter_name\": \"C Kieswetter\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 18,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 161.11111111111111,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 2\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 93.33333333333333,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1070,\n                \"batter_name\": \"RR Pant\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 84.84848484848484,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 135,\n                \"batter_name\": \"JP Inglis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 26,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 26,\n                \"strike_rate\": 96.29629629629629,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 1008,\n                \"batter_name\": \"PJ Hughes\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 23,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 69.6969696969697,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 340,\n                \"batter_name\": \"MP Stoinis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 20,\n                \"balls_faced\": 17,\n                \"not_outs\": 1,\n                \"average\": 20,\n                \"strike_rate\": 117.6470588235294,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"England\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 54.054054054054056,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1342,\n                \"batter_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 64.51612903225806,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 267,\n                \"batter_name\": \"CJ McKay\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 18,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 18,\n                \"strike_rate\": 48.648648648648646,\n                \"highest_score\": 18,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 490,\n                \"batter_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 17,\n                \"balls_faced\": 15,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 113.33333333333333,\n                \"highest_score\": 17,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 806,\n                \"batter_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 16,\n                \"balls_faced\": 21,\n                \"not_outs\": 1,\n                \"average\": 16,\n                \"strike_rate\": 76.19047619047619,\n                \"highest_score\": 10,\n                \"highest_not_out_score\": 6,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"England\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 18,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 83.33333333333333,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 1250,\n                \"batter_name\": \"SR Patel\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 14,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 14,\n                \"strike_rate\": 51.851851851851855,\n                \"highest_score\": 14,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1111,\n                \"batter_name\": \"SN Thakur\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2020-01-14\",\n                \"max_date\": \"2020-01-14\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 13,\n                \"balls_faced\": 10,\n                \"not_outs\": 0,\n                \"average\": 13,\n                \"strike_rate\": 130,\n                \"highest_score\": 13,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 89,\n                \"batter_name\": \"C Green\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-03-17\",\n                \"max_date\": \"2023-03-17\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 63.1578947368421,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 1485,\n                \"batter_name\": \"Yuvraj Singh\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2013-11-02\",\n                \"max_date\": \"2013-11-02\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 12,\n                \"balls_faced\": 14,\n                \"not_outs\": 0,\n                \"average\": 12,\n                \"strike_rate\": 85.71428571428571,\n                \"highest_score\": 12,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 60,\n                \"batter_name\": \"AC Agar\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2020-01-19\",\n                \"max_date\": \"2020-01-19\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 11,\n                \"balls_faced\": 13,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 84.61538461538461,\n                \"highest_score\": 11,\n                \"highest_not_out_score\": 11,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 200,\n                \"batter_name\": \"AN Cook\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 10,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 10,\n                \"strike_rate\": 52.63157894736842,\n                \"highest_score\": 10,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 723,\n                \"batter_name\": \"JM Bairstow\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 9,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 9,\n                \"strike_rate\": 47.36842105263158,\n                \"highest_score\": 9,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"England\",\n                \"batter_id\": 992,\n                \"batter_name\": \"PA Patel\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 8,\n                \"balls_faced\": 20,\n                \"not_outs\": 0,\n                \"average\": 8,\n                \"strike_rate\": 40,\n                \"highest_score\": 8,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"India\",\n                \"batter_id\": 1000,\n                \"batter_name\": \"RS Bopara\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2011-10-23\",\n                \"max_date\": \"2011-10-23\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 8,\n                \"balls_faced\": 19,\n                \"not_outs\": 0,\n                \"average\": 8,\n                \"strike_rate\": 42.10526315789474,\n                \"highest_score\": 8,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"batter_id\": 67,\n                \"batter_name\": \"AR Patel\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2017-09-28\",\n                \"max_date\": \"2017-09-28\",\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 5,\n                \"balls_faced\": 6,\n                \"not_outs\": 0,\n                \"average\": 5,\n                \"strike_rate\": 83.33333333333333,\n                \"highest_score\": 5,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 0,\n                \"sixes_scored\": 0\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"bffffe4c-9db3-4c90-96e6-ea26d759b3fa"},{"name":"Years","event":[{"listen":"test","script":{"id":"e381ebcc-791e-4bcb-a362-dc4c2f6a54ec","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"3176d323-121e-44d0-ad72-ec744b8979fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&primary_team=8","urlObject":{"path":["stats","batting","individual","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"}],"variable":[]}},"response":[{"id":"be37d022-40d9-4618-a987-5383b82872cc","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&ground=63&ground=90","host":["http://localhost:8080"],"path":["stats","batting","individual","years"],"query":[{"key":"playing_format","value":"ODI","type":"text"},{"key":"is_male","value":"true","type":"text"},{"key":"min_start_date","value":"2008-08-18","type":"text"},{"key":"max_start_date","value":"2024-09-27","type":"text"},{"key":"season","value":"2022/23","type":"text"},{"key":"season","value":"2019/20","type":"text"},{"key":"season","value":"2017/18","type":"text"},{"key":"season","value":"2013/14","type":"text"},{"key":"season","value":"2011/12","type":"text"},{"key":"primary_team","value":"1","type":"text"},{"key":"primary_team","value":"8","type":"text"},{"key":"primary_team","value":"10","type":"text"},{"key":"opposition_team","value":"1","type":"text"},{"key":"opposition_team","value":"8","type":"text"},{"key":"opposition_team","value":"10","type":"text"},{"key":"ground","value":"63","type":"text"},{"key":"ground","value":"90","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 14 Dec 2024 14:16:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-years stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"year\": 2013,\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 209,\n                \"balls_faced\": 158,\n                \"not_outs\": 0,\n                \"average\": 209,\n                \"strike_rate\": 132.27848101265823,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 16\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 131,\n                \"balls_faced\": 119,\n                \"not_outs\": 1,\n                \"average\": 131,\n                \"strike_rate\": 110.08403361344538,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 3\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 131,\n                \"balls_faced\": 132,\n                \"not_outs\": 0,\n                \"average\": 131,\n                \"strike_rate\": 99.24242424242425,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 129,\n                \"balls_faced\": 143,\n                \"not_outs\": 0,\n                \"average\": 64.5,\n                \"strike_rate\": 90.20979020979021,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 6\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 129,\n                \"balls_faced\": 140,\n                \"not_outs\": 1,\n                \"average\": 129,\n                \"strike_rate\": 92.14285714285714,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 3\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 124,\n                \"balls_faced\": 119,\n                \"not_outs\": 0,\n                \"average\": 124,\n                \"strike_rate\": 104.2016806722689,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 4\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 9,\n                \"batter_name\": \"JP Faulkner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 116,\n                \"balls_faced\": 73,\n                \"not_outs\": 0,\n                \"average\": 116,\n                \"strike_rate\": 158.9041095890411,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 6\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 105,\n                \"balls_faced\": 105,\n                \"not_outs\": 0,\n                \"average\": 52.5,\n                \"strike_rate\": 100,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 94,\n                \"balls_faced\": 96,\n                \"not_outs\": 0,\n                \"average\": 94,\n                \"strike_rate\": 97.91666666666667,\n                \"highest_score\": 94,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 3\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 86,\n                \"balls_faced\": 99,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 86.86868686868686,\n                \"highest_score\": 86,\n                \"highest_not_out_score\": 86,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 11,\n                \"batter_name\": \"MR Marsh\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 81,\n                \"balls_faced\": 65,\n                \"not_outs\": 0,\n                \"average\": 81,\n                \"strike_rate\": 124.61538461538461,\n                \"highest_score\": 81,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 5\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 80,\n                \"balls_faced\": 62,\n                \"not_outs\": 0,\n                \"average\": 80,\n                \"strike_rate\": 129.03225806451613,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 75,\n                \"balls_faced\": 91,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 82.41758241758242,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 74,\n                \"balls_faced\": 91,\n                \"not_outs\": 0,\n                \"average\": 74,\n                \"strike_rate\": 81.31868131868131,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 249,\n                \"batter_name\": \"KM Jadhav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 67,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 97.10144927536231,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 66,\n                \"balls_faced\": 88,\n                \"not_outs\": 0,\n                \"average\": 33,\n                \"strike_rate\": 75,\n                \"highest_score\": 47,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 65,\n                \"balls_faced\": 55,\n                \"not_outs\": 0,\n                \"average\": 65,\n                \"strike_rate\": 118.18181818181819,\n                \"highest_score\": 65,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 5\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 62,\n                \"balls_faced\": 38,\n                \"not_outs\": 0,\n                \"average\": 62,\n                \"strike_rate\": 163.1578947368421,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 2\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 60,\n                \"balls_faced\": 57,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 105.26315789473684,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 6,\n                \"batter_name\": \"GJ Maxwell\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 60,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 272.72727272727275,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 7\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 54,\n                \"balls_faced\": 64,\n                \"not_outs\": 0,\n                \"average\": 54,\n                \"strike_rate\": 84.375,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 53,\n                \"balls_faced\": 66,\n                \"not_outs\": 0,\n                \"average\": 53,\n                \"strike_rate\": 80.3030303030303,\n                \"highest_score\": 53,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 1053,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 49,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 49,\n                \"strike_rate\": 222.72727272727272,\n                \"highest_score\": 49,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 6\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 1357,\n                \"batter_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 48,\n                \"balls_faced\": 44,\n                \"not_outs\": 1,\n                \"average\": 48,\n                \"strike_rate\": 109.0909090909091,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 1256,\n                \"batter_name\": \"TT Bresnan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 45,\n                \"not_outs\": 0,\n                \"average\": 45,\n                \"strike_rate\": 100,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 69,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 65.21739130434783,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 45,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 314,\n                \"batter_name\": \"PSP Handscomb\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 43,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 43,\n                \"strike_rate\": 143.33333333333334,\n                \"highest_score\": 43,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 40,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 102.5,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 3\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 697,\n                \"batter_name\": \"KP Pietersen\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 61,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 67.21311475409836,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 238,\n                \"batter_name\": \"BJ Haddin\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 40,\n                \"balls_faced\": 49,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 81.63265306122449,\n                \"highest_score\": 40,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 515,\n                \"batter_name\": \"IJL Trott\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 39,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 39,\n                \"strike_rate\": 81.25,\n                \"highest_score\": 39,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 23,\n                \"batter_name\": \"AT Carey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 35,\n                \"balls_faced\": 36,\n                \"not_outs\": 0,\n                \"average\": 35,\n                \"strike_rate\": 97.22222222222223,\n                \"highest_score\": 35,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 724,\n                \"batter_name\": \"MK Pandey\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 33,\n                \"balls_faced\": 25,\n                \"not_outs\": 0,\n                \"average\": 33,\n                \"strike_rate\": 132,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 480,\n                \"batter_name\": \"C Kieswetter\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 18,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 161.11111111111111,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 2\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 825,\n                \"batter_name\": \"TM Head\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 38,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 76.3157894736842,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 93.33333333333333,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 1070,\n                \"batter_name\": \"RR Pant\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 84.84848484848484,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 135,\n                \"batter_name\": \"JP Inglis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 26,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 26,\n                \"strike_rate\": 96.29629629629629,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 25,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 25,\n                \"strike_rate\": 80.64516129032258,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 25,\n                \"balls_faced\": 32,\n                \"not_outs\": 0,\n                \"average\": 25,\n                \"strike_rate\": 78.125,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 1008,\n                \"batter_name\": \"PJ Hughes\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 23,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 69.6969696969697,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 22,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 22,\n                \"strike_rate\": 73.33333333333333,\n                \"highest_score\": 22,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 21,\n                \"balls_faced\": 21,\n                \"not_outs\": 0,\n                \"average\": 21,\n                \"strike_rate\": 100,\n                \"highest_score\": 21,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 54.054054054054056,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 1342,\n                \"batter_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 64.51612903225806,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2013,\n                \"batter_id\": 267,\n                \"batter_name\": \"CJ McKay\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 18,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 18,\n                \"strike_rate\": 48.648648648648646,\n                \"highest_score\": 18,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2020,\n                \"batter_id\": 490,\n                \"batter_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 17,\n                \"balls_faced\": 15,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 113.33333333333333,\n                \"highest_score\": 17,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2011,\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 18,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 83.33333333333333,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"year\": 2023,\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 15,\n                \"strike_rate\": 68.18181818181819,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"year\": 2017,\n                \"batter_id\": 340,\n                \"batter_name\": \"MP Stoinis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 9,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 166.66666666666666,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"3176d323-121e-44d0-ad72-ec744b8979fb"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"ebfb49b7-1a4e-46ef-a720-1eb56a96d3aa","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"c982a619-5f67-442b-919c-55a9930a7c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/batting/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&opposition_team=1","urlObject":{"path":["stats","batting","individual","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"opposition_team","value":"1"}],"variable":[]}},"response":[{"id":"e2169a46-83f3-4ae1-9980-d873dbae8a3f","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/batting/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&ground=63&ground=90","host":["http://localhost:8080"],"path":["stats","batting","individual","seasons"],"query":[{"key":"playing_format","value":"ODI","type":"text"},{"key":"is_male","value":"true","type":"text"},{"key":"min_start_date","value":"2008-08-18","type":"text"},{"key":"max_start_date","value":"2024-09-27","type":"text"},{"key":"season","value":"2022/23","type":"text"},{"key":"season","value":"2019/20","type":"text"},{"key":"season","value":"2017/18","type":"text"},{"key":"season","value":"2013/14","type":"text"},{"key":"season","value":"2011/12","type":"text"},{"key":"primary_team","value":"1","type":"text"},{"key":"primary_team","value":"8","type":"text"},{"key":"primary_team","value":"10","type":"text"},{"key":"opposition_team","value":"1","type":"text"},{"key":"opposition_team","value":"8","type":"text"},{"key":"opposition_team","value":"10","type":"text"},{"key":"ground","value":"63","type":"text"},{"key":"ground","value":"90","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 14 Dec 2024 14:16:35 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual batters-seasons stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 209,\n                \"balls_faced\": 158,\n                \"not_outs\": 0,\n                \"average\": 209,\n                \"strike_rate\": 132.27848101265823,\n                \"highest_score\": 209,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 16\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 131,\n                \"balls_faced\": 119,\n                \"not_outs\": 1,\n                \"average\": 131,\n                \"strike_rate\": 110.08403361344538,\n                \"highest_score\": 128,\n                \"highest_not_out_score\": 128,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 17,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 131,\n                \"balls_faced\": 132,\n                \"not_outs\": 0,\n                \"average\": 131,\n                \"strike_rate\": 99.24242424242425,\n                \"highest_score\": 131,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 129,\n                \"balls_faced\": 143,\n                \"not_outs\": 0,\n                \"average\": 64.5,\n                \"strike_rate\": 90.20979020979021,\n                \"highest_score\": 119,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 6\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 129,\n                \"balls_faced\": 140,\n                \"not_outs\": 1,\n                \"average\": 129,\n                \"strike_rate\": 92.14285714285714,\n                \"highest_score\": 110,\n                \"highest_not_out_score\": 110,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 14,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 5,\n                \"batter_name\": \"DA Warner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 124,\n                \"balls_faced\": 119,\n                \"not_outs\": 0,\n                \"average\": 124,\n                \"strike_rate\": 104.2016806722689,\n                \"highest_score\": 124,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 4\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 9,\n                \"batter_name\": \"JP Faulkner\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 116,\n                \"balls_faced\": 73,\n                \"not_outs\": 0,\n                \"average\": 116,\n                \"strike_rate\": 158.9041095890411,\n                \"highest_score\": 116,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 1,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 6\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 105,\n                \"balls_faced\": 105,\n                \"not_outs\": 0,\n                \"average\": 52.5,\n                \"strike_rate\": 100,\n                \"highest_score\": 89,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 8,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 16,\n                \"batter_name\": \"AJ Finch\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 94,\n                \"balls_faced\": 96,\n                \"not_outs\": 0,\n                \"average\": 94,\n                \"strike_rate\": 97.91666666666667,\n                \"highest_score\": 94,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 86,\n                \"balls_faced\": 99,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 86.86868686868686,\n                \"highest_score\": 86,\n                \"highest_not_out_score\": 86,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 11,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 11,\n                \"batter_name\": \"MR Marsh\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 81,\n                \"balls_faced\": 65,\n                \"not_outs\": 0,\n                \"average\": 81,\n                \"strike_rate\": 124.61538461538461,\n                \"highest_score\": 81,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 10,\n                \"sixes_scored\": 5\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 80,\n                \"balls_faced\": 62,\n                \"not_outs\": 0,\n                \"average\": 80,\n                \"strike_rate\": 129.03225806451613,\n                \"highest_score\": 80,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 12,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 75,\n                \"balls_faced\": 91,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 82.41758241758242,\n                \"highest_score\": 75,\n                \"highest_not_out_score\": 75,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 74,\n                \"balls_faced\": 91,\n                \"not_outs\": 0,\n                \"average\": 74,\n                \"strike_rate\": 81.31868131868131,\n                \"highest_score\": 74,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 249,\n                \"batter_name\": \"KM Jadhav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 67,\n                \"balls_faced\": 69,\n                \"not_outs\": 0,\n                \"average\": 67,\n                \"strike_rate\": 97.10144927536231,\n                \"highest_score\": 67,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 361,\n                \"batter_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 66,\n                \"balls_faced\": 88,\n                \"not_outs\": 0,\n                \"average\": 33,\n                \"strike_rate\": 75,\n                \"highest_score\": 47,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 834,\n                \"batter_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 65,\n                \"balls_faced\": 55,\n                \"not_outs\": 0,\n                \"average\": 65,\n                \"strike_rate\": 118.18181818181819,\n                \"highest_score\": 65,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 5\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 62,\n                \"balls_faced\": 38,\n                \"not_outs\": 0,\n                \"average\": 62,\n                \"strike_rate\": 163.1578947368421,\n                \"highest_score\": 62,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 2\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 1081,\n                \"batter_name\": \"S Dhawan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 60,\n                \"balls_faced\": 57,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 105.26315789473684,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 9,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 6,\n                \"batter_name\": \"GJ Maxwell\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 60,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 60,\n                \"strike_rate\": 272.72727272727275,\n                \"highest_score\": 60,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 7\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 54,\n                \"balls_faced\": 64,\n                \"not_outs\": 0,\n                \"average\": 54,\n                \"strike_rate\": 84.375,\n                \"highest_score\": 54,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 53,\n                \"balls_faced\": 66,\n                \"not_outs\": 0,\n                \"average\": 53,\n                \"strike_rate\": 80.3030303030303,\n                \"highest_score\": 53,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 1,\n                \"fifty_plus_scores\": 1,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 1053,\n                \"batter_name\": \"SR Watson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 49,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 49,\n                \"strike_rate\": 222.72727272727272,\n                \"highest_score\": 49,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 6\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 1357,\n                \"batter_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 2,\n                \"innings_batted\": 2,\n                \"runs_scored\": 48,\n                \"balls_faced\": 44,\n                \"not_outs\": 1,\n                \"average\": 48,\n                \"strike_rate\": 109.0909090909091,\n                \"highest_score\": 44,\n                \"highest_not_out_score\": 44,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 1256,\n                \"batter_name\": \"TT Bresnan\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 45,\n                \"not_outs\": 0,\n                \"average\": 45,\n                \"strike_rate\": 100,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 45,\n                \"balls_faced\": 69,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 65.21739130434783,\n                \"highest_score\": 45,\n                \"highest_not_out_score\": 45,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 314,\n                \"batter_name\": \"PSP Handscomb\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 43,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 43,\n                \"strike_rate\": 143.33333333333334,\n                \"highest_score\": 43,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 40,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 102.5,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 3\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 697,\n                \"batter_name\": \"KP Pietersen\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 41,\n                \"balls_faced\": 61,\n                \"not_outs\": 0,\n                \"average\": 41,\n                \"strike_rate\": 67.21311475409836,\n                \"highest_score\": 41,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 238,\n                \"batter_name\": \"BJ Haddin\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 40,\n                \"balls_faced\": 49,\n                \"not_outs\": 0,\n                \"average\": 40,\n                \"strike_rate\": 81.63265306122449,\n                \"highest_score\": 40,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 7,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 515,\n                \"batter_name\": \"IJL Trott\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 39,\n                \"balls_faced\": 48,\n                \"not_outs\": 0,\n                \"average\": 39,\n                \"strike_rate\": 81.25,\n                \"highest_score\": 39,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 5,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 23,\n                \"batter_name\": \"AT Carey\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 35,\n                \"balls_faced\": 36,\n                \"not_outs\": 0,\n                \"average\": 35,\n                \"strike_rate\": 97.22222222222223,\n                \"highest_score\": 35,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 6,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 724,\n                \"batter_name\": \"MK Pandey\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 33,\n                \"balls_faced\": 25,\n                \"not_outs\": 0,\n                \"average\": 33,\n                \"strike_rate\": 132,\n                \"highest_score\": 33,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 480,\n                \"batter_name\": \"C Kieswetter\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 18,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 161.11111111111111,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 2\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 825,\n                \"batter_name\": \"TM Head\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 29,\n                \"balls_faced\": 38,\n                \"not_outs\": 0,\n                \"average\": 29,\n                \"strike_rate\": 76.3157894736842,\n                \"highest_score\": 29,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 977,\n                \"batter_name\": \"SK Raina\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 93.33333333333333,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 1070,\n                \"batter_name\": \"RR Pant\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 28,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 28,\n                \"strike_rate\": 84.84848484848484,\n                \"highest_score\": 28,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 135,\n                \"batter_name\": \"JP Inglis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 26,\n                \"balls_faced\": 27,\n                \"not_outs\": 0,\n                \"average\": 26,\n                \"strike_rate\": 96.29629629629629,\n                \"highest_score\": 26,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 71,\n                \"batter_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 25,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 25,\n                \"strike_rate\": 80.64516129032258,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 718,\n                \"batter_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 25,\n                \"balls_faced\": 32,\n                \"not_outs\": 0,\n                \"average\": 25,\n                \"strike_rate\": 78.125,\n                \"highest_score\": 25,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 1008,\n                \"batter_name\": \"PJ Hughes\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 23,\n                \"balls_faced\": 33,\n                \"not_outs\": 0,\n                \"average\": 23,\n                \"strike_rate\": 69.6969696969697,\n                \"highest_score\": 23,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 328,\n                \"batter_name\": \"SPD Smith\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 22,\n                \"balls_faced\": 30,\n                \"not_outs\": 0,\n                \"average\": 22,\n                \"strike_rate\": 73.33333333333333,\n                \"highest_score\": 22,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 4,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 1214,\n                \"batter_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 21,\n                \"balls_faced\": 21,\n                \"not_outs\": 0,\n                \"average\": 21,\n                \"strike_rate\": 100,\n                \"highest_score\": 21,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 42,\n                \"batter_name\": \"AM Rahane\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 54.054054054054056,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 1342,\n                \"batter_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 20,\n                \"balls_faced\": 31,\n                \"not_outs\": 0,\n                \"average\": 20,\n                \"strike_rate\": 64.51612903225806,\n                \"highest_score\": 20,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2013/14\",\n                \"batter_id\": 267,\n                \"batter_name\": \"CJ McKay\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 18,\n                \"balls_faced\": 37,\n                \"not_outs\": 0,\n                \"average\": 18,\n                \"strike_rate\": 48.648648648648646,\n                \"highest_score\": 18,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 3,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2019/20\",\n                \"batter_id\": 490,\n                \"batter_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 17,\n                \"balls_faced\": 15,\n                \"not_outs\": 0,\n                \"average\": 17,\n                \"strike_rate\": 113.33333333333333,\n                \"highest_score\": 17,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 2,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2011/12\",\n                \"batter_id\": 526,\n                \"batter_name\": \"MS Dhoni\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 18,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 83.33333333333333,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            },\n            {\n                \"season\": \"2022/23\",\n                \"batter_id\": 378,\n                \"batter_name\": \"M Labuschagne\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 22,\n                \"not_outs\": 0,\n                \"average\": 15,\n                \"strike_rate\": 68.18181818181819,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 0,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 0\n            },\n            {\n                \"season\": \"2017/18\",\n                \"batter_id\": 340,\n                \"batter_name\": \"MP Stoinis\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"matches_played\": 1,\n                \"innings_batted\": 1,\n                \"runs_scored\": 15,\n                \"balls_faced\": 9,\n                \"not_outs\": 1,\n                \"average\": null,\n                \"strike_rate\": 166.66666666666666,\n                \"highest_score\": 15,\n                \"highest_not_out_score\": 15,\n                \"centuries\": 0,\n                \"half_centuries\": 0,\n                \"fifty_plus_scores\": 0,\n                \"ducks\": 0,\n                \"fours_scored\": 1,\n                \"sixes_scored\": 1\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"c982a619-5f67-442b-919c-55a9930a7c05"}],"id":"9b880da7-5059-4fac-9e7e-b7899ce47993","_postman_id":"9b880da7-5059-4fac-9e7e-b7899ce47993","description":""}],"id":"218b7956-c7b9-4841-a073-8ca050a945e4","description":"<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>If the count of dismissals is zero, the <strong>batting average</strong> is returned as the sum of runs scored (but mathematically it is infinite).</p>\n</li>\n<li><p>If the sum of balls faced is zero, 0 is returned as <strong>batting strike rate</strong> scored (but mathematically it is infinite).</p>\n</li>\n</ul>\n<h4 id=\"innings-filters\">Innings Filters</h4>\n<ul>\n<li><p>Innings filters are applied to restrict the innings to be considered while forming the result set. The following filters are supported: <code>batter</code>, <code>innings_runs_scored</code>, <code>innings_batting_position</code>, <code>innings_is_batter_dismissed</code>, <code>innings_batter_dismissal_type</code>.</p>\n</li>\n<li><p>The <code>batter</code> is a multiple values based filter to restrict the batters to be considered.</p>\n</li>\n<li><p>E.g. <code>batter=1&amp;batter=2</code></p>\n</li>\n<li><p>The <code>innings_runs_scored</code> and <code>innings_batting_position</code> filters can have two values: min &amp; max, set by using prefix <code>min__</code> and <code>max__</code> respectively.</p>\n</li>\n<li><p>E.g. <code>min__innings_runs_scored=50&amp;min__innings_batting_position=1&amp;max__innings_batting_position=2</code></p>\n</li>\n<li><p>The <code>innings_is_batter_dismissed</code> is an enum-based parameter: <code>dismissed</code> &amp; <code>not_out</code>. Note that <code>retired hurt</code> and <code>retired not out</code> are NOT counted as dismissals.</p>\n</li>\n<li><p>E.g. <code>innings_is_batter_dismissed=dismissed</code></p>\n</li>\n<li><p>The <code>innings_batter_dismissal_type</code> parameter supports multiple values. The following values are supported: <code>caught</code>, <code>bowled</code>, <code>lbw</code>, <code>run out</code>, <code>stumped</code>, <code>hit wicket</code>, <code>handled the ball</code>, <code>obstructing the field</code>, <code>timed out</code>, <code>retired hurt</code>, <code>hit the ball twice</code>, <code>caught and bowled</code>, <code>retired out</code>, <code>retired not out</code></p>\n</li>\n<li><p>E.g. <code>innings_batter_dismissal_type=bowled&amp;innings_batter_dismissal_type=run out</code></p>\n</li>\n</ul>\n<h4 id=\"result-qualification-filters\">Result Qualification Filters:</h4>\n<ul>\n<li>Qualification Filters can be applied to select only desired rows in the final output from the formed result set. The following qualification filters are supported for batting routes:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Supported By</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matches_played</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>innings_batted</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>not_outs</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>runs_scored</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>balls_faced</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>average</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>strike_rate</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>centuries</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>half_centuries</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>fifty_plus_scores</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>ducks</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>fours_scored</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>sixes_scored</td>\n<td>all routes</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Each qualification can have two values: min &amp; max, set them by using prefix <code>min__</code> and <code>max__</code> respectively</p>\n</li>\n<li><p>e.g. <code>min__matches_played=50&amp;max__runs_scored=2000</code></p>\n</li>\n</ul>\n<h3 id=\"sorting-options\">Sorting Options</h3>\n<p>The final rows can be sorted based on one of the following parameters in the <code>default</code> or <code>reverse</code> order, by using the <code>sort_by</code> (parameter name) and <code>sort_order</code> query params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Supported By</strong></th>\n<th><strong>Default Sorting Order</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>runs_scored</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>average</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>strike_rate</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>centuries</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>fifty_plus_scores</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>half_centuries</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>fours_scored</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>sixes_scored</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>balls_faced</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_played</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>innings_batted</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>not_outs</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>ducks</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>all routes</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>player_name</td>\n<td>all <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#9b880da7-5059-4fac-9e7e-b7899ce47993\">individual</a> routes &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#b82a424d-f3f3-423d-9311-abeac484ef58\">overall batters group</a> route</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>players_count</td>\n<td>all the <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#986848a5-664f-437d-92ff-ea91753a3e38\">overall batting routes</a> except the <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#b82a424d-f3f3-423d-9311-abeac484ef58\">overall batters group route</a></td>\n<td>descending</td>\n</tr>\n<tr>\n<td>innings_number</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#7f4b96be-62df-4d45-a16e-84fcfab45a32\">individual innings group route</a></td>\n<td>descending</td>\n</tr>\n<tr>\n<td>batting_position</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#7f4b96be-62df-4d45-a16e-84fcfab45a32\">individual innings group route</a></td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>dismissal_type</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#7f4b96be-62df-4d45-a16e-84fcfab45a32\">individual innings group route</a></td>\n<td>ascending</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><code>runs_scored</code> in descending order is the default sorting parameter.</p>\n</li>\n<li><p>E.g. <code>sort_by=centuries&amp;sort_order=default</code>, <code>sort_by=ducks&amp;sort_order=reverse</code></p>\n</li>\n</ul>\n","_postman_id":"218b7956-c7b9-4841-a073-8ca050a945e4"},{"name":"Bowlers","item":[{"name":"Overall","item":[{"name":"Summary","event":[{"listen":"test","script":{"id":"91a8b4f8-6150-4856-b291-dea4a16e882c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"53f26064-8cab-46d4-bd1d-b5df9eee4067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/summary?playing_format=ODI&is_male=true&bowler=49","urlObject":{"path":["stats","bowling","overall","summary"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"disabled":true,"key":"min_start_date","value":"2023-01-01"},{"disabled":true,"key":"max_start_date","value":"2023-12-31"},{"disabled":true,"key":"primary_team","value":"6"},{"disabled":true,"key":"toss_result","value":"won"},{"disabled":true,"key":"bat_field_first","value":"bat"},{"key":"bowler","value":"49"}],"variable":[]}},"response":[{"id":"e9abdb8f-01b0-429f-9f42-1b35935dfa7a","name":"Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/summary?playing_format=ODI&is_male=true&bowler=49","host":["http://localhost:8080"],"path":["stats","bowling","overall","summary"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01","disabled":true},{"key":"max_start_date","value":"2023-12-31","disabled":true},{"key":"primary_team","value":"6","disabled":true},{"key":"toss_result","value":"won","disabled":true},{"key":"bat_field_first","value":"bat","disabled":true},{"key":"bowler","value":"49"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 May 2025 08:28:22 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall bowling summary stats successfully\",\n    \"data\": {\n        \"teams\": [\n            {\n                \"team_id\": 11,\n                \"team_name\": \"India\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 86,\n                \"innings_bowled\": 86,\n                \"overs_bowled\": 743.2,\n                \"maiden_overs\": 56,\n                \"runs_conceded\": 3431,\n                \"wickets_taken\": 143,\n                \"average\": 23.993006993006993,\n                \"strike_rate\": 31.18881118881119,\n                \"economy\": 4.615695067264574,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 362,\n                \"sixes_conceded\": 36\n            }\n        ],\n        \"oppositions\": [\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"Australia\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 21,\n                \"innings_bowled\": 21,\n                \"overs_bowled\": 194.3,\n                \"maiden_overs\": 11,\n                \"runs_conceded\": 1024,\n                \"wickets_taken\": 30,\n                \"average\": 34.13333333333333,\n                \"strike_rate\": 38.9,\n                \"economy\": 5.26478149100257,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 61,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 61,\n                \"fours_conceded\": 121,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"opposition_team_id\": 3,\n                \"opposition_team_name\": \"New Zealand\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-16\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 121.4,\n                \"maiden_overs\": 7,\n                \"runs_conceded\": 588,\n                \"wickets_taken\": 15,\n                \"average\": 39.2,\n                \"strike_rate\": 48.666666666666664,\n                \"economy\": 4.832876712328767,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 53,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"South Africa\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-11\",\n                \"max_date\": \"2023-11-05\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 95,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 381,\n                \"wickets_taken\": 17,\n                \"average\": 22.41176470588235,\n                \"strike_rate\": 33.529411764705884,\n                \"economy\": 4.010526315789473,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-08\",\n                \"max_date\": \"2023-11-02\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 105.2,\n                \"maiden_overs\": 11,\n                \"runs_conceded\": 433,\n                \"wickets_taken\": 26,\n                \"average\": 16.653846153846153,\n                \"strike_rate\": 24.307692307692307,\n                \"economy\": 4.110759493670886,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 44,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"opposition_team_id\": 9,\n                \"opposition_team_name\": \"England\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-01-15\",\n                \"max_date\": \"2023-10-29\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 63.1,\n                \"maiden_overs\": 7,\n                \"runs_conceded\": 372,\n                \"wickets_taken\": 17,\n                \"average\": 21.88235294117647,\n                \"strike_rate\": 22.294117647058822,\n                \"economy\": 5.889182058047494,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 37,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-11\",\n                \"max_date\": \"2016-06-15\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 25.5,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 77,\n                \"wickets_taken\": 9,\n                \"average\": 8.555555555555555,\n                \"strike_rate\": 17.22222222222222,\n                \"economy\": 2.9806451612903224,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"West Indies\",\n                \"players_count\": 1,\n                \"min_date\": \"2018-10-27\",\n                \"max_date\": \"2019-06-27\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 80,\n                \"wickets_taken\": 8,\n                \"average\": 10,\n                \"strike_rate\": 22.5,\n                \"economy\": 2.6666666666666665,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 13,\n                \"opposition_team_name\": \"Pakistan\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-04\",\n                \"max_date\": \"2023-10-14\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 51.1,\n                \"maiden_overs\": 5,\n                \"runs_conceded\": 232,\n                \"wickets_taken\": 7,\n                \"average\": 33.142857142857146,\n                \"strike_rate\": 43.857142857142854,\n                \"economy\": 4.534201954397394,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 15,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-15\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 47.4,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 211,\n                \"wickets_taken\": 12,\n                \"average\": 17.583333333333332,\n                \"strike_rate\": 23.833333333333332,\n                \"economy\": 4.426573426573427,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 20,\n                \"opposition_team_name\": \"Netherlands\",\n                \"players_count\": 1,\n                \"min_date\": \"2023-11-12\",\n                \"max_date\": \"2023-11-12\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 33,\n                \"wickets_taken\": 2,\n                \"average\": 16.5,\n                \"strike_rate\": 27,\n                \"economy\": 3.6666666666666665,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 0\n            }\n        ],\n        \"host_nations\": [\n            {\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"players_count\": 1,\n                \"min_date\": \"2018-02-01\",\n                \"max_date\": \"2022-01-23\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 72,\n                \"maiden_overs\": 2,\n                \"runs_conceded\": 304,\n                \"wickets_taken\": 13,\n                \"average\": 23.384615384615383,\n                \"strike_rate\": 33.23076923076923,\n                \"economy\": 4.222222222222222,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-04\",\n                \"max_date\": \"2022-07-14\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 133.2,\n                \"maiden_overs\": 13,\n                \"runs_conceded\": 610,\n                \"wickets_taken\": 28,\n                \"average\": 21.785714285714285,\n                \"strike_rate\": 28.571428571428573,\n                \"economy\": 4.575,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 64,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-08-20\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 60.2,\n                \"maiden_overs\": 7,\n                \"runs_conceded\": 240,\n                \"wickets_taken\": 19,\n                \"average\": 12.631578947368421,\n                \"strike_rate\": 19.05263157894737,\n                \"economy\": 3.977900552486188,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 23,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2020-12-02\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 39.3,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 235,\n                \"wickets_taken\": 6,\n                \"average\": 39.166666666666664,\n                \"strike_rate\": 39.5,\n                \"economy\": 5.949367088607595,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"players_count\": 1,\n                \"min_date\": \"2020-02-05\",\n                \"max_date\": \"2020-02-11\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 167,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 5.566666666666666,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 50,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 50,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"players_count\": 1,\n                \"min_date\": \"2018-09-19\",\n                \"max_date\": \"2018-09-28\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 34.5,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 128,\n                \"wickets_taken\": 8,\n                \"average\": 16,\n                \"strike_rate\": 26.125,\n                \"economy\": 3.674641148325359,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-16\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 40,\n                \"innings_bowled\": 40,\n                \"overs_bowled\": 347.3,\n                \"maiden_overs\": 25,\n                \"runs_conceded\": 1670,\n                \"wickets_taken\": 60,\n                \"average\": 27.833333333333332,\n                \"strike_rate\": 34.75,\n                \"economy\": 4.805755395683454,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 189,\n                \"sixes_conceded\": 22\n            },\n            {\n                \"host_nation_id\": 13,\n                \"host_nation_name\": \"Zimbabwe\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-11\",\n                \"max_date\": \"2016-06-15\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 25.5,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 77,\n                \"wickets_taken\": 9,\n                \"average\": 8.555555555555555,\n                \"strike_rate\": 17.22222222222222,\n                \"economy\": 2.9806451612903224,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            }\n        ],\n        \"continents\": [\n            {\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-11\",\n                \"max_date\": \"2022-01-23\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 97.5,\n                \"maiden_overs\": 5,\n                \"runs_conceded\": 381,\n                \"wickets_taken\": 22,\n                \"average\": 17.318181818181817,\n                \"strike_rate\": 26.681818181818183,\n                \"economy\": 3.8943781942078366,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-16\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 52,\n                \"innings_bowled\": 52,\n                \"overs_bowled\": 442.4,\n                \"maiden_overs\": 36,\n                \"runs_conceded\": 2038,\n                \"wickets_taken\": 87,\n                \"average\": 23.42528735632184,\n                \"strike_rate\": 30.528735632183906,\n                \"economy\": 4.603915662650603,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 227,\n                \"sixes_conceded\": 25\n            },\n            {\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-04\",\n                \"max_date\": \"2022-07-14\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 133.2,\n                \"maiden_overs\": 13,\n                \"runs_conceded\": 610,\n                \"wickets_taken\": 28,\n                \"average\": 21.785714285714285,\n                \"strike_rate\": 28.571428571428573,\n                \"economy\": 4.575,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 64,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2020-12-02\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 69.3,\n                \"maiden_overs\": 2,\n                \"runs_conceded\": 402,\n                \"wickets_taken\": 6,\n                \"average\": 67,\n                \"strike_rate\": 69.5,\n                \"economy\": 5.784172661870503,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 7\n            }\n        ],\n        \"years\": [\n            {\n                \"Year\": 2016,\n                \"players_count\": 1,\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 68.3,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 249,\n                \"wickets_taken\": 17,\n                \"average\": 14.647058823529411,\n                \"strike_rate\": 24.176470588235293,\n                \"economy\": 3.635036496350365,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"Year\": 2017,\n                \"players_count\": 1,\n                \"matches_played\": 23,\n                \"innings_bowled\": 23,\n                \"overs_bowled\": 199.2,\n                \"maiden_overs\": 13,\n                \"runs_conceded\": 1024,\n                \"wickets_taken\": 39,\n                \"average\": 26.256410256410255,\n                \"strike_rate\": 30.666666666666668,\n                \"economy\": 5.137123745819398,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 109,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"Year\": 2018,\n                \"players_count\": 1,\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 100.5,\n                \"maiden_overs\": 9,\n                \"runs_conceded\": 366,\n                \"wickets_taken\": 22,\n                \"average\": 16.636363636363637,\n                \"strike_rate\": 27.5,\n                \"economy\": 3.6297520661157026,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"Year\": 2019,\n                \"players_count\": 1,\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 122.5,\n                \"maiden_overs\": 8,\n                \"runs_conceded\": 576,\n                \"wickets_taken\": 23,\n                \"average\": 25.043478260869566,\n                \"strike_rate\": 32.04347826086956,\n                \"economy\": 4.689280868385346,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 68,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"Year\": 2020,\n                \"players_count\": 1,\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 85.4,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 482,\n                \"wickets_taken\": 5,\n                \"average\": 96.4,\n                \"strike_rate\": 102.8,\n                \"economy\": 5.626459143968872,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"Year\": 2022,\n                \"players_count\": 1,\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 47.2,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 205,\n                \"wickets_taken\": 13,\n                \"average\": 15.76923076923077,\n                \"strike_rate\": 21.846153846153847,\n                \"economy\": 4.330985915492958,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"Year\": 2023,\n                \"players_count\": 1,\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 118.5,\n                \"maiden_overs\": 14,\n                \"runs_conceded\": 529,\n                \"wickets_taken\": 24,\n                \"average\": 22.041666666666668,\n                \"strike_rate\": 29.708333333333332,\n                \"economy\": 4.451612903225807,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 57,\n                \"sixes_conceded\": 9\n            }\n        ],\n        \"seasons\": [\n            {\n                \"season\": \"2015/16\",\n                \"players_count\": 1,\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 40,\n                \"wickets_taken\": 2,\n                \"average\": 20,\n                \"strike_rate\": 30,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2016\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 25.5,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 77,\n                \"wickets_taken\": 9,\n                \"average\": 8.555555555555555,\n                \"strike_rate\": 17.22222222222222,\n                \"economy\": 2.9806451612903224,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2016/17\",\n                \"players_count\": 1,\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 61.4,\n                \"maiden_overs\": 2,\n                \"runs_conceded\": 360,\n                \"wickets_taken\": 11,\n                \"average\": 32.72727272727273,\n                \"strike_rate\": 33.63636363636363,\n                \"economy\": 5.837837837837838,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 40,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"season\": \"2017\",\n                \"players_count\": 1,\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 85.2,\n                \"maiden_overs\": 5,\n                \"runs_conceded\": 379,\n                \"wickets_taken\": 19,\n                \"average\": 19.94736842105263,\n                \"strike_rate\": 26.94736842105263,\n                \"economy\": 4.44140625,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 37,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"season\": \"2017/18\",\n                \"players_count\": 1,\n                \"matches_played\": 16,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 127,\n                \"maiden_overs\": 9,\n                \"runs_conceded\": 584,\n                \"wickets_taken\": 23,\n                \"average\": 25.391304347826086,\n                \"strike_rate\": 33.130434782608695,\n                \"economy\": 4.5984251968503935,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 65,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"season\": \"2018\",\n                \"players_count\": 1,\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 34.5,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 128,\n                \"wickets_taken\": 8,\n                \"average\": 16,\n                \"strike_rate\": 26.125,\n                \"economy\": 3.674641148325359,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018/19\",\n                \"players_count\": 1,\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 72.5,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 315,\n                \"wickets_taken\": 13,\n                \"average\": 24.23076923076923,\n                \"strike_rate\": 33.61538461538461,\n                \"economy\": 4.324942791762013,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"season\": \"2019\",\n                \"players_count\": 1,\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 74,\n                \"maiden_overs\": 8,\n                \"runs_conceded\": 332,\n                \"wickets_taken\": 16,\n                \"average\": 20.75,\n                \"strike_rate\": 27.75,\n                \"economy\": 4.486486486486487,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2019/20\",\n                \"players_count\": 1,\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 56.1,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 287,\n                \"wickets_taken\": 1,\n                \"average\": 287,\n                \"strike_rate\": 337,\n                \"economy\": 5.109792284866469,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"season\": \"2020/21\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 29.3,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 195,\n                \"wickets_taken\": 4,\n                \"average\": 48.75,\n                \"strike_rate\": 44.25,\n                \"economy\": 6.610169491525424,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 21,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"season\": \"2021/22\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 137,\n                \"wickets_taken\": 5,\n                \"average\": 27.4,\n                \"strike_rate\": 36,\n                \"economy\": 4.566666666666666,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 48,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 48,\n                \"fours_conceded\": 12,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2022\",\n                \"players_count\": 1,\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 17.2,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 68,\n                \"wickets_taken\": 8,\n                \"average\": 8.5,\n                \"strike_rate\": 13,\n                \"economy\": 3.923076923076923,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"season\": \"2023\",\n                \"players_count\": 1,\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 17,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 71,\n                \"wickets_taken\": 4,\n                \"average\": 17.75,\n                \"strike_rate\": 25.5,\n                \"economy\": 4.176470588235294,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2023/24\",\n                \"players_count\": 1,\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 101.5,\n                \"maiden_overs\": 11,\n                \"runs_conceded\": 458,\n                \"wickets_taken\": 20,\n                \"average\": 22.9,\n                \"strike_rate\": 30.55,\n                \"economy\": 4.497545008183306,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 48,\n                \"sixes_conceded\": 9\n            }\n        ],\n        \"home_away\": [\n            {\n                \"label\": \"away\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 29,\n                \"innings_bowled\": 29,\n                \"overs_bowled\": 250,\n                \"maiden_overs\": 18,\n                \"runs_conceded\": 1117,\n                \"wickets_taken\": 55,\n                \"average\": 20.30909090909091,\n                \"strike_rate\": 27.272727272727273,\n                \"economy\": 4.468,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 102,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"label\": \"home\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-16\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 39,\n                \"innings_bowled\": 39,\n                \"overs_bowled\": 340.4,\n                \"maiden_overs\": 24,\n                \"runs_conceded\": 1638,\n                \"wickets_taken\": 57,\n                \"average\": 28.736842105263158,\n                \"strike_rate\": 35.85964912280702,\n                \"economy\": 4.808219178082192,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 186,\n                \"sixes_conceded\": 20\n            },\n            {\n                \"label\": \"unknown\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-04\",\n                \"max_date\": \"2023-10-29\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 152.4,\n                \"maiden_overs\": 14,\n                \"runs_conceded\": 676,\n                \"wickets_taken\": 31,\n                \"average\": 21.806451612903224,\n                \"strike_rate\": 29.548387096774192,\n                \"economy\": 4.427947598253275,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 74,\n                \"sixes_conceded\": 3\n            }\n        ],\n        \"toss_won_lost\": [\n            {\n                \"result\": \"lost\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-15\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 42,\n                \"innings_bowled\": 42,\n                \"overs_bowled\": 373.1,\n                \"maiden_overs\": 28,\n                \"runs_conceded\": 1725,\n                \"wickets_taken\": 66,\n                \"average\": 26.136363636363637,\n                \"strike_rate\": 33.92424242424242,\n                \"economy\": 4.622599374720857,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 182,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"result\": \"won\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 44,\n                \"innings_bowled\": 44,\n                \"overs_bowled\": 370.1,\n                \"maiden_overs\": 28,\n                \"runs_conceded\": 1706,\n                \"wickets_taken\": 77,\n                \"average\": 22.155844155844157,\n                \"strike_rate\": 28.844155844155843,\n                \"economy\": 4.608734804142278,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 180,\n                \"sixes_conceded\": 20\n            }\n        ],\n        \"toss_decision\": [\n            {\n                \"result\": \"lost\",\n                \"is_toss_decision_bat\": false,\n                \"players_count\": 1,\n                \"min_date\": \"2017-01-19\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 145,\n                \"maiden_overs\": 9,\n                \"runs_conceded\": 699,\n                \"wickets_taken\": 21,\n                \"average\": 33.285714285714285,\n                \"strike_rate\": 41.42857142857143,\n                \"economy\": 4.820689655172414,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 82,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"result\": \"lost\",\n                \"is_toss_decision_bat\": true,\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-15\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 24,\n                \"innings_bowled\": 24,\n                \"overs_bowled\": 228.1,\n                \"maiden_overs\": 19,\n                \"runs_conceded\": 1026,\n                \"wickets_taken\": 45,\n                \"average\": 22.8,\n                \"strike_rate\": 30.42222222222222,\n                \"economy\": 4.496712929145362,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 100,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"result\": \"won\",\n                \"is_toss_decision_bat\": false,\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-10-22\",\n                \"matches_played\": 27,\n                \"innings_bowled\": 27,\n                \"overs_bowled\": 239.5,\n                \"maiden_overs\": 20,\n                \"runs_conceded\": 1088,\n                \"wickets_taken\": 51,\n                \"average\": 21.333333333333332,\n                \"strike_rate\": 28.215686274509803,\n                \"economy\": 4.536483669214732,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 109,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"result\": \"won\",\n                \"is_toss_decision_bat\": true,\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-29\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 130.2,\n                \"maiden_overs\": 8,\n                \"runs_conceded\": 618,\n                \"wickets_taken\": 26,\n                \"average\": 23.76923076923077,\n                \"strike_rate\": 30.076923076923077,\n                \"economy\": 4.741687979539642,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 71,\n                \"sixes_conceded\": 5\n            }\n        ],\n        \"bat_bowl_first\": [\n            {\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-29\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 35,\n                \"innings_bowled\": 35,\n                \"overs_bowled\": 275.2,\n                \"maiden_overs\": 17,\n                \"runs_conceded\": 1317,\n                \"wickets_taken\": 47,\n                \"average\": 28.02127659574468,\n                \"strike_rate\": 35.148936170212764,\n                \"economy\": 4.783292978208232,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 153,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-10-22\",\n                \"matches_played\": 51,\n                \"innings_bowled\": 51,\n                \"overs_bowled\": 468,\n                \"maiden_overs\": 39,\n                \"runs_conceded\": 2114,\n                \"wickets_taken\": 96,\n                \"average\": 22.020833333333332,\n                \"strike_rate\": 29.25,\n                \"economy\": 4.517094017094017,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 209,\n                \"sixes_conceded\": 24\n            }\n        ],\n        \"innings_number\": [\n            {\n                \"innings_number\": 1,\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-10-22\",\n                \"matches_played\": 51,\n                \"innings_bowled\": 51,\n                \"overs_bowled\": 468,\n                \"maiden_overs\": 39,\n                \"runs_conceded\": 2114,\n                \"wickets_taken\": 96,\n                \"average\": 22.020833333333332,\n                \"strike_rate\": 29.25,\n                \"economy\": 4.517094017094017,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 209,\n                \"sixes_conceded\": 24\n            },\n            {\n                \"innings_number\": 2,\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-29\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 35,\n                \"innings_bowled\": 35,\n                \"overs_bowled\": 275.2,\n                \"maiden_overs\": 17,\n                \"runs_conceded\": 1317,\n                \"wickets_taken\": 47,\n                \"average\": 28.02127659574468,\n                \"strike_rate\": 35.148936170212764,\n                \"economy\": 4.783292978208232,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 153,\n                \"sixes_conceded\": 12\n            }\n        ],\n        \"match_result\": [\n            {\n                \"result\": \"lost\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-20\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 25,\n                \"innings_bowled\": 25,\n                \"overs_bowled\": 234.5,\n                \"maiden_overs\": 10,\n                \"runs_conceded\": 1284,\n                \"wickets_taken\": 30,\n                \"average\": 42.8,\n                \"strike_rate\": 46.96666666666667,\n                \"economy\": 5.467707594038325,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 136,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"result\": \"won\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 61,\n                \"innings_bowled\": 61,\n                \"overs_bowled\": 508.3,\n                \"maiden_overs\": 46,\n                \"runs_conceded\": 2147,\n                \"wickets_taken\": 113,\n                \"average\": 19,\n                \"strike_rate\": 27,\n                \"economy\": 4.222222222222222,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 226,\n                \"sixes_conceded\": 21\n            }\n        ],\n        \"match_result_bat_bowl_first\": [\n            {\n                \"result\": \"lost\",\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 85.5,\n                \"maiden_overs\": 4,\n                \"runs_conceded\": 457,\n                \"wickets_taken\": 9,\n                \"average\": 50.77777777777778,\n                \"strike_rate\": 57.22222222222222,\n                \"economy\": 5.324271844660194,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 53,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"result\": \"lost\",\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-20\",\n                \"max_date\": \"2023-09-27\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 149,\n                \"maiden_overs\": 6,\n                \"runs_conceded\": 827,\n                \"wickets_taken\": 21,\n                \"average\": 39.38095238095238,\n                \"strike_rate\": 42.57142857142857,\n                \"economy\": 5.550335570469799,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 83,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"result\": \"won\",\n                \"first\": \"bat\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-29\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 25,\n                \"innings_bowled\": 25,\n                \"overs_bowled\": 189.3,\n                \"maiden_overs\": 13,\n                \"runs_conceded\": 860,\n                \"wickets_taken\": 38,\n                \"average\": 22.63157894736842,\n                \"strike_rate\": 29.92105263157895,\n                \"economy\": 4.538258575197889,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 100,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"result\": \"won\",\n                \"first\": \"bowl\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-10-22\",\n                \"matches_played\": 36,\n                \"innings_bowled\": 36,\n                \"overs_bowled\": 319,\n                \"maiden_overs\": 33,\n                \"runs_conceded\": 1287,\n                \"wickets_taken\": 75,\n                \"average\": 17.16,\n                \"strike_rate\": 25.52,\n                \"economy\": 4.0344827586206895,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 126,\n                \"sixes_conceded\": 14\n            }\n        ],\n        \"series_teams_count\": [\n            {\n                \"teams_count\": \"2\",\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2023-09-27\",\n                \"matches_played\": 56,\n                \"innings_bowled\": 56,\n                \"overs_bowled\": 493.4,\n                \"maiden_overs\": 31,\n                \"runs_conceded\": 2356,\n                \"wickets_taken\": 95,\n                \"average\": 24.8,\n                \"strike_rate\": 31.178947368421053,\n                \"economy\": 4.772451046590142,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 247,\n                \"sixes_conceded\": 29\n            },\n            {\n                \"teams_count\": \"5+\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-04\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 30,\n                \"innings_bowled\": 30,\n                \"overs_bowled\": 249.4,\n                \"maiden_overs\": 25,\n                \"runs_conceded\": 1075,\n                \"wickets_taken\": 48,\n                \"average\": 22.395833333333332,\n                \"strike_rate\": 31.208333333333332,\n                \"economy\": 4.305740987983978,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 115,\n                \"sixes_conceded\": 7\n            }\n        ],\n        \"series_event_match_number\": [\n            {\n                \"event_match_number\": 1,\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-11\",\n                \"max_date\": \"2023-09-22\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 128.3,\n                \"maiden_overs\": 10,\n                \"runs_conceded\": 668,\n                \"wickets_taken\": 24,\n                \"average\": 27.833333333333332,\n                \"strike_rate\": 32.125,\n                \"economy\": 5.198443579766537,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 74,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"event_match_number\": 2,\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-13\",\n                \"max_date\": \"2022-07-14\",\n                \"matches_played\": 14,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 126.1,\n                \"maiden_overs\": 10,\n                \"runs_conceded\": 608,\n                \"wickets_taken\": 22,\n                \"average\": 27.636363636363637,\n                \"strike_rate\": 34.40909090909091,\n                \"economy\": 4.819022457067371,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 66,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"event_match_number\": 3,\n                \"players_count\": 1,\n                \"min_date\": \"2016-06-15\",\n                \"max_date\": \"2023-09-27\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 144.1,\n                \"maiden_overs\": 6,\n                \"runs_conceded\": 691,\n                \"wickets_taken\": 31,\n                \"average\": 22.29032258064516,\n                \"strike_rate\": 27.903225806451612,\n                \"economy\": 4.793063583815029,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 64,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"event_match_number\": 4,\n                \"players_count\": 1,\n                \"min_date\": \"2017-08-31\",\n                \"max_date\": \"2019-03-10\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 28.5,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 141,\n                \"wickets_taken\": 6,\n                \"average\": 23.5,\n                \"strike_rate\": 28.833333333333332,\n                \"economy\": 4.890173410404624,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"event_match_number\": 5,\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2019-03-13\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 58,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 224,\n                \"wickets_taken\": 10,\n                \"average\": 22.4,\n                \"strike_rate\": 34.8,\n                \"economy\": 3.8620689655172415,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 11,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 11,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"event_match_number\": 6,\n                \"players_count\": 1,\n                \"min_date\": \"2018-02-16\",\n                \"max_date\": \"2018-02-16\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 24,\n                \"wickets_taken\": 2,\n                \"average\": 12,\n                \"strike_rate\": 24,\n                \"economy\": 3,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            }\n        ],\n        \"tournaments\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"players_count\": 1,\n                \"min_date\": \"2019-06-05\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 155.5,\n                \"maiden_overs\": 17,\n                \"runs_conceded\": 666,\n                \"wickets_taken\": 32,\n                \"average\": 20.8125,\n                \"strike_rate\": 29.21875,\n                \"economy\": 4.27379679144385,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 68,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"players_count\": 1,\n                \"min_date\": \"2017-06-04\",\n                \"max_date\": \"2017-06-18\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 42,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 210,\n                \"wickets_taken\": 4,\n                \"average\": 52.5,\n                \"strike_rate\": 63,\n                \"economy\": 5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 23,\n                \"sixes_conceded\": 1\n            }\n        ],\n        \"bowling_positions\": [\n            {\n                \"bowling_position\": 1,\n                \"players_count\": 1,\n                \"min_date\": \"2020-01-17\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 21,\n                \"innings_bowled\": 21,\n                \"overs_bowled\": 177.3,\n                \"maiden_overs\": 15,\n                \"runs_conceded\": 787,\n                \"wickets_taken\": 29,\n                \"average\": 27.137931034482758,\n                \"strike_rate\": 36.724137931034484,\n                \"economy\": 4.433802816901409,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 75,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"bowling_position\": 2,\n                \"players_count\": 1,\n                \"min_date\": \"2016-10-29\",\n                \"max_date\": \"2023-09-22\",\n                \"matches_played\": 50,\n                \"innings_bowled\": 50,\n                \"overs_bowled\": 431,\n                \"maiden_overs\": 36,\n                \"runs_conceded\": 2040,\n                \"wickets_taken\": 89,\n                \"average\": 22.921348314606742,\n                \"strike_rate\": 29.0561797752809,\n                \"economy\": 4.7331786542923435,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 234,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"bowling_position\": 3,\n                \"players_count\": 1,\n                \"min_date\": \"2016-01-23\",\n                \"max_date\": \"2019-03-13\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 134.5,\n                \"maiden_overs\": 5,\n                \"runs_conceded\": 604,\n                \"wickets_taken\": 25,\n                \"average\": 24.16,\n                \"strike_rate\": 32.36,\n                \"economy\": 4.479604449938195,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 53,\n                \"sixes_conceded\": 9\n            }\n        ]\n    }\n}"}],"_postman_id":"53f26064-8cab-46d4-bd1d-b5df9eee4067"},{"name":"Bowlers","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"0d737324-85a7-4045-824f-85b55ae1bc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/bowlers?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&primary_team=6&toss_result=lost&bat_field_first=field&min__runs_conceded=50","urlObject":{"path":["stats","bowling","overall","bowlers"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"primary_team","value":"6"},{"key":"toss_result","value":"lost"},{"key":"bat_field_first","value":"field"},{"key":"min__runs_conceded","value":"50"}],"variable":[]}},"response":[{"id":"07f43a00-922c-4f5f-9a0c-c6162381c865","name":"Bowlers","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/bowlers?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&primary_team=6&toss_result=lost&bat_field_first=field","host":["http://localhost:8080"],"path":["stats","bowling","overall","bowlers"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"primary_team","value":"6"},{"key":"toss_result","value":"lost"},{"key":"bat_field_first","value":"field"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 16:23:56 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall bowlers stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"bowler_id\": 463,\n                \"bowler_name\": \"Mohammed Siraj\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 54.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 318,\n                \"wickets_taken\": 15,\n                \"average\": 21.2,\n                \"strike_rate\": 21.666666666666668,\n                \"economy\": 5.8707692307692305,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"bowler_id\": 348,\n                \"bowler_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 59.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 288,\n                \"wickets_taken\": 13,\n                \"average\": 22.153846153846153,\n                \"strike_rate\": 27.46153846153846,\n                \"economy\": 4.840336134453781,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"bowler_id\": 97,\n                \"bowler_name\": \"JJ Bumrah\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-09-17\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 45,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 219,\n                \"wickets_taken\": 12,\n                \"average\": 18.25,\n                \"strike_rate\": 22.5,\n                \"economy\": 4.866666666666667,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 21,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"bowler_id\": 40,\n                \"bowler_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 25.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 152,\n                \"wickets_taken\": 9,\n                \"average\": 16.88888888888889,\n                \"strike_rate\": 17.22222222222222,\n                \"economy\": 5.883870967741935,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 3,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 3,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"bowler_id\": 814,\n                \"bowler_name\": \"Arshdeep Singh\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 37,\n                \"wickets_taken\": 5,\n                \"average\": 7.4,\n                \"strike_rate\": 12,\n                \"economy\": 3.7,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"bowler_id\": 59,\n                \"bowler_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-03-22\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 199,\n                \"wickets_taken\": 5,\n                \"average\": 39.8,\n                \"strike_rate\": 57.6,\n                \"economy\": 4.145833333333333,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 12,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"bowler_id\": 809,\n                \"bowler_name\": \"Avesh Khan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 27,\n                \"wickets_taken\": 4,\n                \"average\": 6.75,\n                \"strike_rate\": 12,\n                \"economy\": 3.375,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 149,\n                \"bowler_name\": \"AR Patel\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 13,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 73,\n                \"wickets_taken\": 3,\n                \"average\": 24.333333333333332,\n                \"strike_rate\": 26,\n                \"economy\": 5.615384615384615,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"bowler_id\": 359,\n                \"bowler_name\": \"SN Thakur\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-11\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 15,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 90,\n                \"wickets_taken\": 2,\n                \"average\": 45,\n                \"strike_rate\": 45,\n                \"economy\": 6,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"bowler_id\": 812,\n                \"bowler_name\": \"Umran Malik\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-01-12\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 7,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 48,\n                \"wickets_taken\": 2,\n                \"average\": 24,\n                \"strike_rate\": 21,\n                \"economy\": 6.857142857142857,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 48,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 48,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"bowler_id\": 92,\n                \"bowler_name\": \"R Ashwin\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-10-08\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 1,\n                \"average\": 34,\n                \"strike_rate\": 60,\n                \"economy\": 3.4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 640,\n                \"bowler_name\": \"M Prasidh Krishna\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-09-27\",\n                \"max_date\": \"2023-09-27\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 45,\n                \"wickets_taken\": 1,\n                \"average\": 45,\n                \"strike_rate\": 30,\n                \"economy\": 9,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"bowler_id\": 936,\n                \"bowler_name\": \"Tilak Varma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 23,\n                \"bowler_name\": \"RG Sharma\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 937,\n                \"bowler_name\": \"B Sai Sudharsan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 42,\n                \"bowler_name\": \"V Kohli\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 0.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 2,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 151,\n                \"bowler_name\": \"KL Rahul\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 354,\n                \"bowler_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-03-22\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 13,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 80,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 6.153846153846154,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"bowler_id\": 382,\n                \"bowler_name\": \"Washington Sundar\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-09-17\",\n                \"max_date\": \"2023-09-27\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 48,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 4.8,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 384,\n                \"bowler_name\": \"SS Iyer\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 476,\n                \"bowler_name\": \"Shubman Gill\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 696,\n                \"bowler_name\": \"SA Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-03-22\",\n                \"max_date\": \"2023-09-27\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 697,\n                \"bowler_name\": \"Ishan Kishan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-09-17\",\n                \"max_date\": \"2023-10-11\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 714,\n                \"bowler_name\": \"SV Samson\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 828,\n                \"bowler_name\": \"RD Gaikwad\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"bowler_id\": 932,\n                \"bowler_name\": \"Mukesh Kumar\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-12-17\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 7,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 46,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 6.571428571428571,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 2\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"0d737324-85a7-4045-824f-85b55ae1bc70"},{"name":"Team Innings","event":[{"listen":"test","script":{"id":"5ad7df41-5e5a-41c3-bf22-8b9065f7c755","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"1c6a7a59-b371-4fe3-9f83-c2675871b4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/team-innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10","urlObject":{"path":["stats","bowling","overall","team-innings"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"}],"variable":[]}},"response":[{"id":"7fd1c97d-f4a4-487e-8100-28543c8753cf","name":"Team Innings","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/team-innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10","host":["http://localhost:8080"],"path":["stats","bowling","overall","team-innings"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:26:57 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team innings stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 2268,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Pakistan\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Fatullah\",\n                \"start_date\": \"2014-02-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.5,\n                \"runs_conceded\": 281,\n                \"wickets_taken\": 10,\n                \"average\": 28.1,\n                \"strike_rate\": 29.3,\n                \"economy\": 5.7542662116040955,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 1762,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2011-11-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 45.2,\n                \"runs_conceded\": 171,\n                \"wickets_taken\": 10,\n                \"average\": 17.1,\n                \"strike_rate\": 27.2,\n                \"economy\": 3.7720588235294117,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1793,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2011-12-01\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 30.3,\n                \"runs_conceded\": 87,\n                \"wickets_taken\": 10,\n                \"average\": 8.7,\n                \"strike_rate\": 18.3,\n                \"economy\": 2.8524590163934427,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 23,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 23,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 672,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.3,\n                \"runs_conceded\": 268,\n                \"wickets_taken\": 10,\n                \"average\": 26.8,\n                \"strike_rate\": 29.7,\n                \"economy\": 5.414141414141414,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"match_id\": 142,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2017-12-23\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 28,\n                \"runs_conceded\": 120,\n                \"wickets_taken\": 10,\n                \"average\": 12,\n                \"strike_rate\": 16.8,\n                \"economy\": 4.285714285714286,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 434,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-09-30\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 46.5,\n                \"runs_conceded\": 222,\n                \"wickets_taken\": 10,\n                \"average\": 22.2,\n                \"strike_rate\": 28.1,\n                \"economy\": 4.740213523131673,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"match_id\": 1781,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2012-03-11\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48.1,\n                \"runs_conceded\": 239,\n                \"wickets_taken\": 10,\n                \"average\": 23.9,\n                \"strike_rate\": 28.9,\n                \"economy\": 4.961937716262976,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 1723,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Brisbane\",\n                \"start_date\": \"2012-02-21\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 45.1,\n                \"runs_conceded\": 231,\n                \"wickets_taken\": 10,\n                \"average\": 23.1,\n                \"strike_rate\": 27.1,\n                \"economy\": 5.114391143911439,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 1797,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Chattogram\",\n                \"start_date\": \"2011-12-06\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 38,\n                \"runs_conceded\": 112,\n                \"wickets_taken\": 10,\n                \"average\": 11.2,\n                \"strike_rate\": 22.8,\n                \"economy\": 2.9473684210526314,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 6,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 6,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 2232,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2014-01-31\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.4,\n                \"runs_conceded\": 215,\n                \"wickets_taken\": 10,\n                \"average\": 21.5,\n                \"strike_rate\": 29.8,\n                \"economy\": 4.328859060402684,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 1784,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2012-03-15\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 45.4,\n                \"runs_conceded\": 183,\n                \"wickets_taken\": 10,\n                \"average\": 18.3,\n                \"strike_rate\": 27.4,\n                \"economy\": 4.007299270072993,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 661,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2022-11-30\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 47.3,\n                \"runs_conceded\": 211,\n                \"wickets_taken\": 10,\n                \"average\": 21.1,\n                \"strike_rate\": 28.5,\n                \"economy\": 4.442105263157894,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"match_id\": 149,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Pakistan\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-01-19\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 49,\n                \"runs_conceded\": 251,\n                \"wickets_taken\": 10,\n                \"average\": 25.1,\n                \"strike_rate\": 29.4,\n                \"economy\": 5.122448979591836,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 23,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 2163,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2013-12-22\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 44.4,\n                \"runs_conceded\": 211,\n                \"wickets_taken\": 10,\n                \"average\": 21.1,\n                \"strike_rate\": 26.8,\n                \"economy\": 4.723880597014926,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 2274,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Afghanistan\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2014-03-03\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 38.4,\n                \"runs_conceded\": 122,\n                \"wickets_taken\": 10,\n                \"average\": 12.2,\n                \"strike_rate\": 23.2,\n                \"economy\": 3.155172413793103,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 11,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 11,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 2254,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"South Africa\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Cape Town\",\n                \"start_date\": \"2013-11-24\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.1,\n                \"runs_conceded\": 195,\n                \"wickets_taken\": 9,\n                \"average\": 21.666666666666668,\n                \"strike_rate\": 32.111111111111114,\n                \"economy\": 4.048442906574395,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 1994,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"South Africa\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dubai\",\n                \"start_date\": \"2013-11-01\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 40.4,\n                \"runs_conceded\": 142,\n                \"wickets_taken\": 9,\n                \"average\": 15.777777777777779,\n                \"strike_rate\": 27.11111111111111,\n                \"economy\": 3.4918032786885247,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 2258,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2014-02-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 43,\n                \"runs_conceded\": 222,\n                \"wickets_taken\": 9,\n                \"average\": 24.666666666666668,\n                \"strike_rate\": 28.666666666666668,\n                \"economy\": 5.162790697674419,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 1801,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Afghanistan\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2012-02-10\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.3,\n                \"runs_conceded\": 186,\n                \"wickets_taken\": 9,\n                \"average\": 20.666666666666668,\n                \"strike_rate\": 32.333333333333336,\n                \"economy\": 3.8350515463917527,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 454,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Hambantota\",\n                \"start_date\": \"2020-02-26\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 39.1,\n                \"runs_conceded\": 183,\n                \"wickets_taken\": 9,\n                \"average\": 20.333333333333332,\n                \"strike_rate\": 26.11111111111111,\n                \"economy\": 4.672340425531915,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 2246,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Hambantota\",\n                \"start_date\": \"2013-11-10\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 281,\n                \"wickets_taken\": 9,\n                \"average\": 31.22222222222222,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 5.62,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 2247,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2013-10-31\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49,\n                \"runs_conceded\": 237,\n                \"wickets_taken\": 9,\n                \"average\": 26.333333333333332,\n                \"strike_rate\": 32.666666666666664,\n                \"economy\": 4.836734693877551,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"match_id\": 1720,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"Australia\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Perth\",\n                \"start_date\": \"2012-02-10\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.1,\n                \"runs_conceded\": 225,\n                \"wickets_taken\": 9,\n                \"average\": 25,\n                \"strike_rate\": 32.77777777777778,\n                \"economy\": 4.576271186440678,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 2244,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2013-10-29\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 49.5,\n                \"runs_conceded\": 263,\n                \"wickets_taken\": 9,\n                \"average\": 29.22222222222222,\n                \"strike_rate\": 33.22222222222222,\n                \"economy\": 5.277591973244148,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 168,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Abu Dhabi\",\n                \"start_date\": \"2017-10-18\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.2,\n                \"runs_conceded\": 204,\n                \"wickets_taken\": 9,\n                \"average\": 22.666666666666668,\n                \"strike_rate\": 32.22222222222222,\n                \"economy\": 4.220689655172414,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 146,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Whangarei\",\n                \"start_date\": \"2017-12-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 242,\n                \"wickets_taken\": 9,\n                \"average\": 26.88888888888889,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 4.84,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 170,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2017-10-23\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 26.2,\n                \"runs_conceded\": 102,\n                \"wickets_taken\": 9,\n                \"average\": 11.333333333333334,\n                \"strike_rate\": 17.555555555555557,\n                \"economy\": 3.873417721518987,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 10,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 2229,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2014-01-22\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 41.3,\n                \"runs_conceded\": 274,\n                \"wickets_taken\": 9,\n                \"average\": 30.444444444444443,\n                \"strike_rate\": 27.666666666666668,\n                \"economy\": 6.602409638554217,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 72,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 72,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"match_id\": 173,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dharamsala\",\n                \"start_date\": \"2017-12-10\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 38.2,\n                \"runs_conceded\": 110,\n                \"wickets_taken\": 9,\n                \"average\": 12.222222222222221,\n                \"strike_rate\": 25.555555555555557,\n                \"economy\": 2.869565217391304,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 13,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 13,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 176,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2017-10-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 43.4,\n                \"runs_conceded\": 168,\n                \"wickets_taken\": 9,\n                \"average\": 18.666666666666668,\n                \"strike_rate\": 29.11111111111111,\n                \"economy\": 3.8473282442748094,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 2164,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Pakistan\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Abu Dhabi\",\n                \"start_date\": \"2013-12-27\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.3,\n                \"runs_conceded\": 222,\n                \"wickets_taken\": 9,\n                \"average\": 24.666666666666668,\n                \"strike_rate\": 33,\n                \"economy\": 4.484848484848484,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 144,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Pakistan\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 27.2,\n                \"runs_conceded\": 74,\n                \"wickets_taken\": 9,\n                \"average\": 8.222222222222221,\n                \"strike_rate\": 18.22222222222222,\n                \"economy\": 2.707317073170732,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 2228,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Napier\",\n                \"start_date\": \"2014-01-19\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.4,\n                \"runs_conceded\": 265,\n                \"wickets_taken\": 9,\n                \"average\": 29.444444444444443,\n                \"strike_rate\": 32.44444444444444,\n                \"economy\": 5.445205479452055,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 68,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 68,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"match_id\": 2231,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2014-01-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 310,\n                \"wickets_taken\": 9,\n                \"average\": 34.44444444444444,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 6.2,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"match_id\": 144,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"New Zealand\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 255,\n                \"wickets_taken\": 9,\n                \"average\": 28.333333333333332,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 5.1,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 189,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 4,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-21\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 44,\n                \"runs_conceded\": 190,\n                \"wickets_taken\": 9,\n                \"average\": 21.11111111111111,\n                \"strike_rate\": 29.333333333333332,\n                \"economy\": 4.318181818181818,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 701,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Afghanistan\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-27\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.2,\n                \"runs_conceded\": 227,\n                \"wickets_taken\": 9,\n                \"average\": 25.22222222222222,\n                \"strike_rate\": 32.22222222222222,\n                \"economy\": 4.696551724137931,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"match_id\": 187,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Bangladesh\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 24,\n                \"runs_conceded\": 78,\n                \"wickets_taken\": 9,\n                \"average\": 8.666666666666666,\n                \"strike_rate\": 16,\n                \"economy\": 3.25,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 691,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-09\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 252,\n                \"wickets_taken\": 9,\n                \"average\": 28,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 5.04,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 1762,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Pakistan\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2011-11-20\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.3,\n                \"runs_conceded\": 198,\n                \"wickets_taken\": 9,\n                \"average\": 22,\n                \"strike_rate\": 33,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 1759,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 4,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2011-10-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.5,\n                \"runs_conceded\": 324,\n                \"wickets_taken\": 9,\n                \"average\": 36,\n                \"strike_rate\": 33.22222222222222,\n                \"economy\": 6.501672240802676,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 44,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 44,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"match_id\": 411,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2020-02-08\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48.3,\n                \"runs_conceded\": 247,\n                \"wickets_taken\": 9,\n                \"average\": 27.444444444444443,\n                \"strike_rate\": 32.333333333333336,\n                \"economy\": 5.092783505154639,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 664,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2023-03-31\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 41.3,\n                \"runs_conceded\": 153,\n                \"wickets_taken\": 9,\n                \"average\": 17,\n                \"strike_rate\": 27.666666666666668,\n                \"economy\": 3.6867469879518073,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 14,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 14,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 137,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"England\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-03-07\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 334,\n                \"wickets_taken\": 9,\n                \"average\": 37.111111111111114,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 6.68,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"match_id\": 693,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-11\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.5,\n                \"runs_conceded\": 259,\n                \"wickets_taken\": 9,\n                \"average\": 28.77777777777778,\n                \"strike_rate\": 33.22222222222222,\n                \"economy\": 5.197324414715719,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 148,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2017-12-26\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 23,\n                \"runs_conceded\": 99,\n                \"wickets_taken\": 9,\n                \"average\": 11,\n                \"strike_rate\": 15.333333333333334,\n                \"economy\": 4.304347826086956,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 672,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"batting_team_id\": 10,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 19.5,\n                \"runs_conceded\": 75,\n                \"wickets_taken\": 9,\n                \"average\": 8.333333333333334,\n                \"strike_rate\": 13.222222222222221,\n                \"economy\": 3.7815126050420167,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1729,\n                \"innings_number\": 2,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"Australia\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Melbourne\",\n                \"start_date\": \"2012-03-02\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 49.1,\n                \"runs_conceded\": 229,\n                \"wickets_taken\": 9,\n                \"average\": 25.444444444444443,\n                \"strike_rate\": 32.77777777777778,\n                \"economy\": 4.657627118644068,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1992,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"South Africa\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2013-10-30\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.5,\n                \"runs_conceded\": 182,\n                \"wickets_taken\": 9,\n                \"average\": 20.22222222222222,\n                \"strike_rate\": 33.22222222222222,\n                \"economy\": 3.6521739130434785,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 1732,\n                \"innings_number\": 1,\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"Australia\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Adelaide\",\n                \"start_date\": \"2012-03-08\",\n                \"players_count\": 11,\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 49.3,\n                \"runs_conceded\": 226,\n                \"wickets_taken\": 9,\n                \"average\": 25.11111111111111,\n                \"strike_rate\": 33,\n                \"economy\": 4.565656565656566,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 3\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"1c6a7a59-b371-4fe3-9f83-c2675871b4eb"},{"name":"Matches","event":[{"listen":"test","script":{"id":"c3051117-e4e2-4e98-b682-231b465c4dd4","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"fa723096-cad3-4b3b-a71c-4d88b35812d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/matches?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12","urlObject":{"path":["stats","bowling","overall","matches"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"}],"variable":[]}},"response":[{"id":"bd57035f-33c8-4323-ab8d-82021e68f21a","name":"Matches","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/matches?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12","host":["http://localhost:8080"],"path":["stats","bowling","overall","matches"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:33:30 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall matches stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 204,\n                \"team1_id\": 4,\n                \"team1_name\": \"Zimbabwe\",\n                \"team2_id\": 11,\n                \"team2_name\": \"Scotland\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 95.5,\n                \"runs_conceded\": 409,\n                \"wickets_taken\": 20,\n                \"average\": 20.45,\n                \"strike_rate\": 28.75,\n                \"economy\": 4.267826086956521,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 754,\n                \"team1_id\": 17,\n                \"team1_name\": \"Nepal\",\n                \"team2_id\": 16,\n                \"team2_name\": \"United Arab Emirates\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2023-03-12\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 72.1,\n                \"runs_conceded\": 316,\n                \"wickets_taken\": 20,\n                \"average\": 15.8,\n                \"strike_rate\": 21.65,\n                \"economy\": 4.378752886836027,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 32,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"match_id\": 746,\n                \"team1_id\": 11,\n                \"team1_name\": \"Scotland\",\n                \"team2_id\": 19,\n                \"team2_name\": \"Namibia\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2023-02-20\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 87.2,\n                \"runs_conceded\": 392,\n                \"wickets_taken\": 20,\n                \"average\": 19.6,\n                \"strike_rate\": 26.2,\n                \"economy\": 4.488549618320611,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"match_id\": 457,\n                \"team1_id\": 17,\n                \"team1_name\": \"Nepal\",\n                \"team2_id\": 18,\n                \"team2_name\": \"United States of America\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2020-02-08\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 93.3,\n                \"runs_conceded\": 334,\n                \"wickets_taken\": 20,\n                \"average\": 16.7,\n                \"strike_rate\": 28.05,\n                \"economy\": 3.572192513368984,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 1797,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 8,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Chattogram\",\n                \"start_date\": \"2011-12-06\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 84.1,\n                \"runs_conceded\": 276,\n                \"wickets_taken\": 19,\n                \"average\": 14.526315789473685,\n                \"strike_rate\": 26.57894736842105,\n                \"economy\": 3.279207920792079,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 4,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 4,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 1992,\n                \"team1_id\": 8,\n                \"team1_name\": \"Pakistan\",\n                \"team2_id\": 12,\n                \"team2_name\": \"South Africa\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2013-10-30\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 96.2,\n                \"runs_conceded\": 360,\n                \"wickets_taken\": 19,\n                \"average\": 18.94736842105263,\n                \"strike_rate\": 30.42105263157895,\n                \"economy\": 3.737024221453287,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 447,\n                \"team1_id\": 16,\n                \"team1_name\": \"United Arab Emirates\",\n                \"team2_id\": 18,\n                \"team2_name\": \"United States of America\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Potchefstroom\",\n                \"start_date\": \"2019-12-12\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 82.5,\n                \"runs_conceded\": 318,\n                \"wickets_taken\": 19,\n                \"average\": 16.736842105263158,\n                \"strike_rate\": 26.157894736842106,\n                \"economy\": 3.839034205231388,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 11,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 11,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 710,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 6,\n                \"team2_name\": \"Bangladesh\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2022-12-04\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 87.2,\n                \"runs_conceded\": 363,\n                \"wickets_taken\": 19,\n                \"average\": 19.105263157894736,\n                \"strike_rate\": 27.57894736842105,\n                \"economy\": 4.156488549618321,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"match_id\": 205,\n                \"team1_id\": 4,\n                \"team1_name\": \"Zimbabwe\",\n                \"team2_id\": 9,\n                \"team2_name\": \"Hong Kong\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 96.5,\n                \"runs_conceded\": 431,\n                \"wickets_taken\": 19,\n                \"average\": 22.68421052631579,\n                \"strike_rate\": 30.57894736842105,\n                \"economy\": 4.450946643717728,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"match_id\": 672,\n                \"team1_id\": 1,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 69.2,\n                \"runs_conceded\": 343,\n                \"wickets_taken\": 19,\n                \"average\": 18.05263157894737,\n                \"strike_rate\": 21.894736842105264,\n                \"economy\": 4.947115384615385,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"match_id\": 1762,\n                \"team1_id\": 8,\n                \"team1_name\": \"Pakistan\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2011-11-20\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 94.5,\n                \"runs_conceded\": 369,\n                \"wickets_taken\": 19,\n                \"average\": 19.42105263157895,\n                \"strike_rate\": 29.94736842105263,\n                \"economy\": 3.89103690685413,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 29,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 1732,\n                \"team1_id\": 2,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Adelaide\",\n                \"start_date\": \"2012-03-08\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 98.2,\n                \"runs_conceded\": 432,\n                \"wickets_taken\": 19,\n                \"average\": 22.736842105263158,\n                \"strike_rate\": 31.05263157894737,\n                \"economy\": 4.393220338983051,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 1798,\n                \"team1_id\": 3,\n                \"team1_name\": \"West Indies\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Gros Islet\",\n                \"start_date\": \"2012-03-25\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 97.2,\n                \"runs_conceded\": 528,\n                \"wickets_taken\": 19,\n                \"average\": 27.789473684210527,\n                \"strike_rate\": 30.736842105263158,\n                \"economy\": 5.424657534246576,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 61,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 61,\n                \"fours_conceded\": 51,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"match_id\": 738,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 13,\n                \"team2_name\": \"England\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Chattogram\",\n                \"start_date\": \"2023-03-06\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 92,\n                \"runs_conceded\": 440,\n                \"wickets_taken\": 19,\n                \"average\": 23.157894736842106,\n                \"strike_rate\": 29.05263157894737,\n                \"economy\": 4.782608695652174,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 708,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 6,\n                \"team2_name\": \"Bangladesh\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Chattogram\",\n                \"start_date\": \"2022-12-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 84,\n                \"runs_conceded\": 581,\n                \"wickets_taken\": 18,\n                \"average\": 32.27777777777778,\n                \"strike_rate\": 28,\n                \"economy\": 6.916666666666667,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 55,\n                \"sixes_conceded\": 20\n            },\n            {\n                \"match_id\": 215,\n                \"team1_id\": 15,\n                \"team1_name\": \"Papua New Guinea\",\n                \"team2_id\": 9,\n                \"team2_name\": \"Hong Kong\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Harare\",\n                \"start_date\": \"2018-03-17\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 83.4,\n                \"runs_conceded\": 337,\n                \"wickets_taken\": 18,\n                \"average\": 18.72222222222222,\n                \"strike_rate\": 27.88888888888889,\n                \"economy\": 4.027888446215139,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 2247,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2013-10-31\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 95.4,\n                \"runs_conceded\": 433,\n                \"wickets_taken\": 18,\n                \"average\": 24.055555555555557,\n                \"strike_rate\": 31.88888888888889,\n                \"economy\": 4.526132404181185,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"match_id\": 1994,\n                \"team1_id\": 8,\n                \"team1_name\": \"Pakistan\",\n                \"team2_id\": 12,\n                \"team2_name\": \"South Africa\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dubai\",\n                \"start_date\": \"2013-11-01\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 90.2,\n                \"runs_conceded\": 347,\n                \"wickets_taken\": 18,\n                \"average\": 19.27777777777778,\n                \"strike_rate\": 30.11111111111111,\n                \"economy\": 3.841328413284133,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 688,\n                \"team1_id\": 12,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 21,\n                \"team2_name\": \"Netherlands\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Johannesburg\",\n                \"start_date\": \"2023-04-02\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 89.1,\n                \"runs_conceded\": 586,\n                \"wickets_taken\": 18,\n                \"average\": 32.55555555555556,\n                \"strike_rate\": 29.72222222222222,\n                \"economy\": 6.57196261682243,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 61,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"match_id\": 735,\n                \"team1_id\": 19,\n                \"team1_name\": \"Namibia\",\n                \"team2_id\": 17,\n                \"team2_name\": \"Nepal\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2023-02-14\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 97.4,\n                \"runs_conceded\": 571,\n                \"wickets_taken\": 18,\n                \"average\": 31.72222222222222,\n                \"strike_rate\": 32.55555555555556,\n                \"economy\": 5.84641638225256,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 61,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 61,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"match_id\": 446,\n                \"team1_id\": 11,\n                \"team1_name\": \"Scotland\",\n                \"team2_id\": 18,\n                \"team2_name\": \"United States of America\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2019-12-09\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 97.2,\n                \"runs_conceded\": 522,\n                \"wickets_taken\": 18,\n                \"average\": 29,\n                \"strike_rate\": 32.44444444444444,\n                \"economy\": 5.363013698630137,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"match_id\": 733,\n                \"team1_id\": 2,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 5,\n                \"team2_name\": \"India\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Chennai\",\n                \"start_date\": \"2023-03-22\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 98.1,\n                \"runs_conceded\": 511,\n                \"wickets_taken\": 18,\n                \"average\": 28.38888888888889,\n                \"strike_rate\": 32.72222222222222,\n                \"economy\": 5.205432937181664,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 37,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"match_id\": 181,\n                \"team1_id\": 7,\n                \"team1_name\": \"Afghanistan\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Ireland\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Sharjah\",\n                \"start_date\": \"2017-12-05\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 81.4,\n                \"runs_conceded\": 329,\n                \"wickets_taken\": 18,\n                \"average\": 18.27777777777778,\n                \"strike_rate\": 27.22222222222222,\n                \"economy\": 4.0285714285714285,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 21,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"match_id\": 2254,\n                \"team1_id\": 12,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 8,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Cape Town\",\n                \"start_date\": \"2013-11-24\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 98.1,\n                \"runs_conceded\": 410,\n                \"wickets_taken\": 18,\n                \"average\": 22.77777777777778,\n                \"strike_rate\": 32.72222222222222,\n                \"economy\": 4.176570458404075,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 2244,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2013-10-29\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 79.4,\n                \"runs_conceded\": 423,\n                \"wickets_taken\": 18,\n                \"average\": 23.5,\n                \"strike_rate\": 26.555555555555557,\n                \"economy\": 5.309623430962343,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 44,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"match_id\": 1729,\n                \"team1_id\": 2,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Melbourne\",\n                \"start_date\": \"2012-03-02\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 99.1,\n                \"runs_conceded\": 461,\n                \"wickets_taken\": 18,\n                \"average\": 25.61111111111111,\n                \"strike_rate\": 33.05555555555556,\n                \"economy\": 4.64873949579832,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 749,\n                \"team1_id\": 15,\n                \"team1_name\": \"Papua New Guinea\",\n                \"team2_id\": 16,\n                \"team2_name\": \"United Arab Emirates\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Dubai\",\n                \"start_date\": \"2023-02-28\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 83.3,\n                \"runs_conceded\": 379,\n                \"wickets_taken\": 18,\n                \"average\": 21.055555555555557,\n                \"strike_rate\": 27.833333333333332,\n                \"economy\": 4.538922155688623,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 1914,\n                \"team1_id\": 2,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 13,\n                \"team2_name\": \"England\",\n                \"season\": \"2013/14\",\n                \"city_name\": \"Perth\",\n                \"start_date\": \"2014-01-24\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 97.4,\n                \"runs_conceded\": 570,\n                \"wickets_taken\": 18,\n                \"average\": 31.666666666666668,\n                \"strike_rate\": 32.55555555555556,\n                \"economy\": 5.836177474402731,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"match_id\": 197,\n                \"team1_id\": 4,\n                \"team1_name\": \"Zimbabwe\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Afghanistan\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-06\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 92.3,\n                \"runs_conceded\": 385,\n                \"wickets_taken\": 18,\n                \"average\": 21.38888888888889,\n                \"strike_rate\": 30.833333333333332,\n                \"economy\": 4.162162162162162,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 29,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"match_id\": 144,\n                \"team1_id\": 1,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 8,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 77.2,\n                \"runs_conceded\": 329,\n                \"wickets_taken\": 18,\n                \"average\": 18.27777777777778,\n                \"strike_rate\": 25.77777777777778,\n                \"economy\": 4.254310344827586,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 29,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 1781,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 8,\n                \"team2_name\": \"Pakistan\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2012-03-11\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 98.1,\n                \"runs_conceded\": 499,\n                \"wickets_taken\": 17,\n                \"average\": 29.352941176470587,\n                \"strike_rate\": 34.64705882352941,\n                \"economy\": 5.083191850594227,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"match_id\": 211,\n                \"team1_id\": 14,\n                \"team1_name\": \"Ireland\",\n                \"team2_id\": 11,\n                \"team2_name\": \"Scotland\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Harare\",\n                \"start_date\": \"2018-03-18\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 97.4,\n                \"runs_conceded\": 510,\n                \"wickets_taken\": 17,\n                \"average\": 30,\n                \"strike_rate\": 34.470588235294116,\n                \"economy\": 5.221843003412969,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"match_id\": 1741,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 13,\n                \"team2_name\": \"England\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Kolkata\",\n                \"start_date\": \"2011-10-25\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 87,\n                \"runs_conceded\": 441,\n                \"wickets_taken\": 17,\n                \"average\": 25.941176470588236,\n                \"strike_rate\": 30.705882352941178,\n                \"economy\": 5.068965517241379,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 45,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"match_id\": 1720,\n                \"team1_id\": 2,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Perth\",\n                \"start_date\": \"2012-02-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 99,\n                \"runs_conceded\": 448,\n                \"wickets_taken\": 17,\n                \"average\": 26.352941176470587,\n                \"strike_rate\": 34.94117647058823,\n                \"economy\": 4.525252525252525,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 40,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 753,\n                \"team1_id\": 17,\n                \"team1_name\": \"Nepal\",\n                \"team2_id\": 16,\n                \"team2_name\": \"United Arab Emirates\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Dubai\",\n                \"start_date\": \"2023-03-06\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 95,\n                \"runs_conceded\": 404,\n                \"wickets_taken\": 17,\n                \"average\": 23.764705882352942,\n                \"strike_rate\": 33.529411764705884,\n                \"economy\": 4.252631578947368,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"match_id\": 705,\n                \"team1_id\": 15,\n                \"team1_name\": \"Papua New Guinea\",\n                \"team2_id\": 19,\n                \"team2_name\": \"Namibia\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Windhoek\",\n                \"start_date\": \"2022-11-23\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 97.2,\n                \"runs_conceded\": 458,\n                \"wickets_taken\": 17,\n                \"average\": 26.941176470588236,\n                \"strike_rate\": 34.35294117647059,\n                \"economy\": 4.705479452054795,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"match_id\": 1733,\n                \"team1_id\": 1,\n                \"team1_name\": \"New Zealand\",\n                \"team2_id\": 4,\n                \"team2_name\": \"Zimbabwe\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2012-02-03\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 89.4,\n                \"runs_conceded\": 399,\n                \"wickets_taken\": 17,\n                \"average\": 23.470588235294116,\n                \"strike_rate\": 31.647058823529413,\n                \"economy\": 4.449814126394052,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 45,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1800,\n                \"team1_id\": 3,\n                \"team1_name\": \"West Indies\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Gros Islet\",\n                \"start_date\": \"2012-03-23\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 96.3,\n                \"runs_conceded\": 542,\n                \"wickets_taken\": 17,\n                \"average\": 31.88235294117647,\n                \"strike_rate\": 34.05882352941177,\n                \"economy\": 5.616580310880829,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 19\n            },\n            {\n                \"match_id\": 743,\n                \"team1_id\": 19,\n                \"team1_name\": \"Namibia\",\n                \"team2_id\": 16,\n                \"team2_name\": \"United Arab Emirates\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Dubai\",\n                \"start_date\": \"2023-02-23\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 64.1,\n                \"runs_conceded\": 184,\n                \"wickets_taken\": 17,\n                \"average\": 10.823529411764707,\n                \"strike_rate\": 22.647058823529413,\n                \"economy\": 2.8675324675324676,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 180,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 4,\n                \"team2_name\": \"Zimbabwe\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-23\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 86.3,\n                \"runs_conceded\": 339,\n                \"wickets_taken\": 17,\n                \"average\": 19.941176470588236,\n                \"strike_rate\": 30.529411764705884,\n                \"economy\": 3.9190751445086707,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 745,\n                \"team1_id\": 11,\n                \"team1_name\": \"Scotland\",\n                \"team2_id\": 17,\n                \"team2_name\": \"Nepal\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2023-02-21\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 90.2,\n                \"runs_conceded\": 414,\n                \"wickets_taken\": 17,\n                \"average\": 24.352941176470587,\n                \"strike_rate\": 31.88235294117647,\n                \"economy\": 4.583025830258302,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"match_id\": 681,\n                \"team1_id\": 12,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 13,\n                \"team2_name\": \"England\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Bloemfontein\",\n                \"start_date\": \"2023-01-27\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 94.2,\n                \"runs_conceded\": 566,\n                \"wickets_taken\": 17,\n                \"average\": 33.294117647058826,\n                \"strike_rate\": 33.294117647058826,\n                \"economy\": 6,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 62,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 62,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"match_id\": 684,\n                \"team1_id\": 13,\n                \"team1_name\": \"England\",\n                \"team2_id\": 12,\n                \"team2_name\": \"South Africa\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kimberley\",\n                \"start_date\": \"2023-02-01\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 93.1,\n                \"runs_conceded\": 626,\n                \"wickets_taken\": 17,\n                \"average\": 36.8235294117647,\n                \"strike_rate\": 32.88235294117647,\n                \"economy\": 6.719141323792487,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 26\n            },\n            {\n                \"match_id\": 393,\n                \"team1_id\": 2,\n                \"team1_name\": \"Australia\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2020-03-13\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 91,\n                \"runs_conceded\": 437,\n                \"wickets_taken\": 17,\n                \"average\": 25.705882352941178,\n                \"strike_rate\": 32.11764705882353,\n                \"economy\": 4.802197802197802,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 151,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Kolkata\",\n                \"start_date\": \"2017-09-21\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 93.1,\n                \"runs_conceded\": 443,\n                \"wickets_taken\": 17,\n                \"average\": 26.058823529411764,\n                \"strike_rate\": 32.88235294117647,\n                \"economy\": 4.7549194991055455,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 9,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 9,\n                \"fours_conceded\": 43,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"match_id\": 739,\n                \"team1_id\": 6,\n                \"team1_name\": \"Bangladesh\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Ireland\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Sylhet\",\n                \"start_date\": \"2023-03-18\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 80.5,\n                \"runs_conceded\": 489,\n                \"wickets_taken\": 17,\n                \"average\": 28.764705882352942,\n                \"strike_rate\": 28.529411764705884,\n                \"economy\": 6.049484536082474,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"match_id\": 462,\n                \"team1_id\": 17,\n                \"team1_name\": \"Nepal\",\n                \"team2_id\": 20,\n                \"team2_name\": \"Oman\",\n                \"season\": \"2019/20\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2020-02-05\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 96.5,\n                \"runs_conceded\": 373,\n                \"wickets_taken\": 17,\n                \"average\": 21.941176470588236,\n                \"strike_rate\": 34.1764705882353,\n                \"economy\": 3.8519793459552494,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"match_id\": 202,\n                \"team1_id\": 3,\n                \"team1_name\": \"West Indies\",\n                \"team2_id\": 14,\n                \"team2_name\": \"Ireland\",\n                \"season\": \"2017/18\",\n                \"city_name\": \"Harare\",\n                \"start_date\": \"2018-03-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 96.2,\n                \"runs_conceded\": 459,\n                \"wickets_taken\": 17,\n                \"average\": 27,\n                \"strike_rate\": 34,\n                \"economy\": 4.764705882352941,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 37,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"match_id\": 755,\n                \"team1_id\": 15,\n                \"team1_name\": \"Papua New Guinea\",\n                \"team2_id\": 16,\n                \"team2_name\": \"United Arab Emirates\",\n                \"season\": \"2022/23\",\n                \"city_name\": \"Kirtipur\",\n                \"start_date\": \"2023-03-10\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 92.2,\n                \"runs_conceded\": 429,\n                \"wickets_taken\": 17,\n                \"average\": 25.235294117647058,\n                \"strike_rate\": 32.588235294117645,\n                \"economy\": 4.646209386281589,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"match_id\": 1707,\n                \"team1_id\": 12,\n                \"team1_name\": \"South Africa\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"city_name\": \"Paarl\",\n                \"start_date\": \"2012-01-11\",\n                \"players_count\": 22,\n                \"matches_played\": 1,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 70.1,\n                \"runs_conceded\": 342,\n                \"wickets_taken\": 17,\n                \"average\": 20.11764705882353,\n                \"strike_rate\": 24.764705882352942,\n                \"economy\": 4.8741092636579575,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 3\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"fa723096-cad3-4b3b-a71c-4d88b35812d3"},{"name":"Teams","event":[{"listen":"test","script":{"id":"41a0fd7f-5266-457f-beb2-6764a304da7d","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"91afd9bb-c5ad-4731-8f11-29208913e2e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/teams?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","overall","teams"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"primary_team","value":"6"}],"variable":[]}},"response":[{"id":"c869ec35-cf3c-46a7-876b-945d425ac65b","name":"Teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/teams?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","bowling","overall","teams"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"6","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 14 Jan 2025 11:36:22 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall teams stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"India\",\n                \"players_count\": 108,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 361,\n                \"innings_bowled\": 2169,\n                \"overs_bowled\": 15982.2,\n                \"runs_conceded\": 83973,\n                \"wickets_taken\": 2509,\n                \"average\": 33.46871263451575,\n                \"strike_rate\": 38.22000797130331,\n                \"economy\": 5.2541139174505185,\n                \"four_wicket_hauls\": 70,\n                \"five_wicket_hauls\": 20,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 7461,\n                \"sixes_conceded\": 1586\n            },\n            {\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"Australia\",\n                \"players_count\": 98,\n                \"min_date\": \"2008-08-30\",\n                \"max_date\": \"2024-09-27\",\n                \"matches_played\": 317,\n                \"innings_bowled\": 1917,\n                \"overs_bowled\": 13967.2,\n                \"runs_conceded\": 72691,\n                \"wickets_taken\": 2288,\n                \"average\": 31.770541958041957,\n                \"strike_rate\": 36.62762237762238,\n                \"economy\": 5.204357787217794,\n                \"four_wicket_hauls\": 63,\n                \"five_wicket_hauls\": 32,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 6389,\n                \"sixes_conceded\": 1219\n            },\n            {\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"Sri Lanka\",\n                \"players_count\": 102,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-08-07\",\n                \"matches_played\": 353,\n                \"innings_bowled\": 2157,\n                \"overs_bowled\": 14683.5,\n                \"runs_conceded\": 78402,\n                \"wickets_taken\": 2217,\n                \"average\": 35.36400541271989,\n                \"strike_rate\": 39.739738385205236,\n                \"economy\": 5.339341452617958,\n                \"four_wicket_hauls\": 52,\n                \"five_wicket_hauls\": 28,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 6887,\n                \"sixes_conceded\": 1198\n            },\n            {\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"England\",\n                \"players_count\": 91,\n                \"min_date\": \"2008-08-22\",\n                \"max_date\": \"2024-09-27\",\n                \"matches_played\": 300,\n                \"innings_bowled\": 1782,\n                \"overs_bowled\": 13209.5,\n                \"runs_conceded\": 71561,\n                \"wickets_taken\": 2032,\n                \"average\": 35.21702755905512,\n                \"strike_rate\": 39.00541338582677,\n                \"economy\": 5.417252299423409,\n                \"four_wicket_hauls\": 66,\n                \"five_wicket_hauls\": 23,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 6420,\n                \"sixes_conceded\": 1235\n            },\n            {\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"South Africa\",\n                \"players_count\": 82,\n                \"min_date\": \"2008-08-22\",\n                \"max_date\": \"2024-09-22\",\n                \"matches_played\": 261,\n                \"innings_bowled\": 1527,\n                \"overs_bowled\": 11352.3,\n                \"runs_conceded\": 59043,\n                \"wickets_taken\": 1933,\n                \"average\": 30.544749094671495,\n                \"strike_rate\": 35.23797206414899,\n                \"economy\": 5.200880863245981,\n                \"four_wicket_hauls\": 66,\n                \"five_wicket_hauls\": 16,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 5428,\n                \"sixes_conceded\": 1057\n            },\n            {\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"New Zealand\",\n                \"players_count\": 87,\n                \"min_date\": \"2008-12-31\",\n                \"max_date\": \"2023-12-23\",\n                \"matches_played\": 267,\n                \"innings_bowled\": 1613,\n                \"overs_bowled\": 11579.5,\n                \"runs_conceded\": 61174,\n                \"wickets_taken\": 1855,\n                \"average\": 32.977897574123986,\n                \"strike_rate\": 37.45498652291105,\n                \"economy\": 5.282804876293556,\n                \"four_wicket_hauls\": 56,\n                \"five_wicket_hauls\": 19,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 5597,\n                \"sixes_conceded\": 1219\n            },\n            {\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"Pakistan\",\n                \"players_count\": 101,\n                \"min_date\": \"2008-11-12\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 277,\n                \"innings_bowled\": 1643,\n                \"overs_bowled\": 12527.5,\n                \"runs_conceded\": 64104,\n                \"wickets_taken\": 1831,\n                \"average\": 35.01037684325505,\n                \"strike_rate\": 41.05243036592026,\n                \"economy\": 5.116926310748068,\n                \"four_wicket_hauls\": 49,\n                \"five_wicket_hauls\": 30,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 12,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 12,\n                \"fours_conceded\": 5557,\n                \"sixes_conceded\": 997\n            },\n            {\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"West Indies\",\n                \"players_count\": 110,\n                \"min_date\": \"2008-11-12\",\n                \"max_date\": \"2024-02-06\",\n                \"matches_played\": 265,\n                \"innings_bowled\": 1626,\n                \"overs_bowled\": 11522.2,\n                \"runs_conceded\": 61173,\n                \"wickets_taken\": 1646,\n                \"average\": 37.16464155528554,\n                \"strike_rate\": 42.00121506682868,\n                \"economy\": 5.309080915323864,\n                \"four_wicket_hauls\": 49,\n                \"five_wicket_hauls\": 13,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 5206,\n                \"sixes_conceded\": 1077\n            },\n            {\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"Bangladesh\",\n                \"players_count\": 80,\n                \"min_date\": \"2008-08-30\",\n                \"max_date\": \"2024-03-18\",\n                \"matches_played\": 243,\n                \"innings_bowled\": 1494,\n                \"overs_bowled\": 10650.3,\n                \"runs_conceded\": 54586,\n                \"wickets_taken\": 1601,\n                \"average\": 34.094940662086195,\n                \"strike_rate\": 39.91442848219862,\n                \"economy\": 5.125205389418337,\n                \"four_wicket_hauls\": 49,\n                \"five_wicket_hauls\": 15,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 4660,\n                \"sixes_conceded\": 1032\n            },\n            {\n                \"bowling_team_id\": 4,\n                \"bowling_team_name\": \"Zimbabwe\",\n                \"players_count\": 79,\n                \"min_date\": \"2008-10-17\",\n                \"max_date\": \"2024-01-11\",\n                \"matches_played\": 214,\n                \"innings_bowled\": 1369,\n                \"overs_bowled\": 9346.1,\n                \"runs_conceded\": 48680,\n                \"wickets_taken\": 1172,\n                \"average\": 41.5358361774744,\n                \"strike_rate\": 47.84726962457338,\n                \"economy\": 5.208552525991048,\n                \"four_wicket_hauls\": 22,\n                \"five_wicket_hauls\": 8,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 6,\n                \"fours_conceded\": 4171,\n                \"sixes_conceded\": 835\n            },\n            {\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"Ireland\",\n                \"players_count\": 53,\n                \"min_date\": \"2008-10-17\",\n                \"max_date\": \"2024-03-12\",\n                \"matches_played\": 138,\n                \"innings_bowled\": 843,\n                \"overs_bowled\": 6208,\n                \"runs_conceded\": 31996,\n                \"wickets_taken\": 934,\n                \"average\": 34.25695931477516,\n                \"strike_rate\": 39.88008565310493,\n                \"economy\": 5.153994845360825,\n                \"four_wicket_hauls\": 34,\n                \"five_wicket_hauls\": 6,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 2911,\n                \"sixes_conceded\": 642\n            },\n            {\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"Afghanistan\",\n                \"players_count\": 59,\n                \"min_date\": \"2009-04-19\",\n                \"max_date\": \"2024-09-22\",\n                \"matches_played\": 138,\n                \"innings_bowled\": 822,\n                \"overs_bowled\": 5963,\n                \"runs_conceded\": 28753,\n                \"wickets_taken\": 927,\n                \"average\": 31.017259978425027,\n                \"strike_rate\": 38.59546925566343,\n                \"economy\": 4.821901727318464,\n                \"four_wicket_hauls\": 25,\n                \"five_wicket_hauls\": 9,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 2466,\n                \"sixes_conceded\": 484\n            },\n            {\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"Scotland\",\n                \"players_count\": 64,\n                \"min_date\": \"2009-04-01\",\n                \"max_date\": \"2024-07-26\",\n                \"matches_played\": 95,\n                \"innings_bowled\": 587,\n                \"overs_bowled\": 4080.5,\n                \"runs_conceded\": 19732,\n                \"wickets_taken\": 681,\n                \"average\": 28.97503671071953,\n                \"strike_rate\": 35.95447870778267,\n                \"economy\": 4.835286910353277,\n                \"four_wicket_hauls\": 21,\n                \"five_wicket_hauls\": 11,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 1751,\n                \"sixes_conceded\": 355\n            },\n            {\n                \"bowling_team_id\": 16,\n                \"bowling_team_name\": \"United Arab Emirates\",\n                \"players_count\": 77,\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 98,\n                \"innings_bowled\": 605,\n                \"overs_bowled\": 4299.3,\n                \"runs_conceded\": 21272,\n                \"wickets_taken\": 639,\n                \"average\": 33.28951486697966,\n                \"strike_rate\": 40.370892018779344,\n                \"economy\": 4.947552040934992,\n                \"four_wicket_hauls\": 16,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 1807,\n                \"sixes_conceded\": 375\n            },\n            {\n                \"bowling_team_id\": 17,\n                \"bowling_team_name\": \"Nepal\",\n                \"players_count\": 39,\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2024-09-22\",\n                \"matches_played\": 65,\n                \"innings_bowled\": 411,\n                \"overs_bowled\": 2718.1,\n                \"runs_conceded\": 12633,\n                \"wickets_taken\": 454,\n                \"average\": 27.825991189427313,\n                \"strike_rate\": 35.92290748898679,\n                \"economy\": 4.647617879698326,\n                \"four_wicket_hauls\": 17,\n                \"five_wicket_hauls\": 9,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 11,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 11,\n                \"fours_conceded\": 1140,\n                \"sixes_conceded\": 257\n            },\n            {\n                \"bowling_team_id\": 21,\n                \"bowling_team_name\": \"Netherlands\",\n                \"players_count\": 55,\n                \"min_date\": \"2010-08-18\",\n                \"max_date\": \"2024-08-21\",\n                \"matches_played\": 67,\n                \"innings_bowled\": 425,\n                \"overs_bowled\": 2913.2,\n                \"runs_conceded\": 15571,\n                \"wickets_taken\": 416,\n                \"average\": 37.43028846153846,\n                \"strike_rate\": 42.01923076923077,\n                \"economy\": 5.344736842105263,\n                \"four_wicket_hauls\": 10,\n                \"five_wicket_hauls\": 5,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 1410,\n                \"sixes_conceded\": 329\n            },\n            {\n                \"bowling_team_id\": 18,\n                \"bowling_team_name\": \"United States of America\",\n                \"players_count\": 35,\n                \"min_date\": \"2019-04-27\",\n                \"max_date\": \"2024-09-24\",\n                \"matches_played\": 54,\n                \"innings_bowled\": 346,\n                \"overs_bowled\": 2414.1,\n                \"runs_conceded\": 11158,\n                \"wickets_taken\": 398,\n                \"average\": 28.035175879396984,\n                \"strike_rate\": 36.39447236180904,\n                \"economy\": 4.621884708318951,\n                \"four_wicket_hauls\": 10,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 942,\n                \"sixes_conceded\": 218\n            },\n            {\n                \"bowling_team_id\": 19,\n                \"bowling_team_name\": \"Namibia\",\n                \"players_count\": 29,\n                \"min_date\": \"2019-04-27\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 50,\n                \"innings_bowled\": 330,\n                \"overs_bowled\": 2201.5,\n                \"runs_conceded\": 9796,\n                \"wickets_taken\": 363,\n                \"average\": 26.986225895316803,\n                \"strike_rate\": 36.39393939393939,\n                \"economy\": 4.44901975626372,\n                \"four_wicket_hauls\": 8,\n                \"five_wicket_hauls\": 7,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 838,\n                \"sixes_conceded\": 214\n            },\n            {\n                \"bowling_team_id\": 20,\n                \"bowling_team_name\": \"Oman\",\n                \"players_count\": 29,\n                \"min_date\": \"2019-04-27\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 51,\n                \"innings_bowled\": 338,\n                \"overs_bowled\": 2288.3,\n                \"runs_conceded\": 11002,\n                \"wickets_taken\": 360,\n                \"average\": 30.56111111111111,\n                \"strike_rate\": 38.141666666666666,\n                \"economy\": 4.8075158400699145,\n                \"four_wicket_hauls\": 11,\n                \"five_wicket_hauls\": 5,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 903,\n                \"sixes_conceded\": 211\n            },\n            {\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"Papua New Guinea\",\n                \"players_count\": 26,\n                \"min_date\": \"2016-11-04\",\n                \"max_date\": \"2023-04-05\",\n                \"matches_played\": 56,\n                \"innings_bowled\": 371,\n                \"overs_bowled\": 2496.3,\n                \"runs_conceded\": 11699,\n                \"wickets_taken\": 354,\n                \"average\": 33.048022598870055,\n                \"strike_rate\": 42.313559322033896,\n                \"economy\": 4.686160624874825,\n                \"four_wicket_hauls\": 6,\n                \"five_wicket_hauls\": 5,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 893,\n                \"sixes_conceded\": 248\n            },\n            {\n                \"bowling_team_id\": 22,\n                \"bowling_team_name\": \"Canada\",\n                \"players_count\": 59,\n                \"min_date\": \"2009-04-08\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 36,\n                \"innings_bowled\": 223,\n                \"overs_bowled\": 1578.1,\n                \"runs_conceded\": 7679,\n                \"wickets_taken\": 246,\n                \"average\": 31.215447154471544,\n                \"strike_rate\": 38.49186991869919,\n                \"economy\": 4.8657725208575355,\n                \"four_wicket_hauls\": 8,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 673,\n                \"sixes_conceded\": 118\n            },\n            {\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"Hong Kong\",\n                \"players_count\": 24,\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2018-09-18\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 92,\n                \"overs_bowled\": 670.3,\n                \"runs_conceded\": 3080,\n                \"wickets_taken\": 111,\n                \"average\": 27.74774774774775,\n                \"strike_rate\": 36.24324324324324,\n                \"economy\": 4.5935868754660705,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 298,\n                \"sixes_conceded\": 50\n            },\n            {\n                \"bowling_team_id\": 28,\n                \"bowling_team_name\": \"Kenya\",\n                \"players_count\": 24,\n                \"min_date\": \"2008-08-25\",\n                \"max_date\": \"2014-01-30\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 89,\n                \"overs_bowled\": 591.4,\n                \"runs_conceded\": 3202,\n                \"wickets_taken\": 71,\n                \"average\": 45.098591549295776,\n                \"strike_rate\": 50,\n                \"economy\": 5.411830985915493,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 298,\n                \"sixes_conceded\": 46\n            },\n            {\n                \"bowling_team_id\": 23,\n                \"bowling_team_name\": \"Jersey\",\n                \"players_count\": 13,\n                \"min_date\": \"2023-03-30\",\n                \"max_date\": \"2023-04-05\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 26,\n                \"overs_bowled\": 182.1,\n                \"runs_conceded\": 993,\n                \"wickets_taken\": 26,\n                \"average\": 38.19230769230769,\n                \"strike_rate\": 42.03846153846154,\n                \"economy\": 5.451052150045745,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 85,\n                \"sixes_conceded\": 24\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"91afd9bb-c5ad-4731-8f11-29208913e2e2"},{"name":"Oppositions","event":[{"listen":"test","script":{"id":"6638d1bf-8ed9-47ac-a860-70dbbaec53b4","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"b39afe83-c3bf-4ac2-8c76-7928ad24a9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/oppositions?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","overall","oppositions"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2022/23"},{"disabled":true,"key":"season","value":"2019/20"},{"disabled":true,"key":"season","value":"2017/18"},{"disabled":true,"key":"season","value":"2011/12"},{"disabled":true,"key":"primary_team","value":"1"},{"disabled":true,"key":"primary_team","value":"8"},{"disabled":true,"key":"opposition_team","value":"1"},{"disabled":true,"key":"opposition_team","value":"8"}],"variable":[]}},"response":[{"id":"9165904a-3036-4d80-a4e7-dd91fa42c082","name":"Oppositions","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/oppositions?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2011/12&primary_team=1&primary_team=8&opposition_team=1&opposition_team=8","host":["http://localhost:8080"],"path":["stats","bowling","overall","oppositions"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 14 Jan 2025 11:37:45 GMT"},{"key":"Content-Length","value":"1130"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall oppositions stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Pakistan\",\n                \"players_count\": 20,\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 44,\n                \"overs_bowled\": 347.4,\n                \"runs_conceded\": 1706,\n                \"wickets_taken\": 56,\n                \"average\": 30.464285714285715,\n                \"strike_rate\": 37.25,\n                \"economy\": 4.9069990412272295,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 147,\n                \"sixes_conceded\": 38\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"players_count\": 25,\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 47,\n                \"overs_bowled\": 367.4,\n                \"runs_conceded\": 2027,\n                \"wickets_taken\": 53,\n                \"average\": 38.24528301886792,\n                \"strike_rate\": 41.62264150943396,\n                \"economy\": 5.513145965548504,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 169,\n                \"sixes_conceded\": 31\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"b39afe83-c3bf-4ac2-8c76-7928ad24a9d9"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"ace730ab-e442-48c1-bafb-44d59b31c4bf","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7b039e18-db66-4be1-9e22-2371a9c0ef31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2013/14&primary_team=10","urlObject":{"path":["stats","bowling","overall","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2013/14"},{"key":"primary_team","value":"10"},{"disabled":true,"key":"opposition_team","value":"8"}],"variable":[]}},"response":[{"id":"cc79ada7-37fb-47f9-9cc7-0ab5d3eace32","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2013/14&primary_team=10","host":["http://localhost:8080"],"path":["stats","bowling","overall","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2013/14"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"8","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 09:42:48 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall grounds stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"players_count\": 18,\n                \"min_date\": \"2014-02-17\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 35,\n                \"overs_bowled\": 271,\n                \"runs_conceded\": 1202,\n                \"wickets_taken\": 47,\n                \"average\": 25.574468085106382,\n                \"strike_rate\": 34.59574468085106,\n                \"economy\": 4.435424354243542,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 56,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 56,\n                \"fours_conceded\": 99,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"ground_id\": 36,\n                \"ground_name\": \"Pallekele International Cricket Stadium\",\n                \"players_count\": 13,\n                \"min_date\": \"2022-11-25\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 148.2,\n                \"runs_conceded\": 826,\n                \"wickets_taken\": 22,\n                \"average\": 37.54545454545455,\n                \"strike_rate\": 40.45454545454545,\n                \"economy\": 5.568539325842696,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 79,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"ground_id\": 64,\n                \"ground_name\": \"Khan Shaheb Osman Ali Stadium\",\n                \"players_count\": 12,\n                \"min_date\": \"2014-02-25\",\n                \"max_date\": \"2014-02-28\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 98.5,\n                \"runs_conceded\": 540,\n                \"wickets_taken\": 18,\n                \"average\": 30,\n                \"strike_rate\": 32.94444444444444,\n                \"economy\": 5.463743676222597,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 43,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"players_count\": 12,\n                \"min_date\": \"2013-12-25\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 90.4,\n                \"runs_conceded\": 443,\n                \"wickets_taken\": 11,\n                \"average\": 40.27272727272727,\n                \"strike_rate\": 49.45454545454545,\n                \"economy\": 4.886029411764706,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"players_count\": 11,\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-25\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.3,\n                \"runs_conceded\": 268,\n                \"wickets_taken\": 10,\n                \"average\": 26.8,\n                \"strike_rate\": 29.7,\n                \"economy\": 5.414141414141414,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"players_count\": 13,\n                \"min_date\": \"2013-12-18\",\n                \"max_date\": \"2013-12-22\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 100,\n                \"runs_conceded\": 634,\n                \"wickets_taken\": 8,\n                \"average\": 79.25,\n                \"strike_rate\": 75,\n                \"economy\": 6.34,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 25\n            },\n            {\n                \"ground_id\": 117,\n                \"ground_name\": \"Barsapara Cricket Stadium\",\n                \"players_count\": 11,\n                \"min_date\": \"2023-01-10\",\n                \"max_date\": \"2023-01-10\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 372,\n                \"wickets_taken\": 7,\n                \"average\": 53.142857142857146,\n                \"strike_rate\": 42.857142857142854,\n                \"economy\": 7.44,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 88,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 88,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 14,\n                \"ground_name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"players_count\": 11,\n                \"min_date\": \"2013-11-10\",\n                \"max_date\": \"2013-11-12\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 27.2,\n                \"runs_conceded\": 209,\n                \"wickets_taken\": 6,\n                \"average\": 34.833333333333336,\n                \"strike_rate\": 27.333333333333332,\n                \"economy\": 7.646341463414634,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 67,\n                \"ground_name\": \"Eden Gardens\",\n                \"players_count\": 11,\n                \"min_date\": \"2023-01-12\",\n                \"max_date\": \"2023-01-12\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 43.2,\n                \"runs_conceded\": 216,\n                \"wickets_taken\": 6,\n                \"average\": 36,\n                \"strike_rate\": 43.333333333333336,\n                \"economy\": 4.984615384615385,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"ground_id\": 61,\n                \"ground_name\": \"Greenfield International Stadium\",\n                \"players_count\": 12,\n                \"min_date\": \"2023-01-15\",\n                \"max_date\": \"2023-01-15\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 380,\n                \"wickets_taken\": 5,\n                \"average\": 76,\n                \"strike_rate\": 60,\n                \"economy\": 7.6,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 81,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 81,\n                \"fours_conceded\": 32,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"players_count\": 11,\n                \"min_date\": \"2013-11-16\",\n                \"max_date\": \"2013-11-16\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 25,\n                \"runs_conceded\": 125,\n                \"wickets_taken\": 5,\n                \"average\": 25,\n                \"strike_rate\": 30,\n                \"economy\": 5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 14,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 14,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"players_count\": 11,\n                \"min_date\": \"2023-03-31\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 32.5,\n                \"runs_conceded\": 156,\n                \"wickets_taken\": 4,\n                \"average\": 39,\n                \"strike_rate\": 49.25,\n                \"economy\": 4.751269035532995,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"players_count\": 11,\n                \"min_date\": \"2013-12-20\",\n                \"max_date\": \"2013-12-20\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 50,\n                \"runs_conceded\": 281,\n                \"wickets_taken\": 3,\n                \"average\": 93.66666666666667,\n                \"strike_rate\": 100,\n                \"economy\": 5.62,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 4\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"7b039e18-db66-4be1-9e22-2371a9c0ef31"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"a7db4731-7422-4a98-a90f-d14e65de0150","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a7aee23a-8cbf-45d4-a38d-400c1afe5e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&opposition_team=2","urlObject":{"path":["stats","bowling","overall","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"opposition_team","value":"2"}],"variable":[]}},"response":[{"id":"8d7417ac-9df5-4e7b-94f6-b749b47cb09d","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&opposition_team=2","host":["http://localhost:8080"],"path":["stats","bowling","overall","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"opposition_team","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 09:56:59 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall host nations stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"players_count\": 32,\n                \"min_date\": \"2010-03-03\",\n                \"max_date\": \"2017-02-05\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 66,\n                \"overs_bowled\": 465.3,\n                \"runs_conceded\": 2462,\n                \"wickets_taken\": 81,\n                \"average\": 30.39506172839506,\n                \"strike_rate\": 34.48148148148148,\n                \"economy\": 5.288936627282492,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 232,\n                \"sixes_conceded\": 55\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"players_count\": 32,\n                \"min_date\": \"2009-02-01\",\n                \"max_date\": \"2022-09-11\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 76,\n                \"overs_bowled\": 597.1,\n                \"runs_conceded\": 3188,\n                \"wickets_taken\": 77,\n                \"average\": 41.4025974025974,\n                \"strike_rate\": 46.532467532467535,\n                \"economy\": 5.33854312029026,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 250,\n                \"sixes_conceded\": 52\n            },\n            {\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"players_count\": 22,\n                \"min_date\": \"2013-06-12\",\n                \"max_date\": \"2019-06-29\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 109,\n                \"runs_conceded\": 527,\n                \"wickets_taken\": 19,\n                \"average\": 27.736842105263158,\n                \"strike_rate\": 34.421052631578945,\n                \"economy\": 4.834862385321101,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 53,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"players_count\": 22,\n                \"min_date\": \"2011-02-25\",\n                \"max_date\": \"2023-10-28\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 83.2,\n                \"runs_conceded\": 591,\n                \"wickets_taken\": 12,\n                \"average\": 49.25,\n                \"strike_rate\": 41.666666666666664,\n                \"economy\": 7.092,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 54,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"players_count\": 11,\n                \"min_date\": \"2009-10-05\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 45.2,\n                \"runs_conceded\": 203,\n                \"wickets_taken\": 4,\n                \"average\": 50.75,\n                \"strike_rate\": 68,\n                \"economy\": 4.477941176470588,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 5\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"a7aee23a-8cbf-45d4-a38d-400c1afe5e97"},{"name":"Continents","event":[{"listen":"test","script":{"id":"7361ff7a-92b2-4e47-8bc1-0a4bc6ef1b91","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"1be866cc-2dbf-4aeb-90ab-1d751ad2fa1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/continents?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","overall","continents"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2022/23"},{"disabled":true,"key":"season","value":"2019/20"},{"disabled":true,"key":"season","value":"2017/18"},{"disabled":true,"key":"season","value":"2013/14"},{"disabled":true,"key":"season","value":"2011/12"}],"variable":[]}},"response":[{"id":"5c2ed2b6-9952-40c3-8a86-b0b6b33b1d9c","name":"Continents","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/continents?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","bowling","overall","continents"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23","disabled":true},{"key":"season","value":"2019/20","disabled":true},{"key":"season","value":"2017/18","disabled":true},{"key":"season","value":"2013/14","disabled":true},{"key":"season","value":"2011/12","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:01:08 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall continents stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\",\n                \"players_count\": 1175,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2024-09-22\",\n                \"matches_played\": 765,\n                \"innings_bowled\": 9312,\n                \"overs_bowled\": 66653,\n                \"runs_conceded\": 341347,\n                \"wickets_taken\": 10204,\n                \"average\": 33.45227361818895,\n                \"strike_rate\": 39.1922775382203,\n                \"economy\": 5.121254857245735,\n                \"four_wicket_hauls\": 283,\n                \"five_wicket_hauls\": 118,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 30233,\n                \"sixes_conceded\": 6075\n            },\n            {\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\",\n                \"players_count\": 826,\n                \"min_date\": \"2008-08-22\",\n                \"max_date\": \"2024-09-27\",\n                \"matches_played\": 330,\n                \"innings_bowled\": 3879,\n                \"overs_bowled\": 27756.5,\n                \"runs_conceded\": 146953,\n                \"wickets_taken\": 4266,\n                \"average\": 34.44749179559306,\n                \"strike_rate\": 39.03914674167839,\n                \"economy\": 5.294299902126204,\n                \"four_wicket_hauls\": 132,\n                \"five_wicket_hauls\": 45,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 13371,\n                \"sixes_conceded\": 2371\n            },\n            {\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\",\n                \"players_count\": 864,\n                \"min_date\": \"2008-10-31\",\n                \"max_date\": \"2023-12-21\",\n                \"matches_played\": 322,\n                \"innings_bowled\": 3896,\n                \"overs_bowled\": 27964.4,\n                \"runs_conceded\": 144546,\n                \"wickets_taken\": 4198,\n                \"average\": 34.43211052882325,\n                \"strike_rate\": 39.96855645545498,\n                \"economy\": 5.168879776861277,\n                \"four_wicket_hauls\": 118,\n                \"five_wicket_hauls\": 41,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 12772,\n                \"sixes_conceded\": 2484\n            },\n            {\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\",\n                \"players_count\": 668,\n                \"min_date\": \"2008-08-30\",\n                \"max_date\": \"2024-02-06\",\n                \"matches_played\": 291,\n                \"innings_bowled\": 3420,\n                \"overs_bowled\": 24932.4,\n                \"runs_conceded\": 133117,\n                \"wickets_taken\": 3863,\n                \"average\": 34.45948744499094,\n                \"strike_rate\": 38.725342997670204,\n                \"economy\": 5.3390598679109065,\n                \"four_wicket_hauls\": 110,\n                \"five_wicket_hauls\": 43,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 11588,\n                \"sixes_conceded\": 2418\n            },\n            {\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\",\n                \"players_count\": 672,\n                \"min_date\": \"2008-10-17\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 187,\n                \"innings_bowled\": 2298,\n                \"overs_bowled\": 16121.4,\n                \"runs_conceded\": 77990,\n                \"wickets_taken\": 2533,\n                \"average\": 30.78957757599684,\n                \"strike_rate\": 38.18791946308725,\n                \"economy\": 4.837589165719011,\n                \"four_wicket_hauls\": 71,\n                \"five_wicket_hauls\": 25,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 6227,\n                \"sixes_conceded\": 1678\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"1be866cc-2dbf-4aeb-90ab-1d751ad2fa1f"},{"name":"Series","event":[{"listen":"test","script":{"id":"7361ff7a-92b2-4e47-8bc1-0a4bc6ef1b91","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"0124ecce-4f1f-4fa3-8ed0-f299137f4b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","overall","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2022/23"},{"disabled":true,"key":"season","value":"2019/20"},{"disabled":true,"key":"season","value":"2017/18"},{"disabled":true,"key":"season","value":"2013/14"},{"disabled":true,"key":"season","value":"2011/12"}],"variable":[]}},"response":[{"id":"9a0b51af-db45-4013-a680-0dc841d6c2d8","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","bowling","overall","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23","disabled":true},{"key":"season","value":"2019/20","disabled":true},{"key":"season","value":"2017/18","disabled":true},{"key":"season","value":"2013/14","disabled":true},{"key":"season","value":"2011/12","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:46:34 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"players_count\": 151,\n                \"min_date\": \"2023-10-05\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 48,\n                \"innings_bowled\": 574,\n                \"overs_bowled\": 4233,\n                \"runs_conceded\": 24293,\n                \"wickets_taken\": 679,\n                \"average\": 35.77761413843888,\n                \"strike_rate\": 37.40500736377025,\n                \"economy\": 5.738955823293173,\n                \"four_wicket_hauls\": 16,\n                \"five_wicket_hauls\": 7,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 2241,\n                \"sixes_conceded\": 644\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 205,\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 48,\n                \"innings_bowled\": 585,\n                \"overs_bowled\": 4163.2,\n                \"runs_conceded\": 23127,\n                \"wickets_taken\": 669,\n                \"average\": 34.5695067264574,\n                \"strike_rate\": 37.33931240657698,\n                \"economy\": 5.554923939151321,\n                \"four_wicket_hauls\": 21,\n                \"five_wicket_hauls\": 6,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 2173,\n                \"sixes_conceded\": 463\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"players_count\": 207,\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2011-04-02\",\n                \"matches_played\": 49,\n                \"innings_bowled\": 596,\n                \"overs_bowled\": 4237.1,\n                \"runs_conceded\": 20841,\n                \"wickets_taken\": 638,\n                \"average\": 32.66614420062696,\n                \"strike_rate\": 39.84796238244514,\n                \"economy\": 4.91861700035401,\n                \"four_wicket_hauls\": 20,\n                \"five_wicket_hauls\": 9,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 1905,\n                \"sixes_conceded\": 258\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"players_count\": 151,\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 45,\n                \"innings_bowled\": 529,\n                \"overs_bowled\": 4008.4,\n                \"runs_conceded\": 22026,\n                \"wickets_taken\": 624,\n                \"average\": 35.29807692307692,\n                \"strike_rate\": 38.544871794871796,\n                \"economy\": 5.494595044071179,\n                \"four_wicket_hauls\": 18,\n                \"five_wicket_hauls\": 9,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 1986,\n                \"sixes_conceded\": 358\n            },\n            {\n                \"series_id\": 239,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2022\",\n                \"players_count\": 117,\n                \"min_date\": \"2022-04-09\",\n                \"max_date\": \"2022-09-21\",\n                \"matches_played\": 34,\n                \"innings_bowled\": 454,\n                \"overs_bowled\": 3134.5,\n                \"runs_conceded\": 14226,\n                \"wickets_taken\": 505,\n                \"average\": 28.17029702970297,\n                \"strike_rate\": 37.24554455445544,\n                \"economy\": 4.538040299856451,\n                \"four_wicket_hauls\": 10,\n                \"five_wicket_hauls\": 7,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 1187,\n                \"sixes_conceded\": 178\n            },\n            {\n                \"series_id\": 319,\n                \"series_name\": \"ICC Cricket World Cup Qualifier\",\n                \"series_season\": \"2023\",\n                \"players_count\": 147,\n                \"min_date\": \"2023-06-18\",\n                \"max_date\": \"2023-07-09\",\n                \"matches_played\": 34,\n                \"innings_bowled\": 435,\n                \"overs_bowled\": 3009.4,\n                \"runs_conceded\": 16320,\n                \"wickets_taken\": 478,\n                \"average\": 34.14225941422594,\n                \"strike_rate\": 37.77824267782427,\n                \"economy\": 5.422527411673497,\n                \"four_wicket_hauls\": 12,\n                \"five_wicket_hauls\": 7,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 1513,\n                \"sixes_conceded\": 297\n            },\n            {\n                \"series_id\": 286,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2022/23\",\n                \"players_count\": 92,\n                \"min_date\": \"2022-11-19\",\n                \"max_date\": \"2023-03-16\",\n                \"matches_played\": 31,\n                \"innings_bowled\": 395,\n                \"overs_bowled\": 2542.3,\n                \"runs_conceded\": 11698,\n                \"wickets_taken\": 441,\n                \"average\": 26.52607709750567,\n                \"strike_rate\": 34.59183673469388,\n                \"economy\": 4.600983284169125,\n                \"four_wicket_hauls\": 10,\n                \"five_wicket_hauls\": 8,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 1022,\n                \"sixes_conceded\": 269\n            },\n            {\n                \"series_id\": 63,\n                \"series_name\": \"ICC Cricket World Cup Qualifier\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 117,\n                \"min_date\": \"2018-03-04\",\n                \"max_date\": \"2018-03-25\",\n                \"matches_played\": 23,\n                \"innings_bowled\": 275,\n                \"overs_bowled\": 2065.5,\n                \"runs_conceded\": 9631,\n                \"wickets_taken\": 340,\n                \"average\": 28.326470588235296,\n                \"strike_rate\": 36.455882352941174,\n                \"economy\": 4.662041145623236,\n                \"four_wicket_hauls\": 16,\n                \"five_wicket_hauls\": 5,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 786,\n                \"sixes_conceded\": 198\n            },\n            {\n                \"series_id\": 349,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2024\",\n                \"players_count\": 126,\n                \"min_date\": \"2024-07-16\",\n                \"max_date\": \"2024-09-26\",\n                \"matches_played\": 23,\n                \"innings_bowled\": 284,\n                \"overs_bowled\": 2000.5,\n                \"runs_conceded\": 9582,\n                \"wickets_taken\": 325,\n                \"average\": 29.483076923076922,\n                \"strike_rate\": 36.93846153846154,\n                \"economy\": 4.789004581424407,\n                \"four_wicket_hauls\": 11,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 856,\n                \"sixes_conceded\": 207\n            },\n            {\n                \"series_id\": 222,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2021/22\",\n                \"players_count\": 75,\n                \"min_date\": \"2021-11-26\",\n                \"max_date\": \"2022-03-22\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 224,\n                \"overs_bowled\": 1602.2,\n                \"runs_conceded\": 7065,\n                \"wickets_taken\": 240,\n                \"average\": 29.4375,\n                \"strike_rate\": 40.05833333333333,\n                \"economy\": 4.409194924069066,\n                \"four_wicket_hauls\": 8,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 537,\n                \"sixes_conceded\": 108\n            },\n            {\n                \"series_id\": 155,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2019/20\",\n                \"players_count\": 81,\n                \"min_date\": \"2019-12-08\",\n                \"max_date\": \"2020-02-12\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 188,\n                \"overs_bowled\": 1283.5,\n                \"runs_conceded\": 5819,\n                \"wickets_taken\": 222,\n                \"average\": 26.21171171171171,\n                \"strike_rate\": 34.6981981981982,\n                \"economy\": 4.532519797481501,\n                \"four_wicket_hauls\": 9,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 505,\n                \"sixes_conceded\": 98\n            },\n            {\n                \"series_id\": 304,\n                \"series_name\": \"ICC Cricket World Cup Qualifier Play-off\",\n                \"series_season\": \"2023\",\n                \"players_count\": 77,\n                \"min_date\": \"2023-03-26\",\n                \"max_date\": \"2023-04-05\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 160,\n                \"overs_bowled\": 1221.2,\n                \"runs_conceded\": 5758,\n                \"wickets_taken\": 196,\n                \"average\": 29.377551020408163,\n                \"strike_rate\": 37.38775510204081,\n                \"economy\": 4.7145196506550215,\n                \"four_wicket_hauls\": 6,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 437,\n                \"sixes_conceded\": 126\n            },\n            {\n                \"series_id\": 473,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2009/10\",\n                \"players_count\": 107,\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2009-10-05\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 168,\n                \"overs_bowled\": 1286.1,\n                \"runs_conceded\": 6375,\n                \"wickets_taken\": 195,\n                \"average\": 32.69230769230769,\n                \"strike_rate\": 39.57435897435897,\n                \"economy\": 4.956589348192303,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 618,\n                \"sixes_conceded\": 92\n            },\n            {\n                \"series_id\": 516,\n                \"series_name\": \"Commonwealth Bank Series\",\n                \"series_season\": \"2011/12\",\n                \"players_count\": 48,\n                \"min_date\": \"2012-02-05\",\n                \"max_date\": \"2012-03-08\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 187,\n                \"overs_bowled\": 1377.1,\n                \"runs_conceded\": 7161,\n                \"wickets_taken\": 194,\n                \"average\": 36.91237113402062,\n                \"strike_rate\": 42.59278350515464,\n                \"economy\": 5.199806365726734,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 531,\n                \"sixes_conceded\": 77\n            },\n            {\n                \"series_id\": 479,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2010\",\n                \"players_count\": 58,\n                \"min_date\": \"2010-06-22\",\n                \"max_date\": \"2010-09-22\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 158,\n                \"overs_bowled\": 1225.2,\n                \"runs_conceded\": 6292,\n                \"wickets_taken\": 191,\n                \"average\": 32.94240837696335,\n                \"strike_rate\": 38.49214659685864,\n                \"economy\": 5.134929270946682,\n                \"four_wicket_hauls\": 8,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 569,\n                \"sixes_conceded\": 68\n            },\n            {\n                \"series_id\": 537,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2013\",\n                \"players_count\": 102,\n                \"min_date\": \"2013-06-06\",\n                \"max_date\": \"2013-06-23\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 180,\n                \"overs_bowled\": 1166.3,\n                \"runs_conceded\": 5816,\n                \"wickets_taken\": 188,\n                \"average\": 30.93617021276596,\n                \"strike_rate\": 37.22872340425532,\n                \"economy\": 4.9858551221603085,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 518,\n                \"sixes_conceded\": 68\n            },\n            {\n                \"series_id\": 330,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2023\",\n                \"players_count\": 89,\n                \"min_date\": \"2023-08-30\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 150,\n                \"overs_bowled\": 1009.1,\n                \"runs_conceded\": 5371,\n                \"wickets_taken\": 172,\n                \"average\": 31.226744186046513,\n                \"strike_rate\": 35.20348837209303,\n                \"economy\": 5.322213047068538,\n                \"four_wicket_hauls\": 8,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 487,\n                \"sixes_conceded\": 103\n            },\n            {\n                \"series_id\": 10,\n                \"series_name\": \"ICC Champions Trophy\",\n                \"series_season\": \"2017\",\n                \"players_count\": 103,\n                \"min_date\": \"2017-06-01\",\n                \"max_date\": \"2017-06-18\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 180,\n                \"overs_bowled\": 1276.5,\n                \"runs_conceded\": 6954,\n                \"wickets_taken\": 167,\n                \"average\": 41.64071856287425,\n                \"strike_rate\": 45.874251497005986,\n                \"economy\": 5.446286385589349,\n                \"four_wicket_hauls\": 6,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 630,\n                \"sixes_conceded\": 113\n            },\n            {\n                \"series_id\": 88,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2018\",\n                \"players_count\": 88,\n                \"min_date\": \"2018-09-15\",\n                \"max_date\": \"2018-09-28\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 160,\n                \"overs_bowled\": 1173,\n                \"runs_conceded\": 5417,\n                \"wickets_taken\": 166,\n                \"average\": 32.63253012048193,\n                \"strike_rate\": 42.397590361445786,\n                \"economy\": 4.618073316283035,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 389,\n                \"sixes_conceded\": 102\n            },\n            {\n                \"series_id\": 147,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2019\",\n                \"players_count\": 68,\n                \"min_date\": \"2019-08-14\",\n                \"max_date\": \"2019-09-23\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 149,\n                \"overs_bowled\": 1006.2,\n                \"runs_conceded\": 4206,\n                \"wickets_taken\": 160,\n                \"average\": 26.2875,\n                \"strike_rate\": 37.7375,\n                \"economy\": 4.179529645578006,\n                \"four_wicket_hauls\": 6,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 285,\n                \"sixes_conceded\": 76\n            },\n            {\n                \"series_id\": 512,\n                \"series_name\": \"ICC World Cricket League Championship\",\n                \"series_season\": \"2011/13\",\n                \"players_count\": 101,\n                \"min_date\": \"2011-06-29\",\n                \"max_date\": \"2013-09-06\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 157,\n                \"overs_bowled\": 962.1,\n                \"runs_conceded\": 4175,\n                \"wickets_taken\": 159,\n                \"average\": 26.257861635220127,\n                \"strike_rate\": 36.308176100628934,\n                \"economy\": 4.339165078815174,\n                \"four_wicket_hauls\": 7,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 360,\n                \"sixes_conceded\": 50\n            },\n            {\n                \"series_id\": 347,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2023/24\",\n                \"players_count\": 80,\n                \"min_date\": \"2024-02-15\",\n                \"max_date\": \"2024-03-07\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 136,\n                \"overs_bowled\": 884.2,\n                \"runs_conceded\": 3738,\n                \"wickets_taken\": 142,\n                \"average\": 26.323943661971832,\n                \"strike_rate\": 37.36619718309859,\n                \"economy\": 4.226912928759894,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 322,\n                \"sixes_conceded\": 80\n            },\n            {\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"players_count\": 72,\n                \"min_date\": \"2014-02-25\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 140,\n                \"overs_bowled\": 1053.3,\n                \"runs_conceded\": 5247,\n                \"wickets_taken\": 141,\n                \"average\": 37.212765957446805,\n                \"strike_rate\": 44.829787234042556,\n                \"economy\": 4.980541053630755,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 467,\n                \"sixes_conceded\": 89\n            },\n            {\n                \"series_id\": 706,\n                \"series_name\": \"West Indies Tri-Nation Series\",\n                \"series_season\": \"2016\",\n                \"players_count\": 43,\n                \"min_date\": \"2016-06-03\",\n                \"max_date\": \"2016-06-26\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 110,\n                \"overs_bowled\": 810,\n                \"runs_conceded\": 4009,\n                \"wickets_taken\": 132,\n                \"average\": 30.37121212121212,\n                \"strike_rate\": 36.81818181818182,\n                \"economy\": 4.949382716049382,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 335,\n                \"sixes_conceded\": 77\n            },\n            {\n                \"series_id\": 199,\n                \"series_name\": \"ICC Men's Cricket World Cup League 2\",\n                \"series_season\": \"2021\",\n                \"players_count\": 67,\n                \"min_date\": \"2021-09-13\",\n                \"max_date\": \"2021-10-02\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 124,\n                \"overs_bowled\": 812,\n                \"runs_conceded\": 3564,\n                \"wickets_taken\": 126,\n                \"average\": 28.285714285714285,\n                \"strike_rate\": 38.666666666666664,\n                \"economy\": 4.389162561576355,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 251,\n                \"sixes_conceded\": 85\n            },\n            {\n                \"series_id\": 446,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2009\",\n                \"players_count\": 43,\n                \"min_date\": \"2009-05-24\",\n                \"max_date\": \"2009-09-20\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 112,\n                \"overs_bowled\": 834.1,\n                \"runs_conceded\": 4148,\n                \"wickets_taken\": 118,\n                \"average\": 35.152542372881356,\n                \"strike_rate\": 42.41525423728814,\n                \"economy\": 4.972627372627373,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 392,\n                \"sixes_conceded\": 29\n            },\n            {\n                \"series_id\": 526,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2012\",\n                \"players_count\": 57,\n                \"min_date\": \"2012-06-16\",\n                \"max_date\": \"2012-09-05\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 126,\n                \"overs_bowled\": 898.4,\n                \"runs_conceded\": 4345,\n                \"wickets_taken\": 113,\n                \"average\": 38.45132743362832,\n                \"strike_rate\": 47.716814159292035,\n                \"economy\": 4.834940652818991,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 389,\n                \"sixes_conceded\": 41\n            },\n            {\n                \"series_id\": 506,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2011\",\n                \"players_count\": 44,\n                \"min_date\": \"2011-06-28\",\n                \"max_date\": \"2011-09-16\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 116,\n                \"overs_bowled\": 794.3,\n                \"runs_conceded\": 4389,\n                \"wickets_taken\": 113,\n                \"average\": 38.84070796460177,\n                \"strike_rate\": 42.1858407079646,\n                \"economy\": 5.524229074889868,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 382,\n                \"sixes_conceded\": 57\n            },\n            {\n                \"series_id\": 490,\n                \"series_name\": \"England in Australia ODI Series\",\n                \"series_season\": \"2010/11\",\n                \"players_count\": 38,\n                \"min_date\": \"2011-01-16\",\n                \"max_date\": \"2011-02-06\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 91,\n                \"overs_bowled\": 674.4,\n                \"runs_conceded\": 3553,\n                \"wickets_taken\": 106,\n                \"average\": 33.5188679245283,\n                \"strike_rate\": 38.18867924528302,\n                \"economy\": 5.266304347826087,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 269,\n                \"sixes_conceded\": 32\n            },\n            {\n                \"series_id\": 548,\n                \"series_name\": \"West Indies Tri-Nation Series\",\n                \"series_season\": \"2013\",\n                \"players_count\": 45,\n                \"min_date\": \"2013-06-28\",\n                \"max_date\": \"2013-07-11\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 84,\n                \"overs_bowled\": 597.1,\n                \"runs_conceded\": 2829,\n                \"wickets_taken\": 99,\n                \"average\": 28.575757575757574,\n                \"strike_rate\": 36.19191919191919,\n                \"economy\": 4.7373709182249515,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 8,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 8,\n                \"fours_conceded\": 240,\n                \"sixes_conceded\": 61\n            },\n            {\n                \"series_id\": 496,\n                \"series_name\": \"Sri Lanka Triangular Series\",\n                \"series_season\": \"2010\",\n                \"players_count\": 43,\n                \"min_date\": \"2010-08-10\",\n                \"max_date\": \"2010-08-28\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 70,\n                \"overs_bowled\": 514,\n                \"runs_conceded\": 2297,\n                \"wickets_taken\": 97,\n                \"average\": 23.68041237113402,\n                \"strike_rate\": 31.79381443298969,\n                \"economy\": 4.468871595330739,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 243,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"series_id\": 60,\n                \"series_name\": \"Tri-Nation Tournament in Bangladesh\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 42,\n                \"min_date\": \"2018-01-15\",\n                \"max_date\": \"2018-01-27\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 79,\n                \"overs_bowled\": 560.2,\n                \"runs_conceded\": 2601,\n                \"wickets_taken\": 97,\n                \"average\": 26.814432989690722,\n                \"strike_rate\": 34.65979381443299,\n                \"economy\": 4.641879833432481,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 209,\n                \"sixes_conceded\": 46\n            },\n            {\n                \"series_id\": 663,\n                \"series_name\": \"Zimbabwe Triangular Series\",\n                \"series_season\": \"2014\",\n                \"players_count\": 44,\n                \"min_date\": \"2014-08-25\",\n                \"max_date\": \"2014-09-06\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 91,\n                \"overs_bowled\": 654.4,\n                \"runs_conceded\": 3341,\n                \"wickets_taken\": 97,\n                \"average\": 34.44329896907217,\n                \"strike_rate\": 40.49484536082474,\n                \"economy\": 5.103360488798371,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 255,\n                \"sixes_conceded\": 69\n            },\n            {\n                \"series_id\": 673,\n                \"series_name\": \"England in Sri Lanka ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 32,\n                \"min_date\": \"2014-11-26\",\n                \"max_date\": \"2014-12-16\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 95,\n                \"overs_bowled\": 628.2,\n                \"runs_conceded\": 3421,\n                \"wickets_taken\": 94,\n                \"average\": 36.3936170212766,\n                \"strike_rate\": 40.1063829787234,\n                \"economy\": 5.4445623342175065,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 290,\n                \"sixes_conceded\": 49\n            },\n            {\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"players_count\": 51,\n                \"min_date\": \"2012-03-11\",\n                \"max_date\": \"2012-03-22\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 88,\n                \"overs_bowled\": 663,\n                \"runs_conceded\": 3520,\n                \"wickets_taken\": 91,\n                \"average\": 38.68131868131868,\n                \"strike_rate\": 43.714285714285715,\n                \"economy\": 5.30920060331825,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 312,\n                \"sixes_conceded\": 37\n            },\n            {\n                \"series_id\": 535,\n                \"series_name\": \"NatWest Series\",\n                \"series_season\": \"2013\",\n                \"players_count\": 48,\n                \"min_date\": \"2013-05-31\",\n                \"max_date\": \"2013-09-16\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 79,\n                \"overs_bowled\": 592,\n                \"runs_conceded\": 3163,\n                \"wickets_taken\": 89,\n                \"average\": 35.53932584269663,\n                \"strike_rate\": 39.91011235955056,\n                \"economy\": 5.342905405405405,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 61,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 61,\n                \"fours_conceded\": 277,\n                \"sixes_conceded\": 49\n            },\n            {\n                \"series_id\": 495,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2010\",\n                \"players_count\": 58,\n                \"min_date\": \"2010-06-15\",\n                \"max_date\": \"2010-06-24\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 84,\n                \"overs_bowled\": 626.4,\n                \"runs_conceded\": 3249,\n                \"wickets_taken\": 89,\n                \"average\": 36.50561797752809,\n                \"strike_rate\": 42.247191011235955,\n                \"economy\": 5.184574468085106,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 282,\n                \"sixes_conceded\": 43\n            },\n            {\n                \"series_id\": 675,\n                \"series_name\": \"Carlton Mid One-Day International Tri-Series\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 45,\n                \"min_date\": \"2015-01-16\",\n                \"max_date\": \"2015-02-01\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 74,\n                \"overs_bowled\": 553.4,\n                \"runs_conceded\": 2791,\n                \"wickets_taken\": 87,\n                \"average\": 32.08045977011494,\n                \"strike_rate\": 38.18390804597701,\n                \"economy\": 5.040939193257074,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 247,\n                \"sixes_conceded\": 32\n            },\n            {\n                \"series_id\": 62,\n                \"series_name\": \"United Arab Emirates Tri-Nation Series\",\n                \"series_season\": \"2017/18\",\n                \"players_count\": 42,\n                \"min_date\": \"2018-01-11\",\n                \"max_date\": \"2018-01-23\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 69,\n                \"overs_bowled\": 577.5,\n                \"runs_conceded\": 3066,\n                \"wickets_taken\": 86,\n                \"average\": 35.651162790697676,\n                \"strike_rate\": 40.31395348837209,\n                \"economy\": 5.306028266512835,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 306,\n                \"sixes_conceded\": 46\n            },\n            {\n                \"series_id\": 609,\n                \"series_name\": \"England in South Africa ODI series\",\n                \"series_season\": \"2004/05\",\n                \"players_count\": 27,\n                \"min_date\": \"2005-01-30\",\n                \"max_date\": \"2005-02-13\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 83,\n                \"overs_bowled\": 614.4,\n                \"runs_conceded\": 3064,\n                \"wickets_taken\": 86,\n                \"average\": 35.627906976744185,\n                \"strike_rate\": 42.883720930232556,\n                \"economy\": 4.984815618221258,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 249,\n                \"sixes_conceded\": 43\n            },\n            {\n                \"series_id\": 709,\n                \"series_name\": \"Afghanistan v Zimbabwe ODI Series\",\n                \"series_season\": \"2015/16\",\n                \"players_count\": 31,\n                \"min_date\": \"2015-12-25\",\n                \"max_date\": \"2016-01-06\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 60,\n                \"overs_bowled\": 425.4,\n                \"runs_conceded\": 1794,\n                \"wickets_taken\": 84,\n                \"average\": 21.357142857142858,\n                \"strike_rate\": 30.404761904761905,\n                \"economy\": 4.2145653876272515,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 6,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 6,\n                \"fours_conceded\": 136,\n                \"sixes_conceded\": 47\n            },\n            {\n                \"series_id\": 7,\n                \"series_name\": \"Zimbabwe Tri-Nation Series\",\n                \"series_season\": \"2016/17\",\n                \"players_count\": 43,\n                \"min_date\": \"2016-11-14\",\n                \"max_date\": \"2016-11-27\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 76,\n                \"overs_bowled\": 522.3,\n                \"runs_conceded\": 2551,\n                \"wickets_taken\": 83,\n                \"average\": 30.734939759036145,\n                \"strike_rate\": 37.7710843373494,\n                \"economy\": 4.882296650717703,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 48,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 48,\n                \"fours_conceded\": 207,\n                \"sixes_conceded\": 42\n            },\n            {\n                \"series_id\": 1239,\n                \"series_name\": \"Mongolia in Japan T20I series\",\n                \"series_season\": \"2024\",\n                \"players_count\": 30,\n                \"min_date\": \"2024-05-07\",\n                \"max_date\": \"2024-05-12\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 86,\n                \"overs_bowled\": 213.5,\n                \"runs_conceded\": 1574,\n                \"wickets_taken\": 83,\n                \"average\": 18.96385542168675,\n                \"strike_rate\": 15.457831325301205,\n                \"economy\": 7.360872954014029,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 4,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 4,\n                \"fours_conceded\": 138,\n                \"sixes_conceded\": 38\n            },\n            {\n                \"series_id\": 3,\n                \"series_name\": \"Chappell-Hadlee Trophy\",\n                \"series_season\": \"2016/17\",\n                \"players_count\": 33,\n                \"min_date\": \"2016-12-04\",\n                \"max_date\": \"2017-02-05\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 59,\n                \"overs_bowled\": 471.5,\n                \"runs_conceded\": 2679,\n                \"wickets_taken\": 83,\n                \"average\": 32.27710843373494,\n                \"strike_rate\": 34.10843373493976,\n                \"economy\": 5.677852348993288,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 232,\n                \"sixes_conceded\": 65\n            },\n            {\n                \"series_id\": 601,\n                \"series_name\": \"Pakistan v South Africa ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"players_count\": 30,\n                \"min_date\": \"2013-10-30\",\n                \"max_date\": \"2013-11-11\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 59,\n                \"overs_bowled\": 466,\n                \"runs_conceded\": 2051,\n                \"wickets_taken\": 83,\n                \"average\": 24.710843373493976,\n                \"strike_rate\": 33.68674698795181,\n                \"economy\": 4.401287553648069,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 193,\n                \"sixes_conceded\": 20\n            },\n            {\n                \"series_id\": 671,\n                \"series_name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"series_season\": \"2014/15\",\n                \"players_count\": 33,\n                \"min_date\": \"2015-01-11\",\n                \"max_date\": \"2015-01-29\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 84,\n                \"overs_bowled\": 596.4,\n                \"runs_conceded\": 3258,\n                \"wickets_taken\": 80,\n                \"average\": 40.725,\n                \"strike_rate\": 44.75,\n                \"economy\": 5.460335195530726,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 295,\n                \"sixes_conceded\": 64\n            },\n            {\n                \"series_id\": 710,\n                \"series_name\": \"Australia in Sri Lanka ODI Series\",\n                \"series_season\": \"2016\",\n                \"players_count\": 35,\n                \"min_date\": \"2016-08-21\",\n                \"max_date\": \"2016-09-04\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 63,\n                \"overs_bowled\": 452.4,\n                \"runs_conceded\": 2176,\n                \"wickets_taken\": 79,\n                \"average\": 27.544303797468356,\n                \"strike_rate\": 34.379746835443036,\n                \"economy\": 4.807069219440353,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 178,\n                \"sixes_conceded\": 17\n            },\n            {\n                \"series_id\": 308,\n                \"series_name\": \"Australia in South Africa ODI series\",\n                \"series_season\": \"2023/24\",\n                \"players_count\": 33,\n                \"min_date\": \"2023-09-07\",\n                \"max_date\": \"2023-09-17\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 57,\n                \"overs_bowled\": 434.4,\n                \"runs_conceded\": 2811,\n                \"wickets_taken\": 78,\n                \"average\": 36.03846153846154,\n                \"strike_rate\": 33.43589743589744,\n                \"economy\": 6.4670245398773005,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 282,\n                \"sixes_conceded\": 91\n            },\n            {\n                \"series_id\": 30,\n                \"series_name\": \"Afghanistan in Zimbabwe ODI Series\",\n                \"series_season\": \"2016/17\",\n                \"players_count\": 28,\n                \"min_date\": \"2017-02-16\",\n                \"max_date\": \"2017-02-26\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 55,\n                \"overs_bowled\": 356,\n                \"runs_conceded\": 1491,\n                \"wickets_taken\": 78,\n                \"average\": 19.115384615384617,\n                \"strike_rate\": 27.384615384615383,\n                \"economy\": 4.188202247191011,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 106,\n                \"sixes_conceded\": 20\n            },\n            {\n                \"series_id\": 443,\n                \"series_name\": \"India in Sri Lanka ODI Series\",\n                \"series_season\": \"2008\",\n                \"players_count\": 29,\n                \"min_date\": \"2008-08-18\",\n                \"max_date\": \"2008-08-29\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 59,\n                \"overs_bowled\": 430.4,\n                \"runs_conceded\": 1764,\n                \"wickets_taken\": 78,\n                \"average\": 22.615384615384617,\n                \"strike_rate\": 33.12820512820513,\n                \"economy\": 4.095975232198143,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 153,\n                \"sixes_conceded\": 13\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"0124ecce-4f1f-4fa3-8ed0-f299137f4b96"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"7361ff7a-92b2-4e47-8bc1-0a4bc6ef1b91","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"380e44ad-8c65-4f90-b7d0-71af8a6f2ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","overall","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"disabled":true,"key":"season","value":"2022/23"},{"disabled":true,"key":"season","value":"2019/20"},{"disabled":true,"key":"season","value":"2017/18"},{"disabled":true,"key":"season","value":"2013/14"},{"disabled":true,"key":"season","value":"2011/12"}],"variable":[]}},"response":[{"id":"0fe5d0ed-89e3-4829-b84b-2ce85f49ed81","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","bowling","overall","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23","disabled":true},{"key":"season","value":"2019/20","disabled":true},{"key":"season","value":"2017/18","disabled":true},{"key":"season","value":"2013/14","disabled":true},{"key":"season","value":"2011/12","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:52:34 GMT"},{"key":"Content-Length","value":"1167"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"players_count\": 507,\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 190,\n                \"innings_bowled\": 2284,\n                \"overs_bowled\": 16642.1,\n                \"runs_conceded\": 90287,\n                \"wickets_taken\": 2610,\n                \"average\": 34.59272030651341,\n                \"strike_rate\": 38.25785440613027,\n                \"economy\": 5.425195036703955,\n                \"four_wicket_hauls\": 75,\n                \"five_wicket_hauls\": 31,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 8305,\n                \"sixes_conceded\": 1723\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"players_count\": 235,\n                \"min_date\": \"2009-09-22\",\n                \"max_date\": \"2017-06-18\",\n                \"matches_played\": 45,\n                \"innings_bowled\": 528,\n                \"overs_bowled\": 3729.3,\n                \"runs_conceded\": 19145,\n                \"wickets_taken\": 550,\n                \"average\": 34.80909090909091,\n                \"strike_rate\": 40.68545454545455,\n                \"economy\": 5.1333958975734015,\n                \"four_wicket_hauls\": 16,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 1766,\n                \"sixes_conceded\": 273\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"380e44ad-8c65-4f90-b7d0-71af8a6f2ea7"},{"name":"Years","event":[{"listen":"test","script":{"id":"01023529-239e-4da2-bfca-50fec602b32d","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a9cb1c3b-60ba-4eeb-947d-9d1f71be1447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10","urlObject":{"path":["stats","bowling","overall","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"}],"variable":[]}},"response":[{"id":"21a847eb-fe5b-4f6b-9dd0-1124eefb0a27","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10","host":["http://localhost:8080"],"path":["stats","bowling","overall","years"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:01:45 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall years stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"year\": 2012,\n                \"players_count\": 57,\n                \"matches_played\": 33,\n                \"innings_bowled\": 212,\n                \"overs_bowled\": 1565.4,\n                \"runs_conceded\": 8062,\n                \"wickets_taken\": 200,\n                \"average\": 40.31,\n                \"strike_rate\": 46.97,\n                \"economy\": 5.149244198424526,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 682,\n                \"sixes_conceded\": 97\n            },\n            {\n                \"year\": 2013,\n                \"players_count\": 57,\n                \"matches_played\": 20,\n                \"innings_bowled\": 172,\n                \"overs_bowled\": 1189.3,\n                \"runs_conceded\": 6222,\n                \"wickets_taken\": 177,\n                \"average\": 35.152542372881356,\n                \"strike_rate\": 40.32203389830509,\n                \"economy\": 5.230769230769231,\n                \"four_wicket_hauls\": 6,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 548,\n                \"sixes_conceded\": 113\n            },\n            {\n                \"year\": 2014,\n                \"players_count\": 48,\n                \"matches_played\": 19,\n                \"innings_bowled\": 127,\n                \"overs_bowled\": 958,\n                \"runs_conceded\": 4967,\n                \"wickets_taken\": 145,\n                \"average\": 34.255172413793105,\n                \"strike_rate\": 39.641379310344824,\n                \"economy\": 5.184759916492693,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 453,\n                \"sixes_conceded\": 100\n            },\n            {\n                \"year\": 2018,\n                \"players_count\": 47,\n                \"matches_played\": 15,\n                \"innings_bowled\": 113,\n                \"overs_bowled\": 855.5,\n                \"runs_conceded\": 4534,\n                \"wickets_taken\": 137,\n                \"average\": 33.09489051094891,\n                \"strike_rate\": 37.481751824817515,\n                \"economy\": 5.29776046738072,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 398,\n                \"sixes_conceded\": 99\n            },\n            {\n                \"year\": 2017,\n                \"players_count\": 52,\n                \"matches_played\": 14,\n                \"innings_bowled\": 116,\n                \"overs_bowled\": 785.4,\n                \"runs_conceded\": 3857,\n                \"wickets_taken\": 123,\n                \"average\": 31.357723577235774,\n                \"strike_rate\": 38.32520325203252,\n                \"economy\": 4.909206618582944,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 320,\n                \"sixes_conceded\": 60\n            },\n            {\n                \"year\": 2011,\n                \"players_count\": 45,\n                \"matches_played\": 11,\n                \"innings_bowled\": 99,\n                \"overs_bowled\": 718.1,\n                \"runs_conceded\": 3151,\n                \"wickets_taken\": 120,\n                \"average\": 26.258333333333333,\n                \"strike_rate\": 35.90833333333333,\n                \"economy\": 4.38756091900673,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 23,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 23,\n                \"fours_conceded\": 259,\n                \"sixes_conceded\": 34\n            },\n            {\n                \"year\": 2023,\n                \"players_count\": 50,\n                \"matches_played\": 11,\n                \"innings_bowled\": 93,\n                \"overs_bowled\": 696.2,\n                \"runs_conceded\": 3954,\n                \"wickets_taken\": 105,\n                \"average\": 37.65714285714286,\n                \"strike_rate\": 39.79047619047619,\n                \"economy\": 5.678314983245572,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 369,\n                \"sixes_conceded\": 89\n            },\n            {\n                \"year\": 2020,\n                \"players_count\": 27,\n                \"matches_played\": 7,\n                \"innings_bowled\": 43,\n                \"overs_bowled\": 337.4,\n                \"runs_conceded\": 1902,\n                \"wickets_taken\": 46,\n                \"average\": 41.34782608695652,\n                \"strike_rate\": 44.04347826086956,\n                \"economy\": 5.632773938795657,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 167,\n                \"sixes_conceded\": 34\n            },\n            {\n                \"year\": 2022,\n                \"players_count\": 25,\n                \"matches_played\": 6,\n                \"innings_bowled\": 36,\n                \"overs_bowled\": 258.4,\n                \"runs_conceded\": 1423,\n                \"wickets_taken\": 40,\n                \"average\": 35.575,\n                \"strike_rate\": 38.8,\n                \"economy\": 5.501288659793814,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 133,\n                \"sixes_conceded\": 33\n            },\n            {\n                \"year\": 2019,\n                \"players_count\": 27,\n                \"matches_played\": 2,\n                \"innings_bowled\": 24,\n                \"overs_bowled\": 195.1,\n                \"runs_conceded\": 1099,\n                \"wickets_taken\": 26,\n                \"average\": 42.26923076923077,\n                \"strike_rate\": 45.03846153846154,\n                \"economy\": 5.631084543125533,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 89,\n                \"sixes_conceded\": 20\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"a9cb1c3b-60ba-4eeb-947d-9d1f71be1447"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"85a37d05-c9ad-4aa0-a702-8aea9217a4ba","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2a35bb52-ad3a-4a60-bada-eb61034fb588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=10","urlObject":{"path":["stats","bowling","overall","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"10"}],"variable":[]}},"response":[{"id":"77e7a1c3-f586-4d75-b629-53ef0e019958","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=10","host":["http://localhost:8080"],"path":["stats","bowling","overall","seasons"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 10:10:57 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall seasons stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"season\": \"2013/14\",\n                \"players_count\": 43,\n                \"matches_played\": 28,\n                \"innings_bowled\": 189,\n                \"overs_bowled\": 1289,\n                \"runs_conceded\": 6955,\n                \"wickets_taken\": 200,\n                \"average\": 34.775,\n                \"strike_rate\": 38.67,\n                \"economy\": 5.395655546935609,\n                \"four_wicket_hauls\": 8,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 612,\n                \"sixes_conceded\": 154\n            },\n            {\n                \"season\": \"2011/12\",\n                \"players_count\": 44,\n                \"matches_played\": 33,\n                \"innings_bowled\": 210,\n                \"overs_bowled\": 1503.5,\n                \"runs_conceded\": 7751,\n                \"wickets_taken\": 197,\n                \"average\": 39.34517766497462,\n                \"strike_rate\": 45.80203045685279,\n                \"economy\": 5.154161587055303,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 648,\n                \"sixes_conceded\": 98\n            },\n            {\n                \"season\": \"2017/18\",\n                \"players_count\": 44,\n                \"matches_played\": 29,\n                \"innings_bowled\": 168,\n                \"overs_bowled\": 1205.3,\n                \"runs_conceded\": 6289,\n                \"wickets_taken\": 188,\n                \"average\": 33.452127659574465,\n                \"strike_rate\": 38.473404255319146,\n                \"economy\": 5.216922438822065,\n                \"four_wicket_hauls\": 7,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 542,\n                \"sixes_conceded\": 135\n            },\n            {\n                \"season\": \"2022/23\",\n                \"players_count\": 41,\n                \"matches_played\": 17,\n                \"innings_bowled\": 111,\n                \"overs_bowled\": 807,\n                \"runs_conceded\": 4592,\n                \"wickets_taken\": 121,\n                \"average\": 37.950413223140494,\n                \"strike_rate\": 40.01652892561984,\n                \"economy\": 5.690210656753408,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 437,\n                \"sixes_conceded\": 111\n            },\n            {\n                \"season\": \"2019/20\",\n                \"players_count\": 36,\n                \"matches_played\": 9,\n                \"innings_bowled\": 55,\n                \"overs_bowled\": 436,\n                \"runs_conceded\": 2490,\n                \"wickets_taken\": 55,\n                \"average\": 45.27272727272727,\n                \"strike_rate\": 47.56363636363636,\n                \"economy\": 5.7110091743119265,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 213,\n                \"sixes_conceded\": 44\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"2a35bb52-ad3a-4a60-bada-eb61034fb588"},{"name":"Decades","event":[{"listen":"test","script":{"id":"85a37d05-c9ad-4aa0-a702-8aea9217a4ba","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2da427b5-47d3-4684-a160-1ff41f3d19a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/decades?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=10","urlObject":{"path":["stats","bowling","overall","decades"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"10"}],"variable":[]}},"response":[{"id":"05ec2c62-7a1c-4b6b-825e-d62272d0adda","name":"Decades","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/decades?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=10","host":["http://localhost:8080"],"path":["stats","bowling","overall","decades"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 09:46:25 GMT"},{"key":"Content-Length","value":"988"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall decades stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"decade\": 2010,\n                \"players_count\": 76,\n                \"matches_played\": 61,\n                \"innings_bowled\": 368,\n                \"overs_bowled\": 2708.1,\n                \"maiden_overs\": 94,\n                \"runs_conceded\": 14569,\n                \"wickets_taken\": 410,\n                \"average\": 35.53414634146341,\n                \"strike_rate\": 39.63170731707317,\n                \"economy\": 5.3796541325620035,\n                \"four_wicket_hauls\": 13,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 28,\n                \"best_match_runs\": 5,\n                \"best_innings_wickets\": 28,\n                \"best_innings_runs\": 5,\n                \"fours_conceded\": 1219,\n                \"sixes_conceded\": 312\n            },\n            {\n                \"decade\": 2020,\n                \"players_count\": 48,\n                \"matches_played\": 21,\n                \"innings_bowled\": 129,\n                \"overs_bowled\": 960,\n                \"maiden_overs\": 27,\n                \"runs_conceded\": 5316,\n                \"wickets_taken\": 140,\n                \"average\": 37.97142857142857,\n                \"strike_rate\": 41.142857142857146,\n                \"economy\": 5.5375,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 53,\n                \"best_match_runs\": 5,\n                \"best_innings_wickets\": 53,\n                \"best_innings_runs\": 5,\n                \"fours_conceded\": 446,\n                \"sixes_conceded\": 103\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"2da427b5-47d3-4684-a160-1ff41f3d19a0"},{"name":"Aggregate","event":[{"listen":"test","script":{"id":"b1b72b4a-122b-4f7e-b0c0-db61a78359c3","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"54271865-fc5e-472a-8964-545b2bab3edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&tournament=1","urlObject":{"path":["stats","bowling","overall","aggregate"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"disabled":true,"key":"primary_team","value":"1"},{"disabled":true,"key":"primary_team","value":"8"},{"disabled":true,"key":"primary_team","value":"10"},{"disabled":true,"key":"opposition_team","value":"1"},{"disabled":true,"key":"opposition_team","value":"8"},{"disabled":true,"key":"opposition_team","value":"10"},{"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"34310d9a-3e28-44ae-9a81-1c5764c7bb15","name":"Aggregate","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&tournament=1","host":["http://localhost:8080"],"path":["stats","bowling","overall","aggregate"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"primary_team","value":"1","disabled":true},{"key":"primary_team","value":"8","disabled":true},{"key":"primary_team","value":"10","disabled":true},{"key":"opposition_team","value":"1","disabled":true},{"key":"opposition_team","value":"8","disabled":true},{"key":"opposition_team","value":"10","disabled":true},{"key":"tournament","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Jan 2025 09:44:15 GMT"},{"key":"Content-Length","value":"596"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall aggregate stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"players_count\": 236,\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 93,\n                \"innings_bowled\": 1103,\n                \"overs_bowled\": 8241.4,\n                \"maiden_overs\": 282,\n                \"runs_conceded\": 46319,\n                \"wickets_taken\": 1326,\n                \"average\": 34.931372549019606,\n                \"strike_rate\": 37.29260935143288,\n                \"economy\": 5.620101112234581,\n                \"four_wicket_hauls\": 36,\n                \"five_wicket_hauls\": 17,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 57,\n                \"best_match_runs\": 7,\n                \"best_innings_wickets\": 57,\n                \"best_innings_runs\": 7,\n                \"fours_conceded\": 4227,\n                \"sixes_conceded\": 1002\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"54271865-fc5e-472a-8964-545b2bab3edb"}],"id":"e7699d74-2bff-48b4-8488-71904fe16877","_postman_id":"e7699d74-2bff-48b4-8488-71904fe16877","description":""},{"name":"Individual","item":[{"name":"Innings","event":[{"listen":"test","script":{"id":"36bbe27e-edfa-4300-b24b-bf62bf5e83fb","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"824ec5e6-1b0c-48e2-9097-dd709b78eb06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&bowler=1","urlObject":{"path":["stats","bowling","individual","innings"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"bowler","value":"1"}],"variable":[]}},"response":[{"id":"f0670241-a969-4ddf-910b-eed2c7e3620b","name":"Innings","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&bowler=1","host":["http://localhost:8080"],"path":["stats","bowling","individual","innings"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"bowler","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 27 Apr 2025 13:38:59 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-innings stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 128,\n                \"start_date\": \"2017-12-26\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"West Indies\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 15,\n                \"wickets_taken\": 3,\n                \"economy\": 3,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 132,\n                \"start_date\": \"2018-01-19\",\n                \"ground_id\": 59,\n                \"city_name\": \"Wellington\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 40,\n                \"wickets_taken\": 3,\n                \"economy\": 4,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 336,\n                \"start_date\": \"2020-03-13\",\n                \"ground_id\": 48,\n                \"city_name\": \"Sydney\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 2,\n                \"economy\": 3.4,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 117,\n                \"start_date\": \"2018-02-25\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 54,\n                \"wickets_taken\": 2,\n                \"economy\": 5.4,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 148,\n                \"start_date\": \"2017-10-29\",\n                \"ground_id\": 70,\n                \"city_name\": \"Kanpur\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 58,\n                \"wickets_taken\": 2,\n                \"economy\": 5.8,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 588,\n                \"start_date\": \"2022-11-30\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 15,\n                \"wickets_taken\": 1,\n                \"economy\": 7.5,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 654,\n                \"start_date\": \"2023-01-21\",\n                \"ground_id\": 129,\n                \"city_name\": \"Raipur\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 4.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 28,\n                \"wickets_taken\": 1,\n                \"economy\": 6.72,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 130,\n                \"start_date\": \"2018-01-09\",\n                \"ground_id\": 8,\n                \"city_name\": \"Nelson\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 1,\n                \"economy\": 3.4,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 622,\n                \"start_date\": \"2023-01-11\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 1,\n                \"economy\": 3.4,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 146,\n                \"start_date\": \"2017-10-25\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 38,\n                \"wickets_taken\": 1,\n                \"economy\": 3.8,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 147,\n                \"start_date\": \"2017-10-22\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 41,\n                \"wickets_taken\": 1,\n                \"economy\": 4.1,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 129,\n                \"start_date\": \"2018-01-16\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 43,\n                \"wickets_taken\": 1,\n                \"economy\": 4.3,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 121,\n                \"start_date\": \"2018-03-10\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 44,\n                \"wickets_taken\": 1,\n                \"economy\": 4.4,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 653,\n                \"start_date\": \"2023-01-18\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 56,\n                \"wickets_taken\": 1,\n                \"economy\": 5.6,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 619,\n                \"start_date\": \"2023-01-09\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 43,\n                \"wickets_taken\": 0,\n                \"economy\": 4.3,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 122,\n                \"start_date\": \"2018-02-28\",\n                \"ground_id\": 43,\n                \"city_name\": \"Mount Maunganui\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 7.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 40,\n                \"wickets_taken\": 0,\n                \"economy\": 5.1063829787234045,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 590,\n                \"start_date\": \"2022-11-25\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 56,\n                \"wickets_taken\": 0,\n                \"economy\": 5.6,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 120,\n                \"start_date\": \"2018-03-07\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 57,\n                \"wickets_taken\": 0,\n                \"economy\": 5.7,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 655,\n                \"start_date\": \"2023-01-24\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 58,\n                \"wickets_taken\": 0,\n                \"economy\": 5.8,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"match_id\": 349,\n                \"start_date\": \"2020-02-05\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 58,\n                \"wickets_taken\": 0,\n                \"economy\": 5.8,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 354,\n                \"start_date\": \"2020-02-11\",\n                \"ground_id\": 43,\n                \"city_name\": \"Mount Maunganui\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 59,\n                \"wickets_taken\": 0,\n                \"economy\": 5.9,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 118,\n                \"start_date\": \"2018-03-03\",\n                \"ground_id\": 28,\n                \"city_name\": \"Wellington\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 12,\n                \"wickets_taken\": 0,\n                \"economy\": 6,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 628,\n                \"start_date\": \"2023-01-13\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 64,\n                \"wickets_taken\": 0,\n                \"economy\": 6.4,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 125,\n                \"start_date\": \"2018-01-06\",\n                \"ground_id\": 59,\n                \"city_name\": \"Wellington\",\n                \"innings_number\": 2,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 6,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 39,\n                \"wickets_taken\": 0,\n                \"economy\": 6.5,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 589,\n                \"start_date\": \"2022-11-27\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"innings_number\": 1,\n                \"bowler_id\": 1,\n                \"bowler_name\": \"MJ Santner\",\n                \"batting_team_id\": 3,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 9,\n                \"wickets_taken\": 0,\n                \"economy\": 9,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 1\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"824ec5e6-1b0c-48e2-9097-dd709b78eb06"},{"name":"Match Totals","event":[{"listen":"test","script":{"id":"36bbe27e-edfa-4300-b24b-bf62bf5e83fb","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"979a79d7-2b1a-4b47-af98-18f2256f0d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12","urlObject":{"path":["stats","bowling","individual","match-totals"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"}],"variable":[]}},"response":[{"id":"f6d76e0f-c06f-4797-acfc-018f8b040abb","name":"Match Totals","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12","host":["http://localhost:8080"],"path":["stats","bowling","individual","match-totals"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 10:58:55 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler match totals stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 142,\n                \"start_date\": \"2017-12-23\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"bowler_id\": 3,\n                \"bowler_name\": \"TA Boult\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"West Indies\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 3,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 7,\n                \"average\": 4.857142857142857,\n                \"economy\": 3.4,\n                \"strike_rate\": 8.571428571428571,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 394,\n                \"start_date\": \"2020-03-04\",\n                \"ground_id\": 16,\n                \"city_name\": \"Bloemfontein\",\n                \"bowler_id\": 393,\n                \"bowler_name\": \"L Ngidi\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"SA\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 58,\n                \"wickets_taken\": 6,\n                \"average\": 9.666666666666666,\n                \"economy\": 5.8,\n                \"strike_rate\": 10,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 709,\n                \"start_date\": \"2022-11-23\",\n                \"ground_id\": 174,\n                \"city_name\": \"Windhoek\",\n                \"bowler_id\": 759,\n                \"bowler_name\": \"T Lungameni\",\n                \"batting_team_id\": 19,\n                \"batting_team_name\": \"Papua New Guinea\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NAM\",\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 42,\n                \"wickets_taken\": 6,\n                \"average\": 7,\n                \"economy\": 4.666666666666667,\n                \"strike_rate\": 9,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 686,\n                \"start_date\": \"2023-02-01\",\n                \"ground_id\": 97,\n                \"city_name\": \"Kimberley\",\n                \"bowler_id\": 441,\n                \"bowler_name\": \"JC Archer\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"ENG\",\n                \"overs_bowled\": 9.1,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 40,\n                \"wickets_taken\": 6,\n                \"average\": 6.666666666666667,\n                \"economy\": 4.363636363636363,\n                \"strike_rate\": 9.166666666666666,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 2255,\n                \"start_date\": \"2013-11-27\",\n                \"ground_id\": 17,\n                \"city_name\": \"Port Elizabeth\",\n                \"bowler_id\": 430,\n                \"bowler_name\": \"DW Steyn\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"SA\",\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 39,\n                \"wickets_taken\": 6,\n                \"average\": 6.5,\n                \"economy\": 4.333333333333333,\n                \"strike_rate\": 9,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 2243,\n                \"start_date\": \"2013-10-29\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"Rubel Hossain\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"New Zealand\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"BAN\",\n                \"overs_bowled\": 5.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 26,\n                \"wickets_taken\": 6,\n                \"average\": 4.333333333333333,\n                \"economy\": 4.457142857142857,\n                \"strike_rate\": 5.833333333333333,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 463,\n                \"start_date\": \"2020-02-12\",\n                \"ground_id\": 168,\n                \"city_name\": \"Kirtipur\",\n                \"bowler_id\": 488,\n                \"bowler_name\": \"S Lamichhane\",\n                \"batting_team_id\": 17,\n                \"batting_team_name\": \"United States of America\",\n                \"bowling_team_id\": 18,\n                \"bowling_team_name\": \"NEP\",\n                \"overs_bowled\": 6,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 16,\n                \"wickets_taken\": 6,\n                \"average\": 2.6666666666666665,\n                \"economy\": 2.6666666666666665,\n                \"strike_rate\": 6,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 2263,\n                \"start_date\": \"2014-01-23\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"bowler_id\": 1510,\n                \"bowler_name\": \"Khurram Chohan\",\n                \"batting_team_id\": 22,\n                \"batting_team_name\": \"Scotland\",\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"CAN\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 68,\n                \"wickets_taken\": 5,\n                \"average\": 13.6,\n                \"economy\": 6.8,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 2233,\n                \"start_date\": \"2014-01-25\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"bowler_id\": 226,\n                \"bowler_name\": \"CJ Anderson\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 63,\n                \"wickets_taken\": 5,\n                \"average\": 12.6,\n                \"economy\": 6.3,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 735,\n                \"start_date\": \"2023-02-14\",\n                \"ground_id\": 168,\n                \"city_name\": \"Kirtipur\",\n                \"bowler_id\": 500,\n                \"bowler_name\": \"Karan KC\",\n                \"batting_team_id\": 17,\n                \"batting_team_name\": \"Namibia\",\n                \"bowling_team_id\": 19,\n                \"bowling_team_name\": \"NEP\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 61,\n                \"wickets_taken\": 5,\n                \"average\": 12.2,\n                \"economy\": 6.1,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 2177,\n                \"start_date\": \"2013-12-26\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"bowler_id\": 1646,\n                \"bowler_name\": \"MJ McClenaghan\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"West Indies\",\n                \"bowling_team_id\": 6,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 9.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 58,\n                \"wickets_taken\": 5,\n                \"average\": 11.6,\n                \"economy\": 6.105263157894737,\n                \"strike_rate\": 11.4,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"match_id\": 690,\n                \"start_date\": \"2023-01-09\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"bowler_id\": 784,\n                \"bowler_name\": \"Naseem Shah\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"New Zealand\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 57,\n                \"wickets_taken\": 5,\n                \"average\": 11.4,\n                \"economy\": 5.7,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 2276,\n                \"start_date\": \"2014-03-08\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"bowler_id\": 295,\n                \"bowler_name\": \"SL Malinga\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"SL\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 56,\n                \"wickets_taken\": 5,\n                \"average\": 11.2,\n                \"economy\": 5.6,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 1709,\n                \"start_date\": \"2012-01-11\",\n                \"ground_id\": 44,\n                \"city_name\": \"Paarl\",\n                \"bowler_id\": 295,\n                \"bowler_name\": \"SL Malinga\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"South Africa\",\n                \"bowling_team_id\": 9,\n                \"bowling_team_name\": \"SL\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 54,\n                \"wickets_taken\": 5,\n                \"average\": 10.8,\n                \"economy\": 5.4,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 207,\n                \"start_date\": \"2018-03-06\",\n                \"ground_id\": 125,\n                \"city_name\": \"Harare\",\n                \"bowler_id\": 122,\n                \"bowler_name\": \"JO Holder\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"United Arab Emirates\",\n                \"bowling_team_id\": 16,\n                \"bowling_team_name\": \"WI\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 53,\n                \"wickets_taken\": 5,\n                \"average\": 10.6,\n                \"economy\": 5.3,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 732,\n                \"start_date\": \"2023-03-19\",\n                \"ground_id\": 74,\n                \"city_name\": \"Visakhapatnam\",\n                \"bowler_id\": 33,\n                \"bowler_name\": \"MA Starc\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"AUS\",\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 53,\n                \"wickets_taken\": 5,\n                \"average\": 10.6,\n                \"economy\": 6.625,\n                \"strike_rate\": 9.6,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 2268,\n                \"start_date\": \"2014-02-25\",\n                \"ground_id\": 64,\n                \"city_name\": \"Fatullah\",\n                \"bowler_id\": 295,\n                \"bowler_name\": \"SL Malinga\",\n                \"batting_team_id\": 13,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"SL\",\n                \"overs_bowled\": 9.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 52,\n                \"wickets_taken\": 5,\n                \"average\": 10.4,\n                \"economy\": 5.288135593220339,\n                \"strike_rate\": 11.8,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 436,\n                \"start_date\": \"2019-09-30\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"bowler_id\": 383,\n                \"bowler_name\": \"Usman Shinwari\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 51,\n                \"wickets_taken\": 5,\n                \"average\": 10.2,\n                \"economy\": 5.1,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 224,\n                \"start_date\": \"2018-02-16\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 395,\n                \"bowler_name\": \"Mujeeb Ur Rahman\",\n                \"batting_team_id\": 15,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"AFG\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 50,\n                \"wickets_taken\": 5,\n                \"average\": 10,\n                \"economy\": 5,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 88,\n                \"start_date\": \"2018-01-28\",\n                \"ground_id\": 33,\n                \"city_name\": \"Perth\",\n                \"bowler_id\": 280,\n                \"bowler_name\": \"AJ Tye\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"AUS\",\n                \"overs_bowled\": 9.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 46,\n                \"wickets_taken\": 5,\n                \"average\": 9.2,\n                \"economy\": 4.758620689655173,\n                \"strike_rate\": 11.6,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 185,\n                \"start_date\": \"2017-12-07\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 47,\n                \"bowler_name\": \"BJ McCarthy\",\n                \"batting_team_id\": 14,\n                \"batting_team_name\": \"Afghanistan\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"IRE\",\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 46,\n                \"wickets_taken\": 5,\n                \"average\": 9.2,\n                \"economy\": 5.111111111111111,\n                \"strike_rate\": 10.8,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 452,\n                \"start_date\": \"2020-01-08\",\n                \"ground_id\": 80,\n                \"city_name\": \"Al Amarat\",\n                \"bowler_id\": 506,\n                \"bowler_name\": \"JJ Smit\",\n                \"batting_team_id\": 19,\n                \"batting_team_name\": \"Oman\",\n                \"bowling_team_id\": 20,\n                \"bowling_team_name\": \"NAM\",\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 44,\n                \"wickets_taken\": 5,\n                \"average\": 8.8,\n                \"economy\": 5.5,\n                \"strike_rate\": 9.6,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 760,\n                \"start_date\": \"2023-03-23\",\n                \"ground_id\": 101,\n                \"city_name\": \"Harare\",\n                \"bowler_id\": 757,\n                \"bowler_name\": \"Shariz Ahmad\",\n                \"batting_team_id\": 21,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"NET\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 43,\n                \"wickets_taken\": 5,\n                \"average\": 8.6,\n                \"economy\": 4.3,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 1762,\n                \"start_date\": \"2012-02-13\",\n                \"ground_id\": 40,\n                \"city_name\": \"Abu Dhabi\",\n                \"bowler_id\": 1461,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"England\",\n                \"bowling_team_id\": 12,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 43,\n                \"wickets_taken\": 5,\n                \"average\": 8.6,\n                \"economy\": 4.3,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 688,\n                \"start_date\": \"2023-04-02\",\n                \"ground_id\": 26,\n                \"city_name\": \"Johannesburg\",\n                \"bowler_id\": 720,\n                \"bowler_name\": \"SSB Magala\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"Netherlands\",\n                \"bowling_team_id\": 21,\n                \"bowling_team_name\": \"SA\",\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 2,\n                \"runs_conceded\": 43,\n                \"wickets_taken\": 5,\n                \"average\": 8.6,\n                \"economy\": 4.777777777777778,\n                \"strike_rate\": 10.8,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 215,\n                \"start_date\": \"2018-03-20\",\n                \"ground_id\": 125,\n                \"city_name\": \"Harare\",\n                \"bowler_id\": 126,\n                \"bowler_name\": \"Rashid Khan\",\n                \"batting_team_id\": 15,\n                \"batting_team_name\": \"United Arab Emirates\",\n                \"bowling_team_id\": 16,\n                \"bowling_team_name\": \"AFG\",\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 41,\n                \"wickets_taken\": 5,\n                \"average\": 8.2,\n                \"economy\": 4.555555555555555,\n                \"strike_rate\": 10.8,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1742,\n                \"start_date\": \"2012-02-29\",\n                \"ground_id\": 29,\n                \"city_name\": \"Napier\",\n                \"bowler_id\": 221,\n                \"bowler_name\": \"M Morkel\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"New Zealand\",\n                \"bowling_team_id\": 2,\n                \"bowling_team_name\": \"SA\",\n                \"overs_bowled\": 9.3,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 38,\n                \"wickets_taken\": 5,\n                \"average\": 7.6,\n                \"economy\": 4,\n                \"strike_rate\": 11.4,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 752,\n                \"start_date\": \"2023-03-09\",\n                \"ground_id\": 168,\n                \"city_name\": \"Kirtipur\",\n                \"bowler_id\": 770,\n                \"bowler_name\": \"SI Kamea\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"Nepal\",\n                \"bowling_team_id\": 17,\n                \"bowling_team_name\": \"PNG\",\n                \"overs_bowled\": 9.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 38,\n                \"wickets_taken\": 5,\n                \"average\": 7.6,\n                \"economy\": 4.1454545454545455,\n                \"strike_rate\": 11,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 708,\n                \"start_date\": \"2022-12-04\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"bowler_id\": 114,\n                \"bowler_name\": \"Shakib Al Hasan\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"BAN\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 2,\n                \"runs_conceded\": 36,\n                \"wickets_taken\": 5,\n                \"average\": 7.2,\n                \"economy\": 3.6,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1801,\n                \"start_date\": \"2012-02-10\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 1031,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Afghanistan\",\n                \"bowling_team_id\": 15,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 36,\n                \"wickets_taken\": 5,\n                \"average\": 7.2,\n                \"economy\": 3.6,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1759,\n                \"start_date\": \"2011-11-20\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 1031,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 9.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 35,\n                \"wickets_taken\": 5,\n                \"average\": 7,\n                \"economy\": 3.75,\n                \"strike_rate\": 11.2,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 88,\n                \"start_date\": \"2018-01-28\",\n                \"ground_id\": 33,\n                \"city_name\": \"Perth\",\n                \"bowler_id\": 291,\n                \"bowler_name\": \"TK Curran\",\n                \"batting_team_id\": 12,\n                \"batting_team_name\": \"Australia\",\n                \"bowling_team_id\": 1,\n                \"bowling_team_name\": \"ENG\",\n                \"overs_bowled\": 9.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 35,\n                \"wickets_taken\": 5,\n                \"average\": 7,\n                \"economy\": 3.75,\n                \"strike_rate\": 11.2,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 168,\n                \"start_date\": \"2017-10-18\",\n                \"ground_id\": 40,\n                \"city_name\": \"Abu Dhabi\",\n                \"bowler_id\": 169,\n                \"bowler_name\": \"Hasan Ali\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 5,\n                \"average\": 6.8,\n                \"economy\": 3.4,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 169,\n                \"start_date\": \"2017-10-23\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 383,\n                \"bowler_name\": \"Usman Shinwari\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 7,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 34,\n                \"wickets_taken\": 5,\n                \"average\": 6.8,\n                \"economy\": 4.857142857142857,\n                \"strike_rate\": 8.4,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 1722,\n                \"start_date\": \"2012-02-19\",\n                \"ground_id\": 118,\n                \"city_name\": \"Brisbane\",\n                \"bowler_id\": 1327,\n                \"bowler_name\": \"BW Hilfenhaus\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"India\",\n                \"bowling_team_id\": 3,\n                \"bowling_team_name\": \"AUS\",\n                \"overs_bowled\": 9.3,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 33,\n                \"wickets_taken\": 5,\n                \"average\": 6.6,\n                \"economy\": 3.473684210526316,\n                \"strike_rate\": 11.4,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 205,\n                \"start_date\": \"2018-03-12\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"bowler_id\": 14,\n                \"bowler_name\": \"SM Sharif\",\n                \"batting_team_id\": 8,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"SCO\",\n                \"overs_bowled\": 8.4,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 33,\n                \"wickets_taken\": 5,\n                \"average\": 6.6,\n                \"economy\": 3.8076923076923075,\n                \"strike_rate\": 10.4,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 445,\n                \"start_date\": \"2019-12-08\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 527,\n                \"bowler_name\": \"SN Netravalkar\",\n                \"batting_team_id\": 18,\n                \"batting_team_name\": \"United Arab Emirates\",\n                \"bowling_team_id\": 16,\n                \"bowling_team_name\": \"USA\",\n                \"overs_bowled\": 9.2,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 5,\n                \"average\": 6.4,\n                \"economy\": 3.4285714285714284,\n                \"strike_rate\": 11.2,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 745,\n                \"start_date\": \"2023-03-23\",\n                \"ground_id\": 112,\n                \"city_name\": \"Sylhet\",\n                \"bowler_id\": 634,\n                \"bowler_name\": \"Hasan Mahmud\",\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"Ireland\",\n                \"bowling_team_id\": 14,\n                \"bowling_team_name\": \"BAN\",\n                \"overs_bowled\": 8.1,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 5,\n                \"average\": 6.4,\n                \"economy\": 3.9183673469387754,\n                \"strike_rate\": 9.8,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 1731,\n                \"start_date\": \"2012-03-02\",\n                \"ground_id\": 56,\n                \"city_name\": \"Melbourne\",\n                \"bowler_id\": 713,\n                \"bowler_name\": \"DT Christian\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"AUS\",\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 31,\n                \"wickets_taken\": 5,\n                \"average\": 6.2,\n                \"economy\": 3.444444444444444,\n                \"strike_rate\": 10.8,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 673,\n                \"start_date\": \"2023-03-25\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"bowler_id\": 816,\n                \"bowler_name\": \"HB Shipley\",\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"NZ\",\n                \"overs_bowled\": 7,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 31,\n                \"wickets_taken\": 5,\n                \"average\": 6.2,\n                \"economy\": 4.428571428571429,\n                \"strike_rate\": 8.4,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 746,\n                \"start_date\": \"2023-02-20\",\n                \"ground_id\": 168,\n                \"city_name\": \"Kirtipur\",\n                \"bowler_id\": 746,\n                \"bowler_name\": \"R Trumpelmann\",\n                \"batting_team_id\": 19,\n                \"batting_team_name\": \"Scotland\",\n                \"bowling_team_id\": 8,\n                \"bowling_team_name\": \"NAM\",\n                \"overs_bowled\": 9.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 30,\n                \"wickets_taken\": 5,\n                \"average\": 6,\n                \"economy\": 3.103448275862069,\n                \"strike_rate\": 11.6,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1732,\n                \"start_date\": \"2012-03-08\",\n                \"ground_id\": 49,\n                \"city_name\": \"Adelaide\",\n                \"bowler_id\": 1530,\n                \"bowler_name\": \"CJ McKay\",\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"Sri Lanka\",\n                \"bowling_team_id\": 13,\n                \"bowling_team_name\": \"AUS\",\n                \"overs_bowled\": 9.5,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 28,\n                \"wickets_taken\": 5,\n                \"average\": 5.6,\n                \"economy\": 2.847457627118644,\n                \"strike_rate\": 11.8,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 221,\n                \"start_date\": \"2018-03-04\",\n                \"ground_id\": 101,\n                \"city_name\": \"Harare\",\n                \"bowler_id\": 254,\n                \"bowler_name\": \"Mohammad Naveed\",\n                \"batting_team_id\": 16,\n                \"batting_team_name\": \"Papua New Guinea\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"UAE\",\n                \"overs_bowled\": 5.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 28,\n                \"wickets_taken\": 5,\n                \"average\": 5.6,\n                \"economy\": 4.8,\n                \"strike_rate\": 7,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 199,\n                \"start_date\": \"2018-03-08\",\n                \"ground_id\": 125,\n                \"city_name\": \"Harare\",\n                \"bowler_id\": 125,\n                \"bowler_name\": \"CR Brathwaite\",\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Papua New Guinea\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"WI\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 2,\n                \"runs_conceded\": 27,\n                \"wickets_taken\": 5,\n                \"average\": 5.4,\n                \"economy\": 2.7,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"match_id\": 449,\n                \"start_date\": \"2020-01-09\",\n                \"ground_id\": 80,\n                \"city_name\": \"Al Amarat\",\n                \"bowler_id\": 273,\n                \"bowler_name\": \"Ahmed Raza\",\n                \"batting_team_id\": 16,\n                \"batting_team_name\": \"Namibia\",\n                \"bowling_team_id\": 19,\n                \"bowling_team_name\": \"UAE\",\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 26,\n                \"wickets_taken\": 5,\n                \"average\": 5.2,\n                \"economy\": 3.25,\n                \"strike_rate\": 9.6,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 1999,\n                \"start_date\": \"2013-11-08\",\n                \"ground_id\": 40,\n                \"city_name\": \"Abu Dhabi\",\n                \"bowler_id\": 430,\n                \"bowler_name\": \"DW Steyn\",\n                \"batting_team_id\": 9,\n                \"batting_team_name\": \"Pakistan\",\n                \"bowling_team_id\": 7,\n                \"bowling_team_name\": \"SA\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 25,\n                \"wickets_taken\": 5,\n                \"average\": 5,\n                \"economy\": 2.5,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 749,\n                \"start_date\": \"2023-02-28\",\n                \"ground_id\": 127,\n                \"city_name\": \"Dubai\",\n                \"bowler_id\": 319,\n                \"bowler_name\": \"CA Soper\",\n                \"batting_team_id\": 11,\n                \"batting_team_name\": \"United Arab Emirates\",\n                \"bowling_team_id\": 16,\n                \"bowling_team_name\": \"PNG\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 25,\n                \"wickets_taken\": 5,\n                \"average\": 5,\n                \"economy\": 2.5,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 756,\n                \"start_date\": \"2023-03-13\",\n                \"ground_id\": 168,\n                \"city_name\": \"Kirtipur\",\n                \"bowler_id\": 488,\n                \"bowler_name\": \"S Lamichhane\",\n                \"batting_team_id\": 17,\n                \"batting_team_name\": \"Papua New Guinea\",\n                \"bowling_team_id\": 11,\n                \"bowling_team_name\": \"NEP\",\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 25,\n                \"wickets_taken\": 5,\n                \"average\": 5,\n                \"economy\": 2.5,\n                \"strike_rate\": 12,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"match_id\": 223,\n                \"start_date\": \"2018-02-13\",\n                \"ground_id\": 82,\n                \"city_name\": \"Sharjah\",\n                \"bowler_id\": 126,\n                \"bowler_name\": \"Rashid Khan\",\n                \"batting_team_id\": 15,\n                \"batting_team_name\": \"Zimbabwe\",\n                \"bowling_team_id\": 10,\n                \"bowling_team_name\": \"AFG\",\n                \"overs_bowled\": 8.3,\n                \"maiden_overs\": 1,\n                \"runs_conceded\": 24,\n                \"wickets_taken\": 5,\n                \"average\": 4.8,\n                \"economy\": 2.823529411764706,\n                \"strike_rate\": 10.2,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"match_id\": 1793,\n                \"start_date\": \"2011-12-01\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"bowler_id\": 1031,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"batting_team_id\": 7,\n                \"batting_team_name\": \"Bangladesh\",\n                \"bowling_team_id\": 5,\n                \"bowling_team_name\": \"PAK\",\n                \"overs_bowled\": 6.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 23,\n                \"wickets_taken\": 5,\n                \"average\": 4.6,\n                \"economy\": 3.5384615384615383,\n                \"strike_rate\": 7.8,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"979a79d7-2b1a-4b47-af98-18f2256f0d04"},{"name":"Series","event":[{"listen":"test","script":{"id":"8d42711f-3d67-4bc3-885d-a985527594a1","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d9e32a42-b3ff-4ae1-88a9-6ab3febed595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&tournament=1","urlObject":{"path":["stats","bowling","individual","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"5267a247-ce94-43ac-bea8-dfd9760147e5","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&tournament=1","host":["http://localhost:8080"],"path":["stats","bowling","individual","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"tournament","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 13:33:46 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"MA Starc\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2019-07-11\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 92.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 502,\n                \"wickets_taken\": 27,\n                \"average\": 18.59259259259259,\n                \"strike_rate\": 20.51851851851852,\n                \"economy\": 5.436823104693141,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 56,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 357,\n                \"bowler_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-22\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 48.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 257,\n                \"wickets_taken\": 24,\n                \"average\": 10.708333333333334,\n                \"strike_rate\": 12.208333333333334,\n                \"economy\": 5.262798634812286,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 85,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 371,\n                \"wickets_taken\": 22,\n                \"average\": 16.863636363636363,\n                \"strike_rate\": 23.181818181818183,\n                \"economy\": 4.364705882352941,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"MA Starc\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 63.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 224,\n                \"wickets_taken\": 22,\n                \"average\": 10.181818181818182,\n                \"strike_rate\": 17.40909090909091,\n                \"economy\": 3.5091383812010446,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 83.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 409,\n                \"wickets_taken\": 21,\n                \"average\": 19.476190476190474,\n                \"strike_rate\": 23.904761904761905,\n                \"economy\": 4.888446215139442,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 44,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 115,\n                \"bowler_name\": \"A Zampa\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 96,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 515,\n                \"wickets_taken\": 21,\n                \"average\": 24.523809523809526,\n                \"strike_rate\": 27.428571428571427,\n                \"economy\": 5.364583333333333,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 831,\n                \"bowler_name\": \"D Madushanka\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-09\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 78.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 525,\n                \"wickets_taken\": 21,\n                \"average\": 25,\n                \"strike_rate\": 22.38095238095238,\n                \"economy\": 6.702127659574468,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 80,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 80,\n                \"fours_conceded\": 64,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"bowler_id\": 1171,\n                \"bowler_name\": \"Z Khan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2011-04-02\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 81.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 394,\n                \"wickets_taken\": 21,\n                \"average\": 18.761904761904763,\n                \"strike_rate\": 23.285714285714285,\n                \"economy\": 4.8343558282208585,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 846,\n                \"bowler_name\": \"G Coetzee\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-16\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 63.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 396,\n                \"wickets_taken\": 20,\n                \"average\": 19.8,\n                \"strike_rate\": 19.05,\n                \"economy\": 6.2362204724409445,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 44,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 44,\n                \"fours_conceded\": 47,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 103,\n                \"bowler_name\": \"JJ Bumrah\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 91.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 373,\n                \"wickets_taken\": 20,\n                \"average\": 18.65,\n                \"strike_rate\": 27.55,\n                \"economy\": 4.061705989110708,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 440,\n                \"bowler_name\": \"JC Archer\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 100.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 461,\n                \"wickets_taken\": 20,\n                \"average\": 23.05,\n                \"strike_rate\": 30.25,\n                \"economy\": 4.571900826446281,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-02-23\",\n                \"max_date\": \"2011-03-30\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 74.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 270,\n                \"wickets_taken\": 20,\n                \"average\": 13.5,\n                \"strike_rate\": 22.35,\n                \"economy\": 3.6241610738255035,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"Mustafizur Rahman\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2019-06-02\",\n                \"max_date\": \"2019-07-05\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 72.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 484,\n                \"wickets_taken\": 20,\n                \"average\": 24.2,\n                \"strike_rate\": 21.65,\n                \"economy\": 6.706697459584295,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 103,\n                \"bowler_name\": \"JJ Bumrah\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2019-06-05\",\n                \"max_date\": \"2019-07-09\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 84,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 371,\n                \"wickets_taken\": 18,\n                \"average\": 20.61111111111111,\n                \"strike_rate\": 28,\n                \"economy\": 4.416666666666667,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 45,\n                \"bowler_name\": \"UT Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2015-03-26\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 64.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 321,\n                \"wickets_taken\": 18,\n                \"average\": 17.833333333333332,\n                \"strike_rate\": 21.444444444444443,\n                \"economy\": 4.989637305699482,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 442,\n                \"bowler_name\": \"Shaheen Shah Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-10-06\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 81,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 481,\n                \"wickets_taken\": 18,\n                \"average\": 26.72222222222222,\n                \"strike_rate\": 27,\n                \"economy\": 5.938271604938271,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 55,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 86,\n                \"bowler_name\": \"MA Wood\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2019-06-03\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 89.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 463,\n                \"wickets_taken\": 18,\n                \"average\": 25.72222222222222,\n                \"strike_rate\": 29.88888888888889,\n                \"economy\": 5.163568773234201,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-02-20\",\n                \"max_date\": \"2011-03-29\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 72.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 312,\n                \"wickets_taken\": 17,\n                \"average\": 18.352941176470587,\n                \"strike_rate\": 25.529411764705884,\n                \"economy\": 4.313364055299539,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 13,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 13,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 284,\n                \"bowler_name\": \"M Morkel\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2015-03-24\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 68.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 299,\n                \"wickets_taken\": 17,\n                \"average\": 17.58823529411765,\n                \"strike_rate\": 24.058823529411764,\n                \"economy\": 4.386308068459658,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 211,\n                \"bowler_name\": \"Mohammad Amir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2019-05-31\",\n                \"max_date\": \"2019-07-05\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 73,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 358,\n                \"wickets_taken\": 17,\n                \"average\": 21.058823529411764,\n                \"strike_rate\": 25.764705882352942,\n                \"economy\": 4.904109589041096,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 201,\n                \"bowler_name\": \"JE Taylor\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2015-02-16\",\n                \"max_date\": \"2015-03-21\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 57.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 328,\n                \"wickets_taken\": 17,\n                \"average\": 19.294117647058822,\n                \"strike_rate\": 20.294117647058822,\n                \"economy\": 5.7043478260869565,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 724,\n                \"bowler_name\": \"M Jansen\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-16\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 69,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 450,\n                \"wickets_taken\": 17,\n                \"average\": 26.470588235294116,\n                \"strike_rate\": 24.352941176470587,\n                \"economy\": 6.521739130434782,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 59,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 357,\n                \"bowler_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2015-03-26\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 61,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 294,\n                \"wickets_taken\": 17,\n                \"average\": 17.294117647058822,\n                \"strike_rate\": 21.529411764705884,\n                \"economy\": 4.819672131147541,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 99,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 479,\n                \"wickets_taken\": 17,\n                \"average\": 28.176470588235293,\n                \"strike_rate\": 34.94117647058823,\n                \"economy\": 4.838383838383838,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 54,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 190,\n                \"bowler_name\": \"CR Woakes\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 85,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 446,\n                \"wickets_taken\": 16,\n                \"average\": 27.875,\n                \"strike_rate\": 31.875,\n                \"economy\": 5.247058823529412,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 54,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"MA Starc\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 87,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 528,\n                \"wickets_taken\": 16,\n                \"average\": 33,\n                \"strike_rate\": 32.625,\n                \"economy\": 6.068965517241379,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 30,\n                \"bowler_name\": \"Wahab Riaz\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2015-03-20\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 66.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 368,\n                \"wickets_taken\": 16,\n                \"average\": 23,\n                \"strike_rate\": 24.8125,\n                \"economy\": 5.561712846347607,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 45,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 45,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 3,\n                \"bowler_name\": \"MJ Santner\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-10-05\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 92.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 449,\n                \"wickets_taken\": 16,\n                \"average\": 28.0625,\n                \"strike_rate\": 34.75,\n                \"economy\": 4.845323741007194,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 578,\n                \"bowler_name\": \"BFW de Leede\",\n                \"teams_represented\": [\n                    \"NET\"\n                ],\n                \"min_date\": \"2023-10-06\",\n                \"max_date\": \"2023-11-12\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 67,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 487,\n                \"wickets_taken\": 16,\n                \"average\": 30.4375,\n                \"strike_rate\": 25.125,\n                \"economy\": 7.268656716417911,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 62,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 62,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 442,\n                \"bowler_name\": \"Shaheen Shah Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2019-06-12\",\n                \"max_date\": \"2019-07-05\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 47.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 234,\n                \"wickets_taken\": 16,\n                \"average\": 14.625,\n                \"strike_rate\": 17.6875,\n                \"economy\": 4.96113074204947,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 77,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 93.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 449,\n                \"wickets_taken\": 16,\n                \"average\": 28.0625,\n                \"strike_rate\": 34.9375,\n                \"economy\": 4.819320214669052,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 634,\n                \"bowler_name\": \"Haris Rauf\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-10-06\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 79,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 533,\n                \"wickets_taken\": 16,\n                \"average\": 33.3125,\n                \"strike_rate\": 29.625,\n                \"economy\": 6.746835443037975,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 149,\n                \"bowler_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 93.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 398,\n                \"wickets_taken\": 15,\n                \"average\": 26.533333333333335,\n                \"strike_rate\": 37.4,\n                \"economy\": 4.25668449197861,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 56,\n                \"bowler_name\": \"PJ Cummins\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 89.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 515,\n                \"wickets_taken\": 15,\n                \"average\": 34.333333333333336,\n                \"strike_rate\": 35.8,\n                \"economy\": 5.754189944134078,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 81,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 472,\n                \"wickets_taken\": 15,\n                \"average\": 31.466666666666665,\n                \"strike_rate\": 32.4,\n                \"economy\": 5.827160493827161,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 62,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 351,\n                \"bowler_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 95.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 424,\n                \"wickets_taken\": 15,\n                \"average\": 28.266666666666666,\n                \"strike_rate\": 38.06666666666667,\n                \"economy\": 4.455341506129598,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 7,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 7,\n                \"fours_conceded\": 21,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"bowler_id\": 1188,\n                \"bowler_name\": \"RJ Peterson\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2011-02-24\",\n                \"max_date\": \"2011-03-25\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 56,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 238,\n                \"wickets_taken\": 15,\n                \"average\": 15.866666666666667,\n                \"strike_rate\": 22.4,\n                \"economy\": 4.25,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 12,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 12,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 1228,\n                \"bowler_name\": \"MG Johnson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 63.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 326,\n                \"wickets_taken\": 15,\n                \"average\": 21.733333333333334,\n                \"strike_rate\": 25.4,\n                \"economy\": 5.133858267716535,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 1,\n                \"bowler_name\": \"JDS Neesham\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 54.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 292,\n                \"wickets_taken\": 15,\n                \"average\": 19.466666666666665,\n                \"strike_rate\": 21.8,\n                \"economy\": 5.3577981651376145,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 29,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 229,\n                \"bowler_name\": \"MJ Henry\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 80.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 392,\n                \"wickets_taken\": 14,\n                \"average\": 28,\n                \"strike_rate\": 34.42857142857143,\n                \"economy\": 4.879668049792531,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 56,\n                \"bowler_name\": \"PJ Cummins\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2019-07-11\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 86.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 427,\n                \"wickets_taken\": 14,\n                \"average\": 30.5,\n                \"strike_rate\": 36.92857142857143,\n                \"economy\": 4.955512572533849,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 464,\n                \"bowler_name\": \"Mohammed Siraj\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2023-10-08\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 82.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 469,\n                \"wickets_taken\": 14,\n                \"average\": 33.5,\n                \"strike_rate\": 35.357142857142854,\n                \"economy\": 5.684848484848485,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 58,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 259,\n                \"bowler_name\": \"CJ Anderson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 36.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 234,\n                \"wickets_taken\": 14,\n                \"average\": 16.714285714285715,\n                \"strike_rate\": 15.5,\n                \"economy\": 6.470046082949309,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"bowler_id\": 75,\n                \"bowler_name\": \"Yuvraj Singh\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2011-04-02\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 75,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 377,\n                \"wickets_taken\": 14,\n                \"average\": 26.928571428571427,\n                \"strike_rate\": 32.142857142857146,\n                \"economy\": 5.026666666666666,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"series_id\": 484,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2010/11\",\n                \"bowler_id\": 1110,\n                \"bowler_name\": \"M Muralitharan\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-02-20\",\n                \"max_date\": \"2011-04-02\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 71,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 291,\n                \"wickets_taken\": 14,\n                \"average\": 20.785714285714285,\n                \"strike_rate\": 30.428571428571427,\n                \"economy\": 4.098591549295775,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"series_id\": 625,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2014/15\",\n                \"bowler_id\": 262,\n                \"bowler_name\": \"Imran Tahir\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2015-03-24\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 76.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 323,\n                \"wickets_taken\": 14,\n                \"average\": 23.071428571428573,\n                \"strike_rate\": 32.714285714285715,\n                \"economy\": 4.2314410480349345,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 302,\n                \"bowler_name\": \"KA Maharaj\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-16\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 89,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 370,\n                \"wickets_taken\": 14,\n                \"average\": 26.428571428571427,\n                \"strike_rate\": 38.142857142857146,\n                \"economy\": 4.157303370786517,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"series_id\": 77,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2019\",\n                \"bowler_id\": 357,\n                \"bowler_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2019-06-22\",\n                \"max_date\": \"2019-07-02\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 35.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 193,\n                \"wickets_taken\": 14,\n                \"average\": 13.785714285714286,\n                \"strike_rate\": 15.071428571428571,\n                \"economy\": 5.488151658767772,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 69,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 69,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-10-05\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 91,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 504,\n                \"wickets_taken\": 14,\n                \"average\": 36,\n                \"strike_rate\": 39,\n                \"economy\": 5.538461538461538,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"series_id\": 322,\n                \"series_name\": \"ICC Cricket World Cup\",\n                \"series_season\": \"2023/24\",\n                \"bowler_id\": 119,\n                \"bowler_name\": \"AU Rashid\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2023-10-05\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 79.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 413,\n                \"wickets_taken\": 14,\n                \"average\": 29.5,\n                \"strike_rate\": 34.142857142857146,\n                \"economy\": 5.184100418410042,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 11\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"d9e32a42-b3ff-4ae1-88a9-6ab3febed595"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"8d42711f-3d67-4bc3-885d-a985527594a1","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"70a19f29-461a-45af-9cb0-e5d6f6435566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","individual","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}],"variable":[]}},"response":[{"id":"3b8d1f5a-ac05-4af4-8ad2-8379ccadf756","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","bowling","individual","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 13:37:15 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"MA Starc\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 28,\n                \"innings_bowled\": 28,\n                \"overs_bowled\": 243.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1254,\n                \"wickets_taken\": 65,\n                \"average\": 19.29230769230769,\n                \"strike_rate\": 22.446153846153845,\n                \"economy\": 5.1569568197395474,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 124,\n                \"sixes_conceded\": 23\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 357,\n                \"bowler_name\": \"Mohammed Shami\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 145,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 744,\n                \"wickets_taken\": 55,\n                \"average\": 13.527272727272727,\n                \"strike_rate\": 15.818181818181818,\n                \"economy\": 5.13103448275862,\n                \"four_wicket_hauls\": 4,\n                \"five_wicket_hauls\": 4,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 82,\n                \"sixes_conceded\": 17\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 29,\n                \"innings_bowled\": 29,\n                \"overs_bowled\": 275,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1354,\n                \"wickets_taken\": 53,\n                \"average\": 25.547169811320753,\n                \"strike_rate\": 31.132075471698112,\n                \"economy\": 4.923636363636364,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 148,\n                \"sixes_conceded\": 23\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-02-20\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 22,\n                \"innings_bowled\": 22,\n                \"overs_bowled\": 195.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1110,\n                \"wickets_taken\": 40,\n                \"average\": 27.75,\n                \"strike_rate\": 29.3,\n                \"economy\": 5.6825938566552905,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 129,\n                \"sixes_conceded\": 27\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 262,\n                \"bowler_name\": \"Imran Tahir\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2011-02-24\",\n                \"max_date\": \"2019-07-06\",\n                \"matches_played\": 21,\n                \"innings_bowled\": 21,\n                \"overs_bowled\": 191.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 847,\n                \"wickets_taken\": 39,\n                \"average\": 21.71794871794872,\n                \"strike_rate\": 29.512820512820515,\n                \"economy\": 4.415291051259774,\n                \"four_wicket_hauls\": 5,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 65,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 103,\n                \"bowler_name\": \"JJ Bumrah\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2019-06-05\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 175.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 744,\n                \"wickets_taken\": 38,\n                \"average\": 19.57894736842105,\n                \"strike_rate\": 27.763157894736842,\n                \"economy\": 4.231279620853081,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 74,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-03-01\",\n                \"max_date\": \"2019-07-06\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 174,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 997,\n                \"wickets_taken\": 38,\n                \"average\": 26.236842105263158,\n                \"strike_rate\": 27.473684210526315,\n                \"economy\": 5.7298850574712645,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 114,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 30,\n                \"bowler_name\": \"Wahab Riaz\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-03-03\",\n                \"max_date\": \"2019-07-05\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 166.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 926,\n                \"wickets_taken\": 35,\n                \"average\": 26.457142857142856,\n                \"strike_rate\": 28.571428571428573,\n                \"economy\": 5.556,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 84,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 442,\n                \"bowler_name\": \"Shaheen Shah Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2019-06-12\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 14,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 128.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 715,\n                \"wickets_taken\": 34,\n                \"average\": 21.029411764705884,\n                \"strike_rate\": 22.61764705882353,\n                \"economy\": 5.578673602080624,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 77,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 56,\n                \"bowler_name\": \"PJ Cummins\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2015-02-28\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 23,\n                \"innings_bowled\": 23,\n                \"overs_bowled\": 188.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1022,\n                \"wickets_taken\": 34,\n                \"average\": 30.058823529411764,\n                \"strike_rate\": 33.3235294117647,\n                \"economy\": 5.412180052956752,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 110,\n                \"sixes_conceded\": 18\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 79,\n                \"bowler_name\": \"Shakib Al Hasan\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2023-11-06\",\n                \"matches_played\": 27,\n                \"innings_bowled\": 27,\n                \"overs_bowled\": 240.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1249,\n                \"wickets_taken\": 34,\n                \"average\": 36.73529411764706,\n                \"strike_rate\": 42.44117647058823,\n                \"economy\": 5.1933471933471935,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 29,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 29,\n                \"fours_conceded\": 80,\n                \"sixes_conceded\": 31\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 137.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 710,\n                \"wickets_taken\": 31,\n                \"average\": 22.903225806451612,\n                \"strike_rate\": 26.64516129032258,\n                \"economy\": 5.157384987893463,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 82,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 190,\n                \"bowler_name\": \"CR Woakes\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 24,\n                \"innings_bowled\": 24,\n                \"overs_bowled\": 177.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 978,\n                \"wickets_taken\": 31,\n                \"average\": 31.548387096774192,\n                \"strike_rate\": 34.38709677419355,\n                \"economy\": 5.5046904315197,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 118,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 229,\n                \"bowler_name\": \"MJ Henry\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2015-03-24\",\n                \"max_date\": \"2023-11-01\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 151.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 793,\n                \"wickets_taken\": 27,\n                \"average\": 29.37037037037037,\n                \"strike_rate\": 33.74074074074074,\n                \"economy\": 5.222832052689353,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 87,\n                \"sixes_conceded\": 17\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 284,\n                \"bowler_name\": \"M Morkel\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2011-02-24\",\n                \"max_date\": \"2015-03-24\",\n                \"matches_played\": 14,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 108.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 506,\n                \"wickets_taken\": 26,\n                \"average\": 19.46153846153846,\n                \"strike_rate\": 25.03846153846154,\n                \"economy\": 4.663594470046083,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 64,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"Mustafizur Rahman\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2019-06-02\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 137.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 882,\n                \"wickets_taken\": 25,\n                \"average\": 35.28,\n                \"strike_rate\": 33.08,\n                \"economy\": 6.399032648125756,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 93,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 149,\n                \"bowler_name\": \"RA Jadeja\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 21,\n                \"innings_bowled\": 21,\n                \"overs_bowled\": 180.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 829,\n                \"wickets_taken\": 25,\n                \"average\": 33.16,\n                \"strike_rate\": 43.24,\n                \"economy\": 4.601295097132285,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 56,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 115,\n                \"bowler_name\": \"A Zampa\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 129,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 751,\n                \"wickets_taken\": 25,\n                \"average\": 30.04,\n                \"strike_rate\": 30.96,\n                \"economy\": 5.821705426356589,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 55,\n                \"sixes_conceded\": 22\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 1228,\n                \"bowler_name\": \"MG Johnson\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2011-02-21\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 121,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 557,\n                \"wickets_taken\": 25,\n                \"average\": 22.28,\n                \"strike_rate\": 29.04,\n                \"economy\": 4.6033057851239665,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 59,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 249,\n                \"bowler_name\": \"K Rabada\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2023-11-16\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 150.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 761,\n                \"wickets_taken\": 24,\n                \"average\": 31.708333333333332,\n                \"strike_rate\": 37.708333333333336,\n                \"economy\": 5.045303867403315,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 79,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 119,\n                \"bowler_name\": \"AU Rashid\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 171.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 939,\n                \"wickets_taken\": 24,\n                \"average\": 39.125,\n                \"strike_rate\": 42.916666666666664,\n                \"economy\": 5.469902912621359,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 61,\n                \"sixes_conceded\": 22\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 86,\n                \"bowler_name\": \"MA Wood\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2019-06-03\",\n                \"max_date\": \"2023-11-04\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 143.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 812,\n                \"wickets_taken\": 24,\n                \"average\": 33.833333333333336,\n                \"strike_rate\": 35.916666666666664,\n                \"economy\": 5.651972157772621,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 81,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 437,\n                \"bowler_name\": \"DW Steyn\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2011-02-24\",\n                \"max_date\": \"2015-03-24\",\n                \"matches_played\": 14,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 115,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 538,\n                \"wickets_taken\": 23,\n                \"average\": 23.391304347826086,\n                \"strike_rate\": 30,\n                \"economy\": 4.678260869565217,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 50,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 50,\n                \"fours_conceded\": 51,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 445,\n                \"bowler_name\": \"AD Russell\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2011-03-11\",\n                \"max_date\": \"2019-06-17\",\n                \"matches_played\": 14,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 100.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 576,\n                \"wickets_taken\": 23,\n                \"average\": 25.043478260869566,\n                \"strike_rate\": 26.130434782608695,\n                \"economy\": 5.750415973377704,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 77,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2015-02-14\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 136,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 625,\n                \"wickets_taken\": 23,\n                \"average\": 27.17391304347826,\n                \"strike_rate\": 35.47826086956522,\n                \"economy\": 4.595588235294118,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 67,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 3,\n                \"bowler_name\": \"MJ Santner\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2023-11-15\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 19,\n                \"overs_bowled\": 159.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 772,\n                \"wickets_taken\": 22,\n                \"average\": 35.09090909090909,\n                \"strike_rate\": 43.54545454545455,\n                \"economy\": 4.835073068893529,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 40,\n                \"sixes_conceded\": 24\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-02-23\",\n                \"max_date\": \"2015-03-20\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 131.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 552,\n                \"wickets_taken\": 22,\n                \"average\": 25.09090909090909,\n                \"strike_rate\": 35.86363636363637,\n                \"economy\": 4.197718631178708,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 34,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 351,\n                \"bowler_name\": \"Kuldeep Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2019-06-05\",\n                \"max_date\": \"2023-11-19\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 162.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 761,\n                \"wickets_taken\": 21,\n                \"average\": 36.23809523809524,\n                \"strike_rate\": 46.333333333333336,\n                \"economy\": 4.692702980472765,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 7,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 7,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 19\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 1171,\n                \"bowler_name\": \"Z Khan\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-02-19\",\n                \"max_date\": \"2011-04-02\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 81.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 394,\n                \"wickets_taken\": 21,\n                \"average\": 18.761904761904763,\n                \"strike_rate\": 23.285714285714285,\n                \"economy\": 4.8343558282208585,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 831,\n                \"bowler_name\": \"D Madushanka\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-09\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 78.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 525,\n                \"wickets_taken\": 21,\n                \"average\": 25,\n                \"strike_rate\": 22.38095238095238,\n                \"economy\": 6.702127659574468,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 80,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 80,\n                \"fours_conceded\": 64,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 846,\n                \"bowler_name\": \"G Coetzee\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-16\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 63.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 396,\n                \"wickets_taken\": 20,\n                \"average\": 19.8,\n                \"strike_rate\": 19.05,\n                \"economy\": 6.2362204724409445,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 44,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 44,\n                \"fours_conceded\": 47,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 412,\n                \"bowler_name\": \"KAJ Roach\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2011-02-24\",\n                \"max_date\": \"2019-07-04\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 101,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 466,\n                \"wickets_taken\": 20,\n                \"average\": 23.3,\n                \"strike_rate\": 30.3,\n                \"economy\": 4.6138613861386135,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 55,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 440,\n                \"bowler_name\": \"JC Archer\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2019-07-14\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 100.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 461,\n                \"wickets_taken\": 20,\n                \"average\": 23.05,\n                \"strike_rate\": 30.25,\n                \"economy\": 4.571900826446281,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 336,\n                \"bowler_name\": \"AD Mathews\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-02-20\",\n                \"max_date\": \"2023-11-09\",\n                \"matches_played\": 26,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 95.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 491,\n                \"wickets_taken\": 19,\n                \"average\": 25.842105263157894,\n                \"strike_rate\": 30.263157894736842,\n                \"economy\": 5.1234782608695655,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 214,\n                \"bowler_name\": \"Mohammad Nabi\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2015-02-18\",\n                \"max_date\": \"2023-11-10\",\n                \"matches_played\": 24,\n                \"innings_bowled\": 24,\n                \"overs_bowled\": 179.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 850,\n                \"wickets_taken\": 19,\n                \"average\": 44.73684210526316,\n                \"strike_rate\": 56.78947368421053,\n                \"economy\": 4.726598702502317,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 22\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 33,\n                \"bowler_name\": \"R Ashwin\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2011-03-20\",\n                \"max_date\": \"2023-10-08\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 107,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 457,\n                \"wickets_taken\": 18,\n                \"average\": 25.38888888888889,\n                \"strike_rate\": 35.666666666666664,\n                \"economy\": 4.271028037383178,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"bowler_id\": 1199,\n                \"bowler_name\": \"JM Anderson\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2013-06-23\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 75.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 314,\n                \"wickets_taken\": 18,\n                \"average\": 17.444444444444443,\n                \"strike_rate\": 25.11111111111111,\n                \"economy\": 4.168141592920354,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 45,\n                \"bowler_name\": \"UT Yadav\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2015-02-15\",\n                \"max_date\": \"2015-03-26\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 64.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 321,\n                \"wickets_taken\": 18,\n                \"average\": 17.833333333333332,\n                \"strike_rate\": 21.444444444444443,\n                \"economy\": 4.989637305699482,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 114,\n                \"bowler_name\": \"JO Holder\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2015-02-16\",\n                \"max_date\": \"2019-07-04\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 119.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 694,\n                \"wickets_taken\": 17,\n                \"average\": 40.8235294117647,\n                \"strike_rate\": 42.05882352941177,\n                \"economy\": 5.823776223776224,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 72,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 201,\n                \"bowler_name\": \"JE Taylor\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2015-02-16\",\n                \"max_date\": \"2015-03-21\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 57.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 328,\n                \"wickets_taken\": 17,\n                \"average\": 19.294117647058822,\n                \"strike_rate\": 20.294117647058822,\n                \"economy\": 5.7043478260869565,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 394,\n                \"bowler_name\": \"L Ngidi\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2019-05-30\",\n                \"max_date\": \"2023-11-10\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 93.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 566,\n                \"wickets_taken\": 17,\n                \"average\": 33.294117647058826,\n                \"strike_rate\": 33,\n                \"economy\": 6.053475935828877,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 64,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 64,\n                \"fours_conceded\": 59,\n                \"sixes_conceded\": 18\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 724,\n                \"bowler_name\": \"M Jansen\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2023-10-07\",\n                \"max_date\": \"2023-11-16\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 69,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 450,\n                \"wickets_taken\": 17,\n                \"average\": 26.470588235294116,\n                \"strike_rate\": 24.352941176470587,\n                \"economy\": 6.521739130434782,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 59,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 1120,\n                \"bowler_name\": \"DL Vettori\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-02-20\",\n                \"max_date\": \"2015-03-29\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 118.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 462,\n                \"wickets_taken\": 17,\n                \"average\": 27.176470588235293,\n                \"strike_rate\": 41.94117647058823,\n                \"economy\": 3.887798036465638,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 23,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 211,\n                \"bowler_name\": \"Mohammad Amir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2019-05-31\",\n                \"max_date\": \"2019-07-05\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 73,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 358,\n                \"wickets_taken\": 17,\n                \"average\": 21.058823529411764,\n                \"strike_rate\": 25.764705882352942,\n                \"economy\": 4.904109589041096,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 1,\n                \"bowler_name\": \"JDS Neesham\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2023-11-01\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 69,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 449,\n                \"wickets_taken\": 17,\n                \"average\": 26.41176470588235,\n                \"strike_rate\": 24.352941176470587,\n                \"economy\": 6.507246376811594,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 40,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 231,\n                \"bowler_name\": \"Rashid Khan\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2019-06-01\",\n                \"max_date\": \"2023-11-10\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 158.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 804,\n                \"wickets_taken\": 16,\n                \"average\": 50.25,\n                \"strike_rate\": 59.375,\n                \"economy\": 5.077894736842105,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 18\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"bowler_id\": 1170,\n                \"bowler_name\": \"SCJ Broad\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2009-09-25\",\n                \"max_date\": \"2013-06-23\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 64,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 358,\n                \"wickets_taken\": 16,\n                \"average\": 22.375,\n                \"strike_rate\": 24,\n                \"economy\": 5.59375,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 634,\n                \"bowler_name\": \"Haris Rauf\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-10-06\",\n                \"max_date\": \"2023-11-11\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 79,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 533,\n                \"wickets_taken\": 16,\n                \"average\": 33.3125,\n                \"strike_rate\": 29.625,\n                \"economy\": 6.746835443037975,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 578,\n                \"bowler_name\": \"BFW de Leede\",\n                \"teams_represented\": [\n                    \"NET\"\n                ],\n                \"min_date\": \"2023-10-06\",\n                \"max_date\": \"2023-11-12\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 67,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 487,\n                \"wickets_taken\": 16,\n                \"average\": 30.4375,\n                \"strike_rate\": 25.125,\n                \"economy\": 7.268656716417911,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 62,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 62,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"HH Pandya\",\n                \"teams_represented\": [\n                    \"IND\"\n                ],\n                \"min_date\": \"2019-06-05\",\n                \"max_date\": \"2023-10-19\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 95.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 560,\n                \"wickets_taken\": 15,\n                \"average\": 37.333333333333336,\n                \"strike_rate\": 38.2,\n                \"economy\": 5.863874345549738,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 60,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 60,\n                \"fours_conceded\": 56,\n                \"sixes_conceded\": 4\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"70a19f29-461a-45af-9cb0-e5d6f6435566"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"8d42711f-3d67-4bc3-885d-a985527594a1","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"28501c5a-facc-488a-92b1-0076e6122b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","urlObject":{"path":["stats","bowling","individual","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}],"variable":[]}},"response":[{"id":"abf1bfa9-fb73-4675-a86c-9f0afc53a183","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27","host":["http://localhost:8080"],"path":["stats","bowling","individual","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 12:59:20 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-grounds stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 79,\n                \"bowler_name\": \"Shakib Al Hasan\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2009-01-10\",\n                \"max_date\": \"2023-03-03\",\n                \"matches_played\": 74,\n                \"innings_bowled\": 74,\n                \"overs_bowled\": 644.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 2736,\n                \"wickets_taken\": 107,\n                \"average\": 25.570093457943926,\n                \"strike_rate\": 36.14018691588785,\n                \"economy\": 4.245151280062063,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 187,\n                \"sixes_conceded\": 56\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 60,\n                \"bowler_name\": \"Mashrafe Mortaza\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2009-01-10\",\n                \"max_date\": \"2018-12-11\",\n                \"matches_played\": 48,\n                \"innings_bowled\": 48,\n                \"overs_bowled\": 378.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1753,\n                \"wickets_taken\": 67,\n                \"average\": 26.16417910447761,\n                \"strike_rate\": 33.865671641791046,\n                \"economy\": 4.6355222565006615,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 29,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 29,\n                \"fours_conceded\": 155,\n                \"sixes_conceded\": 26\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 132,\n                \"bowler_name\": \"Rubel Hossain\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2009-01-14\",\n                \"max_date\": \"2021-01-22\",\n                \"matches_played\": 46,\n                \"innings_bowled\": 45,\n                \"overs_bowled\": 331,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1855,\n                \"wickets_taken\": 62,\n                \"average\": 29.919354838709676,\n                \"strike_rate\": 32.03225806451613,\n                \"economy\": 5.604229607250756,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 195,\n                \"sixes_conceded\": 29\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"Mustafizur Rahman\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2015-06-18\",\n                \"max_date\": \"2023-09-23\",\n                \"matches_played\": 27,\n                \"innings_bowled\": 27,\n                \"overs_bowled\": 219.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 911,\n                \"wickets_taken\": 53,\n                \"average\": 17.18867924528302,\n                \"strike_rate\": 24.867924528301888,\n                \"economy\": 4.147192716236722,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 86,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 1219,\n                \"bowler_name\": \"Abdur Razzak\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2009-10-27\",\n                \"max_date\": \"2014-06-15\",\n                \"matches_played\": 38,\n                \"innings_bowled\": 38,\n                \"overs_bowled\": 329.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1576,\n                \"wickets_taken\": 46,\n                \"average\": 34.26086956521739,\n                \"strike_rate\": 42.95652173913044,\n                \"economy\": 4.7854251012145745,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 29,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 29,\n                \"fours_conceded\": 124,\n                \"sixes_conceded\": 32\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 9,\n                \"bowler_name\": \"TL Chatara\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2013-07-24\",\n                \"max_date\": \"2023-06-24\",\n                \"matches_played\": 33,\n                \"innings_bowled\": 33,\n                \"overs_bowled\": 273.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1400,\n                \"wickets_taken\": 41,\n                \"average\": 34.146341463414636,\n                \"strike_rate\": 40.073170731707314,\n                \"economy\": 5.112598904443092,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 143,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-08-07\",\n                \"max_date\": \"2019-07-26\",\n                \"matches_played\": 24,\n                \"innings_bowled\": 24,\n                \"overs_bowled\": 188.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1039,\n                \"wickets_taken\": 39,\n                \"average\": 26.641025641025642,\n                \"strike_rate\": 28.94871794871795,\n                \"economy\": 5.5217006200177146,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 105,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 168,\n                \"ground_name\": \"Tribhuvan University International Cricket Ground\",\n                \"bowler_id\": 500,\n                \"bowler_name\": \"S Lamichhane\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2020-02-05\",\n                \"max_date\": \"2023-05-01\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 148,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 688,\n                \"wickets_taken\": 39,\n                \"average\": 17.641025641025642,\n                \"strike_rate\": 22.76923076923077,\n                \"economy\": 4.648648648648648,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 62,\n                \"sixes_conceded\": 19\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"bowler_id\": 1424,\n                \"bowler_name\": \"BAW Mendis\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2008-08-24\",\n                \"max_date\": \"2015-11-04\",\n                \"matches_played\": 23,\n                \"innings_bowled\": 23,\n                \"overs_bowled\": 195.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 971,\n                \"wickets_taken\": 38,\n                \"average\": 25.55263157894737,\n                \"strike_rate\": 30.92105263157895,\n                \"economy\": 4.958297872340426,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 10,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 10,\n                \"fours_conceded\": 62,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"ground_id\": 99,\n                \"ground_name\": \"Zahur Ahmed Chowdhury Stadium\",\n                \"bowler_id\": 79,\n                \"bowler_name\": \"Shakib Al Hasan\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2009-11-03\",\n                \"max_date\": \"2023-07-11\",\n                \"matches_played\": 21,\n                \"innings_bowled\": 21,\n                \"overs_bowled\": 182.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 723,\n                \"wickets_taken\": 37,\n                \"average\": 19.54054054054054,\n                \"strike_rate\": 29.62162162162162,\n                \"economy\": 3.958029197080292,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"bowler_id\": 231,\n                \"bowler_name\": \"Rashid Khan\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2016-01-02\",\n                \"max_date\": \"2024-09-20\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 112.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 399,\n                \"wickets_taken\": 36,\n                \"average\": 11.083333333333334,\n                \"strike_rate\": 18.75,\n                \"economy\": 3.546666666666667,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 46,\n                \"bowler_name\": \"Sikandar Raza\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2013-07-24\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 52,\n                \"innings_bowled\": 39,\n                \"overs_bowled\": 247.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1211,\n                \"wickets_taken\": 33,\n                \"average\": 36.696969696969695,\n                \"strike_rate\": 45.06060606060606,\n                \"economy\": 4.886348352387357,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 84,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 83,\n                \"bowler_name\": \"Taskin Ahmed\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2014-06-17\",\n                \"max_date\": \"2023-03-03\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 122.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 627,\n                \"wickets_taken\": 30,\n                \"average\": 20.9,\n                \"strike_rate\": 24.533333333333335,\n                \"economy\": 5.111413043478261,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 70,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 24,\n                \"ground_name\": \"Kensington Oval, Bridgetown\",\n                \"bowler_id\": 76,\n                \"bowler_name\": \"AS Joseph\",\n                \"teams_represented\": [\n                    \"WI\"\n                ],\n                \"min_date\": \"2017-03-09\",\n                \"max_date\": \"2023-12-09\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 93.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 473,\n                \"wickets_taken\": 28,\n                \"average\": 16.892857142857142,\n                \"strike_rate\": 20.035714285714285,\n                \"economy\": 5.0588235294117645,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"ground_id\": 168,\n                \"ground_name\": \"Tribhuvan University International Cricket Ground\",\n                \"bowler_id\": 511,\n                \"bowler_name\": \"LN Rajbanshi\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2020-02-12\",\n                \"max_date\": \"2024-02-25\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 139,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 479,\n                \"wickets_taken\": 27,\n                \"average\": 17.74074074074074,\n                \"strike_rate\": 30.88888888888889,\n                \"economy\": 3.446043165467626,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 206,\n                \"bowler_name\": \"R Ngarava\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2017-02-16\",\n                \"max_date\": \"2023-12-15\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 166.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 816,\n                \"wickets_taken\": 27,\n                \"average\": 30.22222222222222,\n                \"strike_rate\": 36.96296296296296,\n                \"economy\": 4.905811623246493,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 82,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 128,\n                \"bowler_name\": \"Shafiul Islam\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2010-01-04\",\n                \"max_date\": \"2016-10-09\",\n                \"matches_played\": 30,\n                \"innings_bowled\": 30,\n                \"overs_bowled\": 185.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1150,\n                \"wickets_taken\": 27,\n                \"average\": 42.592592592592595,\n                \"strike_rate\": 41.22222222222222,\n                \"economy\": 6.199460916442049,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 143,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 94,\n                \"bowler_name\": \"Mahmudullah\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2009-01-14\",\n                \"max_date\": \"2023-09-26\",\n                \"matches_played\": 76,\n                \"innings_bowled\": 53,\n                \"overs_bowled\": 246.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1273,\n                \"wickets_taken\": 26,\n                \"average\": 48.96153846153846,\n                \"strike_rate\": 56.84615384615385,\n                \"economy\": 5.167794316644113,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 79,\n                \"sixes_conceded\": 22\n            },\n            {\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2008-11-14\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 160.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 655,\n                \"wickets_taken\": 26,\n                \"average\": 25.192307692307693,\n                \"strike_rate\": 36.96153846153846,\n                \"economy\": 4.0894901144641,\n                \"four_wicket_hauls\": 3,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 40,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2010-01-05\",\n                \"max_date\": \"2018-01-27\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 121.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 572,\n                \"wickets_taken\": 26,\n                \"average\": 22,\n                \"strike_rate\": 28,\n                \"economy\": 4.714285714285714,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-20\",\n                \"max_date\": \"2014-12-14\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 103.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 445,\n                \"wickets_taken\": 25,\n                \"average\": 17.8,\n                \"strike_rate\": 24.88,\n                \"economy\": 4.292604501607717,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"bowler_id\": 81,\n                \"bowler_name\": \"KMDN Kulasekara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2008-08-24\",\n                \"max_date\": \"2014-07-06\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 143,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 694,\n                \"wickets_taken\": 25,\n                \"average\": 27.76,\n                \"strike_rate\": 34.32,\n                \"economy\": 4.853146853146853,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 84,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 28,\n                \"ground_name\": \"Westpac Stadium\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2009-01-07\",\n                \"max_date\": \"2018-03-03\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 85.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 448,\n                \"wickets_taken\": 25,\n                \"average\": 17.92,\n                \"strike_rate\": 20.52,\n                \"economy\": 5.239766081871345,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 49,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"bowler_id\": 239,\n                \"bowler_name\": \"Mehedi Hasan Miraz\",\n                \"teams_represented\": [\n                    \"BAN\"\n                ],\n                \"min_date\": \"2018-01-27\",\n                \"max_date\": \"2023-03-03\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 120.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 525,\n                \"wickets_taken\": 24,\n                \"average\": 21.875,\n                \"strike_rate\": 30.208333333333332,\n                \"economy\": 4.344827586206897,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 19\n            },\n            {\n                \"ground_id\": 36,\n                \"ground_name\": \"Pallekele International Cricket Stadium\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-03-10\",\n                \"max_date\": \"2018-10-20\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 16,\n                \"overs_bowled\": 120,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 655,\n                \"wickets_taken\": 24,\n                \"average\": 27.291666666666668,\n                \"strike_rate\": 30,\n                \"economy\": 5.458333333333333,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 71,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 47,\n                \"ground_name\": \"Civil Service Cricket Club, Stormont\",\n                \"bowler_id\": 141,\n                \"bowler_name\": \"TJ Murtagh\",\n                \"teams_represented\": [\n                    \"IRE\"\n                ],\n                \"min_date\": \"2013-09-06\",\n                \"max_date\": \"2019-07-07\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 107.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 441,\n                \"wickets_taken\": 24,\n                \"average\": 18.375,\n                \"strike_rate\": 26.958333333333332,\n                \"economy\": 4.089644513137558,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"bowler_id\": 1199,\n                \"bowler_name\": \"JM Anderson\",\n                \"teams_represented\": [\n                    \"ENG\"\n                ],\n                \"min_date\": \"2008-08-29\",\n                \"max_date\": \"2014-05-22\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 90.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 379,\n                \"wickets_taken\": 23,\n                \"average\": 16.47826086956522,\n                \"strike_rate\": 23.652173913043477,\n                \"economy\": 4.180147058823529,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 37,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-07-30\",\n                \"max_date\": \"2018-10-13\",\n                \"matches_played\": 15,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 123,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 589,\n                \"wickets_taken\": 23,\n                \"average\": 25.608695652173914,\n                \"strike_rate\": 32.08695652173913,\n                \"economy\": 4.788617886178862,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 63,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"ground_id\": 168,\n                \"ground_name\": \"Tribhuvan University International Cricket Ground\",\n                \"bowler_id\": 479,\n                \"bowler_name\": \"Karan KC\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2020-02-05\",\n                \"max_date\": \"2024-02-25\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 115.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 670,\n                \"wickets_taken\": 23,\n                \"average\": 29.130434782608695,\n                \"strike_rate\": 30.217391304347824,\n                \"economy\": 5.784172661870503,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 61,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 61,\n                \"fours_conceded\": 88,\n                \"sixes_conceded\": 14\n            },\n            {\n                \"ground_id\": 18,\n                \"ground_name\": \"SuperSport Park\",\n                \"bowler_id\": 255,\n                \"bowler_name\": \"WD Parnell\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-04-05\",\n                \"max_date\": \"2021-11-26\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 69.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 405,\n                \"wickets_taken\": 23,\n                \"average\": 17.608695652173914,\n                \"strike_rate\": 18.217391304347824,\n                \"economy\": 5.799522673031026,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"ground_id\": 168,\n                \"ground_name\": \"Tribhuvan University International Cricket Ground\",\n                \"bowler_id\": 494,\n                \"bowler_name\": \"Sompal Kami\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2022-03-25\",\n                \"max_date\": \"2024-02-21\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 149.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 811,\n                \"wickets_taken\": 22,\n                \"average\": 36.86363636363637,\n                \"strike_rate\": 40.72727272727273,\n                \"economy\": 5.430803571428571,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 95,\n                \"sixes_conceded\": 24\n            },\n            {\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"bowler_id\": 214,\n                \"bowler_name\": \"Mohammad Nabi\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2012-02-10\",\n                \"max_date\": \"2024-09-22\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 19,\n                \"overs_bowled\": 141.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 578,\n                \"wickets_taken\": 22,\n                \"average\": 26.272727272727273,\n                \"strike_rate\": 38.5,\n                \"economy\": 4.094451003541913,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 18\n            },\n            {\n                \"ground_id\": 80,\n                \"ground_name\": \"Al Amerat Cricket Ground Oman Cricket (Ministry Turf 1)\",\n                \"bowler_id\": 598,\n                \"bowler_name\": \"Bilal Khan\",\n                \"teams_represented\": [\n                    \"OMA\"\n                ],\n                \"min_date\": \"2020-01-05\",\n                \"max_date\": \"2022-02-08\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 81.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 400,\n                \"wickets_taken\": 22,\n                \"average\": 18.181818181818183,\n                \"strike_rate\": 22.227272727272727,\n                \"economy\": 4.9079754601226995,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 203,\n                \"bowler_name\": \"BV Vitori\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2011-08-12\",\n                \"max_date\": \"2015-07-12\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 105.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 550,\n                \"wickets_taken\": 21,\n                \"average\": 26.19047619047619,\n                \"strike_rate\": 30.142857142857142,\n                \"economy\": 5.213270142180095,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 58,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-02-26\",\n                \"max_date\": \"2019-07-26\",\n                \"matches_played\": 19,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 105.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 627,\n                \"wickets_taken\": 21,\n                \"average\": 29.857142857142858,\n                \"strike_rate\": 30.047619047619047,\n                \"economy\": 5.961965134706815,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 63,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2009-04-22\",\n                \"max_date\": \"2014-12-08\",\n                \"matches_played\": 14,\n                \"innings_bowled\": 14,\n                \"overs_bowled\": 128.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 593,\n                \"wickets_taken\": 21,\n                \"average\": 28.238095238095237,\n                \"strike_rate\": 36.80952380952381,\n                \"economy\": 4.602846054333765,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 18,\n                \"ground_name\": \"SuperSport Park\",\n                \"bowler_id\": 437,\n                \"bowler_name\": \"DW Steyn\",\n                \"teams_represented\": [\n                    \"SA\"\n                ],\n                \"min_date\": \"2009-04-05\",\n                \"max_date\": \"2019-01-25\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 101.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 496,\n                \"wickets_taken\": 21,\n                \"average\": 23.61904761904762,\n                \"strike_rate\": 28.904761904761905,\n                \"economy\": 4.902800658978583,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 63,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 231,\n                \"bowler_name\": \"Rashid Khan\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2017-02-16\",\n                \"max_date\": \"2022-06-09\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 83,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 345,\n                \"wickets_taken\": 21,\n                \"average\": 16.428571428571427,\n                \"strike_rate\": 23.714285714285715,\n                \"economy\": 4.156626506024097,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"ground_id\": 48,\n                \"ground_name\": \"Sydney Cricket Ground\",\n                \"bowler_id\": 77,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2014-11-23\",\n                \"max_date\": \"2024-02-04\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 96.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 506,\n                \"wickets_taken\": 21,\n                \"average\": 24.095238095238095,\n                \"strike_rate\": 27.666666666666668,\n                \"economy\": 5.225473321858864,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"ground_id\": 56,\n                \"ground_name\": \"Melbourne Cricket Ground\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"MA Starc\",\n                \"teams_represented\": [\n                    \"AUS\"\n                ],\n                \"min_date\": \"2012-02-05\",\n                \"max_date\": \"2018-01-14\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 79,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 358,\n                \"wickets_taken\": 21,\n                \"average\": 17.047619047619047,\n                \"strike_rate\": 22.571428571428573,\n                \"economy\": 4.531645569620253,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 387,\n                \"bowler_name\": \"B Muzarabani\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2018-03-16\",\n                \"max_date\": \"2023-12-17\",\n                \"matches_played\": 17,\n                \"innings_bowled\": 17,\n                \"overs_bowled\": 141,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 635,\n                \"wickets_taken\": 21,\n                \"average\": 30.238095238095237,\n                \"strike_rate\": 40.285714285714285,\n                \"economy\": 4.50354609929078,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 63,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"bowler_id\": 336,\n                \"bowler_name\": \"AD Mathews\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2009-02-05\",\n                \"max_date\": \"2019-07-31\",\n                \"matches_played\": 35,\n                \"innings_bowled\": 29,\n                \"overs_bowled\": 158.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 736,\n                \"wickets_taken\": 20,\n                \"average\": 36.8,\n                \"strike_rate\": 47.6,\n                \"economy\": 4.6386554621848735,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 20,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 20,\n                \"fours_conceded\": 57,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"bowler_id\": 1210,\n                \"bowler_name\": \"Umar Gul\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2008-11-12\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 103.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 567,\n                \"wickets_taken\": 20,\n                \"average\": 28.35,\n                \"strike_rate\": 30.95,\n                \"economy\": 5.4959612277867524,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 61,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"AG Cremer\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2010-06-03\",\n                \"max_date\": \"2018-03-22\",\n                \"matches_played\": 23,\n                \"innings_bowled\": 23,\n                \"overs_bowled\": 172.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 811,\n                \"wickets_taken\": 20,\n                \"average\": 40.55,\n                \"strike_rate\": 51.8,\n                \"economy\": 4.696911196911197,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 48,\n                \"sixes_conceded\": 13\n            },\n            {\n                \"ground_id\": 34,\n                \"ground_name\": \"Queens Sports Club\",\n                \"bowler_id\": 337,\n                \"bowler_name\": \"PWH de Silva\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-06-19\",\n                \"max_date\": \"2023-07-02\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 48.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 249,\n                \"wickets_taken\": 20,\n                \"average\": 12.45,\n                \"strike_rate\": 14.5,\n                \"economy\": 5.151724137931034,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 3,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 21,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 117,\n                \"bowler_name\": \"CB Mpofu\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2008-11-20\",\n                \"max_date\": \"2019-04-16\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 147.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 719,\n                \"wickets_taken\": 20,\n                \"average\": 35.95,\n                \"strike_rate\": 44.2,\n                \"economy\": 4.880090497737557,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 79,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"bowler_id\": 347,\n                \"bowler_name\": \"A Dananjaya\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2017-08-31\",\n                \"max_date\": \"2024-08-04\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 102.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 497,\n                \"wickets_taken\": 20,\n                \"average\": 24.85,\n                \"strike_rate\": 30.65,\n                \"economy\": 4.8646003262642745,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 6,\n                \"best_match_runs\": 29,\n                \"best_innings_wickets\": 6,\n                \"best_innings_runs\": 29,\n                \"fours_conceded\": 33,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 214,\n                \"bowler_name\": \"Mohammad Nabi\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2017-02-16\",\n                \"max_date\": \"2022-06-09\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 87.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 329,\n                \"wickets_taken\": 20,\n                \"average\": 16.45,\n                \"strike_rate\": 26.15,\n                \"economy\": 3.7743785850860423,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"ground_id\": 39,\n                \"ground_name\": \"University Oval\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2015-01-23\",\n                \"max_date\": \"2021-03-20\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 59.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 233,\n                \"wickets_taken\": 20,\n                \"average\": 11.65,\n                \"strike_rate\": 17.75,\n                \"economy\": 3.9380281690140846,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"bowler_id\": 1125,\n                \"bowler_name\": \"P Utseya\",\n                \"teams_represented\": [\n                    \"ZIM\"\n                ],\n                \"min_date\": \"2008-11-20\",\n                \"max_date\": \"2015-08-04\",\n                \"matches_played\": 27,\n                \"innings_bowled\": 27,\n                \"overs_bowled\": 244.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1160,\n                \"wickets_taken\": 20,\n                \"average\": 58,\n                \"strike_rate\": 73.3,\n                \"economy\": 4.747612551159618,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 66,\n                \"sixes_conceded\": 18\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"28501c5a-facc-488a-92b1-0076e6122b9d"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"b834e67d-2662-4545-ac3c-e567ca677010","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a3a89d51-7e6b-4dfd-903b-6573c7ab8b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&min__innings_bowling_position=1","urlObject":{"path":["stats","bowling","individual","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"min__innings_bowling_position","value":"1"}],"variable":[]}},"response":[{"id":"0fef62a9-bbd8-49dd-8690-61b5c1cf761b","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10","host":["http://localhost:8080"],"path":["stats","bowling","individual","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 13:09:40 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler host nations stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 20,\n                \"innings_bowled\": 20,\n                \"overs_bowled\": 192.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 802,\n                \"wickets_taken\": 36,\n                \"average\": 22.27777777777778,\n                \"strike_rate\": 32.138888888888886,\n                \"economy\": 4.1590319792566985,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 54,\n                \"sixes_conceded\": 17\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2012-02-03\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 27,\n                \"innings_bowled\": 27,\n                \"overs_bowled\": 232.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 1312,\n                \"wickets_taken\": 29,\n                \"average\": 45.241379310344826,\n                \"strike_rate\": 48.06896551724138,\n                \"economy\": 5.647058823529412,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 72,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 72,\n                \"fours_conceded\": 155,\n                \"sixes_conceded\": 27\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2013-12-25\",\n                \"matches_played\": 19,\n                \"innings_bowled\": 19,\n                \"overs_bowled\": 168.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 767,\n                \"wickets_taken\": 28,\n                \"average\": 27.392857142857142,\n                \"strike_rate\": 36.035714285714285,\n                \"economy\": 4.560951437066403,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 54,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2017-12-20\",\n                \"max_date\": \"2018-03-10\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 102.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 542,\n                \"wickets_taken\": 28,\n                \"average\": 19.357142857142858,\n                \"strike_rate\": 21.928571428571427,\n                \"economy\": 5.296416938110749,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 60,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 185,\n                \"bowler_name\": \"Junaid Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-23\",\n                \"max_date\": \"2017-10-20\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 95.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 482,\n                \"wickets_taken\": 22,\n                \"average\": 21.90909090909091,\n                \"strike_rate\": 25.954545454545453,\n                \"economy\": 5.064798598949212,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 50,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 109.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 415,\n                \"wickets_taken\": 21,\n                \"average\": 19.761904761904763,\n                \"strike_rate\": 31.333333333333332,\n                \"economy\": 3.7841945288753798,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 39,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2014-02-17\",\n                \"max_date\": \"2018-01-27\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 104.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 508,\n                \"wickets_taken\": 20,\n                \"average\": 25.4,\n                \"strike_rate\": 31.4,\n                \"economy\": 4.853503184713376,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1210,\n                \"bowler_name\": \"Umar Gul\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 94,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 528,\n                \"wickets_taken\": 19,\n                \"average\": 27.789473684210527,\n                \"strike_rate\": 29.68421052631579,\n                \"economy\": 5.617021276595745,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 63,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-02-08\",\n                \"max_date\": \"2012-03-08\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 101.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 631,\n                \"wickets_taken\": 18,\n                \"average\": 35.05555555555556,\n                \"strike_rate\": 33.77777777777778,\n                \"economy\": 6.2269736842105265,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 58,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2017-12-20\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 87.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 473,\n                \"wickets_taken\": 17,\n                \"average\": 27.823529411764707,\n                \"strike_rate\": 31,\n                \"economy\": 5.385199240986717,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 41,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 260,\n                \"bowler_name\": \"Mohammad Hafeez\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 25,\n                \"innings_bowled\": 25,\n                \"overs_bowled\": 192.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 749,\n                \"wickets_taken\": 16,\n                \"average\": 46.8125,\n                \"strike_rate\": 72.1875,\n                \"economy\": 3.890909090909091,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 37,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-03-13\",\n                \"max_date\": \"2018-01-27\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 113.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 543,\n                \"wickets_taken\": 16,\n                \"average\": 33.9375,\n                \"strike_rate\": 42.4375,\n                \"economy\": 4.7982326951399115,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 21,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 21,\n                \"fours_conceded\": 63,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 1134,\n                \"bowler_name\": \"KD Mills\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2012-02-03\",\n                \"max_date\": \"2014-01-31\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 86.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 407,\n                \"wickets_taken\": 15,\n                \"average\": 27.133333333333333,\n                \"strike_rate\": 34.53333333333333,\n                \"economy\": 4.714285714285714,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 260,\n                \"bowler_name\": \"Mohammad Hafeez\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 110.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 391,\n                \"wickets_taken\": 14,\n                \"average\": 27.928571428571427,\n                \"strike_rate\": 47.285714285714285,\n                \"economy\": 3.5438066465256797,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-03-15\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 66.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 344,\n                \"wickets_taken\": 14,\n                \"average\": 24.571428571428573,\n                \"strike_rate\": 28.642857142857142,\n                \"economy\": 5.14713216957606,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 229,\n                \"bowler_name\": \"MJ Henry\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-31\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 72,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 268,\n                \"wickets_taken\": 14,\n                \"average\": 19.142857142857142,\n                \"strike_rate\": 30.857142857142858,\n                \"economy\": 3.7222222222222223,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 85,\n                \"bowler_name\": \"Hasan Ali\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 158,\n                \"wickets_taken\": 14,\n                \"average\": 11.285714285714286,\n                \"strike_rate\": 18.428571428571427,\n                \"economy\": 3.6744186046511627,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 10,\n                \"innings_bowled\": 10,\n                \"overs_bowled\": 89.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 486,\n                \"wickets_taken\": 13,\n                \"average\": 37.38461538461539,\n                \"strike_rate\": 41.30769230769231,\n                \"economy\": 5.430167597765363,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 40,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 1210,\n                \"bowler_name\": \"Umar Gul\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 84.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 432,\n                \"wickets_taken\": 13,\n                \"average\": 33.23076923076923,\n                \"strike_rate\": 38.92307692307692,\n                \"economy\": 5.122529644268774,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 1647,\n                \"bowler_name\": \"MJ McClenaghan\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-12-26\",\n                \"max_date\": \"2014-01-31\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 64.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 393,\n                \"wickets_taken\": 13,\n                \"average\": 30.23076923076923,\n                \"strike_rate\": 29.615384615384617,\n                \"economy\": 6.124675324675325,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 42,\n                \"sixes_conceded\": 11\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"bowler_id\": 81,\n                \"bowler_name\": \"KMDN Kulasekara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-02-08\",\n                \"max_date\": \"2012-03-08\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 101.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 510,\n                \"wickets_taken\": 12,\n                \"average\": 42.5,\n                \"strike_rate\": 50.833333333333336,\n                \"economy\": 5.016393442622951,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 52,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 3,\n                \"bowler_name\": \"MJ Santner\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2017-12-26\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 16,\n                \"innings_bowled\": 15,\n                \"overs_bowled\": 113.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 575,\n                \"wickets_taken\": 12,\n                \"average\": 47.916666666666664,\n                \"strike_rate\": 56.916666666666664,\n                \"economy\": 5.051244509516837,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 15\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2017-10-20\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 57.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 294,\n                \"wickets_taken\": 11,\n                \"average\": 26.727272727272727,\n                \"strike_rate\": 31.363636363636363,\n                \"economy\": 5.113043478260869,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 25,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 96.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 490,\n                \"wickets_taken\": 11,\n                \"average\": 44.54545454545455,\n                \"strike_rate\": 52.63636363636363,\n                \"economy\": 5.077720207253886,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 23,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 23,\n                \"fours_conceded\": 38,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1615,\n                \"bowler_name\": \"SMSM Senanayake\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-03-20\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 72,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 329,\n                \"wickets_taken\": 11,\n                \"average\": 29.90909090909091,\n                \"strike_rate\": 39.27272727272727,\n                \"economy\": 4.569444444444445,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 23,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 42,\n                \"bowler_name\": \"KS Williamson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2012-02-03\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 28,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 39.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 198,\n                \"wickets_taken\": 11,\n                \"average\": 18,\n                \"strike_rate\": 21.727272727272727,\n                \"economy\": 4.97071129707113,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 13,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 13,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-01-11\",\n                \"max_date\": \"2012-01-22\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 45,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 248,\n                \"wickets_taken\": 11,\n                \"average\": 22.545454545454547,\n                \"strike_rate\": 24.545454545454547,\n                \"economy\": 5.511111111111111,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 54,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 54,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 218,\n                \"bowler_name\": \"IS Sodhi\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-02-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 49.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 319,\n                \"wickets_taken\": 11,\n                \"average\": 29,\n                \"strike_rate\": 27.09090909090909,\n                \"economy\": 6.422818791946309,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 19\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 259,\n                \"bowler_name\": \"CJ Anderson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-12-26\",\n                \"max_date\": \"2014-01-25\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 43.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 287,\n                \"wickets_taken\": 11,\n                \"average\": 26.09090909090909,\n                \"strike_rate\": 23.727272727272727,\n                \"economy\": 6.597701149425287,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-14\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 80.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 431,\n                \"wickets_taken\": 11,\n                \"average\": 39.18181818181818,\n                \"strike_rate\": 44,\n                \"economy\": 5.3429752066115705,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 29,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 108,\n                \"bowler_name\": \"Shadab Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 39,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 163,\n                \"wickets_taken\": 10,\n                \"average\": 16.3,\n                \"strike_rate\": 23.4,\n                \"economy\": 4.17948717948718,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 12,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1424,\n                \"bowler_name\": \"BAW Mendis\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2014-02-20\",\n                \"max_date\": \"2014-03-06\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 34,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 169,\n                \"wickets_taken\": 10,\n                \"average\": 16.9,\n                \"strike_rate\": 20.4,\n                \"economy\": 4.970588235294118,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 11,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 11,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"bowler_id\": 1093,\n                \"bowler_name\": \"MF Maharoof\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-02-17\",\n                \"max_date\": \"2012-03-08\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 60,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 306,\n                \"wickets_taken\": 9,\n                \"average\": 34,\n                \"strike_rate\": 40,\n                \"economy\": 5.1,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 26,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 279,\n                \"bowler_name\": \"HK Bennett\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-25\",\n                \"max_date\": \"2020-02-11\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 307,\n                \"wickets_taken\": 9,\n                \"average\": 34.111111111111114,\n                \"strike_rate\": 32,\n                \"economy\": 6.395833333333333,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 64,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 64,\n                \"fours_conceded\": 32,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1626,\n                \"bowler_name\": \"Aizaz Cheema\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2012-03-22\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 36,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 208,\n                \"wickets_taken\": 9,\n                \"average\": 23.11111111111111,\n                \"strike_rate\": 24,\n                \"economy\": 5.777777777777778,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 21,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"bowler_id\": 337,\n                \"bowler_name\": \"PWH de Silva\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2020-02-22\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 60,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 266,\n                \"wickets_taken\": 9,\n                \"average\": 29.555555555555557,\n                \"strike_rate\": 40,\n                \"economy\": 4.433333333333334,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 1551,\n                \"bowler_name\": \"Mohammad Irfan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2013-10-30\",\n                \"max_date\": \"2013-11-11\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 237,\n                \"wickets_taken\": 9,\n                \"average\": 26.333333333333332,\n                \"strike_rate\": 32,\n                \"economy\": 4.9375,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-02-08\",\n                \"max_date\": \"2012-03-02\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 40,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 250,\n                \"wickets_taken\": 9,\n                \"average\": 27.77777777777778,\n                \"strike_rate\": 26.666666666666668,\n                \"economy\": 6.25,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"bowler_id\": 1404,\n                \"bowler_name\": \"Sohail Tanvir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-18\",\n                \"max_date\": \"2013-12-20\",\n                \"matches_played\": 9,\n                \"innings_bowled\": 9,\n                \"overs_bowled\": 71.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 404,\n                \"wickets_taken\": 9,\n                \"average\": 44.888888888888886,\n                \"strike_rate\": 47.888888888888886,\n                \"economy\": 5.624129930394432,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"bowler_id\": 786,\n                \"bowler_name\": \"Naseem Shah\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-11\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 18.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 115,\n                \"wickets_taken\": 8,\n                \"average\": 14.375,\n                \"strike_rate\": 14.125,\n                \"economy\": 6.106194690265487,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 643,\n                \"bowler_name\": \"DJ Mitchell\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2022-11-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 17,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 69,\n                \"wickets_taken\": 8,\n                \"average\": 8.625,\n                \"strike_rate\": 12.75,\n                \"economy\": 4.0588235294117645,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 1,\n                \"bowler_name\": \"JDS Neesham\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-10-29\",\n                \"max_date\": \"2013-10-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 19,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 95,\n                \"wickets_taken\": 8,\n                \"average\": 11.875,\n                \"strike_rate\": 14.25,\n                \"economy\": 5,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 330,\n                \"bowler_name\": \"Rumman Raees\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 282,\n                \"wickets_taken\": 8,\n                \"average\": 35.25,\n                \"strike_rate\": 32.875,\n                \"economy\": 6.433460076045628,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 819,\n                \"bowler_name\": \"HB Shipley\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 15.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 63,\n                \"wickets_taken\": 8,\n                \"average\": 7.875,\n                \"strike_rate\": 11.625,\n                \"economy\": 4.064516129032258,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 10,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"bowler_id\": 224,\n                \"bowler_name\": \"Mohammad Nawaz\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2019-10-02\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 34,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 153,\n                \"wickets_taken\": 7,\n                \"average\": 21.857142857142858,\n                \"strike_rate\": 29.142857142857142,\n                \"economy\": 4.5,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"bowler_id\": 336,\n                \"bowler_name\": \"AD Mathews\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-02-08\",\n                \"max_date\": \"2012-03-02\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 49.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 236,\n                \"wickets_taken\": 7,\n                \"average\": 33.714285714285715,\n                \"strike_rate\": 42.57142857142857,\n                \"economy\": 4.751677852348993,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"bowler_id\": 259,\n                \"bowler_name\": \"CJ Anderson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-10-29\",\n                \"max_date\": \"2013-11-03\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 27.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 142,\n                \"wickets_taken\": 7,\n                \"average\": 20.285714285714285,\n                \"strike_rate\": 23.857142857142858,\n                \"economy\": 5.1017964071856285,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 1619,\n                \"bowler_name\": \"RJ Nicol\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2012-02-03\",\n                \"max_date\": \"2012-03-03\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 17.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 105,\n                \"wickets_taken\": 7,\n                \"average\": 15,\n                \"strike_rate\": 15,\n                \"economy\": 6,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"host_nation_id\": 13,\n                \"host_nation_name\": \"Zimbabwe\",\n                \"bowler_id\": 1538,\n                \"bowler_name\": \"AJ McKay\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-10-20\",\n                \"max_date\": \"2011-10-25\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 28,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 166,\n                \"wickets_taken\": 7,\n                \"average\": 23.714285714285715,\n                \"strike_rate\": 24,\n                \"economy\": 5.928571428571429,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"bowler_id\": 310,\n                \"bowler_name\": \"DAJ Bracewell\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2012-02-03\",\n                \"max_date\": \"2017-12-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 39,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 194,\n                \"wickets_taken\": 7,\n                \"average\": 27.714285714285715,\n                \"strike_rate\": 33.42857142857143,\n                \"economy\": 4.9743589743589745,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 2\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"a3a89d51-7e6b-4dfd-903b-6573c7ab8b93"},{"name":"Oppositions","event":[{"listen":"test","script":{"id":"86876232-5fe6-48f0-8574-9539ee21bc65","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f562ea5a-bdcd-4a66-8841-8ab8f517e3ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/oppositions?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8","urlObject":{"path":["stats","bowling","individual","oppositions"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"}],"variable":[]}},"response":[{"id":"e36fd104-7076-44b7-ab0a-6b05e4f1b10e","name":"Oppositions","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/oppositions?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8","host":["http://localhost:8080"],"path":["stats","bowling","individual","oppositions"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 13:14:28 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-oppositions stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-19\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 118.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 730,\n                \"wickets_taken\": 23,\n                \"average\": 31.73913043478261,\n                \"strike_rate\": 30.82608695652174,\n                \"economy\": 6.1777150916784205,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 72,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 72,\n                \"fours_conceded\": 82,\n                \"sixes_conceded\": 21\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 13,\n                \"innings_bowled\": 13,\n                \"overs_bowled\": 123.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 493,\n                \"wickets_taken\": 23,\n                \"average\": 21.434782608695652,\n                \"strike_rate\": 32.21739130434783,\n                \"economy\": 3.9919028340080973,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 185,\n                \"bowler_name\": \"Junaid Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-23\",\n                \"max_date\": \"2017-10-20\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 85.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 447,\n                \"wickets_taken\": 18,\n                \"average\": 24.833333333333332,\n                \"strike_rate\": 28.61111111111111,\n                \"economy\": 5.207766990291262,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 46,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 12,\n                \"innings_bowled\": 12,\n                \"overs_bowled\": 99.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 476,\n                \"wickets_taken\": 17,\n                \"average\": 28,\n                \"strike_rate\": 35.11764705882353,\n                \"economy\": 4.78391959798995,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 34,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 1210,\n                \"bowler_name\": \"Umar Gul\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 76.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 349,\n                \"wickets_taken\": 15,\n                \"average\": 23.266666666666666,\n                \"strike_rate\": 30.533333333333335,\n                \"economy\": 4.572052401746725,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 36,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 85,\n                \"bowler_name\": \"Hasan Ali\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 158,\n                \"wickets_taken\": 14,\n                \"average\": 11.285714285714286,\n                \"strike_rate\": 18.428571428571427,\n                \"economy\": 3.6744186046511627,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Pakistan\",\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 64.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 332,\n                \"wickets_taken\": 14,\n                \"average\": 23.714285714285715,\n                \"strike_rate\": 27.571428571428573,\n                \"economy\": 5.160621761658031,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 10\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"South Africa\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2013-10-30\",\n                \"max_date\": \"2013-11-30\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 76,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 289,\n                \"wickets_taken\": 14,\n                \"average\": 20.642857142857142,\n                \"strike_rate\": 32.57142857142857,\n                \"economy\": 3.8026315789473686,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 108,\n                \"bowler_name\": \"Shadab Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2019-10-02\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 57.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 289,\n                \"wickets_taken\": 13,\n                \"average\": 22.23076923076923,\n                \"strike_rate\": 26.692307692307693,\n                \"economy\": 4.997118155619597,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 391,\n                \"bowler_name\": \"Usman Shinwari\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2017-10-20\",\n                \"max_date\": \"2019-10-02\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 31.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 164,\n                \"wickets_taken\": 12,\n                \"average\": 13.666666666666666,\n                \"strike_rate\": 15.75,\n                \"economy\": 5.2063492063492065,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 260,\n                \"bowler_name\": \"Mohammad Hafeez\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 18,\n                \"innings_bowled\": 18,\n                \"overs_bowled\": 150.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 596,\n                \"wickets_taken\": 12,\n                \"average\": 49.666666666666664,\n                \"strike_rate\": 75.25,\n                \"economy\": 3.9601328903654487,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 34,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"opposition_team_id\": 3,\n                \"opposition_team_name\": \"West Indies\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2017-12-20\",\n                \"max_date\": \"2017-12-26\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 25,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 100,\n                \"wickets_taken\": 10,\n                \"average\": 10,\n                \"strike_rate\": 15,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 7,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 7,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-04\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 53,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 198,\n                \"wickets_taken\": 10,\n                \"average\": 19.8,\n                \"strike_rate\": 31.8,\n                \"economy\": 3.7358490566037736,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 6,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 6,\n                \"fours_conceded\": 19,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 13,\n                \"opposition_team_name\": \"England\",\n                \"bowler_id\": 218,\n                \"bowler_name\": \"IS Sodhi\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-02-25\",\n                \"max_date\": \"2018-03-10\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 37.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 252,\n                \"wickets_taken\": 10,\n                \"average\": 25.2,\n                \"strike_rate\": 22.6,\n                \"economy\": 6.6902654867256635,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 16\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Pakistan\",\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 64,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 348,\n                \"wickets_taken\": 10,\n                \"average\": 34.8,\n                \"strike_rate\": 38.4,\n                \"economy\": 5.4375,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 35,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"bowler_id\": 1210,\n                \"bowler_name\": \"Umar Gul\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-04\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 45.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 257,\n                \"wickets_taken\": 10,\n                \"average\": 25.7,\n                \"strike_rate\": 27.1,\n                \"economy\": 5.6900369003690034,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 30,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 259,\n                \"bowler_name\": \"CJ Anderson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-19\",\n                \"max_date\": \"2014-01-25\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 27.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 181,\n                \"wickets_taken\": 10,\n                \"average\": 18.1,\n                \"strike_rate\": 16.5,\n                \"economy\": 6.581818181818182,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Pakistan\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-16\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 33.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 179,\n                \"wickets_taken\": 9,\n                \"average\": 19.88888888888889,\n                \"strike_rate\": 22.22222222222222,\n                \"economy\": 5.37,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"bowler_id\": 1166,\n                \"bowler_name\": \"JDP Oram\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-10-22\",\n                \"max_date\": \"2012-02-09\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 33.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 138,\n                \"wickets_taken\": 9,\n                \"average\": 15.333333333333334,\n                \"strike_rate\": 22.555555555555557,\n                \"economy\": 4.078817733990148,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 29,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 29,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 13,\n                \"opposition_team_name\": \"England\",\n                \"bowler_id\": 1452,\n                \"bowler_name\": \"Saeed Ajmal\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2012-02-13\",\n                \"max_date\": \"2012-02-21\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 40,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 199,\n                \"wickets_taken\": 9,\n                \"average\": 22.11111111111111,\n                \"strike_rate\": 26.666666666666668,\n                \"economy\": 4.975,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"opposition_team_id\": 13,\n                \"opposition_team_name\": \"England\",\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-02-25\",\n                \"max_date\": \"2018-03-10\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 44,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 263,\n                \"wickets_taken\": 9,\n                \"average\": 29.22222222222222,\n                \"strike_rate\": 29.333333333333332,\n                \"economy\": 5.9772727272727275,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"South Africa\",\n                \"bowler_id\": 1551,\n                \"bowler_name\": \"Mohammad Irfan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2013-10-30\",\n                \"max_date\": \"2013-11-11\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 237,\n                \"wickets_taken\": 9,\n                \"average\": 26.333333333333332,\n                \"strike_rate\": 32,\n                \"economy\": 4.9375,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 46,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 46,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 279,\n                \"bowler_name\": \"HK Bennett\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-25\",\n                \"max_date\": \"2020-02-11\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 48,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 307,\n                \"wickets_taken\": 9,\n                \"average\": 34.111111111111114,\n                \"strike_rate\": 32,\n                \"economy\": 6.395833333333333,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 64,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 64,\n                \"fours_conceded\": 32,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 1626,\n                \"bowler_name\": \"Aizaz Cheema\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2012-03-15\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 165,\n                \"wickets_taken\": 8,\n                \"average\": 20.625,\n                \"strike_rate\": 22.5,\n                \"economy\": 5.5,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 23,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"bowler_id\": 260,\n                \"bowler_name\": \"Mohammad Hafeez\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-04\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 55,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 146,\n                \"wickets_taken\": 8,\n                \"average\": 18.25,\n                \"strike_rate\": 41.25,\n                \"economy\": 2.6545454545454543,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"South Africa\",\n                \"bowler_id\": 185,\n                \"bowler_name\": \"Junaid Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2013-11-08\",\n                \"max_date\": \"2013-11-27\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 35,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 179,\n                \"wickets_taken\": 8,\n                \"average\": 22.375,\n                \"strike_rate\": 26.25,\n                \"economy\": 5.114285714285714,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 287,\n                \"bowler_name\": \"AF Milne\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-19\",\n                \"max_date\": \"2022-11-30\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 54.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 311,\n                \"wickets_taken\": 8,\n                \"average\": 38.875,\n                \"strike_rate\": 40.875,\n                \"economy\": 5.706422018348624,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 31,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"bowler_id\": 330,\n                \"bowler_name\": \"Rumman Raees\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 282,\n                \"wickets_taken\": 8,\n                \"average\": 35.25,\n                \"strike_rate\": 32.875,\n                \"economy\": 6.433460076045628,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-12-01\",\n                \"max_date\": \"2014-03-04\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 47.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 240,\n                \"wickets_taken\": 8,\n                \"average\": 30,\n                \"strike_rate\": 35.625,\n                \"economy\": 5.052631578947368,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 23,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 23,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"bowler_id\": 1,\n                \"bowler_name\": \"JDS Neesham\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-10-29\",\n                \"max_date\": \"2013-10-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 19,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 95,\n                \"wickets_taken\": 8,\n                \"average\": 11.875,\n                \"strike_rate\": 14.25,\n                \"economy\": 5,\n                \"four_wicket_hauls\": 2,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"bowler_id\": 786,\n                \"bowler_name\": \"Naseem Shah\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-11\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 18.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 115,\n                \"wickets_taken\": 8,\n                \"average\": 14.375,\n                \"strike_rate\": 14.125,\n                \"economy\": 6.106194690265487,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 12,\n                \"opposition_team_name\": \"South Africa\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2013-10-30\",\n                \"max_date\": \"2013-11-27\",\n                \"matches_played\": 7,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 58.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 251,\n                \"wickets_taken\": 8,\n                \"average\": 31.375,\n                \"strike_rate\": 44,\n                \"economy\": 4.278409090909091,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 3,\n                \"opposition_team_name\": \"West Indies\",\n                \"bowler_id\": 1647,\n                \"bowler_name\": \"MJ McClenaghan\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-12-26\",\n                \"max_date\": \"2014-01-08\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 26.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 159,\n                \"wickets_taken\": 8,\n                \"average\": 19.875,\n                \"strike_rate\": 19.625,\n                \"economy\": 6.076433121019108,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 819,\n                \"bowler_name\": \"HB Shipley\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 15.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 63,\n                \"wickets_taken\": 8,\n                \"average\": 7.875,\n                \"strike_rate\": 11.625,\n                \"economy\": 4.064516129032258,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 31,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 31,\n                \"fours_conceded\": 10,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"bowler_id\": 1538,\n                \"bowler_name\": \"AJ McKay\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-10-20\",\n                \"max_date\": \"2011-10-25\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 28,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 166,\n                \"wickets_taken\": 7,\n                \"average\": 23.714285714285715,\n                \"strike_rate\": 24,\n                \"economy\": 5.928571428571429,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 6,\n                \"opposition_team_name\": \"Bangladesh\",\n                \"bowler_id\": 259,\n                \"bowler_name\": \"CJ Anderson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2013-10-29\",\n                \"max_date\": \"2013-11-03\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 27.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 142,\n                \"wickets_taken\": 7,\n                \"average\": 20.285714285714285,\n                \"strike_rate\": 23.857142857142858,\n                \"economy\": 5.1017964071856285,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 3,\n                \"bowler_name\": \"MJ Santner\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2017-10-22\",\n                \"max_date\": \"2023-01-24\",\n                \"matches_played\": 11,\n                \"innings_bowled\": 11,\n                \"overs_bowled\": 87.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 476,\n                \"wickets_taken\": 6,\n                \"average\": 79.33333333333333,\n                \"strike_rate\": 87.16666666666667,\n                \"economy\": 5.460803059273423,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"bowler_id\": 85,\n                \"bowler_name\": \"Hasan Ali\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-16\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 33.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 217,\n                \"wickets_taken\": 6,\n                \"average\": 36.166666666666664,\n                \"strike_rate\": 33.833333333333336,\n                \"economy\": 6.413793103448276,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"bowler_id\": 224,\n                \"bowler_name\": \"Mohammad Nawaz\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-19\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 40,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 172,\n                \"wickets_taken\": 6,\n                \"average\": 28.666666666666668,\n                \"strike_rate\": 40,\n                \"economy\": 4.3,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 8,\n                \"opposition_team_name\": \"Pakistan\",\n                \"bowler_id\": 3,\n                \"bowler_name\": \"MJ Santner\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 66,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 297,\n                \"wickets_taken\": 6,\n                \"average\": 49.5,\n                \"strike_rate\": 66,\n                \"economy\": 4.5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 12\n            },\n            {\n                \"opposition_team_id\": 7,\n                \"opposition_team_name\": \"Afghanistan\",\n                \"bowler_id\": 1023,\n                \"bowler_name\": \"Shahid Afridi\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2012-02-10\",\n                \"max_date\": \"2014-02-27\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 20,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 67,\n                \"wickets_taken\": 6,\n                \"average\": 11.166666666666666,\n                \"strike_rate\": 20,\n                \"economy\": 3.35,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"bowler_id\": 265,\n                \"bowler_name\": \"Faheem Ashraf\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 35,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 199,\n                \"wickets_taken\": 5,\n                \"average\": 39.8,\n                \"strike_rate\": 42,\n                \"economy\": 5.685714285714286,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 643,\n                \"bowler_name\": \"DJ Mitchell\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2022-11-25\",\n                \"max_date\": \"2023-01-24\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 16,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 96,\n                \"wickets_taken\": 5,\n                \"average\": 19.2,\n                \"strike_rate\": 19.2,\n                \"economy\": 6,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"opposition_team_id\": 3,\n                \"opposition_team_name\": \"West Indies\",\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2017-12-20\",\n                \"max_date\": \"2017-12-26\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 18,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 90,\n                \"wickets_taken\": 5,\n                \"average\": 18,\n                \"strike_rate\": 21.6,\n                \"economy\": 5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 10,\n                \"opposition_team_name\": \"Sri Lanka\",\n                \"bowler_id\": 1404,\n                \"bowler_name\": \"Sohail Tanvir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2011-11-18\",\n                \"max_date\": \"2013-12-20\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 35,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 213,\n                \"wickets_taken\": 5,\n                \"average\": 42.6,\n                \"strike_rate\": 42,\n                \"economy\": 6.085714285714285,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 24,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 1647,\n                \"bowler_name\": \"MJ McClenaghan\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2014-01-19\",\n                \"max_date\": \"2014-01-31\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 38,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 234,\n                \"wickets_taken\": 5,\n                \"average\": 46.8,\n                \"strike_rate\": 45.6,\n                \"economy\": 6.157894736842105,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 68,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 68,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"opposition_team_id\": 1,\n                \"opposition_team_name\": \"New Zealand\",\n                \"bowler_id\": 108,\n                \"bowler_name\": \"Shadab Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 206,\n                \"wickets_taken\": 5,\n                \"average\": 41.2,\n                \"strike_rate\": 51.6,\n                \"economy\": 4.790697674418604,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"bowler_id\": 310,\n                \"bowler_name\": \"DAJ Bracewell\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-10-20\",\n                \"max_date\": \"2012-02-09\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 36,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 162,\n                \"wickets_taken\": 5,\n                \"average\": 32.4,\n                \"strike_rate\": 43.2,\n                \"economy\": 4.5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"opposition_team_id\": 4,\n                \"opposition_team_name\": \"Zimbabwe\",\n                \"bowler_id\": 1134,\n                \"bowler_name\": \"KD Mills\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2011-10-20\",\n                \"max_date\": \"2012-02-06\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 26,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 82,\n                \"wickets_taken\": 5,\n                \"average\": 16.4,\n                \"strike_rate\": 31.2,\n                \"economy\": 3.1538461538461537,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"opposition_team_id\": 5,\n                \"opposition_team_name\": \"India\",\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2022-11-25\",\n                \"max_date\": \"2023-01-24\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 47.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 283,\n                \"wickets_taken\": 5,\n                \"average\": 56.6,\n                \"strike_rate\": 57.4,\n                \"economy\": 5.916376306620209,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 32,\n                \"sixes_conceded\": 7\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"f562ea5a-bdcd-4a66-8841-8ab8f517e3ac"},{"name":"Years","event":[{"listen":"test","script":{"id":"c8ba74b1-cc0d-4f2a-9604-a4d8cfe9bad9","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9bfea3d7-8057-4aa9-9cc9-ca25bc1d27e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8","urlObject":{"path":["stats","bowling","individual","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"}],"variable":[]}},"response":[{"id":"47ec93d8-2dcc-4194-a701-8d841a299eb3","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8","host":["http://localhost:8080"],"path":["stats","bowling","individual","years"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 13:19:48 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-years stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"year\": 2014,\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2014-02-25\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 19.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 108,\n                \"wickets_taken\": 10,\n                \"average\": 10.8,\n                \"strike_rate\": 11.9,\n                \"economy\": 5.445378151260504,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 2,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 52,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 52,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 64,\n                \"bowler_name\": \"TA Boult\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-16\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 33.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 179,\n                \"wickets_taken\": 9,\n                \"average\": 19.88888888888889,\n                \"strike_rate\": 22.22222222222222,\n                \"economy\": 5.37,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 40.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 188,\n                \"wickets_taken\": 8,\n                \"average\": 23.5,\n                \"strike_rate\": 30.125,\n                \"economy\": 4.680497925311204,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 22,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 22,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 786,\n                \"bowler_name\": \"Naseem Shah\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-11\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 18.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 115,\n                \"wickets_taken\": 8,\n                \"average\": 14.375,\n                \"strike_rate\": 14.125,\n                \"economy\": 6.106194690265487,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 14,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 330,\n                \"bowler_name\": \"Rumman Raees\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 282,\n                \"wickets_taken\": 8,\n                \"average\": 35.25,\n                \"strike_rate\": 32.875,\n                \"economy\": 6.433460076045628,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 51,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 51,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2011,\n                \"bowler_id\": 1081,\n                \"bowler_name\": \"CRD Fernando\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 44.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 221,\n                \"wickets_taken\": 7,\n                \"average\": 31.571428571428573,\n                \"strike_rate\": 37.857142857142854,\n                \"economy\": 5.003773584905661,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 27,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2017,\n                \"bowler_id\": 375,\n                \"bowler_name\": \"PLS Gamage\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-20\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 168,\n                \"wickets_taken\": 7,\n                \"average\": 24,\n                \"strike_rate\": 25.714285714285715,\n                \"economy\": 5.6,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2011,\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 42.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 194,\n                \"wickets_taken\": 7,\n                \"average\": 27.714285714285715,\n                \"strike_rate\": 36.42857142857143,\n                \"economy\": 4.564705882352941,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 81,\n                \"bowler_name\": \"KMDN Kulasekara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-11-10\",\n                \"max_date\": \"2013-12-25\",\n                \"matches_played\": 6,\n                \"innings_bowled\": 6,\n                \"overs_bowled\": 35,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 208,\n                \"wickets_taken\": 7,\n                \"average\": 29.714285714285715,\n                \"strike_rate\": 30,\n                \"economy\": 5.942857142857143,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 316,\n                \"bowler_name\": \"SL Malinga\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-11-10\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 8,\n                \"overs_bowled\": 57.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 373,\n                \"wickets_taken\": 7,\n                \"average\": 53.285714285714285,\n                \"strike_rate\": 49.142857142857146,\n                \"economy\": 6.505813953488372,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 57,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 57,\n                \"fours_conceded\": 28,\n                \"sixes_conceded\": 8\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 39,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 203,\n                \"wickets_taken\": 7,\n                \"average\": 29,\n                \"strike_rate\": 33.42857142857143,\n                \"economy\": 5.205128205128205,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 43,\n                \"bowler_name\": \"TG Southee\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 24.1,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 144,\n                \"wickets_taken\": 6,\n                \"average\": 24,\n                \"strike_rate\": 24.166666666666668,\n                \"economy\": 5.958620689655173,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 56,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 56,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-12-18\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 26.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 164,\n                \"wickets_taken\": 6,\n                \"average\": 27.333333333333332,\n                \"strike_rate\": 26.5,\n                \"economy\": 6.188679245283019,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 16,\n                \"sixes_conceded\": 5\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 224,\n                \"bowler_name\": \"Mohammad Nawaz\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 129,\n                \"wickets_taken\": 6,\n                \"average\": 21.5,\n                \"strike_rate\": 30,\n                \"economy\": 4.3,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 85,\n                \"bowler_name\": \"Hasan Ali\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-16\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 33.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 217,\n                \"wickets_taken\": 6,\n                \"average\": 36.166666666666664,\n                \"strike_rate\": 33.833333333333336,\n                \"economy\": 6.413793103448276,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 59,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 59,\n                \"fours_conceded\": 22,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 265,\n                \"bowler_name\": \"Faheem Ashraf\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 35,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 199,\n                \"wickets_taken\": 5,\n                \"average\": 39.8,\n                \"strike_rate\": 42,\n                \"economy\": 5.685714285714286,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 20,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 108,\n                \"bowler_name\": \"Shadab Khan\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 43,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 206,\n                \"wickets_taken\": 5,\n                \"average\": 41.2,\n                \"strike_rate\": 51.6,\n                \"economy\": 4.790697674418604,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 3,\n                \"bowler_name\": \"MJ Santner\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 36,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 156,\n                \"wickets_taken\": 5,\n                \"average\": 31.2,\n                \"strike_rate\": 43.2,\n                \"economy\": 4.333333333333333,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 40,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 40,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 9\n            },\n            {\n                \"year\": 2011,\n                \"bowler_id\": 456,\n                \"bowler_name\": \"BMAJ Mendis\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-14\",\n                \"max_date\": \"2011-11-23\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 28,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 134,\n                \"wickets_taken\": 5,\n                \"average\": 26.8,\n                \"strike_rate\": 33.6,\n                \"economy\": 4.785714285714286,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 36,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 36,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"year\": 2011,\n                \"bowler_id\": 338,\n                \"bowler_name\": \"S Prasanna\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 40.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 203,\n                \"wickets_taken\": 4,\n                \"average\": 50.75,\n                \"strike_rate\": 60.75,\n                \"economy\": 5.012345679012346,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 12,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 648,\n                \"bowler_name\": \"C Karunaratne\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 13.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 69,\n                \"wickets_taken\": 4,\n                \"average\": 17.25,\n                \"strike_rate\": 20.75,\n                \"economy\": 4.9879518072289155,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 43,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 43,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2017,\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 5,\n                \"overs_bowled\": 28,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 158,\n                \"wickets_taken\": 4,\n                \"average\": 39.5,\n                \"strike_rate\": 42,\n                \"economy\": 5.642857142857143,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 34,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 34,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2011,\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-14\",\n                \"max_date\": \"2011-11-23\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 36,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 143,\n                \"wickets_taken\": 4,\n                \"average\": 35.75,\n                \"strike_rate\": 54,\n                \"economy\": 3.9722222222222223,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 837,\n                \"bowler_name\": \"Usama Mir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 145,\n                \"wickets_taken\": 4,\n                \"average\": 36.25,\n                \"strike_rate\": 45,\n                \"economy\": 4.833333333333333,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 229,\n                \"bowler_name\": \"MJ Henry\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-19\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 53,\n                \"wickets_taken\": 4,\n                \"average\": 13.25,\n                \"strike_rate\": 15,\n                \"economy\": 5.3,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 263,\n                \"bowler_name\": \"CBRLS Kumara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 17.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 85,\n                \"wickets_taken\": 4,\n                \"average\": 21.25,\n                \"strike_rate\": 26.5,\n                \"economy\": 4.811320754716981,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 10,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 282,\n                \"bowler_name\": \"NLTC Perera\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-11-16\",\n                \"max_date\": \"2013-12-22\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 16.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 130,\n                \"wickets_taken\": 3,\n                \"average\": 43.333333333333336,\n                \"strike_rate\": 33.333333333333336,\n                \"economy\": 7.8,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 10,\n                \"sixes_conceded\": 6\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 748,\n                \"bowler_name\": \"Mohammad Wasim\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 20,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 124,\n                \"wickets_taken\": 3,\n                \"average\": 41.333333333333336,\n                \"strike_rate\": 40,\n                \"economy\": 6.2,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 35,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 35,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 419,\n                \"bowler_name\": \"CAK Rajitha\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 16.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 82,\n                \"wickets_taken\": 3,\n                \"average\": 27.333333333333332,\n                \"strike_rate\": 33,\n                \"economy\": 4.96969696969697,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 734,\n                \"bowler_name\": \"MG Bracewell\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 30,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 117,\n                \"wickets_taken\": 3,\n                \"average\": 39,\n                \"strike_rate\": 60,\n                \"economy\": 3.9,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 44,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 44,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 1615,\n                \"bowler_name\": \"SMSM Senanayake\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-11-10\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 58,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 284,\n                \"wickets_taken\": 3,\n                \"average\": 94.66666666666667,\n                \"strike_rate\": 116,\n                \"economy\": 4.896551724137931,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 14,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 14,\n                \"fours_conceded\": 18,\n                \"sixes_conceded\": 7\n            },\n            {\n                \"year\": 2019,\n                \"bowler_id\": 337,\n                \"bowler_name\": \"PWH de Silva\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2019-09-30\",\n                \"max_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 20,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 117,\n                \"wickets_taken\": 3,\n                \"average\": 39,\n                \"strike_rate\": 40,\n                \"economy\": 5.85,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2017,\n                \"bowler_id\": 300,\n                \"bowler_name\": \"JDF Vandersay\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-23\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 34.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 164,\n                \"wickets_taken\": 3,\n                \"average\": 54.666666666666664,\n                \"strike_rate\": 69.66666666666667,\n                \"economy\": 4.708133971291866,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 30,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 30,\n                \"fours_conceded\": 15,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2017,\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2017-10-13\",\n                \"max_date\": \"2017-10-20\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 27,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 114,\n                \"wickets_taken\": 3,\n                \"average\": 38,\n                \"strike_rate\": 54,\n                \"economy\": 4.222222222222222,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 47,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 47,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 158,\n                \"bowler_name\": \"LH Ferguson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 25,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 145,\n                \"wickets_taken\": 3,\n                \"average\": 48.333333333333336,\n                \"strike_rate\": 50,\n                \"economy\": 5.8,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 63,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 63,\n                \"fours_conceded\": 17,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 358,\n                \"bowler_name\": \"TD Astle\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 12,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 79,\n                \"wickets_taken\": 2,\n                \"average\": 39.5,\n                \"strike_rate\": 36,\n                \"economy\": 6.583333333333333,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 29,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 29,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 787,\n                \"bowler_name\": \"Agha Salman\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2023-01-09\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 18,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 88,\n                \"wickets_taken\": 2,\n                \"average\": 44,\n                \"strike_rate\": 54,\n                \"economy\": 4.888888888888889,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 42,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 42,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2019,\n                \"bowler_id\": 213,\n                \"bowler_name\": \"N Pradeep\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2019-09-30\",\n                \"max_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 18.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 112,\n                \"wickets_taken\": 2,\n                \"average\": 56,\n                \"strike_rate\": 55,\n                \"economy\": 6.109090909090909,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 53,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 53,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 280,\n                \"bowler_name\": \"MD Shanaka\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2023-03-25\",\n                \"max_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 12.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 41,\n                \"wickets_taken\": 2,\n                \"average\": 20.5,\n                \"strike_rate\": 37,\n                \"economy\": 3.324324324324324,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2014,\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2014-02-25\",\n                \"max_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 19,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 106,\n                \"wickets_taken\": 2,\n                \"average\": 53,\n                \"strike_rate\": 57,\n                \"economy\": 5.578947368421052,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 65,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 65,\n                \"fours_conceded\": 12,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 55,\n                \"bowler_name\": \"C Munro\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 13,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 41,\n                \"wickets_taken\": 2,\n                \"average\": 20.5,\n                \"strike_rate\": 39,\n                \"economy\": 3.1538461538461537,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 10,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 10,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 42,\n                \"bowler_name\": \"KS Williamson\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 2,\n                \"average\": 16,\n                \"strike_rate\": 30,\n                \"economy\": 3.2,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 1561,\n                \"bowler_name\": \"HMRKB Herath\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-11-10\",\n                \"max_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 68,\n                \"wickets_taken\": 2,\n                \"average\": 34,\n                \"strike_rate\": 27,\n                \"economy\": 7.555555555555555,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"year\": 2023,\n                \"bowler_id\": 218,\n                \"bowler_name\": \"IS Sodhi\",\n                \"teams_represented\": [\n                    \"NZ\"\n                ],\n                \"min_date\": \"2023-01-11\",\n                \"max_date\": \"2023-01-13\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 18,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 88,\n                \"wickets_taken\": 2,\n                \"average\": 44,\n                \"strike_rate\": 54,\n                \"economy\": 4.888888888888889,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 38,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 38,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"year\": 2019,\n                \"bowler_id\": 263,\n                \"bowler_name\": \"CBRLS Kumara\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2019-09-30\",\n                \"max_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 17,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 114,\n                \"wickets_taken\": 2,\n                \"average\": 57,\n                \"strike_rate\": 51,\n                \"economy\": 6.705882352941177,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 55,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 55,\n                \"fours_conceded\": 11,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"year\": 2011,\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2011-11-11\",\n                \"max_date\": \"2011-11-11\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 16,\n                \"wickets_taken\": 2,\n                \"average\": 8,\n                \"strike_rate\": 12,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2012,\n                \"bowler_id\": 127,\n                \"bowler_name\": \"RAS Lakmal\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2012-03-15\",\n                \"max_date\": \"2012-03-15\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 37,\n                \"wickets_taken\": 2,\n                \"average\": 18.5,\n                \"strike_rate\": 24,\n                \"economy\": 4.625,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 338,\n                \"bowler_name\": \"S Prasanna\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-12-18\",\n                \"max_date\": \"2013-12-22\",\n                \"matches_played\": 3,\n                \"innings_bowled\": 3,\n                \"overs_bowled\": 26,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 130,\n                \"wickets_taken\": 2,\n                \"average\": 65,\n                \"strike_rate\": 78,\n                \"economy\": 5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 39,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 39,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"year\": 2013,\n                \"bowler_id\": 336,\n                \"bowler_name\": \"AD Mathews\",\n                \"teams_represented\": [\n                    \"SL\"\n                ],\n                \"min_date\": \"2013-11-10\",\n                \"max_date\": \"2013-12-27\",\n                \"matches_played\": 8,\n                \"innings_bowled\": 7,\n                \"overs_bowled\": 34.4,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 155,\n                \"wickets_taken\": 2,\n                \"average\": 77.5,\n                \"strike_rate\": 104,\n                \"economy\": 4.471153846153846,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 15,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 15,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"year\": 2018,\n                \"bowler_id\": 211,\n                \"bowler_name\": \"Mohammad Amir\",\n                \"teams_represented\": [\n                    \"PAK\"\n                ],\n                \"min_date\": \"2018-01-06\",\n                \"max_date\": \"2018-01-16\",\n                \"matches_played\": 4,\n                \"innings_bowled\": 4,\n                \"overs_bowled\": 28,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 145,\n                \"wickets_taken\": 2,\n                \"average\": 72.5,\n                \"strike_rate\": 84,\n                \"economy\": 5.178571428571429,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 18,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 18,\n                \"fours_conceded\": 13,\n                \"sixes_conceded\": 3\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"9bfea3d7-8057-4aa9-9cc9-ca25bc1d27e8"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"b21a607a-0314-43ea-bc1f-a88c5028521f","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"657c6d5a-62d2-48fd-bd32-5969e6d2bb3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/bowling/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&ground=90","urlObject":{"path":["stats","bowling","individual","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"ground","value":"90"}],"variable":[]}},"response":[{"id":"776ad9f0-a460-4d84-95ad-564aae244532","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/bowling/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&ground=90","host":["http://localhost:8080"],"path":["stats","bowling","individual","seasons"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"ground","value":"90"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 19 Jan 2025 13:23:01 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched bowler-seasons stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 174,\n                \"bowler_name\": \"Rahmat Shah\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 5.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 5,\n                \"average\": 6.4,\n                \"strike_rate\": 6.6,\n                \"economy\": 5.818181818181818,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 1,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 5,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 5,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 500,\n                \"bowler_name\": \"S Lamichhane\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 24,\n                \"wickets_taken\": 4,\n                \"average\": 6,\n                \"strike_rate\": 15,\n                \"economy\": 2.4,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 24,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 24,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1862,\n                \"bowler_name\": \"Mohammad Shahzad\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 13,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 55,\n                \"wickets_taken\": 4,\n                \"average\": 13.75,\n                \"strike_rate\": 19.5,\n                \"economy\": 4.230769230769231,\n                \"four_wicket_hauls\": 1,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 4,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 4,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 7,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1809,\n                \"bowler_name\": \"Kamran Shazad\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 41,\n                \"wickets_taken\": 3,\n                \"average\": 13.666666666666666,\n                \"strike_rate\": 18,\n                \"economy\": 4.555555555555555,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 195,\n                \"bowler_name\": \"Ahmed Raza\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 37,\n                \"wickets_taken\": 3,\n                \"average\": 12.333333333333334,\n                \"strike_rate\": 20,\n                \"economy\": 3.7,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 37,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 37,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 244,\n                \"bowler_name\": \"Mohammad Naveed\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 48,\n                \"wickets_taken\": 3,\n                \"average\": 16,\n                \"strike_rate\": 20,\n                \"economy\": 4.8,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 3,\n                \"best_match_runs\": 48,\n                \"best_innings_wickets\": 3,\n                \"best_innings_runs\": 48,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 244,\n                \"bowler_name\": \"Mohammad Naveed\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 14.2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 88,\n                \"wickets_taken\": 2,\n                \"average\": 44,\n                \"strike_rate\": 43,\n                \"economy\": 6.1395348837209305,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 12,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1860,\n                \"bowler_name\": \"Haseeb Amjad\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 2,\n                \"average\": 16,\n                \"strike_rate\": 30,\n                \"economy\": 3.2,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1450,\n                \"bowler_name\": \"Irfan Ahmed\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 28,\n                \"wickets_taken\": 2,\n                \"average\": 14,\n                \"strike_rate\": 27,\n                \"economy\": 3.111111111111111,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 414,\n                \"bowler_name\": \"Amir Hayat\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 27,\n                \"wickets_taken\": 2,\n                \"average\": 13.5,\n                \"strike_rate\": 27,\n                \"economy\": 3,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1462,\n                \"bowler_name\": \"Khurram Khan\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 33,\n                \"wickets_taken\": 2,\n                \"average\": 16.5,\n                \"strike_rate\": 24,\n                \"economy\": 4.125,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 195,\n                \"bowler_name\": \"Ahmed Raza\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 16,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 76,\n                \"wickets_taken\": 2,\n                \"average\": 38,\n                \"strike_rate\": 48,\n                \"economy\": 4.75,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 4\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 192,\n                \"bowler_name\": \"Tanwir Afzal\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 27,\n                \"wickets_taken\": 2,\n                \"average\": 13.5,\n                \"strike_rate\": 27,\n                \"economy\": 3,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 497,\n                \"bowler_name\": \"B Regmi\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 49,\n                \"wickets_taken\": 2,\n                \"average\": 24.5,\n                \"strike_rate\": 30,\n                \"economy\": 4.9,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 49,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 49,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 494,\n                \"bowler_name\": \"Sompal Kami\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 10,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 58,\n                \"wickets_taken\": 2,\n                \"average\": 29,\n                \"strike_rate\": 30,\n                \"economy\": 5.8,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 2,\n                \"best_match_runs\": 58,\n                \"best_innings_wickets\": 2,\n                \"best_innings_runs\": 58,\n                \"fours_conceded\": 9,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 189,\n                \"bowler_name\": \"Amir Hamza\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 50,\n                \"wickets_taken\": 1,\n                \"average\": 50,\n                \"strike_rate\": 48,\n                \"economy\": 6.25,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 50,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 50,\n                \"fours_conceded\": 5,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 277,\n                \"bowler_name\": \"Mirwais Ashraf\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 7,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 28,\n                \"wickets_taken\": 1,\n                \"average\": 28,\n                \"strike_rate\": 42,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 294,\n                \"bowler_name\": \"Ehsan Nawaz\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9.3,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 28,\n                \"wickets_taken\": 1,\n                \"average\": 28,\n                \"strike_rate\": 57,\n                \"economy\": 2.9473684210526314,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 28,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 28,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 137,\n                \"bowler_name\": \"Dawlat Zadran\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 7,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 41,\n                \"wickets_taken\": 1,\n                \"average\": 41,\n                \"strike_rate\": 42,\n                \"economy\": 5.857142857142857,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 41,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 41,\n                \"fours_conceded\": 4,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 400,\n                \"bowler_name\": \"Ashfaq Ahmed\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9.5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 27,\n                \"wickets_taken\": 1,\n                \"average\": 27,\n                \"strike_rate\": 59,\n                \"economy\": 2.745762711864407,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 27,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 27,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 266,\n                \"bowler_name\": \"Shapoor Zadran\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 9,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 1,\n                \"average\": 32,\n                \"strike_rate\": 54,\n                \"economy\": 3.555555555555556,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 214,\n                \"bowler_name\": \"Mohammad Nabi\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 6,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 19,\n                \"wickets_taken\": 1,\n                \"average\": 19,\n                \"strike_rate\": 36,\n                \"economy\": 3.1666666666666665,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 19,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 19,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 162,\n                \"bowler_name\": \"Nizakat Khan\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 5,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 11,\n                \"wickets_taken\": 1,\n                \"average\": 11,\n                \"strike_rate\": 30,\n                \"economy\": 2.2,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 1,\n                \"best_match_runs\": 11,\n                \"best_innings_wickets\": 1,\n                \"best_innings_runs\": 11,\n                \"fours_conceded\": 1,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 415,\n                \"bowler_name\": \"Chirag Suri\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 475,\n                \"bowler_name\": \"Abdul Shakoor\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 479,\n                \"bowler_name\": \"Karan KC\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 8,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 61,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 7.625,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 61,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 61,\n                \"fours_conceded\": 8,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 481,\n                \"bowler_name\": \"G Malla\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 483,\n                \"bowler_name\": \"P Khadka\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 6,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 33,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 5.5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 33,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 33,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 486,\n                \"bowler_name\": \"DS Airee\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 6,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 26,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 4.333333333333333,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 26,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 26,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 489,\n                \"bowler_name\": \"Aarif Sheikh\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 490,\n                \"bowler_name\": \"RK Paudel\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 503,\n                \"bowler_name\": \"SP Khakurel\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 39,\n                \"bowler_name\": \"Shaiman Anwar\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2018\",\n                \"bowler_id\": 504,\n                \"bowler_name\": \"Sagar Pun\",\n                \"teams_represented\": [\n                    \"NEP\"\n                ],\n                \"min_date\": \"2018-08-30\",\n                \"max_date\": \"2018-08-30\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 51,\n                \"bowler_name\": \"Nadeem Ahmed\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 6,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 32,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 5.333333333333333,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 32,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 32,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 1\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 70,\n                \"bowler_name\": \"Samiullah Shenwari\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 89,\n                \"bowler_name\": \"Shafiqullah\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 91,\n                \"bowler_name\": \"Babar Hayat\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 107,\n                \"bowler_name\": \"JJ Atkinson\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 134,\n                \"bowler_name\": \"Usman Ghani\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 188,\n                \"bowler_name\": \"Noor Ali Zadran\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 226,\n                \"bowler_name\": \"Hashmatullah Shahidi\",\n                \"teams_represented\": [\n                    \"AFG\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-02\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 1,\n                \"overs_bowled\": 2,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 17,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 8.5,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 17,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 17,\n                \"fours_conceded\": 2,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 408,\n                \"bowler_name\": \"Waqas Barkat\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1454,\n                \"bowler_name\": \"Skhawat Ali\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1463,\n                \"bowler_name\": \"Amjad Ali\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1798,\n                \"bowler_name\": \"Krishna Chandran\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 13,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 61,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 4.6923076923076925,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 25,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 25,\n                \"fours_conceded\": 6,\n                \"sixes_conceded\": 2\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1799,\n                \"bowler_name\": \"SP Patil\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1857,\n                \"bowler_name\": \"Ankur Sharma\",\n                \"teams_represented\": [\n                    \"HK\"\n                ],\n                \"min_date\": \"2014-05-04\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 1,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1859,\n                \"bowler_name\": \"Fayyaz Ahmed\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 2,\n                \"overs_bowled\": 17,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 68,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": 4,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 16,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 16,\n                \"fours_conceded\": 3,\n                \"sixes_conceded\": 3\n            },\n            {\n                \"season\": \"2014\",\n                \"bowler_id\": 1861,\n                \"bowler_name\": \"Salman Faris\",\n                \"teams_represented\": [\n                    \"UAE\"\n                ],\n                \"min_date\": \"2014-05-02\",\n                \"max_date\": \"2014-05-04\",\n                \"matches_played\": 2,\n                \"innings_bowled\": 0,\n                \"overs_bowled\": 0,\n                \"maiden_overs\": 0,\n                \"runs_conceded\": 0,\n                \"wickets_taken\": 0,\n                \"average\": null,\n                \"strike_rate\": null,\n                \"economy\": null,\n                \"four_wicket_hauls\": 0,\n                \"five_wicket_hauls\": 0,\n                \"ten_wicket_hauls\": null,\n                \"best_match_wickets\": 0,\n                \"best_match_runs\": 0,\n                \"best_innings_wickets\": 0,\n                \"best_innings_runs\": 0,\n                \"fours_conceded\": 0,\n                \"sixes_conceded\": 0\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"657c6d5a-62d2-48fd-bd32-5969e6d2bb3b"}],"id":"38404954-1ba1-4dab-a417-91639fe1537f","_postman_id":"38404954-1ba1-4dab-a417-91639fe1537f","description":""}],"id":"d7e034e6-eb54-4bbd-bd5f-7fcb055abf17","description":"<h4 id=\"notes\">Notes</h4>\n<ul>\n<li>If the <strong>bowling average</strong>, <strong>strike rate</strong> or <strong>economy</strong> is inifinite, NULL is returned.</li>\n</ul>\n<h4 id=\"innings-filters\">Innings Filters</h4>\n<ul>\n<li><p>Innings filters are applied to restrict the innings to be considered while forming the result set. The following filters are supported: <code>bowler</code>, <code>innings_balls_bowled</code>, <code>innings_runs_conceded</code>, <code>innings_wickets_taken</code>, <code>innings_bowling_position</code>.</p>\n</li>\n<li><p>The <code>bowler</code> is a multiple values based filter to restrict the batters to be considered.</p>\n</li>\n<li><p>E.g. <code>bowler=1&amp;bowler=2</code></p>\n</li>\n<li><p>All the other filters can have two values: min &amp; max, set by using prefix <code>min__</code> and <code>max__</code> respectively.</p>\n</li>\n<li><p>E.g. <code>min__innings_balls_bowled=24&amp;max__wickets_taken=2</code>, <code>min__innings_bowling_position=1&amp;max__innings_bowling_position=2</code></p>\n</li>\n</ul>\n<h4 id=\"result-qualification-filters\">Result Qualification Filters:</h4>\n<ul>\n<li>Qualification Filters can be applied to select only desired rows in the final output from the formed result set. The following qualification filters are supported for bowling routes:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Supported By</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matches_played</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>innings_bowled</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>overs_bowled</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>maiden_overs</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>runs_conceded</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>wickets_taken</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>average</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>strike_rate</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>economy</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>fours_conceded</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>sixes_conceded</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>four_wkt_hauls</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n</tr>\n<tr>\n<td>five_wkt_hauls</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n</tr>\n<tr>\n<td>ten_wkt_hauls</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Each qualification can have two values: min &amp; max, set them by using prefix <code>min__</code> and <code>max__</code> respectively</p>\n</li>\n<li><p>e.g. <code>min__innings_bowled=50&amp;max__average=30</code></p>\n</li>\n</ul>\n<h3 id=\"sorting-options\">Sorting Options</h3>\n<p>The final rows can be sorted based on one of the following parameters in the <code>default</code> or <code>reverse</code> order, by using the <code>sort_by</code> (parameter name) and <code>sort_order</code> query params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Supported By</strong></th>\n<th><strong>Default Sorting Order</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wickets_taken</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>average</td>\n<td>all routes</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>strike_rate</td>\n<td>all routes</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>economy</td>\n<td>all routes</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>overs_bowled</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>runs_conceded</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>maiden_overs</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>innings_bowled</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_played</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>four_wkt_hauls</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>five_wkt_hauls</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>ten_wkt_hauls</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>best_bowling_match</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>best_bowling_innings</td>\n<td>all routes except individual <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#824ec5e6-1b0c-48e2-9097-dd709b78eb06\">innings</a> &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#979a79d7-2b1a-4b47-af98-18f2256f0d04\">match</a> routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>player_name</td>\n<td>all <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#38404954-1ba1-4dab-a417-91639fe1537f\">individual</a> routes &amp; <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#0d737324-85a7-4045-824f-85b55ae1bc70\">overall bowlers group</a> route</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>players_count</td>\n<td>all the <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#e7699d74-2bff-48b4-8488-71904fe16877\">overall bowlers routes</a> except the <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#0d737324-85a7-4045-824f-85b55ae1bc70\">overall bowlers group route</a></td>\n<td>descending</td>\n</tr>\n<tr>\n<td>innings_number</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#7f4b96be-62df-4d45-a16e-84fcfab45a32\">individual innings group route</a></td>\n<td>descending</td>\n</tr>\n<tr>\n<td>bowling_position</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#7f4b96be-62df-4d45-a16e-84fcfab45a32\">individual innings group route</a></td>\n<td>ascending</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><code>wickets_taken</code> in descending order is the default sorting parameter.</p>\n</li>\n<li><p>E.g. <code>sort_by=five_wkt_hauls&amp;sort_order=default</code>, <code>sort_by=economy&amp;sort_order=reverse</code></p>\n</li>\n</ul>\n","_postman_id":"d7e034e6-eb54-4bbd-bd5f-7fcb055abf17"},{"name":"Teams","item":[{"name":"Overall","item":[{"name":"Batting Team Totals","item":[{"name":"Teams","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"be2ea04c-5882-4952-a181-490c25684077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/teams?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&toss_result=won&team_total_for=batting","urlObject":{"path":["stats","team","overall","teams"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"toss_result","value":"won"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"b4adedf2-13b4-46e6-b41d-fe46f2d8d3d6","name":"Teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/teams?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&toss_result=won&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","teams"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"toss_result","value":"won"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 16:26:09 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 6,\n                \"team_name\": \"India\",\n                \"min_start_date\": \"2023-01-15\",\n                \"max_start_date\": \"2023-11-15\",\n                \"matches_played\": 15,\n                \"matches_won\": 13,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 13,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 15,\n                \"total_runs\": 3924,\n                \"total_balls\": 3768,\n                \"total_wickets\": 82,\n                \"average\": 47.853658536585364,\n                \"scoring_rate\": 6.248407643312102,\n                \"highest_score\": 410,\n                \"lowest_score\": 213\n            },\n            {\n                \"team_id\": 17,\n                \"team_name\": \"Nepal\",\n                \"min_start_date\": \"2023-02-14\",\n                \"max_start_date\": \"2023-07-02\",\n                \"matches_played\": 12,\n                \"matches_won\": 10,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2521,\n                \"total_balls\": 2950,\n                \"total_wickets\": 83,\n                \"average\": 30.373493975903614,\n                \"scoring_rate\": 5.127457627118644,\n                \"highest_score\": 287,\n                \"lowest_score\": 139\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"New Zealand\",\n                \"min_start_date\": \"2023-01-11\",\n                \"max_start_date\": \"2023-12-20\",\n                \"matches_played\": 15,\n                \"matches_won\": 8,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 1.1428571428571428,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3782,\n                \"total_balls\": 3773,\n                \"total_wickets\": 113,\n                \"average\": 33.469026548672566,\n                \"scoring_rate\": 6.014312218393851,\n                \"highest_score\": 383,\n                \"lowest_score\": 147\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Pakistan\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-11-04\",\n                \"matches_played\": 13,\n                \"matches_won\": 7,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1.1666666666666667,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 3414,\n                \"total_balls\": 3503,\n                \"total_wickets\": 88,\n                \"average\": 38.79545454545455,\n                \"scoring_rate\": 5.847559234941479,\n                \"highest_score\": 342,\n                \"lowest_score\": 201\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"Australia\",\n                \"min_start_date\": \"2023-03-19\",\n                \"max_start_date\": \"2023-11-19\",\n                \"matches_played\": 13,\n                \"matches_won\": 7,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1.1666666666666667,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 3179,\n                \"total_balls\": 3061,\n                \"total_wickets\": 99,\n                \"average\": 32.111111111111114,\n                \"scoring_rate\": 6.231296961777197,\n                \"highest_score\": 399,\n                \"lowest_score\": 177\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2023-01-10\",\n                \"max_start_date\": \"2023-11-02\",\n                \"matches_played\": 15,\n                \"matches_won\": 6,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3078,\n                \"total_balls\": 3387,\n                \"total_wickets\": 114,\n                \"average\": 27,\n                \"scoring_rate\": 5.452612931798051,\n                \"highest_score\": 344,\n                \"lowest_score\": 50\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Bangladesh\",\n                \"min_start_date\": \"2023-03-01\",\n                \"max_start_date\": \"2023-12-23\",\n                \"matches_played\": 17,\n                \"matches_won\": 6,\n                \"matches_lost\": 11,\n                \"win_loss_ratio\": 0.5454545454545454,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 17,\n                \"total_runs\": 3682,\n                \"total_balls\": 4243,\n                \"total_wickets\": 142,\n                \"average\": 25.929577464788732,\n                \"scoring_rate\": 5.206693377327363,\n                \"highest_score\": 334,\n                \"lowest_score\": 164\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"South Africa\",\n                \"min_start_date\": \"2023-01-27\",\n                \"max_start_date\": \"2023-12-21\",\n                \"matches_played\": 12,\n                \"matches_won\": 6,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 3005,\n                \"total_balls\": 3012,\n                \"total_wickets\": 87,\n                \"average\": 34.54022988505747,\n                \"scoring_rate\": 5.986055776892431,\n                \"highest_score\": 382,\n                \"lowest_score\": 116\n            },\n            {\n                \"team_id\": 21,\n                \"team_name\": \"Netherlands\",\n                \"min_start_date\": \"2023-03-21\",\n                \"max_start_date\": \"2023-11-03\",\n                \"matches_played\": 13,\n                \"matches_won\": 5,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.7142857142857143,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 2947,\n                \"total_balls\": 3357,\n                \"total_wickets\": 109,\n                \"average\": 27.03669724770642,\n                \"scoring_rate\": 5.267202859696157,\n                \"highest_score\": 374,\n                \"lowest_score\": 105\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"West Indies\",\n                \"min_start_date\": \"2023-03-18\",\n                \"max_start_date\": \"2023-12-09\",\n                \"matches_played\": 7,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1620,\n                \"total_balls\": 1728,\n                \"total_wickets\": 51,\n                \"average\": 31.764705882352942,\n                \"scoring_rate\": 5.625,\n                \"highest_score\": 335,\n                \"lowest_score\": 151\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"Zimbabwe\",\n                \"min_start_date\": \"2023-01-18\",\n                \"max_start_date\": \"2023-12-15\",\n                \"matches_played\": 8,\n                \"matches_won\": 4,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 8,\n                \"total_runs\": 1767,\n                \"total_balls\": 1895,\n                \"total_wickets\": 54,\n                \"average\": 32.72222222222222,\n                \"scoring_rate\": 5.5947229551451185,\n                \"highest_score\": 319,\n                \"lowest_score\": 166\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"min_start_date\": \"2023-09-15\",\n                \"max_start_date\": \"2023-12-06\",\n                \"matches_played\": 10,\n                \"matches_won\": 4,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2441,\n                \"total_balls\": 2470,\n                \"total_wickets\": 90,\n                \"average\": 27.122222222222224,\n                \"scoring_rate\": 5.9295546558704455,\n                \"highest_score\": 339,\n                \"lowest_score\": 129\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Scotland\",\n                \"min_start_date\": \"2023-02-15\",\n                \"max_start_date\": \"2023-07-01\",\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 794,\n                \"total_balls\": 868,\n                \"total_wickets\": 22,\n                \"average\": 36.09090909090909,\n                \"scoring_rate\": 5.488479262672811,\n                \"highest_score\": 289,\n                \"lowest_score\": 163\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2023-02-23\",\n                \"max_start_date\": \"2023-07-06\",\n                \"matches_played\": 12,\n                \"matches_won\": 3,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2545,\n                \"total_balls\": 3038,\n                \"total_wickets\": 105,\n                \"average\": 24.238095238095237,\n                \"scoring_rate\": 5.0263331138907175,\n                \"highest_score\": 310,\n                \"lowest_score\": 131\n            },\n            {\n                \"team_id\": 9,\n                \"team_name\": \"Afghanistan\",\n                \"min_start_date\": \"2023-06-02\",\n                \"max_start_date\": \"2023-11-10\",\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.42857142857142855,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2082,\n                \"total_balls\": 2497,\n                \"total_wickets\": 67,\n                \"average\": 31.074626865671643,\n                \"scoring_rate\": 5.002803364036844,\n                \"highest_score\": 300,\n                \"lowest_score\": 116\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"Ireland\",\n                \"min_start_date\": \"2023-03-18\",\n                \"max_start_date\": \"2023-12-17\",\n                \"matches_played\": 9,\n                \"matches_won\": 3,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.6,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 9,\n                \"total_runs\": 1738,\n                \"total_balls\": 1948,\n                \"total_wickets\": 67,\n                \"average\": 25.940298507462686,\n                \"scoring_rate\": 5.353182751540041,\n                \"highest_score\": 286,\n                \"lowest_score\": 101\n            },\n            {\n                \"team_id\": 20,\n                \"team_name\": \"Oman\",\n                \"min_start_date\": \"2023-04-21\",\n                \"max_start_date\": \"2023-07-03\",\n                \"matches_played\": 7,\n                \"matches_won\": 2,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1737,\n                \"total_balls\": 1966,\n                \"total_wickets\": 49,\n                \"average\": 35.44897959183673,\n                \"scoring_rate\": 5.301119023397762,\n                \"highest_score\": 318,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 19,\n                \"team_name\": \"Namibia\",\n                \"min_start_date\": \"2023-02-20\",\n                \"max_start_date\": \"2023-04-04\",\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1002,\n                \"total_balls\": 1244,\n                \"total_wickets\": 42,\n                \"average\": 23.857142857142858,\n                \"scoring_rate\": 4.832797427652733,\n                \"highest_score\": 267,\n                \"lowest_score\": 151\n            },\n            {\n                \"team_id\": 23,\n                \"team_name\": \"Jersey\",\n                \"min_start_date\": \"2023-03-30\",\n                \"max_start_date\": \"2023-04-04\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 710,\n                \"total_balls\": 885,\n                \"total_wickets\": 23,\n                \"average\": 30.869565217391305,\n                \"scoring_rate\": 4.813559322033898,\n                \"highest_score\": 291,\n                \"lowest_score\": 206\n            },\n            {\n                \"team_id\": 18,\n                \"team_name\": \"United States of America\",\n                \"min_start_date\": \"2023-03-29\",\n                \"max_start_date\": \"2023-06-26\",\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 769,\n                \"total_balls\": 1036,\n                \"total_wickets\": 34,\n                \"average\": 22.61764705882353,\n                \"scoring_rate\": 4.453667953667954,\n                \"highest_score\": 258,\n                \"lowest_score\": 104\n            },\n            {\n                \"team_id\": 22,\n                \"team_name\": \"Canada\",\n                \"min_start_date\": \"2023-04-01\",\n                \"max_start_date\": \"2023-04-05\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 472,\n                \"total_balls\": 593,\n                \"total_wickets\": 18,\n                \"average\": 26.22222222222222,\n                \"scoring_rate\": 4.775716694772344,\n                \"highest_score\": 254,\n                \"lowest_score\": 254\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"Papua New Guinea\",\n                \"min_start_date\": \"2023-03-03\",\n                \"max_start_date\": \"2023-03-27\",\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 995,\n                \"total_balls\": 1331,\n                \"total_wickets\": 42,\n                \"average\": 23.69047619047619,\n                \"scoring_rate\": 4.485349361382419,\n                \"highest_score\": 245,\n                \"lowest_score\": 179\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"be2ea04c-5882-4952-a181-490c25684077"},{"name":"Players","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"1f245898-e31c-46eb-ba9b-a004449ad1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/players?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&opposition_team=1&opposition_team=8&team_total_for=batting","urlObject":{"path":["stats","team","overall","players"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"2d6c86bb-7a49-4f45-bac9-eea5c784f25d","name":"Players","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/players?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&opposition_team=1&opposition_team=8&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","players"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:08:39 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"player_id\": 43,\n                \"player_name\": \"TG Southee\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 2054,\n                \"total_balls\": 2206,\n                \"total_wickets\": 58,\n                \"average\": 35.41379310344828,\n                \"scoring_rate\": 5.586582048957389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 158,\n                \"player_name\": \"LH Ferguson\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 2054,\n                \"total_balls\": 2206,\n                \"total_wickets\": 58,\n                \"average\": 35.41379310344828,\n                \"scoring_rate\": 5.586582048957389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 42,\n                \"player_name\": \"KS Williamson\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 2054,\n                \"total_balls\": 2206,\n                \"total_wickets\": 58,\n                \"average\": 35.41379310344828,\n                \"scoring_rate\": 5.586582048957389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 2,\n                \"player_name\": \"TWM Latham\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 2054,\n                \"total_balls\": 2206,\n                \"total_wickets\": 58,\n                \"average\": 35.41379310344828,\n                \"scoring_rate\": 5.586582048957389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 3,\n                \"player_name\": \"MJ Santner\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 2054,\n                \"total_balls\": 2206,\n                \"total_wickets\": 58,\n                \"average\": 35.41379310344828,\n                \"scoring_rate\": 5.586582048957389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 285,\n                \"player_name\": \"HM Nicholls\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 62,\n                \"player_name\": \"LRPL Taylor\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 50,\n                \"player_name\": \"MJ Guptill\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 55,\n                \"player_name\": \"C Munro\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 64,\n                \"player_name\": \"TA Boult\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 4,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 986,\n                \"total_balls\": 1018,\n                \"total_wickets\": 24,\n                \"average\": 41.083333333333336,\n                \"scoring_rate\": 5.81139489194499,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 358,\n                \"player_name\": \"TD Astle\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 723,\n                \"total_balls\": 743,\n                \"total_wickets\": 19,\n                \"average\": 38.05263157894737,\n                \"scoring_rate\": 5.838492597577389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 734,\n                \"player_name\": \"MG Bracewell\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 643,\n                \"player_name\": \"DJ Mitchell\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 775,\n                \"player_name\": \"FH Allen\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 218,\n                \"player_name\": \"IS Sodhi\",\n                \"min_start_date\": \"2023-01-11\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 542,\n                \"total_balls\": 588,\n                \"total_wickets\": 18,\n                \"average\": 30.11111111111111,\n                \"scoring_rate\": 5.530612244897959,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 183,\n                \"player_name\": \"C de Grandhomme\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 534,\n                \"total_balls\": 575,\n                \"total_wickets\": 12,\n                \"average\": 44.5,\n                \"scoring_rate\": 5.572173913043478,\n                \"highest_score\": 271,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 769,\n                \"player_name\": \"GD Phillips\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 633,\n                \"player_name\": \"DP Conway\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 634,\n                \"player_name\": \"Haris Rauf\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 52,\n                \"player_name\": \"Babar Azam\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 1,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.14285714285714285,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1724,\n                \"total_balls\": 2086,\n                \"total_wickets\": 66,\n                \"average\": 26.12121212121212,\n                \"scoring_rate\": 4.958772770853308,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 144,\n                \"player_name\": \"Mohammad Rizwan\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 215,\n                \"player_name\": \"Fakhar Zaman\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 7,\n                \"matches_won\": 1,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.16666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1478,\n                \"total_balls\": 1786,\n                \"total_wickets\": 57,\n                \"average\": 25.92982456140351,\n                \"scoring_rate\": 4.96528555431131,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 224,\n                \"player_name\": \"Mohammad Nawaz\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 976,\n                \"total_balls\": 1141,\n                \"total_wickets\": 33,\n                \"average\": 29.575757575757574,\n                \"scoring_rate\": 5.132340052585452,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 229,\n                \"player_name\": \"MJ Henry\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 271,\n                \"total_balls\": 300,\n                \"total_wickets\": 7,\n                \"average\": 38.714285714285715,\n                \"scoring_rate\": 5.42,\n                \"highest_score\": 271,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 361,\n                \"player_name\": \"Imam-ul-Haq\",\n                \"min_start_date\": \"2018-01-09\",\n                \"max_start_date\": \"2023-01-11\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 686,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 29.82608695652174,\n                \"scoring_rate\": 4.859504132231405,\n                \"highest_score\": 258,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 363,\n                \"player_name\": \"Haris Sohail\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1238,\n                \"total_balls\": 1441,\n                \"total_wickets\": 41,\n                \"average\": 30.195121951219512,\n                \"scoring_rate\": 5.154753643303262,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 748,\n                \"player_name\": \"Mohammad Wasim\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 786,\n                \"player_name\": \"Naseem Shah\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-11\",\n                \"teams_count\": 1,\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 440,\n                \"total_balls\": 547,\n                \"total_wickets\": 14,\n                \"average\": 31.428571428571427,\n                \"scoring_rate\": 4.826325411334552,\n                \"highest_score\": 258,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 787,\n                \"player_name\": \"Agha Salman\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 837,\n                \"player_name\": \"Usama Mir\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 377,\n                \"player_name\": \"Aamer Yamin\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 256,\n                \"total_balls\": 294,\n                \"total_wickets\": 10,\n                \"average\": 25.6,\n                \"scoring_rate\": 5.224489795918367,\n                \"highest_score\": 256,\n                \"lowest_score\": 256\n            },\n            {\n                \"player_id\": 468,\n                \"player_name\": \"Mohammad Hasnain\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 280,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 31.11111111111111,\n                \"scoring_rate\": 5.6,\n                \"highest_score\": 280,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 516,\n                \"player_name\": \"Shan Masood\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 280,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 31.11111111111111,\n                \"scoring_rate\": 5.6,\n                \"highest_score\": 280,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 211,\n                \"player_name\": \"Mohammad Amir\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 0,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 748,\n                \"total_balls\": 945,\n                \"total_wickets\": 33,\n                \"average\": 22.666666666666668,\n                \"scoring_rate\": 4.749206349206349,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 133,\n                \"player_name\": \"Azhar Ali\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 0,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 486,\n                \"total_balls\": 645,\n                \"total_wickets\": 25,\n                \"average\": 19.44,\n                \"scoring_rate\": 4.52093023255814,\n                \"highest_score\": 246,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 108,\n                \"player_name\": \"Shadab Khan\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 105,\n                \"player_name\": \"Sarfraz Ahmed\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 842,\n                \"player_name\": \"Kamran Ghulam\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 280,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 31.11111111111111,\n                \"scoring_rate\": 5.6,\n                \"highest_score\": 280,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 85,\n                \"player_name\": \"Hasan Ali\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 0,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 748,\n                \"total_balls\": 945,\n                \"total_wickets\": 33,\n                \"average\": 22.666666666666668,\n                \"scoring_rate\": 4.749206349206349,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 265,\n                \"player_name\": \"Faheem Ashraf\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 330,\n                \"player_name\": \"Rumman Raees\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 260,\n                \"player_name\": \"Mohammad Hafeez\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 49,\n                \"player_name\": \"Shoaib Malik\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 0,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 748,\n                \"total_balls\": 945,\n                \"total_wickets\": 33,\n                \"average\": 22.666666666666668,\n                \"scoring_rate\": 4.749206349206349,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 819,\n                \"player_name\": \"HB Shipley\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-09\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 255,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 28.333333333333332,\n                \"scoring_rate\": 5.1,\n                \"highest_score\": 255,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 366,\n                \"player_name\": \"Umar Amin\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 256,\n                \"total_balls\": 294,\n                \"total_wickets\": 10,\n                \"average\": 25.6,\n                \"scoring_rate\": 5.224489795918367,\n                \"highest_score\": 256,\n                \"lowest_score\": 256\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"1f245898-e31c-46eb-ba9b-a004449ad1eb"},{"name":"Matches","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"b4e4960d-89b4-48c6-b7d3-ea53f3492a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/matches?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&home_or_away=home&team_total_for=batting&match_result=won","urlObject":{"path":["stats","team","overall","matches"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"home_or_away","value":"home"},{"disabled":true,"key":"primary_team","value":"5"},{"key":"team_total_for","value":"batting"},{"key":"match_result","value":"won"}],"variable":[]}},"response":[{"id":"6c79b74d-4447-4c5a-b1f2-0a48fb53c422","name":"Matches","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/matches?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&home_or_away=home&primary_team=5&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","matches"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"home_or_away","value":"home"},{"key":"primary_team","value":"5"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 14:36:01 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 913,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-09-24\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 399,\n                \"total_balls\": 300,\n                \"total_wickets\": 5,\n                \"average\": 79.8,\n                \"scoring_rate\": 7.98,\n                \"highest_score\": 399,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 724,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-12\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 219,\n                \"total_balls\": 260,\n                \"total_wickets\": 6,\n                \"average\": 36.5,\n                \"scoring_rate\": 5.053846153846154,\n                \"highest_score\": 219,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 727,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-18\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 349,\n                \"total_balls\": 300,\n                \"total_wickets\": 8,\n                \"average\": 43.625,\n                \"scoring_rate\": 6.98,\n                \"highest_score\": 349,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 728,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 61,\n                \"city_name\": \"Thiruvananthapuram\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-15\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 390,\n                \"total_balls\": 300,\n                \"total_wickets\": 5,\n                \"average\": 78,\n                \"scoring_rate\": 7.8,\n                \"highest_score\": 390,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 729,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-24\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 385,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 42.77777777777778,\n                \"scoring_rate\": 7.7,\n                \"highest_score\": 385,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 730,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 129,\n                \"city_name\": \"Raipur\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-21\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 111,\n                \"total_balls\": 121,\n                \"total_wickets\": 2,\n                \"average\": 55.5,\n                \"scoring_rate\": 5.5041322314049586,\n                \"highest_score\": 111,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 731,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-03-17\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 191,\n                \"total_balls\": 239,\n                \"total_wickets\": 5,\n                \"average\": 38.2,\n                \"scoring_rate\": 4.7949790794979075,\n                \"highest_score\": 191,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 882,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 21,\n                \"team2_name\": \"Netherlands\",\n                \"ground_id\": 81,\n                \"city_name\": \"Bengaluru\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-12\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 410,\n                \"total_balls\": 300,\n                \"total_wickets\": 4,\n                \"average\": 102.5,\n                \"scoring_rate\": 8.2,\n                \"highest_score\": 410,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 883,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-15\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 397,\n                \"total_balls\": 300,\n                \"total_wickets\": 4,\n                \"average\": 99.25,\n                \"scoring_rate\": 7.94,\n                \"highest_score\": 397,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 909,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 109,\n                \"city_name\": \"Chandigarh\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-09-22\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 281,\n                \"total_balls\": 292,\n                \"total_wickets\": 5,\n                \"average\": 56.2,\n                \"scoring_rate\": 5.773972602739726,\n                \"highest_score\": 281,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 723,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 117,\n                \"city_name\": \"Guwahati\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-10\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 373,\n                \"total_balls\": 300,\n                \"total_wickets\": 7,\n                \"average\": 53.285714285714285,\n                \"scoring_rate\": 7.46,\n                \"highest_score\": 373,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 839,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 35,\n                \"city_name\": \"Chennai\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-08\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 201,\n                \"total_balls\": 248,\n                \"total_wickets\": 4,\n                \"average\": 50.25,\n                \"scoring_rate\": 4.862903225806452,\n                \"highest_score\": 201,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 846,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Afghanistan\",\n                \"ground_id\": 123,\n                \"city_name\": \"Delhi\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-11\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 273,\n                \"total_balls\": 210,\n                \"total_wickets\": 2,\n                \"average\": 136.5,\n                \"scoring_rate\": 7.8,\n                \"highest_score\": 273,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 848,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 8,\n                \"team2_name\": \"Pakistan\",\n                \"ground_id\": 22,\n                \"city_name\": \"Ahmedabad\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-14\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 192,\n                \"total_balls\": 183,\n                \"total_wickets\": 3,\n                \"average\": 64,\n                \"scoring_rate\": 6.295081967213115,\n                \"highest_score\": 192,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 853,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 6,\n                \"team2_name\": \"Bangladesh\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-19\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 261,\n                \"total_balls\": 249,\n                \"total_wickets\": 3,\n                \"average\": 87,\n                \"scoring_rate\": 6.289156626506024,\n                \"highest_score\": 261,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 858,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 66,\n                \"city_name\": \"Dharamsala\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-22\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 274,\n                \"total_balls\": 288,\n                \"total_wickets\": 6,\n                \"average\": 45.666666666666664,\n                \"scoring_rate\": 5.708333333333333,\n                \"highest_score\": 274,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 870,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-02\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 357,\n                \"total_balls\": 300,\n                \"total_wickets\": 8,\n                \"average\": 44.625,\n                \"scoring_rate\": 7.14,\n                \"highest_score\": 357,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 874,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 12,\n                \"team2_name\": \"South Africa\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-05\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 326,\n                \"total_balls\": 300,\n                \"total_wickets\": 5,\n                \"average\": 65.2,\n                \"scoring_rate\": 6.52,\n                \"highest_score\": 326,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 732,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 74,\n                \"city_name\": \"Visakhapatnam\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-03-19\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 117,\n                \"total_balls\": 156,\n                \"total_wickets\": 10,\n                \"average\": 11.7,\n                \"scoring_rate\": 4.5,\n                \"highest_score\": 117,\n                \"lowest_score\": 117\n            },\n            {\n                \"match_id\": 733,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 35,\n                \"city_name\": \"Chennai\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-03-22\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 248,\n                \"total_balls\": 295,\n                \"total_wickets\": 10,\n                \"average\": 24.8,\n                \"scoring_rate\": 5.04406779661017,\n                \"highest_score\": 248,\n                \"lowest_score\": 248\n            },\n            {\n                \"match_id\": 912,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 73,\n                \"city_name\": \"Rajkot\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-09-27\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 286,\n                \"total_balls\": 298,\n                \"total_wickets\": 10,\n                \"average\": 28.6,\n                \"scoring_rate\": 5.758389261744966,\n                \"highest_score\": 286,\n                \"lowest_score\": 286\n            },\n            {\n                \"match_id\": 885,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 22,\n                \"city_name\": \"Ahmedabad\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-19\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 240,\n                \"total_balls\": 300,\n                \"total_wickets\": 10,\n                \"average\": 24,\n                \"scoring_rate\": 4.8,\n                \"highest_score\": 240,\n                \"lowest_score\": 240\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"b4e4960d-89b4-48c6-b7d3-ea53f3492a7a"},{"name":"Series","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"e8e76c85-3ae9-4dc1-b0bc-fd1aef0acd33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&team_total_for=batting","urlObject":{"path":["stats","team","overall","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"fbc547d8-a953-47f5-8834-d110816140dd","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:10:12 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team-series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"series_id\": 42,\n                \"series_name\": \"Pakistan in New Zealand ODI series\",\n                \"series_season\": \"2017/18\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2261,\n                \"total_balls\": 2557,\n                \"total_wickets\": 74,\n                \"average\": 30.554054054054053,\n                \"scoring_rate\": 5.305436057880328,\n                \"highest_score\": 315,\n                \"lowest_score\": 74\n            },\n            {\n                \"series_id\": 278,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2022/23\",\n                \"teams_count\": 2,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1517,\n                \"total_balls\": 1735,\n                \"total_wickets\": 50,\n                \"average\": 30.34,\n                \"scoring_rate\": 5.246109510086455,\n                \"highest_score\": 281,\n                \"lowest_score\": 182\n            },\n            {\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"teams_count\": 5,\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 557,\n                \"total_balls\": 578,\n                \"total_wickets\": 11,\n                \"average\": 50.63636363636363,\n                \"scoring_rate\": 5.782006920415225,\n                \"highest_score\": 296,\n                \"lowest_score\": null\n            },\n            {\n                \"series_id\": 629,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1271,\n                \"total_balls\": 1455,\n                \"total_wickets\": 46,\n                \"average\": 27.630434782608695,\n                \"scoring_rate\": 5.241237113402062,\n                \"highest_score\": 311,\n                \"lowest_score\": 213\n            },\n            {\n                \"series_id\": 523,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 994,\n                \"total_balls\": 1408,\n                \"total_wickets\": 46,\n                \"average\": 21.608695652173914,\n                \"scoring_rate\": 4.235795454545454,\n                \"highest_score\": 236,\n                \"lowest_score\": 131\n            },\n            {\n                \"series_id\": 649,\n                \"series_name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"teams_count\": 2,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 637,\n                \"total_balls\": 636,\n                \"total_wickets\": 18,\n                \"average\": 35.388888888888886,\n                \"scoring_rate\": 6.009433962264151,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"series_id\": 152,\n                \"series_name\": \"Sri Lanka in Pakistan ODI series\",\n                \"series_season\": \"2019/20\",\n                \"teams_count\": 2,\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 535,\n                \"total_balls\": 581,\n                \"total_wickets\": 19,\n                \"average\": 28.157894736842106,\n                \"scoring_rate\": 5.524956970740103,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"teams_count\": 4,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 188,\n                \"total_balls\": 274,\n                \"total_wickets\": 10,\n                \"average\": 18.8,\n                \"scoring_rate\": 4.116788321167883,\n                \"highest_score\": 188,\n                \"lowest_score\": 188\n            },\n            {\n                \"series_id\": 52,\n                \"series_name\": \"Pakistan in Sri Lanka ODI series\",\n                \"series_season\": \"2017/18\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 880,\n                \"total_balls\": 1298,\n                \"total_wickets\": 48,\n                \"average\": 18.333333333333332,\n                \"scoring_rate\": 4.067796610169491,\n                \"highest_score\": 209,\n                \"lowest_score\": 103\n            },\n            {\n                \"series_id\": 260,\n                \"series_name\": \"Sri Lanka in New Zealand ODI series\",\n                \"series_season\": \"2022/23\",\n                \"teams_count\": 2,\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 233,\n                \"total_balls\": 368,\n                \"total_wickets\": 20,\n                \"average\": 11.65,\n                \"scoring_rate\": 3.7989130434782608,\n                \"highest_score\": 157,\n                \"lowest_score\": 76\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"e8e76c85-3ae9-4dc1-b0bc-fd1aef0acd33"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d9014a88-8c6f-4158-b0d1-b664e08003fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","urlObject":{"path":["stats","team","overall","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"e5dff53e-31e1-4822-ab3f-3ffef1f96dc1","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:14:36 GMT"},{"key":"Content-Length","value":"891"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team-tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"teams_count\": 17,\n                \"matches_played\": 190,\n                \"matches_won\": 186,\n                \"matches_lost\": 186,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 2,\n                \"innings_count\": 378,\n                \"total_runs\": 91915,\n                \"total_balls\": 99853,\n                \"total_wickets\": 2851,\n                \"average\": 32.23956506488951,\n                \"scoring_rate\": 5.5230188376914064,\n                \"highest_score\": 428,\n                \"lowest_score\": 55\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"teams_count\": 9,\n                \"matches_played\": 45,\n                \"matches_won\": 40,\n                \"matches_lost\": 40,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 7,\n                \"innings_count\": 89,\n                \"total_runs\": 19548,\n                \"total_balls\": 22377,\n                \"total_wickets\": 621,\n                \"average\": 31.47826086956522,\n                \"scoring_rate\": 5.241453277919292,\n                \"highest_score\": 338,\n                \"lowest_score\": 129\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d9014a88-8c6f-4158-b0d1-b664e08003fe"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d9e852ab-55c3-4019-bf8d-6ade42d5176e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","urlObject":{"path":["stats","team","overall","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"30b174ec-f55d-42c8-81a7-ca3c0157aa62","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&ground=63&ground=90&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"ground","value":"63"},{"key":"ground","value":"90"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:20:58 GMT"},{"key":"Content-Length","value":"957"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"ground_id\": 63,\n                \"ground_name\": \"Castle Avenue\",\n                \"min_start_date\": \"2019-05-05\",\n                \"max_start_date\": \"2019-05-15\",\n                \"teams_count\": 3,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1677,\n                \"total_balls\": 1636,\n                \"total_wickets\": 37,\n                \"average\": 45.32432432432432,\n                \"scoring_rate\": 6.15036674816626,\n                \"highest_score\": 381,\n                \"lowest_score\": 185\n            },\n            {\n                \"ground_id\": 90,\n                \"ground_name\": \"Kinrara Academy Oval\",\n                \"min_start_date\": \"2014-05-02\",\n                \"max_start_date\": \"2018-08-30\",\n                \"teams_count\": 4,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1279,\n                \"total_balls\": 1723,\n                \"total_wickets\": 52,\n                \"average\": 24.596153846153847,\n                \"scoring_rate\": 4.453859547301219,\n                \"highest_score\": 302,\n                \"lowest_score\": 157\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d9e852ab-55c3-4019-bf8d-6ade42d5176e"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"3bee199a-0425-4c2d-8323-6b37ed533024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","overall","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"4585768f-8467-4848-a9cd-eed4a589c298","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:21:34 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-23\",\n                \"teams_count\": 5,\n                \"matches_played\": 15,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 30,\n                \"total_runs\": 6555,\n                \"total_balls\": 8107,\n                \"total_wickets\": 225,\n                \"average\": 29.133333333333333,\n                \"scoring_rate\": 4.8513630196126805,\n                \"highest_score\": 326,\n                \"lowest_score\": 103\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-03-31\",\n                \"teams_count\": 8,\n                \"matches_played\": 7,\n                \"matches_won\": 7,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 14,\n                \"total_runs\": 2927,\n                \"total_balls\": 3419,\n                \"total_wickets\": 108,\n                \"average\": 27.10185185185185,\n                \"scoring_rate\": 5.1365896460953495,\n                \"highest_score\": 315,\n                \"lowest_score\": 74\n            },\n            {\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 3,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2656,\n                \"total_balls\": 2906,\n                \"total_wickets\": 81,\n                \"average\": 32.79012345679013,\n                \"scoring_rate\": 5.483826565726084,\n                \"highest_score\": 305,\n                \"lowest_score\": 182\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"teams_count\": 7,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1478,\n                \"total_balls\": 1684,\n                \"total_wickets\": 40,\n                \"average\": 36.95,\n                \"scoring_rate\": 5.26603325415677,\n                \"highest_score\": 296,\n                \"lowest_score\": 188\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"teams_count\": 4,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 6,\n                \"total_runs\": 979,\n                \"total_balls\": 950,\n                \"total_wickets\": 31,\n                \"average\": 31.580645161290324,\n                \"scoring_rate\": 6.183157894736842,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"3bee199a-0425-4c2d-8323-6b37ed533024"},{"name":"Continents","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"4a7d1da1-983d-4bcf-803c-3f595bf16e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/continents?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting&primary_team=1","urlObject":{"path":["stats","team","overall","continents"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"},{"key":"primary_team","value":"1"}],"variable":[]}},"response":[{"id":"1994154a-21f5-451e-bfbd-c5ce3e9c220e","name":"Continents","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/continents?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting&primary_team=1","host":["http://localhost:8080"],"path":["stats","team","overall","continents"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"},{"key":"primary_team","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:30:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\",\n                \"min_start_date\": \"2009-01-07\",\n                \"max_start_date\": \"2023-12-23\",\n                \"teams_count\": 13,\n                \"matches_played\": 128,\n                \"matches_won\": 80,\n                \"matches_lost\": 43,\n                \"win_loss_ratio\": 1.8604651162790697,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 4,\n                \"innings_count\": 128,\n                \"total_runs\": 31132,\n                \"total_balls\": 32558,\n                \"total_wickets\": 892,\n                \"average\": 34.90134529147982,\n                \"scoring_rate\": 5.737207445174765,\n                \"highest_score\": 393,\n                \"lowest_score\": 82\n            },\n            {\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\",\n                \"min_start_date\": \"2009-09-08\",\n                \"max_start_date\": \"2023-11-15\",\n                \"teams_count\": 13,\n                \"matches_played\": 74,\n                \"matches_won\": 26,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 0.5777777777777777,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 74,\n                \"total_runs\": 16814,\n                \"total_balls\": 18830,\n                \"total_wickets\": 569,\n                \"average\": 29.550087873462214,\n                \"scoring_rate\": 5.357620817843866,\n                \"highest_score\": 401,\n                \"lowest_score\": 79\n            },\n            {\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\",\n                \"min_start_date\": \"2013-05-31\",\n                \"max_start_date\": \"2023-09-15\",\n                \"teams_count\": 12,\n                \"matches_played\": 36,\n                \"matches_won\": 19,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 1.3571428571428572,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 2,\n                \"innings_count\": 36,\n                \"total_runs\": 8853,\n                \"total_balls\": 9314,\n                \"total_wickets\": 253,\n                \"average\": 34.99209486166008,\n                \"scoring_rate\": 5.703027700236204,\n                \"highest_score\": 398,\n                \"lowest_score\": 147\n            },\n            {\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\",\n                \"min_start_date\": \"2009-09-24\",\n                \"max_start_date\": \"2015-08-26\",\n                \"teams_count\": 7,\n                \"matches_played\": 17,\n                \"matches_won\": 10,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 1.4285714285714286,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 17,\n                \"total_runs\": 4203,\n                \"total_balls\": 4767,\n                \"total_wickets\": 107,\n                \"average\": 39.2803738317757,\n                \"scoring_rate\": 5.290119572057898,\n                \"highest_score\": 328,\n                \"lowest_score\": 214\n            },\n            {\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\",\n                \"min_start_date\": \"2012-07-05\",\n                \"max_start_date\": \"2022-08-21\",\n                \"teams_count\": 2,\n                \"matches_played\": 8,\n                \"matches_won\": 3,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.6,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1869,\n                \"total_balls\": 2324,\n                \"total_wickets\": 73,\n                \"average\": 25.602739726027398,\n                \"scoring_rate\": 4.825301204819277,\n                \"highest_score\": 307,\n                \"lowest_score\": 190\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"4a7d1da1-983d-4bcf-803c-3f595bf16e08"},{"name":"Years","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"4e270b00-2064-4e17-8748-89137d52c1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&opposition_team=8&team_total_for=batting","urlObject":{"path":["stats","team","overall","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"4220b07a-e78d-4cb9-8abb-41d606ef6528","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&opposition_team=8&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","years"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:39:32 GMT"},{"key":"Content-Length","value":"765"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"year\": 2018,\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"year\": 2023,\n                \"teams_count\": 2,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"4e270b00-2064-4e17-8748-89137d52c1be"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2b17a456-18b2-4c3e-9d7a-ca99619f009b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","urlObject":{"path":["stats","team","overall","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"6fa9f000-87fd-4a53-a74b-9b1560fe0223","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","seasons"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:40:08 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"season\": \"2014/15\",\n                \"teams_count\": 14,\n                \"matches_played\": 111,\n                \"matches_won\": 108,\n                \"matches_lost\": 108,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 219,\n                \"total_runs\": 53578,\n                \"total_balls\": 58145,\n                \"total_wickets\": 1635,\n                \"average\": 32.76941896024465,\n                \"scoring_rate\": 5.528729899389457,\n                \"highest_score\": 439,\n                \"lowest_score\": 63\n            },\n            {\n                \"season\": \"2023/24\",\n                \"teams_count\": 18,\n                \"matches_played\": 96,\n                \"matches_won\": 94,\n                \"matches_lost\": 94,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 191,\n                \"total_runs\": 45480,\n                \"total_balls\": 48658,\n                \"total_wickets\": 1427,\n                \"average\": 31.87105816398038,\n                \"scoring_rate\": 5.608121994327757,\n                \"highest_score\": 428,\n                \"lowest_score\": 55\n            },\n            {\n                \"season\": \"2010/11\",\n                \"teams_count\": 14,\n                \"matches_played\": 95,\n                \"matches_won\": 91,\n                \"matches_lost\": 91,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 3,\n                \"innings_count\": 187,\n                \"total_runs\": 42211,\n                \"total_balls\": 49682,\n                \"total_wickets\": 1415,\n                \"average\": 29.831095406360426,\n                \"scoring_rate\": 5.097741636810112,\n                \"highest_score\": 399,\n                \"lowest_score\": 58\n            },\n            {\n                \"season\": \"2023\",\n                \"teams_count\": 20,\n                \"matches_played\": 95,\n                \"matches_won\": 90,\n                \"matches_lost\": 90,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 5,\n                \"innings_count\": 187,\n                \"total_runs\": 43503,\n                \"total_balls\": 48406,\n                \"total_wickets\": 1429,\n                \"average\": 30.44296710986704,\n                \"scoring_rate\": 5.3922654216419454,\n                \"highest_score\": 408,\n                \"lowest_score\": 50\n            },\n            {\n                \"season\": \"2017/18\",\n                \"teams_count\": 16,\n                \"matches_played\": 88,\n                \"matches_won\": 87,\n                \"matches_lost\": 87,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 176,\n                \"total_runs\": 39637,\n                \"total_balls\": 46135,\n                \"total_wickets\": 1323,\n                \"average\": 29.959939531368104,\n                \"scoring_rate\": 5.154914923593801,\n                \"highest_score\": 392,\n                \"lowest_score\": 74\n            },\n            {\n                \"season\": \"2019\",\n                \"teams_count\": 19,\n                \"matches_played\": 88,\n                \"matches_won\": 84,\n                \"matches_lost\": 84,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 3,\n                \"innings_count\": 173,\n                \"total_runs\": 41525,\n                \"total_balls\": 45974,\n                \"total_wickets\": 1274,\n                \"average\": 32.59419152276295,\n                \"scoring_rate\": 5.419367468569192,\n                \"highest_score\": 397,\n                \"lowest_score\": 81\n            },\n            {\n                \"season\": \"2022\",\n                \"teams_count\": 20,\n                \"matches_played\": 85,\n                \"matches_won\": 82,\n                \"matches_lost\": 82,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 1,\n                \"innings_count\": 169,\n                \"total_runs\": 37738,\n                \"total_balls\": 44779,\n                \"total_wickets\": 1294,\n                \"average\": 29.163833075734157,\n                \"scoring_rate\": 5.056566694209339,\n                \"highest_score\": 498,\n                \"lowest_score\": 82\n            },\n            {\n                \"season\": \"2022/23\",\n                \"teams_count\": 19,\n                \"matches_played\": 82,\n                \"matches_won\": 76,\n                \"matches_lost\": 76,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 9,\n                \"innings_count\": 161,\n                \"total_runs\": 35380,\n                \"total_balls\": 40218,\n                \"total_wickets\": 1228,\n                \"average\": 28.811074918566774,\n                \"scoring_rate\": 5.278233626734298,\n                \"highest_score\": 409,\n                \"lowest_score\": 71\n            },\n            {\n                \"season\": \"2016/17\",\n                \"teams_count\": 16,\n                \"matches_played\": 78,\n                \"matches_won\": 75,\n                \"matches_lost\": 75,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 154,\n                \"total_runs\": 37187,\n                \"total_balls\": 41308,\n                \"total_wickets\": 1207,\n                \"average\": 30.80944490472245,\n                \"scoring_rate\": 5.401423453084148,\n                \"highest_score\": 384,\n                \"lowest_score\": 54\n            },\n            {\n                \"season\": \"2009/10\",\n                \"teams_count\": 10,\n                \"matches_played\": 75,\n                \"matches_won\": 72,\n                \"matches_lost\": 72,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 148,\n                \"total_runs\": 34851,\n                \"total_balls\": 39757,\n                \"total_wickets\": 1090,\n                \"average\": 31.973394495412844,\n                \"scoring_rate\": 5.259602082652112,\n                \"highest_score\": 414,\n                \"lowest_score\": 44\n            },\n            {\n                \"season\": \"2011/12\",\n                \"teams_count\": 14,\n                \"matches_played\": 73,\n                \"matches_won\": 71,\n                \"matches_lost\": 71,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 0,\n                \"innings_count\": 146,\n                \"total_runs\": 33839,\n                \"total_balls\": 39558,\n                \"total_wickets\": 1083,\n                \"average\": 31.24561403508772,\n                \"scoring_rate\": 5.132564841498559,\n                \"highest_score\": 418,\n                \"lowest_score\": 43\n            },\n            {\n                \"season\": \"2018/19\",\n                \"teams_count\": 14,\n                \"matches_played\": 71,\n                \"matches_won\": 67,\n                \"matches_lost\": 67,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 4,\n                \"innings_count\": 140,\n                \"total_runs\": 32847,\n                \"total_balls\": 36309,\n                \"total_wickets\": 967,\n                \"average\": 33.96794208893485,\n                \"scoring_rate\": 5.427910435429232,\n                \"highest_score\": 418,\n                \"lowest_score\": 78\n            },\n            {\n                \"season\": \"2013/14\",\n                \"teams_count\": 15,\n                \"matches_played\": 67,\n                \"matches_won\": 63,\n                \"matches_lost\": 63,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 5,\n                \"innings_count\": 133,\n                \"total_runs\": 32571,\n                \"total_balls\": 35984,\n                \"total_wickets\": 976,\n                \"average\": 33.3719262295082,\n                \"scoring_rate\": 5.430913739439751,\n                \"highest_score\": 383,\n                \"lowest_score\": 124\n            },\n            {\n                \"season\": \"2013\",\n                \"teams_count\": 14,\n                \"matches_played\": 58,\n                \"matches_won\": 52,\n                \"matches_lost\": 52,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 6,\n                \"matches_no_result\": 5,\n                \"innings_count\": 115,\n                \"total_runs\": 24299,\n                \"total_balls\": 29228,\n                \"total_wickets\": 835,\n                \"average\": 29.10059880239521,\n                \"scoring_rate\": 4.988162036403449,\n                \"highest_score\": 359,\n                \"lowest_score\": 67\n            },\n            {\n                \"season\": \"2017\",\n                \"teams_count\": 15,\n                \"matches_played\": 55,\n                \"matches_won\": 50,\n                \"matches_lost\": 50,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 7,\n                \"innings_count\": 107,\n                \"total_runs\": 25095,\n                \"total_balls\": 27559,\n                \"total_wickets\": 708,\n                \"average\": 35.44491525423729,\n                \"scoring_rate\": 5.4635509271018545,\n                \"highest_score\": 375,\n                \"lowest_score\": 126\n            },\n            {\n                \"season\": \"2008/09\",\n                \"teams_count\": 12,\n                \"matches_played\": 53,\n                \"matches_won\": 50,\n                \"matches_lost\": 50,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 104,\n                \"total_runs\": 22930,\n                \"total_balls\": 26153,\n                \"total_wickets\": 757,\n                \"average\": 30.290620871862615,\n                \"scoring_rate\": 5.260581960004588,\n                \"highest_score\": 392,\n                \"lowest_score\": 67\n            },\n            {\n                \"season\": \"2015/16\",\n                \"teams_count\": 14,\n                \"matches_played\": 50,\n                \"matches_won\": 49,\n                \"matches_lost\": 49,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 99,\n                \"total_runs\": 23545,\n                \"total_balls\": 26079,\n                \"total_wickets\": 743,\n                \"average\": 31.689098250336475,\n                \"scoring_rate\": 5.417002185666628,\n                \"highest_score\": 438,\n                \"lowest_score\": 58\n            },\n            {\n                \"season\": \"2021/22\",\n                \"teams_count\": 17,\n                \"matches_played\": 47,\n                \"matches_won\": 45,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 94,\n                \"total_runs\": 21331,\n                \"total_balls\": 25821,\n                \"total_wickets\": 723,\n                \"average\": 29.503457814661136,\n                \"scoring_rate\": 4.956663181131637,\n                \"highest_score\": 349,\n                \"lowest_score\": 70\n            },\n            {\n                \"season\": \"2010\",\n                \"teams_count\": 15,\n                \"matches_played\": 46,\n                \"matches_won\": 45,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 91,\n                \"total_runs\": 20224,\n                \"total_balls\": 23969,\n                \"total_wickets\": 666,\n                \"average\": 30.366366366366368,\n                \"scoring_rate\": 5.062539113020986,\n                \"highest_score\": 385,\n                \"lowest_score\": 88\n            },\n            {\n                \"season\": \"2021\",\n                \"teams_count\": 16,\n                \"matches_played\": 49,\n                \"matches_won\": 45,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 94,\n                \"total_runs\": 20041,\n                \"total_balls\": 24439,\n                \"total_wickets\": 729,\n                \"average\": 27.49108367626886,\n                \"scoring_rate\": 4.920250419411596,\n                \"highest_score\": 346,\n                \"lowest_score\": 82\n            },\n            {\n                \"season\": \"2019/20\",\n                \"teams_count\": 18,\n                \"matches_played\": 45,\n                \"matches_won\": 44,\n                \"matches_lost\": 44,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 89,\n                \"total_runs\": 21567,\n                \"total_balls\": 24227,\n                \"total_wickets\": 658,\n                \"average\": 32.776595744680854,\n                \"scoring_rate\": 5.341230858133487,\n                \"highest_score\": 387,\n                \"lowest_score\": 35\n            },\n            {\n                \"season\": \"2012/13\",\n                \"teams_count\": 12,\n                \"matches_played\": 44,\n                \"matches_won\": 41,\n                \"matches_lost\": 41,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 86,\n                \"total_runs\": 18402,\n                \"total_balls\": 22070,\n                \"total_wickets\": 615,\n                \"average\": 29.921951219512195,\n                \"scoring_rate\": 5.00280924331672,\n                \"highest_score\": 343,\n                \"lowest_score\": 70\n            },\n            {\n                \"season\": \"2014\",\n                \"teams_count\": 14,\n                \"matches_played\": 41,\n                \"matches_won\": 40,\n                \"matches_lost\": 40,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 81,\n                \"total_runs\": 17677,\n                \"total_balls\": 20669,\n                \"total_wickets\": 623,\n                \"average\": 28.373996789727126,\n                \"scoring_rate\": 5.131452900478978,\n                \"highest_score\": 350,\n                \"lowest_score\": 58\n            },\n            {\n                \"season\": \"2009\",\n                \"teams_count\": 14,\n                \"matches_played\": 40,\n                \"matches_won\": 39,\n                \"matches_lost\": 39,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 79,\n                \"total_runs\": 17625,\n                \"total_balls\": 20848,\n                \"total_wickets\": 583,\n                \"average\": 30.23156089193825,\n                \"scoring_rate\": 5.072429009976976,\n                \"highest_score\": 339,\n                \"lowest_score\": 104\n            },\n            {\n                \"season\": \"2011\",\n                \"teams_count\": 12,\n                \"matches_played\": 40,\n                \"matches_won\": 38,\n                \"matches_lost\": 38,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 80,\n                \"total_runs\": 17325,\n                \"total_balls\": 20795,\n                \"total_wickets\": 547,\n                \"average\": 31.672760511883,\n                \"scoring_rate\": 4.9987977879297905,\n                \"highest_score\": 361,\n                \"lowest_score\": 121\n            },\n            {\n                \"season\": \"2018\",\n                \"teams_count\": 14,\n                \"matches_played\": 38,\n                \"matches_won\": 37,\n                \"matches_lost\": 37,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 76,\n                \"total_runs\": 17575,\n                \"total_balls\": 20085,\n                \"total_wickets\": 564,\n                \"average\": 31.161347517730498,\n                \"scoring_rate\": 5.250186706497386,\n                \"highest_score\": 481,\n                \"lowest_score\": 67\n            },\n            {\n                \"season\": \"2015\",\n                \"teams_count\": 10,\n                \"matches_played\": 38,\n                \"matches_won\": 36,\n                \"matches_lost\": 36,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 75,\n                \"total_runs\": 18945,\n                \"total_balls\": 19834,\n                \"total_wickets\": 516,\n                \"average\": 36.71511627906977,\n                \"scoring_rate\": 5.731067863265101,\n                \"highest_score\": 408,\n                \"lowest_score\": 138\n            },\n            {\n                \"season\": \"2016\",\n                \"teams_count\": 13,\n                \"matches_played\": 39,\n                \"matches_won\": 34,\n                \"matches_lost\": 34,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 6,\n                \"innings_count\": 76,\n                \"total_runs\": 17195,\n                \"total_balls\": 19509,\n                \"total_wickets\": 544,\n                \"average\": 31.608455882352942,\n                \"scoring_rate\": 5.288328463785945,\n                \"highest_score\": 444,\n                \"lowest_score\": 82\n            },\n            {\n                \"season\": \"2024\",\n                \"teams_count\": 14,\n                \"matches_played\": 33,\n                \"matches_won\": 31,\n                \"matches_lost\": 31,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 66,\n                \"total_runs\": 14191,\n                \"total_balls\": 16848,\n                \"total_wickets\": 504,\n                \"average\": 28.15674603174603,\n                \"scoring_rate\": 5.053774928774929,\n                \"highest_score\": 339,\n                \"lowest_score\": 91\n            },\n            {\n                \"season\": \"2012\",\n                \"teams_count\": 10,\n                \"matches_played\": 32,\n                \"matches_won\": 29,\n                \"matches_lost\": 29,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 61,\n                \"total_runs\": 13100,\n                \"total_balls\": 15823,\n                \"total_wickets\": 421,\n                \"average\": 31.116389548693586,\n                \"scoring_rate\": 4.96745244264678,\n                \"highest_score\": 315,\n                \"lowest_score\": 104\n            },\n            {\n                \"season\": \"2020/21\",\n                \"teams_count\": 12,\n                \"matches_played\": 23,\n                \"matches_won\": 22,\n                \"matches_lost\": 22,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 46,\n                \"total_runs\": 11718,\n                \"total_balls\": 12762,\n                \"total_wickets\": 325,\n                \"average\": 36.05538461538462,\n                \"scoring_rate\": 5.5091678420310295,\n                \"highest_score\": 389,\n                \"lowest_score\": 116\n            },\n            {\n                \"season\": \"2008\",\n                \"teams_count\": 8,\n                \"matches_played\": 14,\n                \"matches_won\": 12,\n                \"matches_lost\": 12,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 26,\n                \"total_runs\": 4213,\n                \"total_balls\": 5624,\n                \"total_wickets\": 181,\n                \"average\": 23.276243093922652,\n                \"scoring_rate\": 4.494665718349929,\n                \"highest_score\": 296,\n                \"lowest_score\": 74\n            },\n            {\n                \"season\": \"2020\",\n                \"teams_count\": 3,\n                \"matches_played\": 6,\n                \"matches_won\": 6,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 3045,\n                \"total_balls\": 3318,\n                \"total_wickets\": 93,\n                \"average\": 32.74193548387097,\n                \"scoring_rate\": 5.506329113924051,\n                \"highest_score\": 329,\n                \"lowest_score\": 172\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"2b17a456-18b2-4c3e-9d7a-ca99619f009b"},{"name":"Decades","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d940444b-94ab-482b-b4e6-c93ef425c198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/decades?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","overall","decades"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"0dd4a9bc-898c-4658-b65c-94f7f85ee9c1","name":"Decades","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/decades?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","overall","decades"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 08:40:28 GMT"},{"key":"Content-Length","value":"776"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"decade\": 2010,\n                \"teams_count\": 11,\n                \"matches_played\": 28,\n                \"matches_won\": 27,\n                \"matches_lost\": 27,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 56,\n                \"total_runs\": 12412,\n                \"total_balls\": 14469,\n                \"total_wickets\": 401,\n                \"average\": 30.952618453865338,\n                \"scoring_rate\": 5.14700393945677,\n                \"highest_score\": 326,\n                \"lowest_score\": 74\n            },\n            {\n                \"decade\": 2020,\n                \"teams_count\": 7,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2183,\n                \"total_balls\": 2597,\n                \"total_wickets\": 84,\n                \"average\": 25.988095238095237,\n                \"scoring_rate\": 5.043511744320369,\n                \"highest_score\": 281,\n                \"lowest_score\": 76\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d940444b-94ab-482b-b4e6-c93ef425c198"},{"name":"Aggregate","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"51e88d37-1155-406c-8bcf-f85555bf8961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&team_total_for=batting&tournament=1","urlObject":{"path":["stats","team","overall","aggregate"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"team_total_for","value":"batting"},{"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"f1d55aa9-23bd-4876-81a2-08d7364c6b00","name":"Aggregate","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&team_total_for=batting&tournament=1","host":["http://localhost:8080"],"path":["stats","team","overall","aggregate"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"team_total_for","value":"batting"},{"key":"tournament","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Jan 2025 09:52:50 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"teams_count\": 11,\n                \"matches_played\": 93,\n                \"matches_won\": 91,\n                \"matches_lost\": 91,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 1,\n                \"innings_count\": 185,\n                \"total_runs\": 47051,\n                \"total_balls\": 49450,\n                \"total_wickets\": 1402,\n                \"average\": 33.559914407988586,\n                \"scoring_rate\": 5.70891809908999,\n                \"highest_score\": 428,\n                \"lowest_score\": 55\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"51e88d37-1155-406c-8bcf-f85555bf8961"}],"id":"115d925d-a478-4dac-9fba-9a9ccf4c0e57","_postman_id":"115d925d-a478-4dac-9fba-9a9ccf4c0e57","description":""},{"name":"Bowling Team Totals","item":[{"name":"Teams","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"8b834d69-a977-4609-a732-e39ea0db82ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/teams?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&toss_result=won&bat_field_first=bat&team_total_for=bowling","urlObject":{"path":["stats","team","overall","teams"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"toss_result","value":"won"},{"key":"bat_field_first","value":"bat"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"67da063e-7273-4ee1-a0f2-3ae84d99880e","name":"Teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/teams?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&toss_result=won&bat_field_first=bat&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","teams"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"toss_result","value":"won"},{"key":"bat_field_first","value":"bat"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 16:27:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 6,\n                \"team_name\": \"India\",\n                \"min_start_date\": \"2023-01-15\",\n                \"max_start_date\": \"2023-11-15\",\n                \"matches_played\": 7,\n                \"matches_won\": 6,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 7,\n                \"total_runs\": 2351,\n                \"total_balls\": 2088,\n                \"total_wickets\": 46,\n                \"average\": 51.108695652173914,\n                \"scoring_rate\": 6.755747126436781,\n                \"highest_score\": 410,\n                \"lowest_score\": 213\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"Australia\",\n                \"min_start_date\": \"2023-03-22\",\n                \"max_start_date\": \"2023-10-25\",\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 1219,\n                \"total_balls\": 1191,\n                \"total_wickets\": 35,\n                \"average\": 34.82857142857143,\n                \"scoring_rate\": 6.141057934508816,\n                \"highest_score\": 399,\n                \"lowest_score\": 199\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"New Zealand\",\n                \"min_start_date\": \"2023-01-11\",\n                \"max_start_date\": \"2023-09-23\",\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 814,\n                \"total_balls\": 893,\n                \"total_wickets\": 30,\n                \"average\": 27.133333333333333,\n                \"scoring_rate\": 5.4692049272116465,\n                \"highest_score\": 299,\n                \"lowest_score\": 254\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2023-01-12\",\n                \"max_start_date\": \"2023-10-16\",\n                \"matches_played\": 8,\n                \"matches_won\": 3,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.6,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1802,\n                \"total_balls\": 2026,\n                \"total_wickets\": 73,\n                \"average\": 24.684931506849313,\n                \"scoring_rate\": 5.336623889437315,\n                \"highest_score\": 344,\n                \"lowest_score\": 50\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Pakistan\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-10-27\",\n                \"matches_played\": 7,\n                \"matches_won\": 3,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1895,\n                \"total_balls\": 2015,\n                \"total_wickets\": 57,\n                \"average\": 33.24561403508772,\n                \"scoring_rate\": 5.642679900744417,\n                \"highest_score\": 342,\n                \"lowest_score\": 201\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"min_start_date\": \"2023-09-15\",\n                \"max_start_date\": \"2023-12-03\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1468,\n                \"total_balls\": 1400,\n                \"total_wickets\": 47,\n                \"average\": 31.23404255319149,\n                \"scoring_rate\": 6.291428571428572,\n                \"highest_score\": 339,\n                \"lowest_score\": 156\n            },\n            {\n                \"team_id\": 17,\n                \"team_name\": \"Nepal\",\n                \"min_start_date\": \"2023-03-06\",\n                \"max_start_date\": \"2023-03-12\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 477,\n                \"total_balls\": 596,\n                \"total_wickets\": 18,\n                \"average\": 26.5,\n                \"scoring_rate\": 4.802013422818792,\n                \"highest_score\": 248,\n                \"lowest_score\": 248\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2023-03-16\",\n                \"max_start_date\": \"2023-07-06\",\n                \"matches_played\": 6,\n                \"matches_won\": 2,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1567,\n                \"total_balls\": 1699,\n                \"total_wickets\": 46,\n                \"average\": 34.06521739130435,\n                \"scoring_rate\": 5.533843437316068,\n                \"highest_score\": 310,\n                \"lowest_score\": 184\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"South Africa\",\n                \"min_start_date\": \"2023-01-27\",\n                \"max_start_date\": \"2023-12-17\",\n                \"matches_played\": 4,\n                \"matches_won\": 2,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 1008,\n                \"total_balls\": 1063,\n                \"total_wickets\": 32,\n                \"average\": 31.5,\n                \"scoring_rate\": 5.689557855126999,\n                \"highest_score\": 382,\n                \"lowest_score\": 116\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"West Indies\",\n                \"min_start_date\": \"2023-03-18\",\n                \"max_start_date\": \"2023-06-06\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 641,\n                \"total_balls\": 599,\n                \"total_wickets\": 18,\n                \"average\": 35.611111111111114,\n                \"scoring_rate\": 6.420701168614357,\n                \"highest_score\": 335,\n                \"lowest_score\": 306\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Bangladesh\",\n                \"min_start_date\": \"2023-03-01\",\n                \"max_start_date\": \"2023-10-31\",\n                \"matches_played\": 8,\n                \"matches_won\": 2,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1777,\n                \"total_balls\": 2143,\n                \"total_wickets\": 74,\n                \"average\": 24.013513513513512,\n                \"scoring_rate\": 4.975268315445637,\n                \"highest_score\": 334,\n                \"lowest_score\": 164\n            },\n            {\n                \"team_id\": 23,\n                \"team_name\": \"Jersey\",\n                \"min_start_date\": \"2023-03-30\",\n                \"max_start_date\": \"2023-04-01\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 504,\n                \"total_balls\": 599,\n                \"total_wickets\": 13,\n                \"average\": 38.76923076923077,\n                \"scoring_rate\": 5.048414023372287,\n                \"highest_score\": 291,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 21,\n                \"team_name\": \"Netherlands\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-11-03\",\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 901,\n                \"total_balls\": 1177,\n                \"total_wickets\": 39,\n                \"average\": 23.102564102564102,\n                \"scoring_rate\": 4.59303313508921,\n                \"highest_score\": 262,\n                \"lowest_score\": 179\n            },\n            {\n                \"team_id\": 22,\n                \"team_name\": \"Canada\",\n                \"min_start_date\": \"2023-04-01\",\n                \"max_start_date\": \"2023-04-05\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 472,\n                \"total_balls\": 593,\n                \"total_wickets\": 18,\n                \"average\": 26.22222222222222,\n                \"scoring_rate\": 4.775716694772344,\n                \"highest_score\": 254,\n                \"lowest_score\": 254\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"Zimbabwe\",\n                \"min_start_date\": \"2023-01-23\",\n                \"max_start_date\": \"2023-12-15\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 492,\n                \"total_balls\": 631,\n                \"total_wickets\": 21,\n                \"average\": 23.428571428571427,\n                \"scoring_rate\": 4.678288431061807,\n                \"highest_score\": 271,\n                \"lowest_score\": 166\n            },\n            {\n                \"team_id\": 18,\n                \"team_name\": \"United States of America\",\n                \"min_start_date\": \"2023-04-02\",\n                \"max_start_date\": \"2023-04-02\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 235,\n                \"total_balls\": 300,\n                \"total_wickets\": 7,\n                \"average\": 33.57142857142857,\n                \"scoring_rate\": 4.7,\n                \"highest_score\": 235,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 19,\n                \"team_name\": \"Namibia\",\n                \"min_start_date\": \"2023-04-04\",\n                \"max_start_date\": \"2023-04-04\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 267,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 29.666666666666668,\n                \"scoring_rate\": 5.34,\n                \"highest_score\": 267,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"Ireland\",\n                \"min_start_date\": \"2023-03-23\",\n                \"max_start_date\": \"2023-03-23\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 101,\n                \"total_balls\": 169,\n                \"total_wickets\": 10,\n                \"average\": 10.1,\n                \"scoring_rate\": 3.5857988165680474,\n                \"highest_score\": 101,\n                \"lowest_score\": 101\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"Papua New Guinea\",\n                \"min_start_date\": \"2023-03-03\",\n                \"max_start_date\": \"2023-03-15\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 413,\n                \"total_balls\": 596,\n                \"total_wickets\": 17,\n                \"average\": 24.294117647058822,\n                \"scoring_rate\": 4.157718120805369,\n                \"highest_score\": 234,\n                \"lowest_score\": 179\n            },\n            {\n                \"team_id\": 9,\n                \"team_name\": \"Afghanistan\",\n                \"min_start_date\": \"2023-06-07\",\n                \"max_start_date\": \"2023-11-10\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1349,\n                \"total_balls\": 1606,\n                \"total_wickets\": 48,\n                \"average\": 28.104166666666668,\n                \"scoring_rate\": 5.039850560398506,\n                \"highest_score\": 300,\n                \"lowest_score\": 116\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"8b834d69-a977-4609-a732-e39ea0db82ce"},{"name":"Players","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"c267e2a4-288e-44cf-9a6f-ba3ffe4b4b08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/players?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&opposition_team=1&opposition_team=8&team_total_for=bowling","urlObject":{"path":["stats","team","overall","players"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"993125d4-98b7-40b6-890c-e2c1bcd6ec04","name":"Players","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/players?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&opposition_team=1&opposition_team=8&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","players"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:16:15 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"player_id\": 43,\n                \"player_name\": \"TG Southee\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1724,\n                \"total_balls\": 2086,\n                \"total_wickets\": 66,\n                \"average\": 26.12121212121212,\n                \"scoring_rate\": 4.958772770853308,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 158,\n                \"player_name\": \"LH Ferguson\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1724,\n                \"total_balls\": 2086,\n                \"total_wickets\": 66,\n                \"average\": 26.12121212121212,\n                \"scoring_rate\": 4.958772770853308,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 42,\n                \"player_name\": \"KS Williamson\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1724,\n                \"total_balls\": 2086,\n                \"total_wickets\": 66,\n                \"average\": 26.12121212121212,\n                \"scoring_rate\": 4.958772770853308,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 2,\n                \"player_name\": \"TWM Latham\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1724,\n                \"total_balls\": 2086,\n                \"total_wickets\": 66,\n                \"average\": 26.12121212121212,\n                \"scoring_rate\": 4.958772770853308,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 3,\n                \"player_name\": \"MJ Santner\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 7,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 7,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1724,\n                \"total_balls\": 2086,\n                \"total_wickets\": 66,\n                \"average\": 26.12121212121212,\n                \"scoring_rate\": 4.958772770853308,\n                \"highest_score\": 280,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 285,\n                \"player_name\": \"HM Nicholls\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 62,\n                \"player_name\": \"LRPL Taylor\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 50,\n                \"player_name\": \"MJ Guptill\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 55,\n                \"player_name\": \"C Munro\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 64,\n                \"player_name\": \"TA Boult\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 4,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 748,\n                \"total_balls\": 945,\n                \"total_wickets\": 33,\n                \"average\": 22.666666666666668,\n                \"scoring_rate\": 4.749206349206349,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 358,\n                \"player_name\": \"TD Astle\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 486,\n                \"total_balls\": 645,\n                \"total_wickets\": 25,\n                \"average\": 19.44,\n                \"scoring_rate\": 4.52093023255814,\n                \"highest_score\": 246,\n                \"lowest_score\": 74\n            },\n            {\n                \"player_id\": 734,\n                \"player_name\": \"MG Bracewell\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 643,\n                \"player_name\": \"DJ Mitchell\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 775,\n                \"player_name\": \"FH Allen\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 218,\n                \"player_name\": \"IS Sodhi\",\n                \"min_start_date\": \"2023-01-11\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 462,\n                \"total_balls\": 558,\n                \"total_wickets\": 19,\n                \"average\": 24.31578947368421,\n                \"scoring_rate\": 4.967741935483871,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 183,\n                \"player_name\": \"C de Grandhomme\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 518,\n                \"total_balls\": 594,\n                \"total_wickets\": 18,\n                \"average\": 28.77777777777778,\n                \"scoring_rate\": 5.232323232323233,\n                \"highest_score\": 262,\n                \"lowest_score\": 256\n            },\n            {\n                \"player_id\": 769,\n                \"player_name\": \"GD Phillips\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 633,\n                \"player_name\": \"DP Conway\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"player_id\": 634,\n                \"player_name\": \"Haris Rauf\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 52,\n                \"player_name\": \"Babar Azam\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 8,\n                \"matches_won\": 1,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.14285714285714285,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 2054,\n                \"total_balls\": 2206,\n                \"total_wickets\": 58,\n                \"average\": 35.41379310344828,\n                \"scoring_rate\": 5.586582048957389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 144,\n                \"player_name\": \"Mohammad Rizwan\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 215,\n                \"player_name\": \"Fakhar Zaman\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 7,\n                \"matches_won\": 1,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.16666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1903,\n                \"total_balls\": 2063,\n                \"total_wickets\": 56,\n                \"average\": 33.982142857142854,\n                \"scoring_rate\": 5.534658264663112,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 224,\n                \"player_name\": \"Mohammad Nawaz\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 1068,\n                \"total_balls\": 1188,\n                \"total_wickets\": 34,\n                \"average\": 31.41176470588235,\n                \"scoring_rate\": 5.393939393939394,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 229,\n                \"player_name\": \"MJ Henry\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 256,\n                \"total_balls\": 294,\n                \"total_wickets\": 10,\n                \"average\": 25.6,\n                \"scoring_rate\": 5.224489795918367,\n                \"highest_score\": 256,\n                \"lowest_score\": 256\n            },\n            {\n                \"player_id\": 361,\n                \"player_name\": \"Imam-ul-Haq\",\n                \"min_start_date\": \"2018-01-09\",\n                \"max_start_date\": \"2023-01-11\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 667,\n                \"total_balls\": 742,\n                \"total_wickets\": 21,\n                \"average\": 31.761904761904763,\n                \"scoring_rate\": 5.393530997304582,\n                \"highest_score\": 261,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 363,\n                \"player_name\": \"Haris Sohail\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1331,\n                \"total_balls\": 1463,\n                \"total_wickets\": 39,\n                \"average\": 34.12820512820513,\n                \"scoring_rate\": 5.458646616541353,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 748,\n                \"player_name\": \"Mohammad Wasim\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 786,\n                \"player_name\": \"Naseem Shah\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-11\",\n                \"teams_count\": 1,\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 516,\n                \"total_balls\": 599,\n                \"total_wickets\": 19,\n                \"average\": 27.157894736842106,\n                \"scoring_rate\": 5.168614357262103,\n                \"highest_score\": 261,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 787,\n                \"player_name\": \"Agha Salman\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 837,\n                \"player_name\": \"Usama Mir\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"player_id\": 377,\n                \"player_name\": \"Aamer Yamin\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 271,\n                \"total_balls\": 300,\n                \"total_wickets\": 7,\n                \"average\": 38.714285714285715,\n                \"scoring_rate\": 5.42,\n                \"highest_score\": 271,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 468,\n                \"player_name\": \"Mohammad Hasnain\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 281,\n                \"total_balls\": 289,\n                \"total_wickets\": 8,\n                \"average\": 35.125,\n                \"scoring_rate\": 5.833910034602076,\n                \"highest_score\": 281,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 516,\n                \"player_name\": \"Shan Masood\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 281,\n                \"total_balls\": 289,\n                \"total_wickets\": 8,\n                \"average\": 35.125,\n                \"scoring_rate\": 5.833910034602076,\n                \"highest_score\": 281,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 211,\n                \"player_name\": \"Mohammad Amir\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 0,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 986,\n                \"total_balls\": 1018,\n                \"total_wickets\": 24,\n                \"average\": 41.083333333333336,\n                \"scoring_rate\": 5.81139489194499,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 133,\n                \"player_name\": \"Azhar Ali\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 3,\n                \"matches_won\": 0,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 723,\n                \"total_balls\": 743,\n                \"total_wickets\": 19,\n                \"average\": 38.05263157894737,\n                \"scoring_rate\": 5.838492597577389,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 108,\n                \"player_name\": \"Shadab Khan\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 105,\n                \"player_name\": \"Sarfraz Ahmed\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 842,\n                \"player_name\": \"Kamran Ghulam\",\n                \"min_start_date\": \"2023-01-13\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 281,\n                \"total_balls\": 289,\n                \"total_wickets\": 8,\n                \"average\": 35.125,\n                \"scoring_rate\": 5.833910034602076,\n                \"highest_score\": 281,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 85,\n                \"player_name\": \"Hasan Ali\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 0,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 986,\n                \"total_balls\": 1018,\n                \"total_wickets\": 24,\n                \"average\": 41.083333333333336,\n                \"scoring_rate\": 5.81139489194499,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 265,\n                \"player_name\": \"Faheem Ashraf\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 330,\n                \"player_name\": \"Rumman Raees\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 260,\n                \"player_name\": \"Mohammad Hafeez\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 49,\n                \"player_name\": \"Shoaib Malik\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-16\",\n                \"teams_count\": 1,\n                \"matches_played\": 4,\n                \"matches_won\": 0,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 986,\n                \"total_balls\": 1018,\n                \"total_wickets\": 24,\n                \"average\": 41.083333333333336,\n                \"scoring_rate\": 5.81139489194499,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"player_id\": 819,\n                \"player_name\": \"HB Shipley\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-09\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 258,\n                \"total_balls\": 289,\n                \"total_wickets\": 4,\n                \"average\": 64.5,\n                \"scoring_rate\": 5.356401384083045,\n                \"highest_score\": 258,\n                \"lowest_score\": null\n            },\n            {\n                \"player_id\": 366,\n                \"player_name\": \"Umar Amin\",\n                \"min_start_date\": \"2018-01-19\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 1,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 271,\n                \"total_balls\": 300,\n                \"total_wickets\": 7,\n                \"average\": 38.714285714285715,\n                \"scoring_rate\": 5.42,\n                \"highest_score\": 271,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"c267e2a4-288e-44cf-9a6f-ba3ffe4b4b08"},{"name":"Matches","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"dce9c7ab-5593-4947-88de-6e93543191c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/matches?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&home_or_away=home&primary_team=5&team_total_for=bowling","urlObject":{"path":["stats","team","overall","matches"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"home_or_away","value":"home"},{"key":"primary_team","value":"5"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"3ac3f43d-ec2a-433d-af1a-dd6e623e4350","name":"Matches","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/matches?playing_format=ODI&is_male=true&min_start_date=2023-01-01&max_start_date=2023-12-31&home_or_away=home&primary_team=5&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","matches"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2023-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"home_or_away","value":"home"},{"key":"primary_team","value":"5"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 14:41:45 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 913,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-09-24\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 399,\n                \"total_balls\": 300,\n                \"total_wickets\": 5,\n                \"average\": 79.8,\n                \"scoring_rate\": 7.98,\n                \"highest_score\": 399,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 724,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-12\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 219,\n                \"total_balls\": 260,\n                \"total_wickets\": 6,\n                \"average\": 36.5,\n                \"scoring_rate\": 5.053846153846154,\n                \"highest_score\": 219,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 727,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-18\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 349,\n                \"total_balls\": 300,\n                \"total_wickets\": 8,\n                \"average\": 43.625,\n                \"scoring_rate\": 6.98,\n                \"highest_score\": 349,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 728,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 61,\n                \"city_name\": \"Thiruvananthapuram\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-15\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 390,\n                \"total_balls\": 300,\n                \"total_wickets\": 5,\n                \"average\": 78,\n                \"scoring_rate\": 7.8,\n                \"highest_score\": 390,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 729,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-24\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 385,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 42.77777777777778,\n                \"scoring_rate\": 7.7,\n                \"highest_score\": 385,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 730,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 129,\n                \"city_name\": \"Raipur\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-21\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 111,\n                \"total_balls\": 121,\n                \"total_wickets\": 2,\n                \"average\": 55.5,\n                \"scoring_rate\": 5.5041322314049586,\n                \"highest_score\": 111,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 731,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-03-17\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 191,\n                \"total_balls\": 239,\n                \"total_wickets\": 5,\n                \"average\": 38.2,\n                \"scoring_rate\": 4.7949790794979075,\n                \"highest_score\": 191,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 882,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 21,\n                \"team2_name\": \"Netherlands\",\n                \"ground_id\": 81,\n                \"city_name\": \"Bengaluru\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-12\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 410,\n                \"total_balls\": 300,\n                \"total_wickets\": 4,\n                \"average\": 102.5,\n                \"scoring_rate\": 8.2,\n                \"highest_score\": 410,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 883,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-15\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 397,\n                \"total_balls\": 300,\n                \"total_wickets\": 4,\n                \"average\": 99.25,\n                \"scoring_rate\": 7.94,\n                \"highest_score\": 397,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 909,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 109,\n                \"city_name\": \"Chandigarh\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-09-22\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 281,\n                \"total_balls\": 292,\n                \"total_wickets\": 5,\n                \"average\": 56.2,\n                \"scoring_rate\": 5.773972602739726,\n                \"highest_score\": 281,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 723,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 117,\n                \"city_name\": \"Guwahati\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-01-10\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 373,\n                \"total_balls\": 300,\n                \"total_wickets\": 7,\n                \"average\": 53.285714285714285,\n                \"scoring_rate\": 7.46,\n                \"highest_score\": 373,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 839,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 35,\n                \"city_name\": \"Chennai\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-08\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 201,\n                \"total_balls\": 248,\n                \"total_wickets\": 4,\n                \"average\": 50.25,\n                \"scoring_rate\": 4.862903225806452,\n                \"highest_score\": 201,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 846,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 7,\n                \"team2_name\": \"Afghanistan\",\n                \"ground_id\": 123,\n                \"city_name\": \"Delhi\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-11\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 273,\n                \"total_balls\": 210,\n                \"total_wickets\": 2,\n                \"average\": 136.5,\n                \"scoring_rate\": 7.8,\n                \"highest_score\": 273,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 848,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 8,\n                \"team2_name\": \"Pakistan\",\n                \"ground_id\": 22,\n                \"city_name\": \"Ahmedabad\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-14\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 192,\n                \"total_balls\": 183,\n                \"total_wickets\": 3,\n                \"average\": 64,\n                \"scoring_rate\": 6.295081967213115,\n                \"highest_score\": 192,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 853,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 6,\n                \"team2_name\": \"Bangladesh\",\n                \"ground_id\": 89,\n                \"city_name\": \"Pune\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-19\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 261,\n                \"total_balls\": 249,\n                \"total_wickets\": 3,\n                \"average\": 87,\n                \"scoring_rate\": 6.289156626506024,\n                \"highest_score\": 261,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 858,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 1,\n                \"team2_name\": \"New Zealand\",\n                \"ground_id\": 66,\n                \"city_name\": \"Dharamsala\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-10-22\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 274,\n                \"total_balls\": 288,\n                \"total_wickets\": 6,\n                \"average\": 45.666666666666664,\n                \"scoring_rate\": 5.708333333333333,\n                \"highest_score\": 274,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 870,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 10,\n                \"team2_name\": \"Sri Lanka\",\n                \"ground_id\": 72,\n                \"city_name\": \"Mumbai\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-02\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 357,\n                \"total_balls\": 300,\n                \"total_wickets\": 8,\n                \"average\": 44.625,\n                \"scoring_rate\": 7.14,\n                \"highest_score\": 357,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 874,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 12,\n                \"team2_name\": \"South Africa\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-05\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 326,\n                \"total_balls\": 300,\n                \"total_wickets\": 5,\n                \"average\": 65.2,\n                \"scoring_rate\": 6.52,\n                \"highest_score\": 326,\n                \"lowest_score\": null\n            },\n            {\n                \"match_id\": 732,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 74,\n                \"city_name\": \"Visakhapatnam\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-03-19\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 117,\n                \"total_balls\": 156,\n                \"total_wickets\": 10,\n                \"average\": 11.7,\n                \"scoring_rate\": 4.5,\n                \"highest_score\": 117,\n                \"lowest_score\": 117\n            },\n            {\n                \"match_id\": 733,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 35,\n                \"city_name\": \"Chennai\",\n                \"season\": \"2022/23\",\n                \"start_date\": \"2023-03-22\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 248,\n                \"total_balls\": 295,\n                \"total_wickets\": 10,\n                \"average\": 24.8,\n                \"scoring_rate\": 5.04406779661017,\n                \"highest_score\": 248,\n                \"lowest_score\": 248\n            },\n            {\n                \"match_id\": 912,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 73,\n                \"city_name\": \"Rajkot\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-09-27\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 286,\n                \"total_balls\": 298,\n                \"total_wickets\": 10,\n                \"average\": 28.6,\n                \"scoring_rate\": 5.758389261744966,\n                \"highest_score\": 286,\n                \"lowest_score\": 286\n            },\n            {\n                \"match_id\": 885,\n                \"team1_id\": 5,\n                \"team1_name\": \"India\",\n                \"team2_id\": 2,\n                \"team2_name\": \"Australia\",\n                \"ground_id\": 22,\n                \"city_name\": \"Ahmedabad\",\n                \"season\": \"2023/24\",\n                \"start_date\": \"2023-11-19\",\n                \"teams_count\": 2,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 240,\n                \"total_balls\": 300,\n                \"total_wickets\": 10,\n                \"average\": 24,\n                \"scoring_rate\": 4.8,\n                \"highest_score\": 240,\n                \"lowest_score\": 240\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"dce9c7ab-5593-4947-88de-6e93543191c6"},{"name":"Series","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a9d3ff09-c926-4f16-8863-78cd3a058103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&team_total_for=bowling","urlObject":{"path":["stats","team","overall","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"042358d2-f7f9-401a-b83b-d61762f24700","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:16:50 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team-series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"series_id\": 42,\n                \"series_name\": \"Pakistan in New Zealand ODI series\",\n                \"series_season\": \"2017/18\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2261,\n                \"total_balls\": 2557,\n                \"total_wickets\": 74,\n                \"average\": 30.554054054054053,\n                \"scoring_rate\": 5.305436057880328,\n                \"highest_score\": 315,\n                \"lowest_score\": 74\n            },\n            {\n                \"series_id\": 278,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2022/23\",\n                \"teams_count\": 2,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1517,\n                \"total_balls\": 1735,\n                \"total_wickets\": 50,\n                \"average\": 30.34,\n                \"scoring_rate\": 5.246109510086455,\n                \"highest_score\": 281,\n                \"lowest_score\": 182\n            },\n            {\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"teams_count\": 5,\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 544,\n                \"total_balls\": 593,\n                \"total_wickets\": 15,\n                \"average\": 36.266666666666666,\n                \"scoring_rate\": 5.504215851602024,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"series_id\": 629,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1390,\n                \"total_balls\": 1444,\n                \"total_wickets\": 26,\n                \"average\": 53.46153846153846,\n                \"scoring_rate\": 5.775623268698061,\n                \"highest_score\": 326,\n                \"lowest_score\": 232\n            },\n            {\n                \"series_id\": 523,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1018,\n                \"total_balls\": 1291,\n                \"total_wickets\": 37,\n                \"average\": 27.513513513513512,\n                \"scoring_rate\": 4.731216111541441,\n                \"highest_score\": 257,\n                \"lowest_score\": 200\n            },\n            {\n                \"series_id\": 649,\n                \"series_name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"teams_count\": 2,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 342,\n                \"total_balls\": 314,\n                \"total_wickets\": 13,\n                \"average\": 26.307692307692307,\n                \"scoring_rate\": 6.535031847133758,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"series_id\": 152,\n                \"series_name\": \"Sri Lanka in Pakistan ODI series\",\n                \"series_season\": \"2019/20\",\n                \"teams_count\": 2,\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 604,\n                \"total_balls\": 590,\n                \"total_wickets\": 12,\n                \"average\": 50.333333333333336,\n                \"scoring_rate\": 6.142372881355932,\n                \"highest_score\": 305,\n                \"lowest_score\": null\n            },\n            {\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"teams_count\": 4,\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 189,\n                \"total_balls\": 239,\n                \"total_wickets\": 4,\n                \"average\": 47.25,\n                \"scoring_rate\": 4.7447698744769875,\n                \"highest_score\": 189,\n                \"lowest_score\": null\n            },\n            {\n                \"series_id\": 52,\n                \"series_name\": \"Pakistan in Sri Lanka ODI series\",\n                \"series_season\": \"2017/18\",\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1002,\n                \"total_balls\": 1211,\n                \"total_wickets\": 22,\n                \"average\": 45.54545454545455,\n                \"scoring_rate\": 4.9644921552436,\n                \"highest_score\": 292,\n                \"lowest_score\": null\n            },\n            {\n                \"series_id\": 260,\n                \"series_name\": \"Sri Lanka in New Zealand ODI series\",\n                \"series_season\": \"2022/23\",\n                \"teams_count\": 2,\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 433,\n                \"total_balls\": 494,\n                \"total_wickets\": 14,\n                \"average\": 30.928571428571427,\n                \"scoring_rate\": 5.2591093117408905,\n                \"highest_score\": 274,\n                \"lowest_score\": 274\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"a9d3ff09-c926-4f16-8863-78cd3a058103"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f0ce5d51-2c42-4b2f-b6eb-96d95dc930bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","urlObject":{"path":["stats","team","overall","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"33be305a-c704-4598-bc3e-3f37b2619a45","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:17:04 GMT"},{"key":"Content-Length","value":"891"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team-tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"teams_count\": 17,\n                \"matches_played\": 190,\n                \"matches_won\": 186,\n                \"matches_lost\": 186,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 2,\n                \"innings_count\": 378,\n                \"total_runs\": 91915,\n                \"total_balls\": 99853,\n                \"total_wickets\": 2851,\n                \"average\": 32.23956506488951,\n                \"scoring_rate\": 5.5230188376914064,\n                \"highest_score\": 428,\n                \"lowest_score\": 55\n            },\n            {\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"teams_count\": 9,\n                \"matches_played\": 45,\n                \"matches_won\": 40,\n                \"matches_lost\": 40,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 7,\n                \"innings_count\": 89,\n                \"total_runs\": 19548,\n                \"total_balls\": 22377,\n                \"total_wickets\": 621,\n                \"average\": 31.47826086956522,\n                \"scoring_rate\": 5.241453277919292,\n                \"highest_score\": 338,\n                \"lowest_score\": 129\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"f0ce5d51-2c42-4b2f-b6eb-96d95dc930bf"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"c87f71a8-202a-4689-96e3-1e178316511d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","urlObject":{"path":["stats","team","overall","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"db44cdae-128a-4bae-b605-3e2d98b9bb67","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:17:49 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"min_start_date\": \"2009-01-10\",\n                \"max_start_date\": \"2023-09-26\",\n                \"teams_count\": 12,\n                \"matches_played\": 100,\n                \"matches_won\": 98,\n                \"matches_lost\": 98,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 198,\n                \"total_runs\": 42767,\n                \"total_balls\": 51870,\n                \"total_wickets\": 1503,\n                \"average\": 28.454424484364605,\n                \"scoring_rate\": 4.947021399652979,\n                \"highest_score\": 370,\n                \"lowest_score\": 58\n            },\n            {\n                \"ground_id\": 101,\n                \"ground_name\": \"Harare Sports Club\",\n                \"min_start_date\": \"2008-11-20\",\n                \"max_start_date\": \"2023-12-17\",\n                \"teams_count\": 18,\n                \"matches_played\": 95,\n                \"matches_won\": 93,\n                \"matches_lost\": 93,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 188,\n                \"total_runs\": 40534,\n                \"total_balls\": 49256,\n                \"total_wickets\": 1352,\n                \"average\": 29.98076923076923,\n                \"scoring_rate\": 4.9375507552379405,\n                \"highest_score\": 408,\n                \"lowest_score\": 54\n            },\n            {\n                \"ground_id\": 13,\n                \"ground_name\": \"R Premadasa Stadium\",\n                \"min_start_date\": \"2008-08-24\",\n                \"max_start_date\": \"2024-08-07\",\n                \"teams_count\": 13,\n                \"matches_played\": 70,\n                \"matches_won\": 66,\n                \"matches_lost\": 66,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 4,\n                \"innings_count\": 138,\n                \"total_runs\": 30906,\n                \"total_balls\": 35722,\n                \"total_wickets\": 1055,\n                \"average\": 29.29478672985782,\n                \"scoring_rate\": 5.1910867252673425,\n                \"highest_score\": 375,\n                \"lowest_score\": 50\n            },\n            {\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"min_start_date\": \"2009-04-22\",\n                \"max_start_date\": \"2024-03-07\",\n                \"teams_count\": 18,\n                \"matches_played\": 54,\n                \"matches_won\": 52,\n                \"matches_lost\": 52,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 108,\n                \"total_runs\": 22364,\n                \"total_balls\": 28759,\n                \"total_wickets\": 814,\n                \"average\": 27.474201474201475,\n                \"scoring_rate\": 4.665808964150353,\n                \"highest_score\": 355,\n                \"lowest_score\": 91\n            },\n            {\n                \"ground_id\": 34,\n                \"ground_name\": \"Queens Sports Club\",\n                \"min_start_date\": \"2009-08-09\",\n                \"max_start_date\": \"2023-07-06\",\n                \"teams_count\": 15,\n                \"matches_played\": 50,\n                \"matches_won\": 47,\n                \"matches_lost\": 47,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 1,\n                \"innings_count\": 99,\n                \"total_runs\": 22218,\n                \"total_balls\": 25605,\n                \"total_wickets\": 726,\n                \"average\": 30.60330578512397,\n                \"scoring_rate\": 5.206326889279437,\n                \"highest_score\": 399,\n                \"lowest_score\": 67\n            },\n            {\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"min_start_date\": \"2011-11-20\",\n                \"max_start_date\": \"2024-09-22\",\n                \"teams_count\": 18,\n                \"matches_played\": 46,\n                \"matches_won\": 46,\n                \"matches_lost\": 46,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 92,\n                \"total_runs\": 19733,\n                \"total_balls\": 23829,\n                \"total_wickets\": 698,\n                \"average\": 28.270773638968482,\n                \"scoring_rate\": 4.968651642956062,\n                \"highest_score\": 364,\n                \"lowest_score\": 58\n            },\n            {\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"min_start_date\": \"2008-11-12\",\n                \"max_start_date\": \"2021-01-26\",\n                \"teams_count\": 14,\n                \"matches_played\": 43,\n                \"matches_won\": 43,\n                \"matches_lost\": 43,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 86,\n                \"total_runs\": 19664,\n                \"total_balls\": 24391,\n                \"total_wickets\": 677,\n                \"average\": 29.045790251107828,\n                \"scoring_rate\": 4.837194046984544,\n                \"highest_score\": 308,\n                \"lowest_score\": 63\n            },\n            {\n                \"ground_id\": 36,\n                \"ground_name\": \"Pallekele International Cricket Stadium\",\n                \"min_start_date\": \"2011-03-08\",\n                \"max_start_date\": \"2024-02-14\",\n                \"teams_count\": 12,\n                \"matches_played\": 39,\n                \"matches_won\": 37,\n                \"matches_lost\": 37,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 77,\n                \"total_runs\": 17844,\n                \"total_balls\": 19471,\n                \"total_wickets\": 559,\n                \"average\": 31.92128801431127,\n                \"scoring_rate\": 5.498639001592111,\n                \"highest_score\": 381,\n                \"lowest_score\": 70\n            },\n            {\n                \"ground_id\": 168,\n                \"ground_name\": \"Tribhuvan University International Cricket Ground\",\n                \"min_start_date\": \"2020-02-05\",\n                \"max_start_date\": \"2024-02-25\",\n                \"teams_count\": 9,\n                \"matches_played\": 34,\n                \"matches_won\": 34,\n                \"matches_lost\": 34,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 68,\n                \"total_runs\": 13950,\n                \"total_balls\": 17261,\n                \"total_wickets\": 520,\n                \"average\": 26.826923076923077,\n                \"scoring_rate\": 4.849081744974219,\n                \"highest_score\": 310,\n                \"lowest_score\": 35\n            },\n            {\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"min_start_date\": \"2008-08-29\",\n                \"max_start_date\": \"2023-09-13\",\n                \"teams_count\": 9,\n                \"matches_played\": 34,\n                \"matches_won\": 32,\n                \"matches_lost\": 32,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 67,\n                \"total_runs\": 16348,\n                \"total_balls\": 17508,\n                \"total_wickets\": 468,\n                \"average\": 34.93162393162393,\n                \"scoring_rate\": 5.602467443454421,\n                \"highest_score\": 398,\n                \"lowest_score\": 110\n            },\n            {\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"min_start_date\": \"2008-08-18\",\n                \"max_start_date\": \"2018-10-13\",\n                \"teams_count\": 8,\n                \"matches_played\": 32,\n                \"matches_won\": 29,\n                \"matches_lost\": 29,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 61,\n                \"total_runs\": 12770,\n                \"total_balls\": 15176,\n                \"total_wickets\": 446,\n                \"average\": 28.632286995515695,\n                \"scoring_rate\": 5.048761201897733,\n                \"highest_score\": 385,\n                \"lowest_score\": 88\n            },\n            {\n                \"ground_id\": 18,\n                \"ground_name\": \"SuperSport Park\",\n                \"min_start_date\": \"2009-04-05\",\n                \"max_start_date\": \"2023-09-15\",\n                \"teams_count\": 11,\n                \"matches_played\": 31,\n                \"matches_won\": 28,\n                \"matches_lost\": 28,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 60,\n                \"total_runs\": 14391,\n                \"total_balls\": 15318,\n                \"total_wickets\": 421,\n                \"average\": 34.18289786223278,\n                \"scoring_rate\": 5.63689776733255,\n                \"highest_score\": 416,\n                \"lowest_score\": 118\n            },\n            {\n                \"ground_id\": 48,\n                \"ground_name\": \"Sydney Cricket Ground\",\n                \"min_start_date\": \"2009-01-23\",\n                \"max_start_date\": \"2024-02-04\",\n                \"teams_count\": 9,\n                \"matches_played\": 30,\n                \"matches_won\": 27,\n                \"matches_lost\": 27,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 5,\n                \"innings_count\": 59,\n                \"total_runs\": 14290,\n                \"total_balls\": 15267,\n                \"total_wickets\": 427,\n                \"average\": 33.46604215456674,\n                \"scoring_rate\": 5.61603458439772,\n                \"highest_score\": 408,\n                \"lowest_score\": 127\n            },\n            {\n                \"ground_id\": 99,\n                \"ground_name\": \"Zahur Ahmed Chowdhury Stadium\",\n                \"min_start_date\": \"2009-11-03\",\n                \"max_start_date\": \"2024-03-18\",\n                \"teams_count\": 10,\n                \"matches_played\": 26,\n                \"matches_won\": 26,\n                \"matches_lost\": 26,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 52,\n                \"total_runs\": 10939,\n                \"total_balls\": 13421,\n                \"total_wickets\": 377,\n                \"average\": 29.015915119363395,\n                \"scoring_rate\": 4.890395648610387,\n                \"highest_score\": 409,\n                \"lowest_score\": 44\n            },\n            {\n                \"ground_id\": 26,\n                \"ground_name\": \"The Wanderers Stadium\",\n                \"min_start_date\": \"2009-04-17\",\n                \"max_start_date\": \"2023-12-17\",\n                \"teams_count\": 10,\n                \"matches_played\": 25,\n                \"matches_won\": 25,\n                \"matches_lost\": 25,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 50,\n                \"total_runs\": 11952,\n                \"total_balls\": 12892,\n                \"total_wickets\": 368,\n                \"average\": 32.47826086956522,\n                \"scoring_rate\": 5.562519391870928,\n                \"highest_score\": 439,\n                \"lowest_score\": 116\n            },\n            {\n                \"ground_id\": 56,\n                \"ground_name\": \"Melbourne Cricket Ground\",\n                \"min_start_date\": \"2009-01-16\",\n                \"max_start_date\": \"2024-02-02\",\n                \"teams_count\": 9,\n                \"matches_played\": 25,\n                \"matches_won\": 25,\n                \"matches_lost\": 25,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 50,\n                \"total_runs\": 12439,\n                \"total_balls\": 13824,\n                \"total_wickets\": 367,\n                \"average\": 33.89373297002725,\n                \"scoring_rate\": 5.398871527777778,\n                \"highest_score\": 355,\n                \"lowest_score\": 142\n            },\n            {\n                \"ground_id\": 1,\n                \"ground_name\": \"Senwes Park\",\n                \"min_start_date\": \"2008-11-07\",\n                \"max_start_date\": \"2023-09-12\",\n                \"teams_count\": 14,\n                \"matches_played\": 24,\n                \"matches_won\": 24,\n                \"matches_lost\": 24,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 48,\n                \"total_runs\": 11531,\n                \"total_balls\": 13109,\n                \"total_wickets\": 357,\n                \"average\": 32.299719887955185,\n                \"scoring_rate\": 5.277748111984133,\n                \"highest_score\": 338,\n                \"lowest_score\": 97\n            },\n            {\n                \"ground_id\": 14,\n                \"ground_name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2023-08-24\",\n                \"teams_count\": 13,\n                \"matches_played\": 26,\n                \"matches_won\": 23,\n                \"matches_lost\": 23,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 50,\n                \"total_runs\": 11203,\n                \"total_balls\": 11792,\n                \"total_wickets\": 341,\n                \"average\": 32.853372434017594,\n                \"scoring_rate\": 5.700305291723202,\n                \"highest_score\": 368,\n                \"lowest_score\": 59\n            },\n            {\n                \"ground_id\": 21,\n                \"ground_name\": \"Lord's\",\n                \"min_start_date\": \"2008-08-31\",\n                \"max_start_date\": \"2024-09-27\",\n                \"teams_count\": 9,\n                \"matches_played\": 25,\n                \"matches_won\": 23,\n                \"matches_lost\": 23,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 0,\n                \"innings_count\": 50,\n                \"total_runs\": 12076,\n                \"total_balls\": 13640,\n                \"total_wickets\": 397,\n                \"average\": 30.418136020151135,\n                \"scoring_rate\": 5.312023460410558,\n                \"highest_score\": 328,\n                \"lowest_score\": 126\n            },\n            {\n                \"ground_id\": 3,\n                \"ground_name\": \"The Rose Bowl\",\n                \"min_start_date\": \"2009-09-09\",\n                \"max_start_date\": \"2023-09-10\",\n                \"teams_count\": 10,\n                \"matches_played\": 23,\n                \"matches_won\": 22,\n                \"matches_lost\": 22,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 45,\n                \"total_runs\": 11093,\n                \"total_balls\": 11699,\n                \"total_wickets\": 308,\n                \"average\": 36.01623376623377,\n                \"scoring_rate\": 5.689204205487648,\n                \"highest_score\": 373,\n                \"lowest_score\": 135\n            },\n            {\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2009-03-11\",\n                \"max_start_date\": \"2023-03-31\",\n                \"teams_count\": 12,\n                \"matches_played\": 24,\n                \"matches_won\": 22,\n                \"matches_lost\": 22,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 46,\n                \"total_runs\": 11268,\n                \"total_balls\": 11903,\n                \"total_wickets\": 315,\n                \"average\": 35.77142857142857,\n                \"scoring_rate\": 5.6799126270688065,\n                \"highest_score\": 363,\n                \"lowest_score\": 92\n            },\n            {\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"min_start_date\": \"2008-09-03\",\n                \"max_start_date\": \"2023-09-08\",\n                \"teams_count\": 10,\n                \"matches_played\": 24,\n                \"matches_won\": 21,\n                \"matches_lost\": 21,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 46,\n                \"total_runs\": 10179,\n                \"total_balls\": 10958,\n                \"total_wickets\": 321,\n                \"average\": 31.710280373831775,\n                \"scoring_rate\": 5.573462310640628,\n                \"highest_score\": 386,\n                \"lowest_score\": 125\n            },\n            {\n                \"ground_id\": 24,\n                \"ground_name\": \"Kensington Oval, Bridgetown\",\n                \"min_start_date\": \"2009-03-27\",\n                \"max_start_date\": \"2023-12-09\",\n                \"teams_count\": 8,\n                \"matches_played\": 22,\n                \"matches_won\": 21,\n                \"matches_lost\": 21,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 43,\n                \"total_runs\": 8887,\n                \"total_balls\": 10446,\n                \"total_wickets\": 325,\n                \"average\": 27.344615384615384,\n                \"scoring_rate\": 5.10453762205629,\n                \"highest_score\": 364,\n                \"lowest_score\": 114\n            },\n            {\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"min_start_date\": \"2009-05-26\",\n                \"max_start_date\": \"2021-07-13\",\n                \"teams_count\": 9,\n                \"matches_played\": 23,\n                \"matches_won\": 20,\n                \"matches_lost\": 20,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 5,\n                \"innings_count\": 45,\n                \"total_runs\": 10417,\n                \"total_balls\": 11266,\n                \"total_wickets\": 297,\n                \"average\": 35.074074074074076,\n                \"scoring_rate\": 5.547843067637138,\n                \"highest_score\": 408,\n                \"lowest_score\": 165\n            },\n            {\n                \"ground_id\": 2,\n                \"ground_name\": \"Old Trafford\",\n                \"min_start_date\": \"2010-06-27\",\n                \"max_start_date\": \"2022-07-22\",\n                \"teams_count\": 9,\n                \"matches_played\": 20,\n                \"matches_won\": 20,\n                \"matches_lost\": 20,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 40,\n                \"total_runs\": 9221,\n                \"total_balls\": 10190,\n                \"total_wickets\": 316,\n                \"average\": 29.180379746835442,\n                \"scoring_rate\": 5.429440628066732,\n                \"highest_score\": 397,\n                \"lowest_score\": 67\n            },\n            {\n                \"ground_id\": 119,\n                \"ground_name\": \"W.A.C.A. Ground\",\n                \"min_start_date\": \"2009-01-30\",\n                \"max_start_date\": \"2017-01-19\",\n                \"teams_count\": 10,\n                \"matches_played\": 19,\n                \"matches_won\": 19,\n                \"matches_lost\": 19,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 38,\n                \"total_runs\": 8366,\n                \"total_balls\": 9962,\n                \"total_wickets\": 298,\n                \"average\": 28.073825503355703,\n                \"scoring_rate\": 5.038747239510139,\n                \"highest_score\": 417,\n                \"lowest_score\": 70\n            },\n            {\n                \"ground_id\": 49,\n                \"ground_name\": \"Adelaide Oval\",\n                \"min_start_date\": \"2009-01-26\",\n                \"max_start_date\": \"2022-11-17\",\n                \"teams_count\": 10,\n                \"matches_played\": 20,\n                \"matches_won\": 19,\n                \"matches_lost\": 19,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 40,\n                \"total_runs\": 9829,\n                \"total_balls\": 11269,\n                \"total_wickets\": 298,\n                \"average\": 32.98322147651007,\n                \"scoring_rate\": 5.23329487975863,\n                \"highest_score\": 369,\n                \"lowest_score\": 170\n            },\n            {\n                \"ground_id\": 4,\n                \"ground_name\": \"Trent Bridge\",\n                \"min_start_date\": \"2008-08-26\",\n                \"max_start_date\": \"2024-09-19\",\n                \"teams_count\": 10,\n                \"matches_played\": 21,\n                \"matches_won\": 19,\n                \"matches_lost\": 19,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 1,\n                \"innings_count\": 41,\n                \"total_runs\": 10830,\n                \"total_balls\": 10492,\n                \"total_wickets\": 285,\n                \"average\": 38,\n                \"scoring_rate\": 6.193290125810141,\n                \"highest_score\": 481,\n                \"lowest_score\": 83\n            },\n            {\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"min_start_date\": \"2009-03-14\",\n                \"max_start_date\": \"2023-03-25\",\n                \"teams_count\": 9,\n                \"matches_played\": 20,\n                \"matches_won\": 18,\n                \"matches_lost\": 18,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 1,\n                \"innings_count\": 39,\n                \"total_runs\": 8948,\n                \"total_balls\": 9671,\n                \"total_wickets\": 310,\n                \"average\": 28.864516129032257,\n                \"scoring_rate\": 5.551442456829697,\n                \"highest_score\": 314,\n                \"lowest_score\": 76\n            },\n            {\n                \"ground_id\": 104,\n                \"ground_name\": \"The Village, Malahide\",\n                \"min_start_date\": \"2013-09-03\",\n                \"max_start_date\": \"2022-07-15\",\n                \"teams_count\": 9,\n                \"matches_played\": 21,\n                \"matches_won\": 18,\n                \"matches_lost\": 18,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 39,\n                \"total_runs\": 9484,\n                \"total_balls\": 10096,\n                \"total_wickets\": 268,\n                \"average\": 35.38805970149254,\n                \"scoring_rate\": 5.636291600633914,\n                \"highest_score\": 377,\n                \"lowest_score\": 82\n            },\n            {\n                \"ground_id\": 32,\n                \"ground_name\": \"Providence Stadium\",\n                \"min_start_date\": \"2009-03-20\",\n                \"max_start_date\": \"2022-07-16\",\n                \"teams_count\": 8,\n                \"matches_played\": 19,\n                \"matches_won\": 18,\n                \"matches_lost\": 18,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 37,\n                \"total_runs\": 7468,\n                \"total_balls\": 9652,\n                \"total_wickets\": 267,\n                \"average\": 27.970037453183522,\n                \"scoring_rate\": 4.64235391628678,\n                \"highest_score\": 309,\n                \"lowest_score\": 98\n            },\n            {\n                \"ground_id\": 174,\n                \"ground_name\": \"Wanderers Cricket Ground\",\n                \"min_start_date\": \"2019-04-27\",\n                \"max_start_date\": \"2024-09-26\",\n                \"teams_count\": 7,\n                \"matches_played\": 17,\n                \"matches_won\": 17,\n                \"matches_lost\": 17,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 34,\n                \"total_runs\": 6904,\n                \"total_balls\": 9021,\n                \"total_wickets\": 272,\n                \"average\": 25.38235294117647,\n                \"scoring_rate\": 4.591952111739275,\n                \"highest_score\": 284,\n                \"lowest_score\": 81\n            },\n            {\n                \"ground_id\": 25,\n                \"ground_name\": \"Sir Vivian Richards Stadium, North Sound\",\n                \"min_start_date\": \"2010-05-22\",\n                \"max_start_date\": \"2023-12-06\",\n                \"teams_count\": 5,\n                \"matches_played\": 16,\n                \"matches_won\": 16,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 32,\n                \"total_runs\": 7750,\n                \"total_balls\": 9056,\n                \"total_wickets\": 241,\n                \"average\": 32.15767634854772,\n                \"scoring_rate\": 5.134717314487633,\n                \"highest_score\": 326,\n                \"lowest_score\": 146\n            },\n            {\n                \"ground_id\": 47,\n                \"ground_name\": \"Civil Service Cricket Club, Stormont\",\n                \"min_start_date\": \"2008-08-25\",\n                \"max_start_date\": \"2021-09-13\",\n                \"teams_count\": 8,\n                \"matches_played\": 19,\n                \"matches_won\": 16,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 35,\n                \"total_runs\": 6692,\n                \"total_balls\": 8678,\n                \"total_wickets\": 275,\n                \"average\": 24.334545454545456,\n                \"scoring_rate\": 4.626872551279097,\n                \"highest_score\": 305,\n                \"lowest_score\": 124\n            },\n            {\n                \"ground_id\": 35,\n                \"ground_name\": \"MA Chidambaram Stadium, Chepauk\",\n                \"min_start_date\": \"2010-12-10\",\n                \"max_start_date\": \"2023-10-27\",\n                \"teams_count\": 10,\n                \"matches_played\": 16,\n                \"matches_won\": 16,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 32,\n                \"total_runs\": 7071,\n                \"total_balls\": 8277,\n                \"total_wickets\": 242,\n                \"average\": 29.21900826446281,\n                \"scoring_rate\": 5.125770206596593,\n                \"highest_score\": 299,\n                \"lowest_score\": 69\n            },\n            {\n                \"ground_id\": 123,\n                \"ground_name\": \"Arun Jaitley Stadium\",\n                \"min_start_date\": \"2009-10-31\",\n                \"max_start_date\": \"2023-11-06\",\n                \"teams_count\": 13,\n                \"matches_played\": 17,\n                \"matches_won\": 16,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 33,\n                \"total_runs\": 7525,\n                \"total_balls\": 8544,\n                \"total_wickets\": 255,\n                \"average\": 29.50980392156863,\n                \"scoring_rate\": 5.28441011235955,\n                \"highest_score\": 428,\n                \"lowest_score\": 90\n            },\n            {\n                \"ground_id\": 29,\n                \"ground_name\": \"McLean Park\",\n                \"min_start_date\": \"2009-03-03\",\n                \"max_start_date\": \"2023-12-23\",\n                \"teams_count\": 11,\n                \"matches_played\": 15,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 30,\n                \"total_runs\": 7015,\n                \"total_balls\": 7808,\n                \"total_wickets\": 217,\n                \"average\": 32.327188940092164,\n                \"scoring_rate\": 5.390625,\n                \"highest_score\": 373,\n                \"lowest_score\": 98\n            },\n            {\n                \"ground_id\": 28,\n                \"ground_name\": \"Westpac Stadium\",\n                \"min_start_date\": \"2009-01-07\",\n                \"max_start_date\": \"2019-02-03\",\n                \"teams_count\": 9,\n                \"matches_played\": 16,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 31,\n                \"total_runs\": 7042,\n                \"total_balls\": 7866,\n                \"total_wickets\": 225,\n                \"average\": 31.297777777777778,\n                \"scoring_rate\": 5.371472158657514,\n                \"highest_score\": 393,\n                \"lowest_score\": 112\n            },\n            {\n                \"ground_id\": 83,\n                \"ground_name\": \"United Cricket Club Ground, Windhoek\",\n                \"min_start_date\": \"2022-12-01\",\n                \"max_start_date\": \"2024-09-24\",\n                \"teams_count\": 8,\n                \"matches_played\": 16,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 32,\n                \"total_runs\": 6803,\n                \"total_balls\": 8159,\n                \"total_wickets\": 236,\n                \"average\": 28.826271186440678,\n                \"scoring_rate\": 5.002818972913347,\n                \"highest_score\": 339,\n                \"lowest_score\": 106\n            },\n            {\n                \"ground_id\": 67,\n                \"ground_name\": \"Eden Gardens\",\n                \"min_start_date\": \"2009-12-24\",\n                \"max_start_date\": \"2023-11-16\",\n                \"teams_count\": 11,\n                \"matches_played\": 15,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 30,\n                \"total_runs\": 7352,\n                \"total_balls\": 8134,\n                \"total_wickets\": 246,\n                \"average\": 29.88617886178862,\n                \"scoring_rate\": 5.423162035898697,\n                \"highest_score\": 404,\n                \"lowest_score\": 83\n            },\n            {\n                \"ground_id\": 42,\n                \"ground_name\": \"Hagley Oval\",\n                \"min_start_date\": \"2014-01-23\",\n                \"max_start_date\": \"2022-11-30\",\n                \"teams_count\": 11,\n                \"matches_played\": 16,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 32,\n                \"total_runs\": 7234,\n                \"total_balls\": 7886,\n                \"total_wickets\": 232,\n                \"average\": 31.18103448275862,\n                \"scoring_rate\": 5.503931016992138,\n                \"highest_score\": 341,\n                \"lowest_score\": 117\n            },\n            {\n                \"ground_id\": 118,\n                \"ground_name\": \"Brisbane Cricket Ground\",\n                \"min_start_date\": \"2009-02-13\",\n                \"max_start_date\": \"2018-01-19\",\n                \"teams_count\": 10,\n                \"matches_played\": 16,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 32,\n                \"total_runs\": 7410,\n                \"total_balls\": 8214,\n                \"total_wickets\": 242,\n                \"average\": 30.619834710743802,\n                \"scoring_rate\": 5.412710007304602,\n                \"highest_score\": 324,\n                \"lowest_score\": 74\n            },\n            {\n                \"ground_id\": 12,\n                \"ground_name\": \"Headingley\",\n                \"min_start_date\": \"2008-08-22\",\n                \"max_start_date\": \"2024-09-21\",\n                \"teams_count\": 8,\n                \"matches_played\": 15,\n                \"matches_won\": 14,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 29,\n                \"total_runs\": 7747,\n                \"total_balls\": 8275,\n                \"total_wickets\": 216,\n                \"average\": 35.86574074074074,\n                \"scoring_rate\": 5.617160120845922,\n                \"highest_score\": 351,\n                \"lowest_score\": 202\n            },\n            {\n                \"ground_id\": 80,\n                \"ground_name\": \"Al Amerat Cricket Ground Oman Cricket (Ministry Turf 1)\",\n                \"min_start_date\": \"2020-01-05\",\n                \"max_start_date\": \"2022-02-08\",\n                \"teams_count\": 7,\n                \"matches_played\": 16,\n                \"matches_won\": 14,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 1,\n                \"innings_count\": 31,\n                \"total_runs\": 5892,\n                \"total_balls\": 7738,\n                \"total_wickets\": 242,\n                \"average\": 24.34710743801653,\n                \"scoring_rate\": 4.568622383044715,\n                \"highest_score\": 324,\n                \"lowest_score\": 82\n            },\n            {\n                \"ground_id\": 81,\n                \"ground_name\": \"M.Chinnaswamy Stadium\",\n                \"min_start_date\": \"2008-11-23\",\n                \"max_start_date\": \"2023-11-12\",\n                \"teams_count\": 10,\n                \"matches_played\": 15,\n                \"matches_won\": 14,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 30,\n                \"total_runs\": 8263,\n                \"total_balls\": 7840,\n                \"total_wickets\": 205,\n                \"average\": 40.30731707317073,\n                \"scoring_rate\": 6.323724489795919,\n                \"highest_score\": 410,\n                \"lowest_score\": 156\n            },\n            {\n                \"ground_id\": 11,\n                \"ground_name\": \"Sabina Park, Kingston\",\n                \"min_start_date\": \"2009-06-26\",\n                \"max_start_date\": \"2022-01-16\",\n                \"teams_count\": 5,\n                \"matches_played\": 13,\n                \"matches_won\": 13,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 26,\n                \"total_runs\": 6011,\n                \"total_balls\": 7007,\n                \"total_wickets\": 189,\n                \"average\": 31.804232804232804,\n                \"scoring_rate\": 5.147138575710004,\n                \"highest_score\": 348,\n                \"lowest_score\": 187\n            },\n            {\n                \"ground_id\": 72,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"min_start_date\": \"2011-03-13\",\n                \"max_start_date\": \"2023-11-15\",\n                \"teams_count\": 9,\n                \"matches_played\": 13,\n                \"matches_won\": 13,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 26,\n                \"total_runs\": 7053,\n                \"total_balls\": 6906,\n                \"total_wickets\": 185,\n                \"average\": 38.12432432432433,\n                \"scoring_rate\": 6.127715030408341,\n                \"highest_score\": 438,\n                \"lowest_score\": 55\n            },\n            {\n                \"ground_id\": 57,\n                \"ground_name\": \"Queen's Park Oval\",\n                \"min_start_date\": \"2010-06-03\",\n                \"max_start_date\": \"2022-07-27\",\n                \"teams_count\": 4,\n                \"matches_played\": 14,\n                \"matches_won\": 13,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 27,\n                \"total_runs\": 6168,\n                \"total_balls\": 6858,\n                \"total_wickets\": 190,\n                \"average\": 32.463157894736845,\n                \"scoring_rate\": 5.396325459317585,\n                \"highest_score\": 312,\n                \"lowest_score\": 96\n            },\n            {\n                \"ground_id\": 122,\n                \"ground_name\": \"Mannofield Park\",\n                \"min_start_date\": \"2011-06-29\",\n                \"max_start_date\": \"2022-08-17\",\n                \"teams_count\": 7,\n                \"matches_played\": 13,\n                \"matches_won\": 13,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 26,\n                \"total_runs\": 5560,\n                \"total_balls\": 7088,\n                \"total_wickets\": 204,\n                \"average\": 27.254901960784313,\n                \"scoring_rate\": 4.706546275395034,\n                \"highest_score\": 301,\n                \"lowest_score\": 138\n            },\n            {\n                \"ground_id\": 17,\n                \"ground_name\": \"St George's Park\",\n                \"min_start_date\": \"2009-04-13\",\n                \"max_start_date\": \"2023-12-19\",\n                \"teams_count\": 7,\n                \"matches_played\": 13,\n                \"matches_won\": 13,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 26,\n                \"total_runs\": 5836,\n                \"total_balls\": 6835,\n                \"total_wickets\": 179,\n                \"average\": 32.60335195530726,\n                \"scoring_rate\": 5.123043160204828,\n                \"highest_score\": 317,\n                \"lowest_score\": 119\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"c87f71a8-202a-4689-96e3-1e178316511d"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"72ac0dd4-2ffe-4fb2-9509-46905877fa68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","overall","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"068c5ca3-52d3-48a4-9d6a-9789fbfbf5c7","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:18:19 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-23\",\n                \"teams_count\": 5,\n                \"matches_played\": 15,\n                \"matches_won\": 15,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 30,\n                \"total_runs\": 6555,\n                \"total_balls\": 8107,\n                \"total_wickets\": 225,\n                \"average\": 29.133333333333333,\n                \"scoring_rate\": 4.8513630196126805,\n                \"highest_score\": 326,\n                \"lowest_score\": 103\n            },\n            {\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-03-31\",\n                \"teams_count\": 8,\n                \"matches_played\": 7,\n                \"matches_won\": 7,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 14,\n                \"total_runs\": 2927,\n                \"total_balls\": 3419,\n                \"total_wickets\": 108,\n                \"average\": 27.10185185185185,\n                \"scoring_rate\": 5.1365896460953495,\n                \"highest_score\": 315,\n                \"lowest_score\": 74\n            },\n            {\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2023-01-13\",\n                \"teams_count\": 3,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2656,\n                \"total_balls\": 2906,\n                \"total_wickets\": 81,\n                \"average\": 32.79012345679013,\n                \"scoring_rate\": 5.483826565726084,\n                \"highest_score\": 305,\n                \"lowest_score\": 182\n            },\n            {\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"teams_count\": 7,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1478,\n                \"total_balls\": 1684,\n                \"total_wickets\": 40,\n                \"average\": 36.95,\n                \"scoring_rate\": 5.26603325415677,\n                \"highest_score\": 296,\n                \"lowest_score\": 188\n            },\n            {\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"teams_count\": 4,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 6,\n                \"total_runs\": 979,\n                \"total_balls\": 950,\n                \"total_wickets\": 31,\n                \"average\": 31.580645161290324,\n                \"scoring_rate\": 6.183157894736842,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"72ac0dd4-2ffe-4fb2-9509-46905877fa68"},{"name":"Continents","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7f40cd7f-05c8-4963-aa64-d7a125700e55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/continents?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&team_total_for=bowling","urlObject":{"path":["stats","team","overall","continents"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"c9de7e69-9b4c-4f87-b351-fd167082a310","name":"Continents","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/continents?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&primary_team=1&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","continents"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"primary_team","value":"1"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:18:33 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\",\n                \"min_start_date\": \"2008-12-31\",\n                \"max_start_date\": \"2023-12-23\",\n                \"teams_count\": 13,\n                \"matches_played\": 131,\n                \"matches_won\": 80,\n                \"matches_lost\": 43,\n                \"win_loss_ratio\": 1.8604651162790697,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 7,\n                \"innings_count\": 131,\n                \"total_runs\": 29340,\n                \"total_balls\": 33365,\n                \"total_wickets\": 999,\n                \"average\": 29.36936936936937,\n                \"scoring_rate\": 5.276187621759329,\n                \"highest_score\": 392,\n                \"lowest_score\": 74\n            },\n            {\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\",\n                \"min_start_date\": \"2009-09-08\",\n                \"max_start_date\": \"2023-11-15\",\n                \"teams_count\": 13,\n                \"matches_played\": 75,\n                \"matches_won\": 26,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 0.5777777777777777,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 75,\n                \"total_runs\": 17635,\n                \"total_balls\": 19600,\n                \"total_wickets\": 531,\n                \"average\": 33.21092278719397,\n                \"scoring_rate\": 5.398469387755102,\n                \"highest_score\": 397,\n                \"lowest_score\": 69\n            },\n            {\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\",\n                \"min_start_date\": \"2013-05-31\",\n                \"max_start_date\": \"2023-09-15\",\n                \"teams_count\": 12,\n                \"matches_played\": 36,\n                \"matches_won\": 19,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 1.3571428571428572,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 2,\n                \"innings_count\": 36,\n                \"total_runs\": 9212,\n                \"total_balls\": 9608,\n                \"total_wickets\": 300,\n                \"average\": 30.706666666666667,\n                \"scoring_rate\": 5.75270607826811,\n                \"highest_score\": 408,\n                \"lowest_score\": 136\n            },\n            {\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\",\n                \"min_start_date\": \"2009-09-24\",\n                \"max_start_date\": \"2015-08-26\",\n                \"teams_count\": 7,\n                \"matches_played\": 17,\n                \"matches_won\": 10,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 1.4285714285714286,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 17,\n                \"total_runs\": 4187,\n                \"total_balls\": 4907,\n                \"total_wickets\": 136,\n                \"average\": 30.78676470588235,\n                \"scoring_rate\": 5.1196250254738125,\n                \"highest_score\": 329,\n                \"lowest_score\": 146\n            },\n            {\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\",\n                \"min_start_date\": \"2012-07-05\",\n                \"max_start_date\": \"2022-08-21\",\n                \"teams_count\": 2,\n                \"matches_played\": 8,\n                \"matches_won\": 3,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.6,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1772,\n                \"total_balls\": 1999,\n                \"total_wickets\": 58,\n                \"average\": 30.551724137931036,\n                \"scoring_rate\": 5.318659329664833,\n                \"highest_score\": 315,\n                \"lowest_score\": 161\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"7f40cd7f-05c8-4963-aa64-d7a125700e55"},{"name":"Years","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2677a5e7-5c50-4820-938d-0d1af859e9bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&opposition_team=8&team_total_for=bowling","urlObject":{"path":["stats","team","overall","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"b3a37a47-f9a9-454d-8719-230fbb2e268d","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&opposition_team=8&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","years"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:18:57 GMT"},{"key":"Content-Length","value":"766"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"year\": 2018,\n                \"teams_count\": 2,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"year\": 2023,\n                \"teams_count\": 2,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"2677a5e7-5c50-4820-938d-0d1af859e9bb"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"0d63c0d6-90bd-444f-b436-ea3685c97766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","urlObject":{"path":["stats","team","overall","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"92901b80-fad0-4f9e-b6e1-2a8d1c77f8c8","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","seasons"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:19:14 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"season\": \"2014/15\",\n                \"teams_count\": 14,\n                \"matches_played\": 111,\n                \"matches_won\": 108,\n                \"matches_lost\": 108,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 219,\n                \"total_runs\": 53578,\n                \"total_balls\": 58145,\n                \"total_wickets\": 1635,\n                \"average\": 32.76941896024465,\n                \"scoring_rate\": 5.528729899389457,\n                \"highest_score\": 439,\n                \"lowest_score\": 63\n            },\n            {\n                \"season\": \"2023/24\",\n                \"teams_count\": 18,\n                \"matches_played\": 96,\n                \"matches_won\": 94,\n                \"matches_lost\": 94,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 191,\n                \"total_runs\": 45480,\n                \"total_balls\": 48658,\n                \"total_wickets\": 1427,\n                \"average\": 31.87105816398038,\n                \"scoring_rate\": 5.608121994327757,\n                \"highest_score\": 428,\n                \"lowest_score\": 55\n            },\n            {\n                \"season\": \"2010/11\",\n                \"teams_count\": 14,\n                \"matches_played\": 95,\n                \"matches_won\": 91,\n                \"matches_lost\": 91,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 3,\n                \"innings_count\": 187,\n                \"total_runs\": 42211,\n                \"total_balls\": 49682,\n                \"total_wickets\": 1415,\n                \"average\": 29.831095406360426,\n                \"scoring_rate\": 5.097741636810112,\n                \"highest_score\": 399,\n                \"lowest_score\": 58\n            },\n            {\n                \"season\": \"2023\",\n                \"teams_count\": 20,\n                \"matches_played\": 95,\n                \"matches_won\": 90,\n                \"matches_lost\": 90,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 5,\n                \"innings_count\": 187,\n                \"total_runs\": 43503,\n                \"total_balls\": 48406,\n                \"total_wickets\": 1429,\n                \"average\": 30.44296710986704,\n                \"scoring_rate\": 5.3922654216419454,\n                \"highest_score\": 408,\n                \"lowest_score\": 50\n            },\n            {\n                \"season\": \"2017/18\",\n                \"teams_count\": 16,\n                \"matches_played\": 88,\n                \"matches_won\": 87,\n                \"matches_lost\": 87,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 176,\n                \"total_runs\": 39637,\n                \"total_balls\": 46135,\n                \"total_wickets\": 1323,\n                \"average\": 29.959939531368104,\n                \"scoring_rate\": 5.154914923593801,\n                \"highest_score\": 392,\n                \"lowest_score\": 74\n            },\n            {\n                \"season\": \"2019\",\n                \"teams_count\": 19,\n                \"matches_played\": 88,\n                \"matches_won\": 84,\n                \"matches_lost\": 84,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 3,\n                \"innings_count\": 173,\n                \"total_runs\": 41525,\n                \"total_balls\": 45974,\n                \"total_wickets\": 1274,\n                \"average\": 32.59419152276295,\n                \"scoring_rate\": 5.419367468569192,\n                \"highest_score\": 397,\n                \"lowest_score\": 81\n            },\n            {\n                \"season\": \"2022\",\n                \"teams_count\": 20,\n                \"matches_played\": 85,\n                \"matches_won\": 82,\n                \"matches_lost\": 82,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 1,\n                \"innings_count\": 169,\n                \"total_runs\": 37738,\n                \"total_balls\": 44779,\n                \"total_wickets\": 1294,\n                \"average\": 29.163833075734157,\n                \"scoring_rate\": 5.056566694209339,\n                \"highest_score\": 498,\n                \"lowest_score\": 82\n            },\n            {\n                \"season\": \"2022/23\",\n                \"teams_count\": 19,\n                \"matches_played\": 82,\n                \"matches_won\": 76,\n                \"matches_lost\": 76,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 9,\n                \"innings_count\": 161,\n                \"total_runs\": 35380,\n                \"total_balls\": 40218,\n                \"total_wickets\": 1228,\n                \"average\": 28.811074918566774,\n                \"scoring_rate\": 5.278233626734298,\n                \"highest_score\": 409,\n                \"lowest_score\": 71\n            },\n            {\n                \"season\": \"2016/17\",\n                \"teams_count\": 16,\n                \"matches_played\": 78,\n                \"matches_won\": 75,\n                \"matches_lost\": 75,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 154,\n                \"total_runs\": 37187,\n                \"total_balls\": 41308,\n                \"total_wickets\": 1207,\n                \"average\": 30.80944490472245,\n                \"scoring_rate\": 5.401423453084148,\n                \"highest_score\": 384,\n                \"lowest_score\": 54\n            },\n            {\n                \"season\": \"2009/10\",\n                \"teams_count\": 10,\n                \"matches_played\": 75,\n                \"matches_won\": 72,\n                \"matches_lost\": 72,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 148,\n                \"total_runs\": 34851,\n                \"total_balls\": 39757,\n                \"total_wickets\": 1090,\n                \"average\": 31.973394495412844,\n                \"scoring_rate\": 5.259602082652112,\n                \"highest_score\": 414,\n                \"lowest_score\": 44\n            },\n            {\n                \"season\": \"2011/12\",\n                \"teams_count\": 14,\n                \"matches_played\": 73,\n                \"matches_won\": 71,\n                \"matches_lost\": 71,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 4,\n                \"matches_no_result\": 0,\n                \"innings_count\": 146,\n                \"total_runs\": 33839,\n                \"total_balls\": 39558,\n                \"total_wickets\": 1083,\n                \"average\": 31.24561403508772,\n                \"scoring_rate\": 5.132564841498559,\n                \"highest_score\": 418,\n                \"lowest_score\": 43\n            },\n            {\n                \"season\": \"2018/19\",\n                \"teams_count\": 14,\n                \"matches_played\": 71,\n                \"matches_won\": 67,\n                \"matches_lost\": 67,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 4,\n                \"innings_count\": 140,\n                \"total_runs\": 32847,\n                \"total_balls\": 36309,\n                \"total_wickets\": 967,\n                \"average\": 33.96794208893485,\n                \"scoring_rate\": 5.427910435429232,\n                \"highest_score\": 418,\n                \"lowest_score\": 78\n            },\n            {\n                \"season\": \"2013/14\",\n                \"teams_count\": 15,\n                \"matches_played\": 67,\n                \"matches_won\": 63,\n                \"matches_lost\": 63,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 5,\n                \"innings_count\": 133,\n                \"total_runs\": 32571,\n                \"total_balls\": 35984,\n                \"total_wickets\": 976,\n                \"average\": 33.3719262295082,\n                \"scoring_rate\": 5.430913739439751,\n                \"highest_score\": 383,\n                \"lowest_score\": 124\n            },\n            {\n                \"season\": \"2013\",\n                \"teams_count\": 14,\n                \"matches_played\": 58,\n                \"matches_won\": 52,\n                \"matches_lost\": 52,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 6,\n                \"matches_no_result\": 5,\n                \"innings_count\": 115,\n                \"total_runs\": 24299,\n                \"total_balls\": 29228,\n                \"total_wickets\": 835,\n                \"average\": 29.10059880239521,\n                \"scoring_rate\": 4.988162036403449,\n                \"highest_score\": 359,\n                \"lowest_score\": 67\n            },\n            {\n                \"season\": \"2017\",\n                \"teams_count\": 15,\n                \"matches_played\": 55,\n                \"matches_won\": 50,\n                \"matches_lost\": 50,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 7,\n                \"innings_count\": 107,\n                \"total_runs\": 25095,\n                \"total_balls\": 27559,\n                \"total_wickets\": 708,\n                \"average\": 35.44491525423729,\n                \"scoring_rate\": 5.4635509271018545,\n                \"highest_score\": 375,\n                \"lowest_score\": 126\n            },\n            {\n                \"season\": \"2008/09\",\n                \"teams_count\": 12,\n                \"matches_played\": 53,\n                \"matches_won\": 50,\n                \"matches_lost\": 50,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 104,\n                \"total_runs\": 22930,\n                \"total_balls\": 26153,\n                \"total_wickets\": 757,\n                \"average\": 30.290620871862615,\n                \"scoring_rate\": 5.260581960004588,\n                \"highest_score\": 392,\n                \"lowest_score\": 67\n            },\n            {\n                \"season\": \"2015/16\",\n                \"teams_count\": 14,\n                \"matches_played\": 50,\n                \"matches_won\": 49,\n                \"matches_lost\": 49,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 99,\n                \"total_runs\": 23545,\n                \"total_balls\": 26079,\n                \"total_wickets\": 743,\n                \"average\": 31.689098250336475,\n                \"scoring_rate\": 5.417002185666628,\n                \"highest_score\": 438,\n                \"lowest_score\": 58\n            },\n            {\n                \"season\": \"2021/22\",\n                \"teams_count\": 17,\n                \"matches_played\": 47,\n                \"matches_won\": 45,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 94,\n                \"total_runs\": 21331,\n                \"total_balls\": 25821,\n                \"total_wickets\": 723,\n                \"average\": 29.503457814661136,\n                \"scoring_rate\": 4.956663181131637,\n                \"highest_score\": 349,\n                \"lowest_score\": 70\n            },\n            {\n                \"season\": \"2010\",\n                \"teams_count\": 15,\n                \"matches_played\": 46,\n                \"matches_won\": 45,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 91,\n                \"total_runs\": 20224,\n                \"total_balls\": 23969,\n                \"total_wickets\": 666,\n                \"average\": 30.366366366366368,\n                \"scoring_rate\": 5.062539113020986,\n                \"highest_score\": 385,\n                \"lowest_score\": 88\n            },\n            {\n                \"season\": \"2021\",\n                \"teams_count\": 16,\n                \"matches_played\": 49,\n                \"matches_won\": 45,\n                \"matches_lost\": 45,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 94,\n                \"total_runs\": 20041,\n                \"total_balls\": 24439,\n                \"total_wickets\": 729,\n                \"average\": 27.49108367626886,\n                \"scoring_rate\": 4.920250419411596,\n                \"highest_score\": 346,\n                \"lowest_score\": 82\n            },\n            {\n                \"season\": \"2019/20\",\n                \"teams_count\": 18,\n                \"matches_played\": 45,\n                \"matches_won\": 44,\n                \"matches_lost\": 44,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 89,\n                \"total_runs\": 21567,\n                \"total_balls\": 24227,\n                \"total_wickets\": 658,\n                \"average\": 32.776595744680854,\n                \"scoring_rate\": 5.341230858133487,\n                \"highest_score\": 387,\n                \"lowest_score\": 35\n            },\n            {\n                \"season\": \"2012/13\",\n                \"teams_count\": 12,\n                \"matches_played\": 44,\n                \"matches_won\": 41,\n                \"matches_lost\": 41,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 86,\n                \"total_runs\": 18402,\n                \"total_balls\": 22070,\n                \"total_wickets\": 615,\n                \"average\": 29.921951219512195,\n                \"scoring_rate\": 5.00280924331672,\n                \"highest_score\": 343,\n                \"lowest_score\": 70\n            },\n            {\n                \"season\": \"2014\",\n                \"teams_count\": 14,\n                \"matches_played\": 41,\n                \"matches_won\": 40,\n                \"matches_lost\": 40,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 81,\n                \"total_runs\": 17677,\n                \"total_balls\": 20669,\n                \"total_wickets\": 623,\n                \"average\": 28.373996789727126,\n                \"scoring_rate\": 5.131452900478978,\n                \"highest_score\": 350,\n                \"lowest_score\": 58\n            },\n            {\n                \"season\": \"2009\",\n                \"teams_count\": 14,\n                \"matches_played\": 40,\n                \"matches_won\": 39,\n                \"matches_lost\": 39,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 79,\n                \"total_runs\": 17625,\n                \"total_balls\": 20848,\n                \"total_wickets\": 583,\n                \"average\": 30.23156089193825,\n                \"scoring_rate\": 5.072429009976976,\n                \"highest_score\": 339,\n                \"lowest_score\": 104\n            },\n            {\n                \"season\": \"2011\",\n                \"teams_count\": 12,\n                \"matches_played\": 40,\n                \"matches_won\": 38,\n                \"matches_lost\": 38,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 80,\n                \"total_runs\": 17325,\n                \"total_balls\": 20795,\n                \"total_wickets\": 547,\n                \"average\": 31.672760511883,\n                \"scoring_rate\": 4.9987977879297905,\n                \"highest_score\": 361,\n                \"lowest_score\": 121\n            },\n            {\n                \"season\": \"2018\",\n                \"teams_count\": 14,\n                \"matches_played\": 38,\n                \"matches_won\": 37,\n                \"matches_lost\": 37,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 76,\n                \"total_runs\": 17575,\n                \"total_balls\": 20085,\n                \"total_wickets\": 564,\n                \"average\": 31.161347517730498,\n                \"scoring_rate\": 5.250186706497386,\n                \"highest_score\": 481,\n                \"lowest_score\": 67\n            },\n            {\n                \"season\": \"2015\",\n                \"teams_count\": 10,\n                \"matches_played\": 38,\n                \"matches_won\": 36,\n                \"matches_lost\": 36,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 75,\n                \"total_runs\": 18945,\n                \"total_balls\": 19834,\n                \"total_wickets\": 516,\n                \"average\": 36.71511627906977,\n                \"scoring_rate\": 5.731067863265101,\n                \"highest_score\": 408,\n                \"lowest_score\": 138\n            },\n            {\n                \"season\": \"2016\",\n                \"teams_count\": 13,\n                \"matches_played\": 39,\n                \"matches_won\": 34,\n                \"matches_lost\": 34,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 6,\n                \"innings_count\": 76,\n                \"total_runs\": 17195,\n                \"total_balls\": 19509,\n                \"total_wickets\": 544,\n                \"average\": 31.608455882352942,\n                \"scoring_rate\": 5.288328463785945,\n                \"highest_score\": 444,\n                \"lowest_score\": 82\n            },\n            {\n                \"season\": \"2024\",\n                \"teams_count\": 14,\n                \"matches_played\": 33,\n                \"matches_won\": 31,\n                \"matches_lost\": 31,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 2,\n                \"innings_count\": 66,\n                \"total_runs\": 14191,\n                \"total_balls\": 16848,\n                \"total_wickets\": 504,\n                \"average\": 28.15674603174603,\n                \"scoring_rate\": 5.053774928774929,\n                \"highest_score\": 339,\n                \"lowest_score\": 91\n            },\n            {\n                \"season\": \"2012\",\n                \"teams_count\": 10,\n                \"matches_played\": 32,\n                \"matches_won\": 29,\n                \"matches_lost\": 29,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 61,\n                \"total_runs\": 13100,\n                \"total_balls\": 15823,\n                \"total_wickets\": 421,\n                \"average\": 31.116389548693586,\n                \"scoring_rate\": 4.96745244264678,\n                \"highest_score\": 315,\n                \"lowest_score\": 104\n            },\n            {\n                \"season\": \"2020/21\",\n                \"teams_count\": 12,\n                \"matches_played\": 23,\n                \"matches_won\": 22,\n                \"matches_lost\": 22,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 46,\n                \"total_runs\": 11718,\n                \"total_balls\": 12762,\n                \"total_wickets\": 325,\n                \"average\": 36.05538461538462,\n                \"scoring_rate\": 5.5091678420310295,\n                \"highest_score\": 389,\n                \"lowest_score\": 116\n            },\n            {\n                \"season\": \"2008\",\n                \"teams_count\": 8,\n                \"matches_played\": 14,\n                \"matches_won\": 12,\n                \"matches_lost\": 12,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 26,\n                \"total_runs\": 4213,\n                \"total_balls\": 5624,\n                \"total_wickets\": 181,\n                \"average\": 23.276243093922652,\n                \"scoring_rate\": 4.494665718349929,\n                \"highest_score\": 296,\n                \"lowest_score\": 74\n            },\n            {\n                \"season\": \"2020\",\n                \"teams_count\": 3,\n                \"matches_played\": 6,\n                \"matches_won\": 6,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 3045,\n                \"total_balls\": 3318,\n                \"total_wickets\": 93,\n                \"average\": 32.74193548387097,\n                \"scoring_rate\": 5.506329113924051,\n                \"highest_score\": 329,\n                \"lowest_score\": 172\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"0d63c0d6-90bd-444f-b436-ea3685c97766"},{"name":"Decades","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"865e7bdd-4af5-4c69-ae6d-0af3ffeca057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/decades?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","overall","decades"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"afa1461d-05c0-446c-a313-597bc4558fad","name":"Decades","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/decades?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","overall","decades"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:19:30 GMT"},{"key":"Content-Length","value":"776"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"decade\": 2010,\n                \"teams_count\": 11,\n                \"matches_played\": 28,\n                \"matches_won\": 27,\n                \"matches_lost\": 27,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 56,\n                \"total_runs\": 12412,\n                \"total_balls\": 14469,\n                \"total_wickets\": 401,\n                \"average\": 30.952618453865338,\n                \"scoring_rate\": 5.14700393945677,\n                \"highest_score\": 326,\n                \"lowest_score\": 74\n            },\n            {\n                \"decade\": 2020,\n                \"teams_count\": 7,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2183,\n                \"total_balls\": 2597,\n                \"total_wickets\": 84,\n                \"average\": 25.988095238095237,\n                \"scoring_rate\": 5.043511744320369,\n                \"highest_score\": 281,\n                \"lowest_score\": 76\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"865e7bdd-4af5-4c69-ae6d-0af3ffeca057"},{"name":"Aggregate","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d590156a-1634-475b-b71b-a04e3eb0d539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&team_total_for=bowling&tournament=1","urlObject":{"path":["stats","team","overall","aggregate"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"team_total_for","value":"bowling"},{"key":"tournament","value":"1"}],"variable":[]}},"response":[{"id":"56e9c9a6-13b2-40bc-a145-abd289412b70","name":"Aggregate","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/overall/aggregate?playing_format=ODI&is_male=true&min_start_date=2019-01-01&max_start_date=2023-12-31&team_total_for=bowling&tournament=1","host":["http://localhost:8080"],"path":["stats","team","overall","aggregate"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2019-01-01"},{"key":"max_start_date","value":"2023-12-31"},{"key":"team_total_for","value":"bowling"},{"key":"tournament","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Jan 2025 09:51:09 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched overall team stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"teams_count\": 11,\n                \"matches_played\": 93,\n                \"matches_won\": 91,\n                \"matches_lost\": 91,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 1,\n                \"innings_count\": 185,\n                \"total_runs\": 47051,\n                \"total_balls\": 49450,\n                \"total_wickets\": 1402,\n                \"average\": 33.559914407988586,\n                \"scoring_rate\": 5.70891809908999,\n                \"highest_score\": 428,\n                \"lowest_score\": 55\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d590156a-1634-475b-b71b-a04e3eb0d539"}],"id":"1293742f-488e-46b7-bf69-b1410a9609b3","_postman_id":"1293742f-488e-46b7-bf69-b1410a9609b3","description":""}],"id":"c6dc8fc6-9aa2-4b4e-914e-4c8c889373cb","_postman_id":"c6dc8fc6-9aa2-4b4e-914e-4c8c889373cb","description":""},{"name":"Individual","item":[{"name":"Batting Team Totals","item":[{"name":"Innings","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"8884ca9e-9a9e-4ce6-9114-df23ca8ec1e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=batting&min__team_innings_runs=300","urlObject":{"path":["stats","team","individual","innings"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"batting"},{"key":"min__team_innings_runs","value":"300"}],"variable":[]}},"response":[{"id":"20713b6f-99ed-434a-a74d-39bff0b27f02","name":"Innings","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","innings"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:03:01 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-innings stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 664,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2023-03-31\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1335,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 157,\n                \"total_wickets\": 10,\n                \"total_overs\": 41.3,\n                \"scoring_rate\": 3.783132530120482\n            },\n            {\n                \"match_id\": 664,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2023-03-31\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1340,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 159,\n                \"total_wickets\": 4,\n                \"total_overs\": 32.5,\n                \"scoring_rate\": 4.842639593908629\n            },\n            {\n                \"match_id\": 672,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1356,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 76,\n                \"total_wickets\": 10,\n                \"total_overs\": 19.5,\n                \"scoring_rate\": 3.831932773109244\n            },\n            {\n                \"match_id\": 672,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1354,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 274,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.3,\n                \"scoring_rate\": 5.5353535353535355\n            },\n            {\n                \"match_id\": 729,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2023-01-24\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1497,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 295,\n                \"total_wickets\": 10,\n                \"total_overs\": 41.2,\n                \"scoring_rate\": 7.137096774193548\n            },\n            {\n                \"match_id\": 730,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 129,\n                \"city_name\": \"Raipur\",\n                \"start_date\": \"2023-01-21\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1501,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 108,\n                \"total_wickets\": 10,\n                \"total_overs\": 34.3,\n                \"scoring_rate\": 3.130434782608696\n            },\n            {\n                \"match_id\": 727,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"start_date\": \"2023-01-18\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1496,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 337,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.2,\n                \"scoring_rate\": 6.831081081081081\n            },\n            {\n                \"match_id\": 728,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 61,\n                \"city_name\": \"Thiruvananthapuram\",\n                \"start_date\": \"2023-01-15\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1500,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 73,\n                \"total_wickets\": 9,\n                \"total_overs\": 22,\n                \"scoring_rate\": 3.3181818181818183\n            },\n            {\n                \"match_id\": 696,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1427,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 280,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.6\n            },\n            {\n                \"match_id\": 696,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1428,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 281,\n                \"total_wickets\": 8,\n                \"total_overs\": 48.1,\n                \"scoring_rate\": 5.833910034602076\n            },\n            {\n                \"match_id\": 724,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"start_date\": \"2023-01-12\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1484,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 215,\n                \"total_wickets\": 10,\n                \"total_overs\": 39.4,\n                \"scoring_rate\": 5.420168067226891\n            },\n            {\n                \"match_id\": 693,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-11\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1408,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 182,\n                \"total_wickets\": 10,\n                \"total_overs\": 43,\n                \"scoring_rate\": 4.232558139534884\n            },\n            {\n                \"match_id\": 693,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-11\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1404,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 261,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.5,\n                \"scoring_rate\": 5.237458193979933\n            },\n            {\n                \"match_id\": 723,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 117,\n                \"city_name\": \"Guwahati\",\n                \"start_date\": \"2023-01-10\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1480,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 306,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.12\n            },\n            {\n                \"match_id\": 691,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 1407,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 258,\n                \"total_wickets\": 4,\n                \"total_overs\": 48.1,\n                \"scoring_rate\": 5.356401384083045\n            },\n            {\n                \"match_id\": 691,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 1403,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 255,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.1\n            },\n            {\n                \"match_id\": 661,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2022-11-30\",\n                \"final_result\": \"no result\",\n                \"match_winner_id\": null,\n                \"innings_id\": 1341,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 104,\n                \"total_wickets\": 1,\n                \"total_overs\": 18,\n                \"scoring_rate\": 5.777777777777778\n            },\n            {\n                \"match_id\": 707,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 7,\n                \"opposition_name\": \"Afghanistan\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-30\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 1435,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 314,\n                \"total_wickets\": 6,\n                \"total_overs\": 49.4,\n                \"scoring_rate\": 6.322147651006712\n            },\n            {\n                \"match_id\": 701,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 7,\n                \"opposition_name\": \"Afghanistan\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-27\",\n                \"final_result\": \"no result\",\n                \"match_winner_id\": null,\n                \"innings_id\": 1433,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 10,\n                \"total_wickets\": 0,\n                \"total_overs\": 2.4,\n                \"scoring_rate\": 3.75\n            },\n            {\n                \"match_id\": 660,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2022-11-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1342,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 309,\n                \"total_wickets\": 3,\n                \"total_overs\": 47.1,\n                \"scoring_rate\": 6.551236749116608\n            },\n            {\n                \"match_id\": 700,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 7,\n                \"opposition_name\": \"Afghanistan\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 7,\n                \"innings_id\": 1434,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 234,\n                \"total_wickets\": 10,\n                \"total_overs\": 38,\n                \"scoring_rate\": 6.157894736842105\n            },\n            {\n                \"match_id\": 393,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 2,\n                \"opposition_name\": \"Australia\",\n                \"ground_id\": 48,\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2020-03-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 2,\n                \"innings_id\": 800,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 187,\n                \"total_wickets\": 10,\n                \"total_overs\": 41,\n                \"scoring_rate\": 4.560975609756097\n            },\n            {\n                \"match_id\": 455,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 3,\n                \"opposition_name\": \"West Indies\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2020-03-01\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 919,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 307,\n                \"total_wickets\": 10,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.14\n            },\n            {\n                \"match_id\": 454,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 3,\n                \"opposition_name\": \"West Indies\",\n                \"ground_id\": 14,\n                \"city_name\": \"Hambantota\",\n                \"start_date\": \"2020-02-26\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 921,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 345,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.9\n            },\n            {\n                \"match_id\": 453,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 3,\n                \"opposition_name\": \"West Indies\",\n                \"ground_id\": 162,\n                \"city_name\": \"Colombo\",\n                \"start_date\": \"2020-02-22\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 922,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 290,\n                \"total_wickets\": 9,\n                \"total_overs\": 49.1,\n                \"scoring_rate\": 5.898305084745763\n            },\n            {\n                \"match_id\": 406,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 43,\n                \"city_name\": \"Mount Maunganui\",\n                \"start_date\": \"2020-02-11\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 846,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 300,\n                \"total_wickets\": 5,\n                \"total_overs\": 47.1,\n                \"scoring_rate\": 6.360424028268551\n            },\n            {\n                \"match_id\": 411,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2020-02-08\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 841,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 273,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.46\n            },\n            {\n                \"match_id\": 409,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2020-02-05\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 847,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 348,\n                \"total_wickets\": 6,\n                \"total_overs\": 48.1,\n                \"scoring_rate\": 7.224913494809688\n            },\n            {\n                \"match_id\": 440,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-10-02\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 910,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 297,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.94\n            },\n            {\n                \"match_id\": 440,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-10-02\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 912,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 299,\n                \"total_wickets\": 5,\n                \"total_overs\": 48.2,\n                \"scoring_rate\": 6.186206896551724\n            },\n            {\n                \"match_id\": 434,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-09-30\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 911,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 238,\n                \"total_wickets\": 10,\n                \"total_overs\": 46.5,\n                \"scoring_rate\": 5.081850533807829\n            },\n            {\n                \"match_id\": 434,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-09-30\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 909,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 305,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.1\n            },\n            {\n                \"match_id\": 139,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2018-03-10\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 13,\n                \"innings_id\": 276,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 223,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.5,\n                \"scoring_rate\": 4.474916387959866\n            },\n            {\n                \"match_id\": 137,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-03-07\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 268,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 339,\n                \"total_wickets\": 5,\n                \"total_overs\": 49.3,\n                \"scoring_rate\": 6.848484848484849\n            },\n            {\n                \"match_id\": 135,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 28,\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-03-03\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 13,\n                \"innings_id\": 267,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 230,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 4.6\n            },\n            {\n                \"match_id\": 136,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 43,\n                \"city_name\": \"Mount Maunganui\",\n                \"start_date\": \"2018-02-28\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 13,\n                \"innings_id\": 275,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 223,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.4,\n                \"scoring_rate\": 4.489932885906041\n            },\n            {\n                \"match_id\": 132,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2018-02-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 266,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 287,\n                \"total_wickets\": 7,\n                \"total_overs\": 49.2,\n                \"scoring_rate\": 5.8175675675675675\n            },\n            {\n                \"match_id\": 191,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 6,\n                \"opposition_name\": \"Bangladesh\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-27\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 339,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 221,\n                \"total_wickets\": 10,\n                \"total_overs\": 50,\n                \"scoring_rate\": 4.42\n            },\n            {\n                \"match_id\": 187,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 6,\n                \"opposition_name\": \"Bangladesh\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 328,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 83,\n                \"total_wickets\": 0,\n                \"total_overs\": 11.5,\n                \"scoring_rate\": 7.014084507042253\n            },\n            {\n                \"match_id\": 189,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 4,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-21\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 330,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 202,\n                \"total_wickets\": 5,\n                \"total_overs\": 44.5,\n                \"scoring_rate\": 4.5055762081784385\n            },\n            {\n                \"match_id\": 149,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 59,\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-01-19\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 297,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 256,\n                \"total_wickets\": 10,\n                \"total_overs\": 49,\n                \"scoring_rate\": 5.224489795918367\n            },\n            {\n                \"match_id\": 185,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 6,\n                \"opposition_name\": \"Bangladesh\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-19\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 6,\n                \"innings_id\": 316,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 157,\n                \"total_wickets\": 10,\n                \"total_overs\": 32.2,\n                \"scoring_rate\": 4.855670103092783\n            },\n            {\n                \"match_id\": 149,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 59,\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-01-19\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 293,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 271,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.42\n            },\n            {\n                \"match_id\": 186,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 4,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-17\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 4,\n                \"innings_id\": 322,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 278,\n                \"total_wickets\": 10,\n                \"total_overs\": 48.1,\n                \"scoring_rate\": 5.771626297577854\n            },\n            {\n                \"match_id\": 147,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2018-01-16\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 289,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 262,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.24\n            },\n            {\n                \"match_id\": 147,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2018-01-16\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 294,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 263,\n                \"total_wickets\": 5,\n                \"total_overs\": 45.5,\n                \"scoring_rate\": 5.738181818181818\n            },\n            {\n                \"match_id\": 144,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 291,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 74,\n                \"total_wickets\": 10,\n                \"total_overs\": 27.2,\n                \"scoring_rate\": 2.707317073170732\n            },\n            {\n                \"match_id\": 144,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 286,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 257,\n                \"total_wickets\": 10,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.14\n            },\n            {\n                \"match_id\": 143,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 8,\n                \"city_name\": \"Nelson\",\n                \"start_date\": \"2018-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 290,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 151,\n                \"total_wickets\": 2,\n                \"total_overs\": 23.5,\n                \"scoring_rate\": 6.335664335664336\n            },\n            {\n                \"match_id\": 143,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 8,\n                \"city_name\": \"Nelson\",\n                \"start_date\": \"2018-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 285,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 246,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 4.92\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"8884ca9e-9a9e-4ce6-9114-df23ca8ec1e4"},{"name":"Match Totals","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"96c8eb76-2da6-4632-a3e3-0ee88fa228e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","individual","match-totals"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"6603c13d-4217-472d-b593-8f3020dce221","name":"Match Totals","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","match-totals"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 10:04:29 GMT"},{"key":"Content-Length","value":"718"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team match totals stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 205,\n                \"team_id\": 8,\n                \"team_name\": \"Scotland\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"total_runs\": 210,\n                \"total_balls\": 295,\n                \"total_wickets\": 10,\n                \"average\": 21,\n                \"scoring_rate\": 4.271186440677966\n            },\n            {\n                \"match_id\": 205,\n                \"team_id\": 10,\n                \"team_name\": \"Zimbabwe\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Scotland\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"total_runs\": 210,\n                \"total_balls\": 280,\n                \"total_wickets\": 10,\n                \"average\": 21,\n                \"scoring_rate\": 4.5\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"96c8eb76-2da6-4632-a3e3-0ee88fa228e5"},{"name":"Match Results","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"857ccc4e-c7c2-4674-94aa-1be4dee72d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/match-results?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","individual","match-results"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"62ec4702-49e6-43a9-a0f1-be4f117cae5a","name":"Matches Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/match-results?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","match-results"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 10:09:05 GMT"},{"key":"Content-Length","value":"807"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team match results stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 205,\n                \"team_id\": 8,\n                \"team_name\": \"Scotland\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"toss_winner_id\": 10,\n                \"innings_number\": 2,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"is_won_by_runs\": null,\n                \"is_won_by_innings\": null\n            },\n            {\n                \"match_id\": 205,\n                \"team_id\": 10,\n                \"team_name\": \"Zimbabwe\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Scotland\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"toss_winner_id\": 10,\n                \"innings_number\": 1,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"is_won_by_runs\": null,\n                \"is_won_by_innings\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"857ccc4e-c7c2-4674-94aa-1be4dee72d2c"},{"name":"Series","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"be04c8b3-c809-41f8-a4ff-886d7e3e20c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","individual","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"d24a740a-7ea1-4892-8042-7e62d4354d09","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:42:02 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 52,\n                \"series_name\": \"Pakistan in Sri Lanka ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2017-10-13\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1002,\n                \"total_balls\": 1211,\n                \"total_wickets\": 22,\n                \"average\": 45.54545454545455,\n                \"scoring_rate\": 4.9644921552436,\n                \"highest_score\": 292,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 42,\n                \"series_name\": \"Pakistan in New Zealand ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 523,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 4,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1018,\n                \"total_balls\": 1291,\n                \"total_wickets\": 37,\n                \"average\": 27.513513513513512,\n                \"scoring_rate\": 4.731216111541441,\n                \"highest_score\": 257,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 629,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-12-18\",\n                \"max_start_date\": \"2013-12-27\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1390,\n                \"total_balls\": 1444,\n                \"total_wickets\": 26,\n                \"average\": 53.46153846153846,\n                \"scoring_rate\": 5.775623268698061,\n                \"highest_score\": 326,\n                \"lowest_score\": 232\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 152,\n                \"series_name\": \"Sri Lanka in Pakistan ODI series\",\n                \"series_season\": \"2019/20\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 604,\n                \"total_balls\": 590,\n                \"total_wickets\": 12,\n                \"average\": 50.333333333333336,\n                \"scoring_rate\": 6.142372881355932,\n                \"highest_score\": 305,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 557,\n                \"total_balls\": 578,\n                \"total_wickets\": 11,\n                \"average\": 50.63636363636363,\n                \"scoring_rate\": 5.782006920415225,\n                \"highest_score\": 296,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 260,\n                \"series_name\": \"Sri Lanka in New Zealand ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 433,\n                \"total_balls\": 494,\n                \"total_wickets\": 14,\n                \"average\": 30.928571428571427,\n                \"scoring_rate\": 5.2591093117408905,\n                \"highest_score\": 274,\n                \"lowest_score\": 274\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 629,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-12-18\",\n                \"max_start_date\": \"2013-12-27\",\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1271,\n                \"total_balls\": 1455,\n                \"total_wickets\": 46,\n                \"average\": 27.630434782608695,\n                \"scoring_rate\": 5.241237113402062,\n                \"highest_score\": 311,\n                \"lowest_score\": 213\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 278,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 523,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 994,\n                \"total_balls\": 1408,\n                \"total_wickets\": 46,\n                \"average\": 21.608695652173914,\n                \"scoring_rate\": 4.235795454545454,\n                \"highest_score\": 236,\n                \"lowest_score\": 131\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 278,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2012-03-15\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 189,\n                \"total_balls\": 239,\n                \"total_wickets\": 4,\n                \"average\": 47.25,\n                \"scoring_rate\": 4.7447698744769875,\n                \"highest_score\": 189,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 649,\n                \"series_name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 342,\n                \"total_balls\": 314,\n                \"total_wickets\": 13,\n                \"average\": 26.307692307692307,\n                \"scoring_rate\": 6.535031847133758,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 649,\n                \"series_name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 637,\n                \"total_balls\": 636,\n                \"total_wickets\": 18,\n                \"average\": 35.388888888888886,\n                \"scoring_rate\": 6.009433962264151,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 42,\n                \"series_name\": \"Pakistan in New Zealand ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 260,\n                \"series_name\": \"Sri Lanka in New Zealand ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 233,\n                \"total_balls\": 368,\n                \"total_wickets\": 20,\n                \"average\": 11.65,\n                \"scoring_rate\": 3.7989130434782608,\n                \"highest_score\": 157,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 544,\n                \"total_balls\": 593,\n                \"total_wickets\": 15,\n                \"average\": 36.266666666666666,\n                \"scoring_rate\": 5.504215851602024,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 52,\n                \"series_name\": \"Pakistan in Sri Lanka ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2017-10-13\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 880,\n                \"total_balls\": 1298,\n                \"total_wickets\": 48,\n                \"average\": 18.333333333333332,\n                \"scoring_rate\": 4.067796610169491,\n                \"highest_score\": 209,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 152,\n                \"series_name\": \"Sri Lanka in Pakistan ODI series\",\n                \"series_season\": \"2019/20\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 535,\n                \"total_balls\": 581,\n                \"total_wickets\": 19,\n                \"average\": 28.157894736842106,\n                \"scoring_rate\": 5.524956970740103,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2012-03-15\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 188,\n                \"total_balls\": 274,\n                \"total_wickets\": 10,\n                \"average\": 18.8,\n                \"scoring_rate\": 4.116788321167883,\n                \"highest_score\": 188,\n                \"lowest_score\": 188\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"be04c8b3-c809-41f8-a4ff-886d7e3e20c8"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f4fc7f9b-650a-4117-aac7-5a9efbcb7bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","urlObject":{"path":["stats","team","individual","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"3bc87eb6-3602-419d-b5a4-c4cad2740541","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:45:54 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-19\",\n                \"max_start_date\": \"2023-11-19\",\n                \"matches_played\": 37,\n                \"matches_won\": 31,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 6.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 37,\n                \"total_runs\": 10126,\n                \"total_balls\": 10220,\n                \"total_wickets\": 219,\n                \"average\": 46.23744292237443,\n                \"scoring_rate\": 5.94481409001957,\n                \"highest_score\": 410,\n                \"lowest_score\": 221\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-21\",\n                \"max_start_date\": \"2023-11-19\",\n                \"matches_played\": 35,\n                \"matches_won\": 27,\n                \"matches_lost\": 8,\n                \"win_loss_ratio\": 3.375,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 35,\n                \"total_runs\": 9578,\n                \"total_balls\": 9409,\n                \"total_wickets\": 248,\n                \"average\": 38.62096774193548,\n                \"scoring_rate\": 6.107769157189924,\n                \"highest_score\": 417,\n                \"lowest_score\": 151\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2023-11-15\",\n                \"matches_played\": 37,\n                \"matches_won\": 24,\n                \"matches_lost\": 12,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 37,\n                \"total_runs\": 8820,\n                \"total_balls\": 9139,\n                \"total_wickets\": 242,\n                \"average\": 36.446280991735534,\n                \"scoring_rate\": 5.790567895831054,\n                \"highest_score\": 401,\n                \"lowest_score\": 153\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-24\",\n                \"max_start_date\": \"2023-11-16\",\n                \"matches_played\": 34,\n                \"matches_won\": 20,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1.5384615384615385,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 34,\n                \"total_runs\": 8891,\n                \"total_balls\": 8971,\n                \"total_wickets\": 219,\n                \"average\": 40.598173515981735,\n                \"scoring_rate\": 5.946494259279902,\n                \"highest_score\": 428,\n                \"lowest_score\": 83\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-23\",\n                \"max_start_date\": \"2023-11-11\",\n                \"matches_played\": 32,\n                \"matches_won\": 19,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1.4615384615384615,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 32,\n                \"total_runs\": 7643,\n                \"total_balls\": 8395,\n                \"total_wickets\": 235,\n                \"average\": 32.52340425531915,\n                \"scoring_rate\": 5.462537224538416,\n                \"highest_score\": 348,\n                \"lowest_score\": 105\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2023-11-09\",\n                \"matches_played\": 32,\n                \"matches_won\": 15,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 0.9375,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 32,\n                \"total_runs\": 7797,\n                \"total_balls\": 8421,\n                \"total_wickets\": 231,\n                \"average\": 33.753246753246756,\n                \"scoring_rate\": 5.555397221232632,\n                \"highest_score\": 363,\n                \"lowest_score\": 55\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-22\",\n                \"max_start_date\": \"2023-11-11\",\n                \"matches_played\": 33,\n                \"matches_won\": 15,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 0.9375,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 33,\n                \"total_runs\": 8584,\n                \"total_balls\": 8822,\n                \"total_wickets\": 264,\n                \"average\": 32.515151515151516,\n                \"scoring_rate\": 5.838131942870097,\n                \"highest_score\": 397,\n                \"lowest_score\": 123\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-19\",\n                \"max_start_date\": \"2023-11-11\",\n                \"matches_played\": 29,\n                \"matches_won\": 11,\n                \"matches_lost\": 18,\n                \"win_loss_ratio\": 0.6111111111111112,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 29,\n                \"total_runs\": 6933,\n                \"total_balls\": 7901,\n                \"total_wickets\": 239,\n                \"average\": 29.00836820083682,\n                \"scoring_rate\": 5.264903176813061,\n                \"highest_score\": 333,\n                \"lowest_score\": 58\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-26\",\n                \"max_start_date\": \"2017-06-18\",\n                \"matches_played\": 12,\n                \"matches_won\": 9,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2614,\n                \"total_balls\": 2682,\n                \"total_wickets\": 55,\n                \"average\": 47.527272727272724,\n                \"scoring_rate\": 5.847874720357942,\n                \"highest_score\": 331,\n                \"lowest_score\": 158\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-25\",\n                \"max_start_date\": \"2017-06-14\",\n                \"matches_played\": 13,\n                \"matches_won\": 8,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1.6,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 3042,\n                \"total_balls\": 3323,\n                \"total_wickets\": 92,\n                \"average\": 33.06521739130435,\n                \"scoring_rate\": 5.492627144146855,\n                \"highest_score\": 323,\n                \"lowest_score\": 146\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"West Indies\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-24\",\n                \"max_start_date\": \"2019-07-04\",\n                \"matches_played\": 22,\n                \"matches_won\": 8,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 0.5714285714285714,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 22,\n                \"total_runs\": 5125,\n                \"total_balls\": 5527,\n                \"total_wickets\": 174,\n                \"average\": 29.45402298850575,\n                \"scoring_rate\": 5.5635968880043425,\n                \"highest_score\": 372,\n                \"lowest_score\": 112\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-23\",\n                \"max_start_date\": \"2017-06-18\",\n                \"matches_played\": 12,\n                \"matches_won\": 6,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2449,\n                \"total_balls\": 3035,\n                \"total_wickets\": 84,\n                \"average\": 29.154761904761905,\n                \"scoring_rate\": 4.841515650741351,\n                \"highest_score\": 338,\n                \"lowest_score\": 165\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-25\",\n                \"max_start_date\": \"2015-03-15\",\n                \"matches_played\": 12,\n                \"matches_won\": 5,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.7142857142857143,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 3016,\n                \"total_balls\": 3366,\n                \"total_wickets\": 103,\n                \"average\": 29.281553398058254,\n                \"scoring_rate\": 5.376114081996435,\n                \"highest_score\": 331,\n                \"lowest_score\": 141\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2015-02-18\",\n                \"max_start_date\": \"2023-11-10\",\n                \"matches_played\": 24,\n                \"matches_won\": 5,\n                \"matches_lost\": 19,\n                \"win_loss_ratio\": 0.2631578947368421,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 24,\n                \"total_runs\": 4970,\n                \"total_balls\": 6326,\n                \"total_wickets\": 204,\n                \"average\": 24.362745098039216,\n                \"scoring_rate\": 4.713879228580462,\n                \"highest_score\": 291,\n                \"lowest_score\": 125\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-24\",\n                \"max_start_date\": \"2017-06-09\",\n                \"matches_played\": 11,\n                \"matches_won\": 4,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.8,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 11,\n                \"total_runs\": 2238,\n                \"total_balls\": 2627,\n                \"total_wickets\": 84,\n                \"average\": 26.642857142857142,\n                \"scoring_rate\": 5.111534069280548,\n                \"highest_score\": 315,\n                \"lowest_score\": 214\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-22\",\n                \"max_start_date\": \"2017-06-12\",\n                \"matches_played\": 10,\n                \"matches_won\": 4,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2438,\n                \"total_balls\": 2812,\n                \"total_wickets\": 81,\n                \"average\": 30.098765432098766,\n                \"scoring_rate\": 5.2019914651493595,\n                \"highest_score\": 322,\n                \"lowest_score\": 138\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-26\",\n                \"max_start_date\": \"2017-06-10\",\n                \"matches_played\": 11,\n                \"matches_won\": 4,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 4,\n                \"innings_count\": 11,\n                \"total_runs\": 2289,\n                \"total_balls\": 2683,\n                \"total_wickets\": 65,\n                \"average\": 35.215384615384615,\n                \"scoring_rate\": 5.118896757361163,\n                \"highest_score\": 277,\n                \"lowest_score\": 233\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"Zimbabwe\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-21\",\n                \"max_start_date\": \"2015-03-14\",\n                \"matches_played\": 12,\n                \"matches_won\": 3,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2958,\n                \"total_balls\": 3360,\n                \"total_wickets\": 108,\n                \"average\": 27.38888888888889,\n                \"scoring_rate\": 5.2821428571428575,\n                \"highest_score\": 326,\n                \"lowest_score\": 162\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-22\",\n                \"max_start_date\": \"2017-06-11\",\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2377,\n                \"total_balls\": 2658,\n                \"total_wickets\": 80,\n                \"average\": 29.7125,\n                \"scoring_rate\": 5.3656884875846504,\n                \"highest_score\": 305,\n                \"lowest_score\": 175\n            },\n            {\n                \"team_id\": 21,\n                \"team_name\": \"Netherlands\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-22\",\n                \"max_start_date\": \"2023-11-12\",\n                \"matches_played\": 15,\n                \"matches_won\": 2,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 0.15384615384615385,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3044,\n                \"total_balls\": 3853,\n                \"total_wickets\": 144,\n                \"average\": 21.13888888888889,\n                \"scoring_rate\": 4.74020243965741,\n                \"highest_score\": 306,\n                \"lowest_score\": 90\n            },\n            {\n                \"team_id\": 22,\n                \"team_name\": \"Canada\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2011-03-16\",\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1054,\n                \"total_balls\": 1578,\n                \"total_wickets\": 54,\n                \"average\": 19.51851851851852,\n                \"scoring_rate\": 4.007604562737643,\n                \"highest_score\": 261,\n                \"lowest_score\": 122\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2017-06-01\",\n                \"max_start_date\": \"2017-06-15\",\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 4,\n                \"total_runs\": 1019,\n                \"total_balls\": 1152,\n                \"total_wickets\": 28,\n                \"average\": 36.392857142857146,\n                \"scoring_rate\": 5.307291666666667,\n                \"highest_score\": 305,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"West Indies\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-23\",\n                \"max_start_date\": \"2013-06-14\",\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1082,\n                \"total_balls\": 1405,\n                \"total_wickets\": 52,\n                \"average\": 20.807692307692307,\n                \"scoring_rate\": 4.620640569395018,\n                \"highest_score\": 233,\n                \"lowest_score\": 129\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2015-02-19\",\n                \"max_start_date\": \"2015-03-15\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1245,\n                \"total_balls\": 1660,\n                \"total_wickets\": 53,\n                \"average\": 23.49056603773585,\n                \"scoring_rate\": 4.5,\n                \"highest_score\": 285,\n                \"lowest_score\": 102\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2015-02-17\",\n                \"max_start_date\": \"2015-03-14\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1199,\n                \"total_balls\": 1485,\n                \"total_wickets\": 58,\n                \"average\": 20.67241379310345,\n                \"scoring_rate\": 4.844444444444444,\n                \"highest_score\": 318,\n                \"lowest_score\": 130\n            },\n            {\n                \"team_id\": 28,\n                \"team_name\": \"Kenya\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2011-03-20\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 932,\n                \"total_balls\": 1420,\n                \"total_wickets\": 56,\n                \"average\": 16.642857142857142,\n                \"scoring_rate\": 3.9380281690140846,\n                \"highest_score\": 264,\n                \"lowest_score\": 69\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"f4fc7f9b-650a-4117-aac7-5a9efbcb7bee"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9e5e3373-4762-4c45-8979-45b42fe118d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","individual","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"a65e7c39-4ced-4ae9-b840-9c46f32ac44e","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:53:57 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-grounds stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"min_start_date\": \"2011-11-20\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1130,\n                \"total_balls\": 1253,\n                \"total_wickets\": 24,\n                \"average\": 47.083333333333336,\n                \"scoring_rate\": 5.4110135674381485,\n                \"highest_score\": 326,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"min_start_date\": \"2011-11-23\",\n                \"max_start_date\": \"2017-10-18\",\n                \"matches_played\": 5,\n                \"matches_won\": 4,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1105,\n                \"total_balls\": 1383,\n                \"total_wickets\": 31,\n                \"average\": 35.645161290322584,\n                \"scoring_rate\": 4.793926247288503,\n                \"highest_score\": 232,\n                \"lowest_score\": 232\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1175,\n                \"total_balls\": 1310,\n                \"total_wickets\": 30,\n                \"average\": 39.166666666666664,\n                \"scoring_rate\": 5.3816793893129775,\n                \"highest_score\": 292,\n                \"lowest_score\": 210\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"ground_name\": \"National Stadium\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1324,\n                \"total_balls\": 1437,\n                \"total_wickets\": 35,\n                \"average\": 37.82857142857143,\n                \"scoring_rate\": 5.528183716075157,\n                \"highest_score\": 305,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1098,\n                \"total_balls\": 1434,\n                \"total_wickets\": 43,\n                \"average\": 25.53488372093023,\n                \"scoring_rate\": 4.594142259414226,\n                \"highest_score\": 287,\n                \"lowest_score\": 131\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 59,\n                \"ground_name\": \"Basin Reserve\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 586,\n                \"total_balls\": 600,\n                \"total_wickets\": 14,\n                \"average\": 41.857142857142854,\n                \"scoring_rate\": 5.86,\n                \"highest_score\": 315,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"ground_name\": \"National Stadium\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 422,\n                \"total_balls\": 472,\n                \"total_wickets\": 9,\n                \"average\": 46.888888888888886,\n                \"scoring_rate\": 5.364406779661017,\n                \"highest_score\": 263,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 8,\n                \"ground_name\": \"Saxton Oval\",\n                \"min_start_date\": \"2018-01-09\",\n                \"max_start_date\": \"2018-01-09\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 151,\n                \"total_balls\": 143,\n                \"total_wickets\": 2,\n                \"average\": 75.5,\n                \"scoring_rate\": 6.335664335664336,\n                \"highest_score\": 151,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 274,\n                \"total_balls\": 297,\n                \"total_wickets\": 10,\n                \"average\": 27.4,\n                \"scoring_rate\": 5.5353535353535355,\n                \"highest_score\": 274,\n                \"lowest_score\": 274\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 14,\n                \"ground_name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-12\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 2,\n                \"total_runs\": 216,\n                \"total_balls\": 164,\n                \"total_wickets\": 7,\n                \"average\": 30.857142857142858,\n                \"scoring_rate\": 7.902439024390244,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 39,\n                \"ground_name\": \"University Oval\",\n                \"min_start_date\": \"2018-01-13\",\n                \"max_start_date\": \"2018-01-13\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 257,\n                \"total_balls\": 300,\n                \"total_wickets\": 10,\n                \"average\": 25.7,\n                \"scoring_rate\": 5.14,\n                \"highest_score\": 257,\n                \"lowest_score\": 257\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"min_start_date\": \"2011-11-23\",\n                \"max_start_date\": \"2017-10-18\",\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1073,\n                \"total_balls\": 1469,\n                \"total_wickets\": 47,\n                \"average\": 22.829787234042552,\n                \"scoring_rate\": 4.382573179033356,\n                \"highest_score\": 235,\n                \"lowest_score\": 187\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 64,\n                \"ground_name\": \"Khan Shaheb Osman Ali Stadium\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-02-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 296,\n                \"total_balls\": 300,\n                \"total_wickets\": 6,\n                \"average\": 49.333333333333336,\n                \"scoring_rate\": 5.92,\n                \"highest_score\": 296,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 449,\n                \"total_balls\": 539,\n                \"total_wickets\": 9,\n                \"average\": 49.888888888888886,\n                \"scoring_rate\": 4.998144712430427,\n                \"highest_score\": 260,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 449,\n                \"total_balls\": 552,\n                \"total_wickets\": 15,\n                \"average\": 29.933333333333334,\n                \"scoring_rate\": 4.880434782608695,\n                \"highest_score\": 261,\n                \"lowest_score\": 188\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"min_start_date\": \"2013-11-16\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 211,\n                \"total_balls\": 198,\n                \"total_wickets\": 8,\n                \"average\": 26.375,\n                \"scoring_rate\": 6.393939393939394,\n                \"highest_score\": 211,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2023-03-31\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 157,\n                \"total_balls\": 249,\n                \"total_wickets\": 10,\n                \"average\": 15.7,\n                \"scoring_rate\": 3.783132530120482,\n                \"highest_score\": 157,\n                \"lowest_score\": 157\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2018-01-16\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 262,\n                \"total_balls\": 300,\n                \"total_wickets\": 8,\n                \"average\": 32.75,\n                \"scoring_rate\": 5.24,\n                \"highest_score\": 262,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 78,\n                \"ground_name\": \"National Stadium\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 535,\n                \"total_balls\": 581,\n                \"total_wickets\": 19,\n                \"average\": 28.157894736842106,\n                \"scoring_rate\": 5.524956970740103,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 14,\n                \"ground_name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-12\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 2,\n                \"total_runs\": 426,\n                \"total_balls\": 438,\n                \"total_wickets\": 10,\n                \"average\": 42.6,\n                \"scoring_rate\": 5.835616438356165,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"min_start_date\": \"2011-11-20\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 974,\n                \"total_balls\": 1258,\n                \"total_wickets\": 50,\n                \"average\": 19.48,\n                \"scoring_rate\": 4.645468998410175,\n                \"highest_score\": 311,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 8,\n                \"ground_name\": \"Saxton Oval\",\n                \"min_start_date\": \"2018-01-09\",\n                \"max_start_date\": \"2018-01-09\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 246,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 27.333333333333332,\n                \"scoring_rate\": 4.92,\n                \"highest_score\": 246,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 76,\n                \"total_balls\": 119,\n                \"total_wickets\": 10,\n                \"average\": 7.6,\n                \"scoring_rate\": 3.831932773109244,\n                \"highest_score\": 76,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 39,\n                \"ground_name\": \"University Oval\",\n                \"min_start_date\": \"2018-01-13\",\n                \"max_start_date\": \"2018-01-13\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 74,\n                \"total_balls\": 164,\n                \"total_wickets\": 10,\n                \"average\": 7.4,\n                \"scoring_rate\": 2.707317073170732,\n                \"highest_score\": 74,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 59,\n                \"ground_name\": \"Basin Reserve\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 422,\n                \"total_balls\": 475,\n                \"total_wickets\": 16,\n                \"average\": 26.375,\n                \"scoring_rate\": 5.330526315789474,\n                \"highest_score\": 256,\n                \"lowest_score\": 256\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 64,\n                \"ground_name\": \"Khan Shaheb Osman Ali Stadium\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-02-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 284,\n                \"total_balls\": 293,\n                \"total_wickets\": 10,\n                \"average\": 28.4,\n                \"scoring_rate\": 5.815699658703072,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"min_start_date\": \"2013-11-16\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 126,\n                \"total_balls\": 150,\n                \"total_wickets\": 6,\n                \"average\": 21,\n                \"scoring_rate\": 5.04,\n                \"highest_score\": 126,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"9e5e3373-4762-4c45-8979-45b42fe118d6"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"466ffab4-5404-433f-b5a9-75ea65d270ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","urlObject":{"path":["stats","team","individual","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"0bb84c20-2b6d-401a-98d9-fb53a4681c58","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:52:04 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-host_nations stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 15,\n                \"matches_won\": 12,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3410,\n                \"total_balls\": 3946,\n                \"total_wickets\": 85,\n                \"average\": 40.11764705882353,\n                \"scoring_rate\": 5.18499746578814,\n                \"highest_score\": 326,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 7,\n                \"matches_won\": 7,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1690,\n                \"total_balls\": 1812,\n                \"total_wickets\": 45,\n                \"average\": 37.55555555555556,\n                \"scoring_rate\": 5.596026490066225,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1324,\n                \"total_balls\": 1437,\n                \"total_wickets\": 35,\n                \"average\": 37.82857142857143,\n                \"scoring_rate\": 5.528183716075157,\n                \"highest_score\": 305,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 15,\n                \"matches_won\": 3,\n                \"matches_lost\": 12,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3145,\n                \"total_balls\": 4161,\n                \"total_wickets\": 140,\n                \"average\": 22.464285714285715,\n                \"scoring_rate\": 4.534967555875991,\n                \"highest_score\": 311,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 745,\n                \"total_balls\": 852,\n                \"total_wickets\": 21,\n                \"average\": 35.476190476190474,\n                \"scoring_rate\": 5.246478873239437,\n                \"highest_score\": 296,\n                \"lowest_score\": 188\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 342,\n                \"total_balls\": 314,\n                \"total_wickets\": 13,\n                \"average\": 26.307692307692307,\n                \"scoring_rate\": 6.535031847133758,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 637,\n                \"total_balls\": 636,\n                \"total_wickets\": 18,\n                \"average\": 35.388888888888886,\n                \"scoring_rate\": 6.009433962264151,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 733,\n                \"total_balls\": 832,\n                \"total_wickets\": 19,\n                \"average\": 38.578947368421055,\n                \"scoring_rate\": 5.2860576923076925,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 535,\n                \"total_balls\": 581,\n                \"total_wickets\": 19,\n                \"average\": 28.157894736842106,\n                \"scoring_rate\": 5.524956970740103,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 233,\n                \"total_balls\": 368,\n                \"total_wickets\": 20,\n                \"average\": 11.65,\n                \"scoring_rate\": 3.7989130434782608,\n                \"highest_score\": 157,\n                \"lowest_score\": 76\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"466ffab4-5404-433f-b5a9-75ea65d270ab"},{"name":"Years","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"0d270707-2118-4f45-832a-e24404fcd291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2017/18&team_total_for=batting","urlObject":{"path":["stats","team","individual","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2017/18"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"d8f29379-7d4d-4add-9398-f0eac1789399","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2017/18&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","years"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2017/18"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:46:14 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-years stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 17,\n                \"team_name\": \"Nepal\",\n                \"year\": 2023,\n                \"matches_played\": 11,\n                \"matches_won\": 10,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 10,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 11,\n                \"total_runs\": 2517,\n                \"total_balls\": 2798,\n                \"total_wickets\": 82,\n                \"average\": 30.695121951219512,\n                \"scoring_rate\": 5.397426733380986,\n                \"highest_score\": 297,\n                \"lowest_score\": 139\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2017,\n                \"matches_played\": 11,\n                \"matches_won\": 8,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.6666666666666665,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 11,\n                \"total_runs\": 2955,\n                \"total_balls\": 3043,\n                \"total_wickets\": 67,\n                \"average\": 44.1044776119403,\n                \"scoring_rate\": 5.826487019388761,\n                \"highest_score\": 392,\n                \"lowest_score\": 112\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"year\": 2018,\n                \"matches_played\": 12,\n                \"matches_won\": 8,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2485,\n                \"total_balls\": 2976,\n                \"total_wickets\": 77,\n                \"average\": 32.27272727272727,\n                \"scoring_rate\": 5.01008064516129,\n                \"highest_score\": 333,\n                \"lowest_score\": 179\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 7,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.3333333333333335,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2559,\n                \"total_balls\": 2808,\n                \"total_wickets\": 71,\n                \"average\": 36.04225352112676,\n                \"scoring_rate\": 5.467948717948718,\n                \"highest_score\": 339,\n                \"lowest_score\": 223\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 7,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.3333333333333335,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2420,\n                \"total_balls\": 2748,\n                \"total_wickets\": 69,\n                \"average\": 35.072463768115945,\n                \"scoring_rate\": 5.283842794759825,\n                \"highest_score\": 331,\n                \"lowest_score\": 104\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 7,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.3333333333333335,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2646,\n                \"total_balls\": 2737,\n                \"total_wickets\": 71,\n                \"average\": 37.267605633802816,\n                \"scoring_rate\": 5.8005115089514065,\n                \"highest_score\": 335,\n                \"lowest_score\": 196\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2023,\n                \"matches_played\": 9,\n                \"matches_won\": 7,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 3.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 9,\n                \"total_runs\": 2383,\n                \"total_balls\": 2271,\n                \"total_wickets\": 62,\n                \"average\": 38.435483870967744,\n                \"scoring_rate\": 6.295904887714663,\n                \"highest_score\": 390,\n                \"lowest_score\": 117\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2018,\n                \"matches_played\": 6,\n                \"matches_won\": 5,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1461,\n                \"total_balls\": 1489,\n                \"total_wickets\": 27,\n                \"average\": 54.111111111111114,\n                \"scoring_rate\": 5.887172599059772,\n                \"highest_score\": 303,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2023,\n                \"matches_played\": 7,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 2043,\n                \"total_balls\": 1761,\n                \"total_wickets\": 48,\n                \"average\": 42.5625,\n                \"scoring_rate\": 6.960817717206133,\n                \"highest_score\": 370,\n                \"lowest_score\": 287\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"year\": 2017,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1002,\n                \"total_balls\": 1211,\n                \"total_wickets\": 22,\n                \"average\": 45.54545454545455,\n                \"scoring_rate\": 4.9644921552436,\n                \"highest_score\": 292,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 19,\n                \"team_name\": \"Namibia\",\n                \"year\": 2022,\n                \"matches_played\": 8,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 8,\n                \"total_runs\": 1434,\n                \"total_balls\": 1777,\n                \"total_wickets\": 46,\n                \"average\": 31.17391304347826,\n                \"scoring_rate\": 4.841868317388857,\n                \"highest_score\": 275,\n                \"lowest_score\": 173\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"West Indies\",\n                \"year\": 2018,\n                \"matches_played\": 7,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1704,\n                \"total_balls\": 2025,\n                \"total_wickets\": 51,\n                \"average\": 33.411764705882355,\n                \"scoring_rate\": 5.0488888888888885,\n                \"highest_score\": 357,\n                \"lowest_score\": 198\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"Zimbabwe\",\n                \"year\": 2018,\n                \"matches_played\": 15,\n                \"matches_won\": 5,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.5555555555555556,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3073,\n                \"total_balls\": 3891,\n                \"total_wickets\": 136,\n                \"average\": 22.595588235294116,\n                \"scoring_rate\": 4.738627602158828,\n                \"highest_score\": 333,\n                \"lowest_score\": 95\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 4,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.8,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2325,\n                \"total_balls\": 2714,\n                \"total_wickets\": 76,\n                \"average\": 30.592105263157894,\n                \"scoring_rate\": 5.140014738393515,\n                \"highest_score\": 322,\n                \"lowest_score\": 210\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2017,\n                \"matches_played\": 6,\n                \"matches_won\": 4,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1550,\n                \"total_balls\": 1608,\n                \"total_wickets\": 35,\n                \"average\": 44.285714285714285,\n                \"scoring_rate\": 5.7835820895522385,\n                \"highest_score\": 331,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2023,\n                \"matches_played\": 8,\n                \"matches_won\": 4,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1970,\n                \"total_balls\": 2133,\n                \"total_wickets\": 71,\n                \"average\": 27.746478873239436,\n                \"scoring_rate\": 5.541490857946554,\n                \"highest_score\": 337,\n                \"lowest_score\": 108\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 926,\n                \"total_balls\": 869,\n                \"total_wickets\": 17,\n                \"average\": 54.470588235294116,\n                \"scoring_rate\": 6.39355581127733,\n                \"highest_score\": 355,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2017,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 1004,\n                \"total_balls\": 857,\n                \"total_wickets\": 13,\n                \"average\": 77.23076923076923,\n                \"scoring_rate\": 7.029171528588098,\n                \"highest_score\": 369,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"year\": 2018,\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 931,\n                \"total_balls\": 1162,\n                \"total_wickets\": 37,\n                \"average\": 25.16216216216216,\n                \"scoring_rate\": 4.807228915662651,\n                \"highest_score\": 320,\n                \"lowest_score\": 82\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"year\": 2018,\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 941,\n                \"total_balls\": 1123,\n                \"total_wickets\": 35,\n                \"average\": 26.885714285714286,\n                \"scoring_rate\": 5.027604630454141,\n                \"highest_score\": 278,\n                \"lowest_score\": 157\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.42857142857142855,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2244,\n                \"total_balls\": 2772,\n                \"total_wickets\": 88,\n                \"average\": 25.5,\n                \"scoring_rate\": 4.857142857142857,\n                \"highest_score\": 300,\n                \"lowest_score\": 91\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2022,\n                \"matches_played\": 9,\n                \"matches_won\": 3,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 9,\n                \"total_runs\": 2102,\n                \"total_balls\": 2140,\n                \"total_wickets\": 59,\n                \"average\": 35.6271186440678,\n                \"scoring_rate\": 5.893457943925234,\n                \"highest_score\": 409,\n                \"lowest_score\": 186\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"year\": 2022,\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 685,\n                \"total_balls\": 848,\n                \"total_wickets\": 25,\n                \"average\": 27.4,\n                \"scoring_rate\": 4.846698113207547,\n                \"highest_score\": 213,\n                \"lowest_score\": 208\n            },\n            {\n                \"team_id\": 18,\n                \"team_name\": \"United States of America\",\n                \"year\": 2022,\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 873,\n                \"total_balls\": 1083,\n                \"total_wickets\": 26,\n                \"average\": 33.57692307692308,\n                \"scoring_rate\": 4.836565096952909,\n                \"highest_score\": 266,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"Zimbabwe\",\n                \"year\": 2023,\n                \"matches_played\": 6,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 6,\n                \"total_runs\": 1272,\n                \"total_balls\": 1416,\n                \"total_wickets\": 41,\n                \"average\": 31.024390243902438,\n                \"scoring_rate\": 5.389830508474576,\n                \"highest_score\": 271,\n                \"lowest_score\": 248\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"year\": 2023,\n                \"matches_played\": 6,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 6,\n                \"total_runs\": 1438,\n                \"total_balls\": 1524,\n                \"total_wickets\": 44,\n                \"average\": 32.68181818181818,\n                \"scoring_rate\": 5.661417322834645,\n                \"highest_score\": 349,\n                \"lowest_score\": 194\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"year\": 2023,\n                \"matches_played\": 6,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1693,\n                \"total_balls\": 1718,\n                \"total_wickets\": 48,\n                \"average\": 35.270833333333336,\n                \"scoring_rate\": 5.912689173457509,\n                \"highest_score\": 346,\n                \"lowest_score\": 196\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"Papua New Guinea\",\n                \"year\": 2023,\n                \"matches_played\": 7,\n                \"matches_won\": 3,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1359,\n                \"total_balls\": 1827,\n                \"total_wickets\": 61,\n                \"average\": 22.278688524590162,\n                \"scoring_rate\": 4.463054187192118,\n                \"highest_score\": 262,\n                \"lowest_score\": 95\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"year\": 2023,\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.42857142857142855,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 1690,\n                \"total_balls\": 2355,\n                \"total_wickets\": 86,\n                \"average\": 19.651162790697676,\n                \"scoring_rate\": 4.305732484076433,\n                \"highest_score\": 310,\n                \"lowest_score\": 71\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"year\": 2023,\n                \"matches_played\": 4,\n                \"matches_won\": 2,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 864,\n                \"total_balls\": 1002,\n                \"total_wickets\": 29,\n                \"average\": 29.79310344827586,\n                \"scoring_rate\": 5.173652694610778,\n                \"highest_score\": 274,\n                \"lowest_score\": 212\n            },\n            {\n                \"team_id\": 17,\n                \"team_name\": \"Nepal\",\n                \"year\": 2022,\n                \"matches_played\": 7,\n                \"matches_won\": 2,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 7,\n                \"total_runs\": 1194,\n                \"total_balls\": 1862,\n                \"total_wickets\": 60,\n                \"average\": 19.9,\n                \"scoring_rate\": 3.8474758324382385,\n                \"highest_score\": 197,\n                \"lowest_score\": 119\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 640,\n                \"total_balls\": 780,\n                \"total_wickets\": 26,\n                \"average\": 24.615384615384617,\n                \"scoring_rate\": 4.923076923076923,\n                \"highest_score\": 271,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"year\": 2017,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 551,\n                \"total_balls\": 718,\n                \"total_wickets\": 24,\n                \"average\": 22.958333333333332,\n                \"scoring_rate\": 4.604456824512535,\n                \"highest_score\": 271,\n                \"lowest_score\": 100\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2023,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 578,\n                \"total_balls\": 574,\n                \"total_wickets\": 20,\n                \"average\": 28.9,\n                \"scoring_rate\": 6.041811846689895,\n                \"highest_score\": 269,\n                \"lowest_score\": 188\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 630,\n                \"total_balls\": 860,\n                \"total_wickets\": 26,\n                \"average\": 24.23076923076923,\n                \"scoring_rate\": 4.395348837209302,\n                \"highest_score\": 263,\n                \"lowest_score\": 191\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"year\": 2023,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 838,\n                \"total_balls\": 954,\n                \"total_wickets\": 32,\n                \"average\": 26.1875,\n                \"scoring_rate\": 5.270440251572327,\n                \"highest_score\": 294,\n                \"lowest_score\": 101\n            },\n            {\n                \"team_id\": 9,\n                \"team_name\": \"Hong Kong\",\n                \"year\": 2017,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 230,\n                \"total_balls\": 300,\n                \"total_wickets\": 8,\n                \"average\": 28.75,\n                \"scoring_rate\": 4.6,\n                \"highest_score\": 230,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"year\": 2017,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 635,\n                \"total_balls\": 862,\n                \"total_wickets\": 29,\n                \"average\": 21.896551724137932,\n                \"scoring_rate\": 4.419953596287703,\n                \"highest_score\": 238,\n                \"lowest_score\": 177\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2022,\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 2,\n                \"total_runs\": 413,\n                \"total_balls\": 391,\n                \"total_wickets\": 4,\n                \"average\": 103.25,\n                \"scoring_rate\": 6.337595907928389,\n                \"highest_score\": 309,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 835,\n                \"total_balls\": 890,\n                \"total_wickets\": 26,\n                \"average\": 32.11538461538461,\n                \"scoring_rate\": 5.629213483146067,\n                \"highest_score\": 313,\n                \"lowest_score\": 228\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 558,\n                \"total_balls\": 542,\n                \"total_wickets\": 16,\n                \"average\": 34.875,\n                \"scoring_rate\": 6.177121771217712,\n                \"highest_score\": 314,\n                \"lowest_score\": 234\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2017,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1208,\n                \"total_balls\": 1285,\n                \"total_wickets\": 39,\n                \"average\": 30.974358974358974,\n                \"scoring_rate\": 5.640466926070039,\n                \"highest_score\": 334,\n                \"lowest_score\": 202\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 626,\n                \"total_balls\": 703,\n                \"total_wickets\": 21,\n                \"average\": 29.80952380952381,\n                \"scoring_rate\": 5.342816500711238,\n                \"highest_score\": 278,\n                \"lowest_score\": 99\n            },\n            {\n                \"team_id\": 21,\n                \"team_name\": \"Netherlands\",\n                \"year\": 2023,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1169,\n                \"total_balls\": 1411,\n                \"total_wickets\": 46,\n                \"average\": 25.41304347826087,\n                \"scoring_rate\": 4.970942593905032,\n                \"highest_score\": 270,\n                \"lowest_score\": 189\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"year\": 2023,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 9,\n                \"team_name\": \"Hong Kong\",\n                \"year\": 2018,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 648,\n                \"total_balls\": 1023,\n                \"total_wickets\": 38,\n                \"average\": 17.05263157894737,\n                \"scoring_rate\": 3.80058651026393,\n                \"highest_score\": 241,\n                \"lowest_score\": 91\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2018,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1304,\n                \"total_balls\": 1412,\n                \"total_wickets\": 40,\n                \"average\": 32.6,\n                \"scoring_rate\": 5.541076487252124,\n                \"highest_score\": 304,\n                \"lowest_score\": 247\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2018,\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1178,\n                \"total_balls\": 1422,\n                \"total_wickets\": 53,\n                \"average\": 22.22641509433962,\n                \"scoring_rate\": 4.970464135021097,\n                \"highest_score\": 269,\n                \"lowest_score\": 118\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"Papua New Guinea\",\n                \"year\": 2018,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 748,\n                \"total_balls\": 1000,\n                \"total_wickets\": 40,\n                \"average\": 18.7,\n                \"scoring_rate\": 4.488,\n                \"highest_score\": 235,\n                \"lowest_score\": 113\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"year\": 2017,\n                \"matches_played\": 8,\n                \"matches_won\": 1,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.14285714285714285,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1460,\n                \"total_balls\": 1991,\n                \"total_wickets\": 69,\n                \"average\": 21.159420289855074,\n                \"scoring_rate\": 4.399799095931693,\n                \"highest_score\": 251,\n                \"lowest_score\": 103\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"0d270707-2118-4f45-832a-e24404fcd291"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d415e571-8699-455c-9b18-0088946a46d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=batting","urlObject":{"path":["stats","team","individual","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"batting"}],"variable":[]}},"response":[{"id":"a717c65a-66da-46f5-b658-81bbada4daa1","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=batting","host":["http://localhost:8080"],"path":["stats","team","individual","seasons"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"batting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 09:44:12 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-seasons stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2017/18\",\n                \"matches_played\": 16,\n                \"matches_won\": 11,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 2.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 16,\n                \"total_runs\": 4109,\n                \"total_balls\": 4416,\n                \"total_wickets\": 106,\n                \"average\": 38.764150943396224,\n                \"scoring_rate\": 5.582880434782608,\n                \"highest_score\": 339,\n                \"lowest_score\": 223\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2011/12\",\n                \"matches_played\": 17,\n                \"matches_won\": 11,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1.8333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 17,\n                \"total_runs\": 3583,\n                \"total_balls\": 4488,\n                \"total_wickets\": 129,\n                \"average\": 27.775193798449614,\n                \"scoring_rate\": 4.790106951871658,\n                \"highest_score\": 329,\n                \"lowest_score\": 130\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2013/14\",\n                \"matches_played\": 16,\n                \"matches_won\": 11,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 2.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 16,\n                \"total_runs\": 3906,\n                \"total_balls\": 4384,\n                \"total_wickets\": 116,\n                \"average\": 33.672413793103445,\n                \"scoring_rate\": 5.345802919708029,\n                \"highest_score\": 311,\n                \"lowest_score\": 180\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2013/14\",\n                \"matches_played\": 18,\n                \"matches_won\": 9,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 18,\n                \"total_runs\": 4390,\n                \"total_balls\": 5138,\n                \"total_wickets\": 144,\n                \"average\": 30.48611111111111,\n                \"scoring_rate\": 5.126508369015181,\n                \"highest_score\": 329,\n                \"lowest_score\": 151\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"matches_played\": 24,\n                \"matches_won\": 8,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 0.5333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 24,\n                \"total_runs\": 5603,\n                \"total_balls\": 6659,\n                \"total_wickets\": 192,\n                \"average\": 29.182291666666668,\n                \"scoring_rate\": 5.048505781648896,\n                \"highest_score\": 320,\n                \"lowest_score\": 43\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2013/14\",\n                \"matches_played\": 15,\n                \"matches_won\": 7,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1.1666666666666667,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 1,\n                \"innings_count\": 15,\n                \"total_runs\": 3362,\n                \"total_balls\": 3372,\n                \"total_wickets\": 99,\n                \"average\": 33.95959595959596,\n                \"scoring_rate\": 5.98220640569395,\n                \"highest_score\": 314,\n                \"lowest_score\": 156\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2011/12\",\n                \"matches_played\": 9,\n                \"matches_won\": 5,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 1.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 9,\n                \"total_runs\": 2503,\n                \"total_balls\": 2609,\n                \"total_wickets\": 65,\n                \"average\": 38.50769230769231,\n                \"scoring_rate\": 5.756228440015332,\n                \"highest_score\": 373,\n                \"lowest_score\": 206\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2017/18\",\n                \"matches_played\": 10,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2006,\n                \"total_balls\": 2450,\n                \"total_wickets\": 65,\n                \"average\": 30.861538461538462,\n                \"scoring_rate\": 4.91265306122449,\n                \"highest_score\": 292,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"matches_played\": 10,\n                \"matches_won\": 5,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 1.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 10,\n                \"total_runs\": 2383,\n                \"total_balls\": 2524,\n                \"total_wickets\": 75,\n                \"average\": 31.773333333333333,\n                \"scoring_rate\": 5.664817749603803,\n                \"highest_score\": 337,\n                \"lowest_score\": 108\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2017/18\",\n                \"matches_played\": 13,\n                \"matches_won\": 4,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.4444444444444444,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 2401,\n                \"total_balls\": 3114,\n                \"total_wickets\": 104,\n                \"average\": 23.08653846153846,\n                \"scoring_rate\": 4.626204238921002,\n                \"highest_score\": 278,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2019/20\",\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 1108,\n                \"total_balls\": 1118,\n                \"total_wickets\": 29,\n                \"average\": 38.206896551724135,\n                \"scoring_rate\": 5.946332737030412,\n                \"highest_score\": 348,\n                \"lowest_score\": 187\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2019/20\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1477,\n                \"total_balls\": 1476,\n                \"total_wickets\": 46,\n                \"average\": 32.108695652173914,\n                \"scoring_rate\": 6.004065040650406,\n                \"highest_score\": 345,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2019/20\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 604,\n                \"total_balls\": 590,\n                \"total_wickets\": 12,\n                \"average\": 50.333333333333336,\n                \"scoring_rate\": 6.142372881355932,\n                \"highest_score\": 305,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"matches_played\": 8,\n                \"matches_won\": 1,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.16666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 8,\n                \"total_runs\": 1385,\n                \"total_balls\": 1580,\n                \"total_wickets\": 63,\n                \"average\": 21.984126984126984,\n                \"scoring_rate\": 5.2594936708860756,\n                \"highest_score\": 314,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2022/23\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d415e571-8699-455c-9b18-0088946a46d3"}],"id":"786ca5fc-bc5d-476d-a00d-743afc212ffe","_postman_id":"786ca5fc-bc5d-476d-a00d-743afc212ffe","description":""},{"name":"Bowling Team Totals","item":[{"name":"Innings","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"09acb9c0-e527-45d7-b29e-131ce8131837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","innings"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"07e2cbda-a485-4350-9a37-4206432fc5a7","name":"Innings","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/innings?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","innings"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:47:03 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-innings stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 664,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2023-03-31\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1335,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 157,\n                \"total_wickets\": 10,\n                \"total_overs\": 41.3,\n                \"scoring_rate\": 3.783132530120482\n            },\n            {\n                \"match_id\": 664,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2023-03-31\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1340,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 159,\n                \"total_wickets\": 4,\n                \"total_overs\": 32.5,\n                \"scoring_rate\": 4.842639593908629\n            },\n            {\n                \"match_id\": 672,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1354,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 274,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.3,\n                \"scoring_rate\": 5.5353535353535355\n            },\n            {\n                \"match_id\": 672,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2023-03-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1356,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 76,\n                \"total_wickets\": 10,\n                \"total_overs\": 19.5,\n                \"scoring_rate\": 3.831932773109244\n            },\n            {\n                \"match_id\": 729,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 71,\n                \"city_name\": \"Indore\",\n                \"start_date\": \"2023-01-24\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1492,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 385,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 7.7\n            },\n            {\n                \"match_id\": 730,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 129,\n                \"city_name\": \"Raipur\",\n                \"start_date\": \"2023-01-21\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1502,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 111,\n                \"total_wickets\": 2,\n                \"total_overs\": 20.1,\n                \"scoring_rate\": 5.5041322314049586\n            },\n            {\n                \"match_id\": 727,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 46,\n                \"city_name\": \"Hyderabad\",\n                \"start_date\": \"2023-01-18\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1491,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 349,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.98\n            },\n            {\n                \"match_id\": 728,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 61,\n                \"city_name\": \"Thiruvananthapuram\",\n                \"start_date\": \"2023-01-15\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1498,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 390,\n                \"total_wickets\": 5,\n                \"total_overs\": 50,\n                \"scoring_rate\": 7.8\n            },\n            {\n                \"match_id\": 696,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1427,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 280,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.6\n            },\n            {\n                \"match_id\": 696,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1428,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 281,\n                \"total_wickets\": 8,\n                \"total_overs\": 48.1,\n                \"scoring_rate\": 5.833910034602076\n            },\n            {\n                \"match_id\": 724,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 67,\n                \"city_name\": \"Kolkata\",\n                \"start_date\": \"2023-01-12\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1486,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 219,\n                \"total_wickets\": 6,\n                \"total_overs\": 43.2,\n                \"scoring_rate\": 5.053846153846154\n            },\n            {\n                \"match_id\": 693,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-11\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1404,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 261,\n                \"total_wickets\": 10,\n                \"total_overs\": 49.5,\n                \"scoring_rate\": 5.237458193979933\n            },\n            {\n                \"match_id\": 693,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-11\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1408,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 182,\n                \"total_wickets\": 10,\n                \"total_overs\": 43,\n                \"scoring_rate\": 4.232558139534884\n            },\n            {\n                \"match_id\": 723,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 117,\n                \"city_name\": \"Guwahati\",\n                \"start_date\": \"2023-01-10\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 5,\n                \"innings_id\": 1476,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 373,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 7.46\n            },\n            {\n                \"match_id\": 691,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 1407,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 258,\n                \"total_wickets\": 4,\n                \"total_overs\": 48.1,\n                \"scoring_rate\": 5.356401384083045\n            },\n            {\n                \"match_id\": 691,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2023-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 1403,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 255,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.1\n            },\n            {\n                \"match_id\": 707,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 7,\n                \"opposition_name\": \"Afghanistan\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-30\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 1431,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 313,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.26\n            },\n            {\n                \"match_id\": 661,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2022-11-30\",\n                \"final_result\": \"no result\",\n                \"match_winner_id\": null,\n                \"innings_id\": 1337,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 219,\n                \"total_wickets\": 10,\n                \"total_overs\": 47.3,\n                \"scoring_rate\": 4.610526315789474\n            },\n            {\n                \"match_id\": 662,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2022-11-27\",\n                \"final_result\": \"no result\",\n                \"match_winner_id\": null,\n                \"innings_id\": 1336,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 89,\n                \"total_wickets\": 1,\n                \"total_overs\": 12.5,\n                \"scoring_rate\": 6.935064935064935\n            },\n            {\n                \"match_id\": 701,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 7,\n                \"opposition_name\": \"Afghanistan\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-27\",\n                \"final_result\": \"no result\",\n                \"match_winner_id\": null,\n                \"innings_id\": 1429,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 228,\n                \"total_wickets\": 10,\n                \"total_overs\": 48.2,\n                \"scoring_rate\": 4.7172413793103445\n            },\n            {\n                \"match_id\": 660,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2022-11-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 1338,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 306,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.12\n            },\n            {\n                \"match_id\": 700,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 7,\n                \"opposition_name\": \"Afghanistan\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2022-11-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 7,\n                \"innings_id\": 1430,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 294,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.88\n            },\n            {\n                \"match_id\": 393,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 2,\n                \"opposition_name\": \"Australia\",\n                \"ground_id\": 48,\n                \"city_name\": \"Sydney\",\n                \"start_date\": \"2020-03-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 2,\n                \"innings_id\": 798,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 258,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.16\n            },\n            {\n                \"match_id\": 455,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 3,\n                \"opposition_name\": \"West Indies\",\n                \"ground_id\": 36,\n                \"city_name\": \"Kandy\",\n                \"start_date\": \"2020-03-01\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 923,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 301,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.02\n            },\n            {\n                \"match_id\": 454,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 3,\n                \"opposition_name\": \"West Indies\",\n                \"ground_id\": 14,\n                \"city_name\": \"Hambantota\",\n                \"start_date\": \"2020-02-26\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 924,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 184,\n                \"total_wickets\": 10,\n                \"total_overs\": 39.1,\n                \"scoring_rate\": 4.697872340425532\n            },\n            {\n                \"match_id\": 453,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 3,\n                \"opposition_name\": \"West Indies\",\n                \"ground_id\": 162,\n                \"city_name\": \"Colombo\",\n                \"start_date\": \"2020-02-22\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 920,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 289,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.78\n            },\n            {\n                \"match_id\": 406,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 43,\n                \"city_name\": \"Mount Maunganui\",\n                \"start_date\": \"2020-02-11\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 840,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 296,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.92\n            },\n            {\n                \"match_id\": 411,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 10,\n                \"city_name\": \"Auckland\",\n                \"start_date\": \"2020-02-08\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 845,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 251,\n                \"total_wickets\": 10,\n                \"total_overs\": 48.3,\n                \"scoring_rate\": 5.175257731958763\n            },\n            {\n                \"match_id\": 409,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 5,\n                \"opposition_name\": \"India\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2020-02-05\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 839,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 347,\n                \"total_wickets\": 4,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.94\n            },\n            {\n                \"match_id\": 440,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-10-02\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 912,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 299,\n                \"total_wickets\": 5,\n                \"total_overs\": 48.2,\n                \"scoring_rate\": 6.186206896551724\n            },\n            {\n                \"match_id\": 440,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-10-02\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 910,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 297,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.94\n            },\n            {\n                \"match_id\": 434,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-09-30\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 909,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 305,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.1\n            },\n            {\n                \"match_id\": 434,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Sri Lanka\",\n                \"ground_id\": 78,\n                \"city_name\": \"Karachi\",\n                \"start_date\": \"2019-09-30\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 8,\n                \"innings_id\": 911,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 238,\n                \"total_wickets\": 10,\n                \"total_overs\": 46.5,\n                \"scoring_rate\": 5.081850533807829\n            },\n            {\n                \"match_id\": 139,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 42,\n                \"city_name\": \"Christchurch\",\n                \"start_date\": \"2018-03-10\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 13,\n                \"innings_id\": 278,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 229,\n                \"total_wickets\": 3,\n                \"total_overs\": 32.4,\n                \"scoring_rate\": 7.010204081632653\n            },\n            {\n                \"match_id\": 137,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-03-07\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 265,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 335,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.7\n            },\n            {\n                \"match_id\": 135,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 28,\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-03-03\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 13,\n                \"innings_id\": 263,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 234,\n                \"total_wickets\": 10,\n                \"total_overs\": 50,\n                \"scoring_rate\": 4.68\n            },\n            {\n                \"match_id\": 136,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 43,\n                \"city_name\": \"Mount Maunganui\",\n                \"start_date\": \"2018-02-28\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 13,\n                \"innings_id\": 277,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 225,\n                \"total_wickets\": 4,\n                \"total_overs\": 37.5,\n                \"scoring_rate\": 5.947136563876652\n            },\n            {\n                \"match_id\": 132,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 13,\n                \"opposition_name\": \"England\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2018-02-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 264,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 284,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.68\n            },\n            {\n                \"match_id\": 191,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 6,\n                \"opposition_name\": \"Bangladesh\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-27\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 342,\n                \"innings_number\": 2,\n                \"innings_end\": null,\n                \"total_runs\": 142,\n                \"total_wickets\": 9,\n                \"total_overs\": 41.1,\n                \"scoring_rate\": 3.4493927125506074\n            },\n            {\n                \"match_id\": 187,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 6,\n                \"opposition_name\": \"Bangladesh\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-25\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 326,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 82,\n                \"total_wickets\": 10,\n                \"total_overs\": 24,\n                \"scoring_rate\": 3.4166666666666665\n            },\n            {\n                \"match_id\": 189,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 4,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-21\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 10,\n                \"innings_id\": 327,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 198,\n                \"total_wickets\": 10,\n                \"total_overs\": 44,\n                \"scoring_rate\": 4.5\n            },\n            {\n                \"match_id\": 149,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 59,\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-01-19\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 293,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 271,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.42\n            },\n            {\n                \"match_id\": 185,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 6,\n                \"opposition_name\": \"Bangladesh\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-19\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 6,\n                \"innings_id\": 312,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 320,\n                \"total_wickets\": 7,\n                \"total_overs\": 50,\n                \"scoring_rate\": 6.4\n            },\n            {\n                \"match_id\": 149,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 59,\n                \"city_name\": \"Wellington\",\n                \"start_date\": \"2018-01-19\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 297,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 256,\n                \"total_wickets\": 10,\n                \"total_overs\": 49,\n                \"scoring_rate\": 5.224489795918367\n            },\n            {\n                \"match_id\": 186,\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"opposition_id\": 4,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 103,\n                \"city_name\": \"Dhaka\",\n                \"start_date\": \"2018-01-17\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 4,\n                \"innings_id\": 317,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 290,\n                \"total_wickets\": 6,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.8\n            },\n            {\n                \"match_id\": 147,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2018-01-16\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 294,\n                \"innings_number\": 2,\n                \"innings_end\": \"target_reached\",\n                \"total_runs\": 263,\n                \"total_wickets\": 5,\n                \"total_overs\": 45.5,\n                \"scoring_rate\": 5.738181818181818\n            },\n            {\n                \"match_id\": 147,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 27,\n                \"city_name\": \"Hamilton\",\n                \"start_date\": \"2018-01-16\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 289,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 262,\n                \"total_wickets\": 8,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.24\n            },\n            {\n                \"match_id\": 144,\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"opposition_id\": 1,\n                \"opposition_name\": \"New Zealand\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 286,\n                \"innings_number\": 1,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 257,\n                \"total_wickets\": 10,\n                \"total_overs\": 50,\n                \"scoring_rate\": 5.14\n            },\n            {\n                \"match_id\": 144,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 39,\n                \"city_name\": \"Dunedin\",\n                \"start_date\": \"2018-01-13\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 291,\n                \"innings_number\": 2,\n                \"innings_end\": \"all_out\",\n                \"total_runs\": 74,\n                \"total_wickets\": 10,\n                \"total_overs\": 27.2,\n                \"scoring_rate\": 2.707317073170732\n            },\n            {\n                \"match_id\": 143,\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Pakistan\",\n                \"ground_id\": 8,\n                \"city_name\": \"Nelson\",\n                \"start_date\": \"2018-01-09\",\n                \"final_result\": \"winner decided\",\n                \"match_winner_id\": 1,\n                \"innings_id\": 285,\n                \"innings_number\": 1,\n                \"innings_end\": null,\n                \"total_runs\": 246,\n                \"total_wickets\": 9,\n                \"total_overs\": 50,\n                \"scoring_rate\": 4.92\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"09acb9c0-e527-45d7-b29e-131ce8131837"},{"name":"Match Totals","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"b8f873e6-5ad8-46ec-8192-6eb6c030dd87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","match-totals"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"6b849c29-b100-440c-b2cc-80fd95dd2804","name":"Match Totals","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/match-totals?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","match-totals"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 18:12:51 GMT"},{"key":"Content-Length","value":"718"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team match totals stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 205,\n                \"team_id\": 8,\n                \"team_name\": \"Scotland\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"total_runs\": 210,\n                \"total_balls\": 295,\n                \"total_wickets\": 10,\n                \"average\": 21,\n                \"scoring_rate\": 4.271186440677966\n            },\n            {\n                \"match_id\": 205,\n                \"team_id\": 10,\n                \"team_name\": \"Zimbabwe\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Scotland\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"total_runs\": 210,\n                \"total_balls\": 280,\n                \"total_wickets\": 10,\n                \"average\": 21,\n                \"scoring_rate\": 4.5\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"b8f873e6-5ad8-46ec-8192-6eb6c030dd87"},{"name":"Match Results","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"3476ddb3-a5b4-4d3c-9c17-43f711b4495c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/match-results?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","match-results"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"2c5ae697-2b8b-4e59-afca-a8b1ee686e66","name":"Match Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/match-results?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","match-results"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Jan 2025 18:15:21 GMT"},{"key":"Content-Length","value":"807"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team match results stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"match_id\": 205,\n                \"team_id\": 8,\n                \"team_name\": \"Scotland\",\n                \"opposition_id\": 10,\n                \"opposition_name\": \"Zimbabwe\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"toss_winner_id\": 10,\n                \"innings_number\": 2,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"is_won_by_runs\": null,\n                \"is_won_by_innings\": null\n            },\n            {\n                \"match_id\": 205,\n                \"team_id\": 10,\n                \"team_name\": \"Zimbabwe\",\n                \"opposition_id\": 8,\n                \"opposition_name\": \"Scotland\",\n                \"ground_id\": 34,\n                \"city_name\": \"Bulawayo\",\n                \"start_date\": \"2018-03-12\",\n                \"final_result\": \"tie\",\n                \"match_winner_id\": null,\n                \"toss_winner_id\": 10,\n                \"innings_number\": 1,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"is_won_by_runs\": null,\n                \"is_won_by_innings\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"3476ddb3-a5b4-4d3c-9c17-43f711b4495c"},{"name":"Series","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"6942e2ad-2d09-4585-9954-d76c5e961453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","series"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"bb2e4cf3-4cf3-432b-b055-5a6486fecf3b","name":"Series","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/series?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","series"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:48:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-series stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 52,\n                \"series_name\": \"Pakistan in Sri Lanka ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2017-10-13\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 880,\n                \"total_balls\": 1298,\n                \"total_wickets\": 48,\n                \"average\": 18.333333333333332,\n                \"scoring_rate\": 4.067796610169491,\n                \"highest_score\": 209,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 42,\n                \"series_name\": \"Pakistan in New Zealand ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1004,\n                \"total_balls\": 1239,\n                \"total_wickets\": 43,\n                \"average\": 23.348837209302324,\n                \"scoring_rate\": 4.861985472154964,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 523,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 4,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 994,\n                \"total_balls\": 1408,\n                \"total_wickets\": 46,\n                \"average\": 21.608695652173914,\n                \"scoring_rate\": 4.235795454545454,\n                \"highest_score\": 236,\n                \"lowest_score\": 131\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 629,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-12-18\",\n                \"max_start_date\": \"2013-12-27\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1271,\n                \"total_balls\": 1455,\n                \"total_wickets\": 46,\n                \"average\": 27.630434782608695,\n                \"scoring_rate\": 5.241237113402062,\n                \"highest_score\": 311,\n                \"lowest_score\": 213\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 152,\n                \"series_name\": \"Sri Lanka in Pakistan ODI series\",\n                \"series_season\": \"2019/20\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 535,\n                \"total_balls\": 581,\n                \"total_wickets\": 19,\n                \"average\": 28.157894736842106,\n                \"scoring_rate\": 5.524956970740103,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 544,\n                \"total_balls\": 593,\n                \"total_wickets\": 15,\n                \"average\": 36.266666666666666,\n                \"scoring_rate\": 5.504215851602024,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 260,\n                \"series_name\": \"Sri Lanka in New Zealand ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 233,\n                \"total_balls\": 368,\n                \"total_wickets\": 20,\n                \"average\": 11.65,\n                \"scoring_rate\": 3.7989130434782608,\n                \"highest_score\": 157,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 629,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-12-18\",\n                \"max_start_date\": \"2013-12-27\",\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1390,\n                \"total_balls\": 1444,\n                \"total_wickets\": 26,\n                \"average\": 53.46153846153846,\n                \"scoring_rate\": 5.775623268698061,\n                \"highest_score\": 326,\n                \"lowest_score\": 232\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 278,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 523,\n                \"series_name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2011-11-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1018,\n                \"total_balls\": 1291,\n                \"total_wickets\": 37,\n                \"average\": 27.513513513513512,\n                \"scoring_rate\": 4.731216111541441,\n                \"highest_score\": 257,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 278,\n                \"series_name\": \"New Zealand in Pakistan ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2012-03-15\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 188,\n                \"total_balls\": 274,\n                \"total_wickets\": 10,\n                \"average\": 18.8,\n                \"scoring_rate\": 4.116788321167883,\n                \"highest_score\": 188,\n                \"lowest_score\": 188\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"series_id\": 649,\n                \"series_name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 637,\n                \"total_balls\": 636,\n                \"total_wickets\": 18,\n                \"average\": 35.388888888888886,\n                \"scoring_rate\": 6.009433962264151,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 649,\n                \"series_name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 342,\n                \"total_balls\": 314,\n                \"total_wickets\": 13,\n                \"average\": 26.307692307692307,\n                \"scoring_rate\": 6.535031847133758,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 42,\n                \"series_name\": \"Pakistan in New Zealand ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 260,\n                \"series_name\": \"Sri Lanka in New Zealand ODI series\",\n                \"series_season\": \"2022/23\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 433,\n                \"total_balls\": 494,\n                \"total_wickets\": 14,\n                \"average\": 30.928571428571427,\n                \"scoring_rate\": 5.2591093117408905,\n                \"highest_score\": 274,\n                \"lowest_score\": 274\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"series_id\": 655,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2013/14\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 557,\n                \"total_balls\": 578,\n                \"total_wickets\": 11,\n                \"average\": 50.63636363636363,\n                \"scoring_rate\": 5.782006920415225,\n                \"highest_score\": 296,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 52,\n                \"series_name\": \"Pakistan in Sri Lanka ODI series\",\n                \"series_season\": \"2017/18\",\n                \"min_start_date\": \"2017-10-13\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1002,\n                \"total_balls\": 1211,\n                \"total_wickets\": 22,\n                \"average\": 45.54545454545455,\n                \"scoring_rate\": 4.9644921552436,\n                \"highest_score\": 292,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 152,\n                \"series_name\": \"Sri Lanka in Pakistan ODI series\",\n                \"series_season\": \"2019/20\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 604,\n                \"total_balls\": 590,\n                \"total_wickets\": 12,\n                \"average\": 50.333333333333336,\n                \"scoring_rate\": 6.142372881355932,\n                \"highest_score\": 305,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"series_id\": 527,\n                \"series_name\": \"Asia Cup\",\n                \"series_season\": \"2011/12\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2012-03-15\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 189,\n                \"total_balls\": 239,\n                \"total_wickets\": 4,\n                \"average\": 47.25,\n                \"scoring_rate\": 4.7447698744769875,\n                \"highest_score\": 189,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"6942e2ad-2d09-4585-9954-d76c5e961453"},{"name":"Tournaments","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"4142e2fd-6072-4183-b71e-6550700f0e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","urlObject":{"path":["stats","team","individual","tournaments"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"600f3ade-1e45-4625-b5c5-4510fefcf434","name":"Tournaments","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/tournaments?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","tournaments"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:48:38 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-tournaments stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-19\",\n                \"max_start_date\": \"2023-11-19\",\n                \"matches_played\": 37,\n                \"matches_won\": 31,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 6.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 37,\n                \"total_runs\": 8535,\n                \"total_balls\": 10073,\n                \"total_wickets\": 330,\n                \"average\": 25.863636363636363,\n                \"scoring_rate\": 5.083887620371289,\n                \"highest_score\": 338,\n                \"lowest_score\": 55\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-21\",\n                \"max_start_date\": \"2023-11-19\",\n                \"matches_played\": 36,\n                \"matches_won\": 27,\n                \"matches_lost\": 8,\n                \"win_loss_ratio\": 3.375,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 36,\n                \"total_runs\": 8441,\n                \"total_balls\": 9446,\n                \"total_wickets\": 302,\n                \"average\": 27.950331125827816,\n                \"scoring_rate\": 5.3616345543087025,\n                \"highest_score\": 383,\n                \"lowest_score\": 90\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2023-11-15\",\n                \"matches_played\": 37,\n                \"matches_won\": 24,\n                \"matches_lost\": 12,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 37,\n                \"total_runs\": 8394,\n                \"total_balls\": 9640,\n                \"total_wickets\": 301,\n                \"average\": 27.88704318936877,\n                \"scoring_rate\": 5.22448132780083,\n                \"highest_score\": 397,\n                \"lowest_score\": 69\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-24\",\n                \"max_start_date\": \"2023-11-16\",\n                \"matches_played\": 33,\n                \"matches_won\": 20,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1.5384615384615385,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 33,\n                \"total_runs\": 7483,\n                \"total_balls\": 8672,\n                \"total_wickets\": 290,\n                \"average\": 25.80344827586207,\n                \"scoring_rate\": 5.177352398523985,\n                \"highest_score\": 330,\n                \"lowest_score\": 78\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-23\",\n                \"max_start_date\": \"2023-11-11\",\n                \"matches_played\": 32,\n                \"matches_won\": 19,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 1.4615384615384615,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 32,\n                \"total_runs\": 7843,\n                \"total_balls\": 8656,\n                \"total_wickets\": 256,\n                \"average\": 30.63671875,\n                \"scoring_rate\": 5.436460258780037,\n                \"highest_score\": 401,\n                \"lowest_score\": 112\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2023-11-09\",\n                \"matches_played\": 31,\n                \"matches_won\": 15,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 0.9375,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 31,\n                \"total_runs\": 7522,\n                \"total_balls\": 7876,\n                \"total_wickets\": 216,\n                \"average\": 34.824074074074076,\n                \"scoring_rate\": 5.730319959370239,\n                \"highest_score\": 428,\n                \"lowest_score\": 122\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-22\",\n                \"max_start_date\": \"2023-11-11\",\n                \"matches_played\": 33,\n                \"matches_won\": 15,\n                \"matches_lost\": 16,\n                \"win_loss_ratio\": 0.9375,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 2,\n                \"matches_no_result\": 0,\n                \"innings_count\": 33,\n                \"total_runs\": 8214,\n                \"total_balls\": 8916,\n                \"total_wickets\": 251,\n                \"average\": 32.72509960159363,\n                \"scoring_rate\": 5.527590847913863,\n                \"highest_score\": 399,\n                \"lowest_score\": 165\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-19\",\n                \"max_start_date\": \"2023-11-11\",\n                \"matches_played\": 29,\n                \"matches_won\": 11,\n                \"matches_lost\": 18,\n                \"win_loss_ratio\": 0.6111111111111112,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 29,\n                \"total_runs\": 7845,\n                \"total_balls\": 8015,\n                \"total_wickets\": 203,\n                \"average\": 38.645320197044335,\n                \"scoring_rate\": 5.872738615096694,\n                \"highest_score\": 386,\n                \"lowest_score\": 156\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-26\",\n                \"max_start_date\": \"2017-06-18\",\n                \"matches_played\": 13,\n                \"matches_won\": 9,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 13,\n                \"total_runs\": 2952,\n                \"total_balls\": 3391,\n                \"total_wickets\": 102,\n                \"average\": 28.941176470588236,\n                \"scoring_rate\": 5.223237982895901,\n                \"highest_score\": 338,\n                \"lowest_score\": 129\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-25\",\n                \"max_start_date\": \"2017-06-14\",\n                \"matches_played\": 13,\n                \"matches_won\": 8,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1.6,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 2919,\n                \"total_balls\": 3168,\n                \"total_wickets\": 90,\n                \"average\": 32.43333333333333,\n                \"scoring_rate\": 5.528409090909091,\n                \"highest_score\": 305,\n                \"lowest_score\": 175\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"West Indies\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-24\",\n                \"max_start_date\": \"2019-07-04\",\n                \"matches_played\": 23,\n                \"matches_won\": 8,\n                \"matches_lost\": 14,\n                \"win_loss_ratio\": 0.5714285714285714,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 23,\n                \"total_runs\": 5310,\n                \"total_balls\": 5579,\n                \"total_wickets\": 164,\n                \"average\": 32.3780487804878,\n                \"scoring_rate\": 5.710700842444883,\n                \"highest_score\": 408,\n                \"lowest_score\": 58\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-23\",\n                \"max_start_date\": \"2017-06-18\",\n                \"matches_played\": 12,\n                \"matches_won\": 6,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2472,\n                \"total_balls\": 3088,\n                \"total_wickets\": 93,\n                \"average\": 26.580645161290324,\n                \"scoring_rate\": 4.803108808290156,\n                \"highest_score\": 319,\n                \"lowest_score\": 133\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-25\",\n                \"max_start_date\": \"2015-03-15\",\n                \"matches_played\": 12,\n                \"matches_won\": 5,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.7142857142857143,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 3415,\n                \"total_balls\": 3467,\n                \"total_wickets\": 85,\n                \"average\": 40.1764705882353,\n                \"scoring_rate\": 5.910008653014133,\n                \"highest_score\": 411,\n                \"lowest_score\": 205\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2015-02-18\",\n                \"max_start_date\": \"2023-11-10\",\n                \"matches_played\": 24,\n                \"matches_won\": 5,\n                \"matches_lost\": 19,\n                \"win_loss_ratio\": 0.2631578947368421,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 24,\n                \"total_runs\": 5733,\n                \"total_balls\": 6212,\n                \"total_wickets\": 149,\n                \"average\": 38.47651006711409,\n                \"scoring_rate\": 5.537347070186735,\n                \"highest_score\": 417,\n                \"lowest_score\": 179\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-24\",\n                \"max_start_date\": \"2017-06-09\",\n                \"matches_played\": 11,\n                \"matches_won\": 4,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.8,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 11,\n                \"total_runs\": 2260,\n                \"total_balls\": 2661,\n                \"total_wickets\": 84,\n                \"average\": 26.904761904761905,\n                \"scoring_rate\": 5.095828635851184,\n                \"highest_score\": 310,\n                \"lowest_score\": 138\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-22\",\n                \"max_start_date\": \"2017-06-12\",\n                \"matches_played\": 10,\n                \"matches_won\": 4,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2438,\n                \"total_balls\": 2649,\n                \"total_wickets\": 65,\n                \"average\": 37.50769230769231,\n                \"scoring_rate\": 5.522083805209513,\n                \"highest_score\": 321,\n                \"lowest_score\": 233\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-26\",\n                \"max_start_date\": \"2017-06-10\",\n                \"matches_played\": 10,\n                \"matches_won\": 4,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 3,\n                \"innings_count\": 10,\n                \"total_runs\": 2173,\n                \"total_balls\": 2636,\n                \"total_wickets\": 74,\n                \"average\": 29.364864864864863,\n                \"scoring_rate\": 4.946130500758725,\n                \"highest_score\": 291,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"Zimbabwe\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-21\",\n                \"max_start_date\": \"2015-03-14\",\n                \"matches_played\": 12,\n                \"matches_won\": 3,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 3039,\n                \"total_balls\": 3267,\n                \"total_wickets\": 67,\n                \"average\": 45.35820895522388,\n                \"scoring_rate\": 5.581267217630854,\n                \"highest_score\": 372,\n                \"lowest_score\": 123\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-22\",\n                \"max_start_date\": \"2017-06-11\",\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2238,\n                \"total_balls\": 2478,\n                \"total_wickets\": 67,\n                \"average\": 33.40298507462686,\n                \"scoring_rate\": 5.418886198547216,\n                \"highest_score\": 331,\n                \"lowest_score\": 167\n            },\n            {\n                \"team_id\": 21,\n                \"team_name\": \"Netherlands\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-22\",\n                \"max_start_date\": \"2023-11-12\",\n                \"matches_played\": 15,\n                \"matches_won\": 2,\n                \"matches_lost\": 13,\n                \"win_loss_ratio\": 0.15384615384615385,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 4190,\n                \"total_balls\": 4128,\n                \"total_wickets\": 96,\n                \"average\": 43.645833333333336,\n                \"scoring_rate\": 6.090116279069767,\n                \"highest_score\": 410,\n                \"lowest_score\": 142\n            },\n            {\n                \"team_id\": 22,\n                \"team_name\": \"Canada\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2011-03-16\",\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1582,\n                \"total_balls\": 1666,\n                \"total_wickets\": 45,\n                \"average\": 35.15555555555556,\n                \"scoring_rate\": 5.697478991596639,\n                \"highest_score\": 358,\n                \"lowest_score\": 184\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2017-06-01\",\n                \"max_start_date\": \"2017-06-15\",\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 4,\n                \"total_runs\": 921,\n                \"total_balls\": 921,\n                \"total_wickets\": 12,\n                \"average\": 76.75,\n                \"scoring_rate\": 6,\n                \"highest_score\": 308,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"West Indies\",\n                \"tournament_id\": 2,\n                \"tournament_name\": \"ICC Champions Trophy\",\n                \"min_start_date\": \"2009-09-23\",\n                \"max_start_date\": \"2013-06-14\",\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1175,\n                \"total_balls\": 1385,\n                \"total_wickets\": 34,\n                \"average\": 34.55882352941177,\n                \"scoring_rate\": 5.090252707581228,\n                \"highest_score\": 275,\n                \"lowest_score\": 170\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2015-02-19\",\n                \"max_start_date\": \"2015-03-15\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1525,\n                \"total_balls\": 1480,\n                \"total_wickets\": 31,\n                \"average\": 49.193548387096776,\n                \"scoring_rate\": 6.1824324324324325,\n                \"highest_score\": 341,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2015-02-17\",\n                \"max_start_date\": \"2015-03-14\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1478,\n                \"total_balls\": 1427,\n                \"total_wickets\": 40,\n                \"average\": 36.95,\n                \"scoring_rate\": 6.214435879467414,\n                \"highest_score\": 363,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 28,\n                \"team_name\": \"Kenya\",\n                \"tournament_id\": 1,\n                \"tournament_name\": \"ICC Cricket World Cup\",\n                \"min_start_date\": \"2011-02-20\",\n                \"max_start_date\": \"2011-03-20\",\n                \"matches_played\": 6,\n                \"matches_won\": 0,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1366,\n                \"total_balls\": 1333,\n                \"total_wickets\": 25,\n                \"average\": 54.64,\n                \"scoring_rate\": 6.148537134283571,\n                \"highest_score\": 324,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"4142e2fd-6072-4183-b71e-6550700f0e6a"},{"name":"Grounds","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9facc6d0-b86e-4728-afdd-77ff7b553483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","grounds"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"4b88d27d-fab4-45d7-b545-9bf9b7e67ebc","name":"Grounds","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/grounds?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","grounds"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:48:52 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-grounds stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"min_start_date\": \"2011-11-20\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 974,\n                \"total_balls\": 1258,\n                \"total_wickets\": 50,\n                \"average\": 19.48,\n                \"scoring_rate\": 4.645468998410175,\n                \"highest_score\": 311,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"min_start_date\": \"2011-11-23\",\n                \"max_start_date\": \"2017-10-18\",\n                \"matches_played\": 5,\n                \"matches_won\": 4,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1073,\n                \"total_balls\": 1469,\n                \"total_wickets\": 47,\n                \"average\": 22.829787234042552,\n                \"scoring_rate\": 4.382573179033356,\n                \"highest_score\": 235,\n                \"lowest_score\": 187\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1098,\n                \"total_balls\": 1434,\n                \"total_wickets\": 43,\n                \"average\": 25.53488372093023,\n                \"scoring_rate\": 4.594142259414226,\n                \"highest_score\": 287,\n                \"lowest_score\": 131\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 78,\n                \"ground_name\": \"National Stadium\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1332,\n                \"total_balls\": 1469,\n                \"total_wickets\": 46,\n                \"average\": 28.956521739130434,\n                \"scoring_rate\": 5.440435670524166,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 2,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.6666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1175,\n                \"total_balls\": 1310,\n                \"total_wickets\": 30,\n                \"average\": 39.166666666666664,\n                \"scoring_rate\": 5.3816793893129775,\n                \"highest_score\": 292,\n                \"lowest_score\": 210\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 59,\n                \"ground_name\": \"Basin Reserve\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 422,\n                \"total_balls\": 475,\n                \"total_wickets\": 16,\n                \"average\": 26.375,\n                \"scoring_rate\": 5.330526315789474,\n                \"highest_score\": 256,\n                \"lowest_score\": 256\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 78,\n                \"ground_name\": \"National Stadium\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 419,\n                \"total_balls\": 549,\n                \"total_wickets\": 18,\n                \"average\": 23.27777777777778,\n                \"scoring_rate\": 4.579234972677596,\n                \"highest_score\": 262,\n                \"lowest_score\": 157\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 8,\n                \"ground_name\": \"Saxton Oval\",\n                \"min_start_date\": \"2018-01-09\",\n                \"max_start_date\": \"2018-01-09\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 246,\n                \"total_balls\": 300,\n                \"total_wickets\": 9,\n                \"average\": 27.333333333333332,\n                \"scoring_rate\": 4.92,\n                \"highest_score\": 246,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 76,\n                \"total_balls\": 119,\n                \"total_wickets\": 10,\n                \"average\": 7.6,\n                \"scoring_rate\": 3.831932773109244,\n                \"highest_score\": 76,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 14,\n                \"ground_name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-12\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 2,\n                \"total_runs\": 426,\n                \"total_balls\": 438,\n                \"total_wickets\": 10,\n                \"average\": 42.6,\n                \"scoring_rate\": 5.835616438356165,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 39,\n                \"ground_name\": \"University Oval\",\n                \"min_start_date\": \"2018-01-13\",\n                \"max_start_date\": \"2018-01-13\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 74,\n                \"total_balls\": 164,\n                \"total_wickets\": 10,\n                \"average\": 7.4,\n                \"scoring_rate\": 2.707317073170732,\n                \"highest_score\": 74,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 40,\n                \"ground_name\": \"Sheikh Zayed Stadium\",\n                \"min_start_date\": \"2011-11-23\",\n                \"max_start_date\": \"2017-10-18\",\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1105,\n                \"total_balls\": 1383,\n                \"total_wickets\": 31,\n                \"average\": 35.645161290322584,\n                \"scoring_rate\": 4.793926247288503,\n                \"highest_score\": 232,\n                \"lowest_score\": 232\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 64,\n                \"ground_name\": \"Khan Shaheb Osman Ali Stadium\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-02-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 284,\n                \"total_balls\": 293,\n                \"total_wickets\": 10,\n                \"average\": 28.4,\n                \"scoring_rate\": 5.815699658703072,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 449,\n                \"total_balls\": 552,\n                \"total_wickets\": 15,\n                \"average\": 29.933333333333334,\n                \"scoring_rate\": 4.880434782608695,\n                \"highest_score\": 261,\n                \"lowest_score\": 188\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 103,\n                \"ground_name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 2,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 449,\n                \"total_balls\": 539,\n                \"total_wickets\": 9,\n                \"average\": 49.888888888888886,\n                \"scoring_rate\": 4.998144712430427,\n                \"highest_score\": 260,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"min_start_date\": \"2013-11-16\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 126,\n                \"total_balls\": 150,\n                \"total_wickets\": 6,\n                \"average\": 21,\n                \"scoring_rate\": 5.04,\n                \"highest_score\": 126,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2023-03-31\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 159,\n                \"total_balls\": 197,\n                \"total_wickets\": 4,\n                \"average\": 39.75,\n                \"scoring_rate\": 4.842639593908629,\n                \"highest_score\": 159,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"min_start_date\": \"2018-01-16\",\n                \"max_start_date\": \"2018-01-16\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 263,\n                \"total_balls\": 275,\n                \"total_wickets\": 5,\n                \"average\": 52.6,\n                \"scoring_rate\": 5.738181818181818,\n                \"highest_score\": 263,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 78,\n                \"ground_name\": \"National Stadium\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 604,\n                \"total_balls\": 590,\n                \"total_wickets\": 12,\n                \"average\": 50.333333333333336,\n                \"scoring_rate\": 6.142372881355932,\n                \"highest_score\": 305,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 14,\n                \"ground_name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-12\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 2,\n                \"total_runs\": 216,\n                \"total_balls\": 164,\n                \"total_wickets\": 7,\n                \"average\": 30.857142857142858,\n                \"scoring_rate\": 7.902439024390244,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 82,\n                \"ground_name\": \"Sharjah Cricket Stadium\",\n                \"min_start_date\": \"2011-11-20\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1130,\n                \"total_balls\": 1253,\n                \"total_wickets\": 24,\n                \"average\": 47.083333333333336,\n                \"scoring_rate\": 5.4110135674381485,\n                \"highest_score\": 326,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 8,\n                \"ground_name\": \"Saxton Oval\",\n                \"min_start_date\": \"2018-01-09\",\n                \"max_start_date\": \"2018-01-09\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 151,\n                \"total_balls\": 143,\n                \"total_wickets\": 2,\n                \"average\": 75.5,\n                \"scoring_rate\": 6.335664335664336,\n                \"highest_score\": 151,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 274,\n                \"total_balls\": 297,\n                \"total_wickets\": 10,\n                \"average\": 27.4,\n                \"scoring_rate\": 5.5353535353535355,\n                \"highest_score\": 274,\n                \"lowest_score\": 274\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 39,\n                \"ground_name\": \"University Oval\",\n                \"min_start_date\": \"2018-01-13\",\n                \"max_start_date\": \"2018-01-13\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 257,\n                \"total_balls\": 300,\n                \"total_wickets\": 10,\n                \"average\": 25.7,\n                \"scoring_rate\": 5.14,\n                \"highest_score\": 257,\n                \"lowest_score\": 257\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 59,\n                \"ground_name\": \"Basin Reserve\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 586,\n                \"total_balls\": 600,\n                \"total_wickets\": 14,\n                \"average\": 41.857142857142854,\n                \"scoring_rate\": 5.86,\n                \"highest_score\": 315,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"ground_id\": 64,\n                \"ground_name\": \"Khan Shaheb Osman Ali Stadium\",\n                \"min_start_date\": \"2014-02-25\",\n                \"max_start_date\": \"2014-02-25\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 296,\n                \"total_balls\": 300,\n                \"total_wickets\": 6,\n                \"average\": 49.333333333333336,\n                \"scoring_rate\": 5.92,\n                \"highest_score\": 296,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"ground_id\": 111,\n                \"ground_name\": \"Rangiri Dambulla International Stadium\",\n                \"min_start_date\": \"2013-11-16\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 1,\n                \"matches_won\": 0,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 211,\n                \"total_balls\": 198,\n                \"total_wickets\": 8,\n                \"average\": 26.375,\n                \"scoring_rate\": 6.393939393939394,\n                \"highest_score\": 211,\n                \"lowest_score\": null\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"9facc6d0-b86e-4728-afdd-77ff7b553483"},{"name":"Host Nations","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"e88850f2-799f-4f3f-85b7-9df70eaf47fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","host-nations"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"20d252b1-11da-4897-bd50-56f190216366","name":"Host Nations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/host-nations?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&opposition_team=1&opposition_team=8&opposition_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","host-nations"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"opposition_team","value":"1"},{"key":"opposition_team","value":"8"},{"key":"opposition_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:49:08 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-host_nations stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 15,\n                \"matches_won\": 12,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 4,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3145,\n                \"total_balls\": 4161,\n                \"total_wickets\": 140,\n                \"average\": 22.464285714285715,\n                \"scoring_rate\": 4.534967555875991,\n                \"highest_score\": 311,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 7,\n                \"matches_won\": 7,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1237,\n                \"total_balls\": 1607,\n                \"total_wickets\": 63,\n                \"average\": 19.634920634920636,\n                \"scoring_rate\": 4.618543870566272,\n                \"highest_score\": 262,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1332,\n                \"total_balls\": 1469,\n                \"total_wickets\": 46,\n                \"average\": 28.956521739130434,\n                \"scoring_rate\": 5.440435670524166,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"min_start_date\": \"2011-11-11\",\n                \"max_start_date\": \"2017-10-23\",\n                \"matches_played\": 15,\n                \"matches_won\": 3,\n                \"matches_lost\": 12,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3410,\n                \"total_balls\": 3946,\n                \"total_wickets\": 85,\n                \"average\": 40.11764705882353,\n                \"scoring_rate\": 5.18499746578814,\n                \"highest_score\": 326,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 733,\n                \"total_balls\": 832,\n                \"total_wickets\": 19,\n                \"average\": 38.578947368421055,\n                \"scoring_rate\": 5.2860576923076925,\n                \"highest_score\": 284,\n                \"lowest_score\": 284\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2023-01-09\",\n                \"max_start_date\": \"2023-01-13\",\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 720,\n                \"total_balls\": 847,\n                \"total_wickets\": 23,\n                \"average\": 31.304347826086957,\n                \"scoring_rate\": 5.100354191263282,\n                \"highest_score\": 280,\n                \"lowest_score\": 182\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 637,\n                \"total_balls\": 636,\n                \"total_wickets\": 18,\n                \"average\": 35.388888888888886,\n                \"scoring_rate\": 6.009433962264151,\n                \"highest_score\": 288,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"min_start_date\": \"2013-11-10\",\n                \"max_start_date\": \"2013-11-16\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 342,\n                \"total_balls\": 314,\n                \"total_wickets\": 13,\n                \"average\": 26.307692307692307,\n                \"scoring_rate\": 6.535031847133758,\n                \"highest_score\": 203,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"min_start_date\": \"2012-03-15\",\n                \"max_start_date\": \"2014-03-08\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 745,\n                \"total_balls\": 852,\n                \"total_wickets\": 21,\n                \"average\": 35.476190476190474,\n                \"scoring_rate\": 5.246478873239437,\n                \"highest_score\": 296,\n                \"lowest_score\": 188\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2018-01-06\",\n                \"max_start_date\": \"2018-01-19\",\n                \"matches_played\": 5,\n                \"matches_won\": 0,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1257,\n                \"total_balls\": 1318,\n                \"total_wickets\": 31,\n                \"average\": 40.54838709677419,\n                \"scoring_rate\": 5.722306525037936,\n                \"highest_score\": 315,\n                \"lowest_score\": 257\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"min_start_date\": \"2019-09-30\",\n                \"max_start_date\": \"2019-10-02\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 604,\n                \"total_balls\": 590,\n                \"total_wickets\": 12,\n                \"average\": 50.333333333333336,\n                \"scoring_rate\": 6.142372881355932,\n                \"highest_score\": 305,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"min_start_date\": \"2023-03-25\",\n                \"max_start_date\": \"2023-03-31\",\n                \"matches_played\": 2,\n                \"matches_won\": 0,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 433,\n                \"total_balls\": 494,\n                \"total_wickets\": 14,\n                \"average\": 30.928571428571427,\n                \"scoring_rate\": 5.2591093117408905,\n                \"highest_score\": 274,\n                \"lowest_score\": 274\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"e88850f2-799f-4f3f-85b7-9df70eaf47fe"},{"name":"Years","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"e0e71033-db07-4d0a-b042-a64125404847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2017/18&team_total_for=bowling","urlObject":{"path":["stats","team","individual","years"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2017/18"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"07621770-8ffa-4446-8db2-d5c506dfdb04","name":"Years","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/years?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2017/18&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","years"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2017/18"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:49:22 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-years stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 17,\n                \"team_name\": \"Nepal\",\n                \"year\": 2023,\n                \"matches_played\": 11,\n                \"matches_won\": 10,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 10,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 11,\n                \"total_runs\": 2339,\n                \"total_balls\": 2955,\n                \"total_wickets\": 99,\n                \"average\": 23.626262626262626,\n                \"scoring_rate\": 4.749238578680203,\n                \"highest_score\": 310,\n                \"lowest_score\": 71\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2017,\n                \"matches_played\": 11,\n                \"matches_won\": 8,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.6666666666666665,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 11,\n                \"total_runs\": 2633,\n                \"total_balls\": 2872,\n                \"total_wickets\": 80,\n                \"average\": 32.9125,\n                \"scoring_rate\": 5.500696378830083,\n                \"highest_score\": 334,\n                \"lowest_score\": 202\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"year\": 2018,\n                \"matches_played\": 12,\n                \"matches_won\": 8,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 12,\n                \"total_runs\": 2375,\n                \"total_balls\": 3117,\n                \"total_wickets\": 101,\n                \"average\": 23.514851485148515,\n                \"scoring_rate\": 4.5717035611164585,\n                \"highest_score\": 333,\n                \"lowest_score\": 95\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 7,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.3333333333333335,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2311,\n                \"total_balls\": 2562,\n                \"total_wickets\": 77,\n                \"average\": 30.01298701298701,\n                \"scoring_rate\": 5.412177985948478,\n                \"highest_score\": 335,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 7,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.3333333333333335,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2235,\n                \"total_balls\": 2846,\n                \"total_wickets\": 90,\n                \"average\": 24.833333333333332,\n                \"scoring_rate\": 4.711876317638791,\n                \"highest_score\": 307,\n                \"lowest_score\": 91\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 7,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 2.3333333333333335,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2606,\n                \"total_balls\": 2902,\n                \"total_wickets\": 80,\n                \"average\": 32.575,\n                \"scoring_rate\": 5.388008270158512,\n                \"highest_score\": 339,\n                \"lowest_score\": 223\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2023,\n                \"matches_played\": 9,\n                \"matches_won\": 7,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 3.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 9,\n                \"total_runs\": 1912,\n                \"total_balls\": 1995,\n                \"total_wickets\": 77,\n                \"average\": 24.83116883116883,\n                \"scoring_rate\": 5.750375939849624,\n                \"highest_score\": 337,\n                \"lowest_score\": 108\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2018,\n                \"matches_played\": 6,\n                \"matches_won\": 5,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1178,\n                \"total_balls\": 1422,\n                \"total_wickets\": 53,\n                \"average\": 22.22641509433962,\n                \"scoring_rate\": 4.970464135021097,\n                \"highest_score\": 269,\n                \"lowest_score\": 118\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2023,\n                \"matches_played\": 7,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1967,\n                \"total_balls\": 1969,\n                \"total_wickets\": 62,\n                \"average\": 31.725806451612904,\n                \"scoring_rate\": 5.993905535804977,\n                \"highest_score\": 346,\n                \"lowest_score\": 189\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"year\": 2017,\n                \"matches_played\": 5,\n                \"matches_won\": 5,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 880,\n                \"total_balls\": 1298,\n                \"total_wickets\": 48,\n                \"average\": 18.333333333333332,\n                \"scoring_rate\": 4.067796610169491,\n                \"highest_score\": 209,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 19,\n                \"team_name\": \"Namibia\",\n                \"year\": 2022,\n                \"matches_played\": 8,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 8,\n                \"total_runs\": 1605,\n                \"total_balls\": 2262,\n                \"total_wickets\": 71,\n                \"average\": 22.6056338028169,\n                \"scoring_rate\": 4.257294429708223,\n                \"highest_score\": 244,\n                \"lowest_score\": 107\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"West Indies\",\n                \"year\": 2018,\n                \"matches_played\": 7,\n                \"matches_won\": 5,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1520,\n                \"total_balls\": 1876,\n                \"total_wickets\": 51,\n                \"average\": 29.80392156862745,\n                \"scoring_rate\": 4.861407249466951,\n                \"highest_score\": 297,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"Zimbabwe\",\n                \"year\": 2018,\n                \"matches_played\": 15,\n                \"matches_won\": 5,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.5555555555555556,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 15,\n                \"total_runs\": 3120,\n                \"total_balls\": 3763,\n                \"total_wickets\": 107,\n                \"average\": 29.1588785046729,\n                \"scoring_rate\": 4.9747541854903,\n                \"highest_score\": 333,\n                \"lowest_score\": 104\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 4,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.8,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2346,\n                \"total_balls\": 2769,\n                \"total_wickets\": 85,\n                \"average\": 27.6,\n                \"scoring_rate\": 5.083423618634886,\n                \"highest_score\": 331,\n                \"lowest_score\": 91\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2017,\n                \"matches_played\": 6,\n                \"matches_won\": 4,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1317,\n                \"total_balls\": 1482,\n                \"total_wickets\": 46,\n                \"average\": 28.630434782608695,\n                \"scoring_rate\": 5.331983805668016,\n                \"highest_score\": 337,\n                \"lowest_score\": 121\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2023,\n                \"matches_played\": 8,\n                \"matches_won\": 4,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1798,\n                \"total_balls\": 1936,\n                \"total_wickets\": 62,\n                \"average\": 29,\n                \"scoring_rate\": 5.572314049586777,\n                \"highest_score\": 385,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 637,\n                \"total_balls\": 723,\n                \"total_wickets\": 29,\n                \"average\": 21.96551724137931,\n                \"scoring_rate\": 5.286307053941909,\n                \"highest_score\": 287,\n                \"lowest_score\": 142\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2017,\n                \"matches_played\": 3,\n                \"matches_won\": 3,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 696,\n                \"total_balls\": 831,\n                \"total_wickets\": 27,\n                \"average\": 25.77777777777778,\n                \"scoring_rate\": 5.025270758122744,\n                \"highest_score\": 278,\n                \"lowest_score\": 169\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"year\": 2018,\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 756,\n                \"total_balls\": 1078,\n                \"total_wickets\": 40,\n                \"average\": 18.9,\n                \"scoring_rate\": 4.207792207792208,\n                \"highest_score\": 221,\n                \"lowest_score\": 125\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"year\": 2018,\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1032,\n                \"total_balls\": 1255,\n                \"total_wickets\": 42,\n                \"average\": 24.571428571428573,\n                \"scoring_rate\": 4.933864541832669,\n                \"highest_score\": 320,\n                \"lowest_score\": 82\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"year\": 2018,\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.42857142857142855,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2584,\n                \"total_balls\": 2660,\n                \"total_wickets\": 67,\n                \"average\": 38.56716417910448,\n                \"scoring_rate\": 5.828571428571428,\n                \"highest_score\": 357,\n                \"lowest_score\": 113\n            },\n            {\n                \"team_id\": 5,\n                \"team_name\": \"India\",\n                \"year\": 2022,\n                \"matches_played\": 8,\n                \"matches_won\": 3,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 8,\n                \"total_runs\": 1679,\n                \"total_balls\": 1874,\n                \"total_wickets\": 51,\n                \"average\": 32.92156862745098,\n                \"scoring_rate\": 5.375667022411953,\n                \"highest_score\": 309,\n                \"lowest_score\": 99\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"year\": 2022,\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 677,\n                \"total_balls\": 1018,\n                \"total_wickets\": 36,\n                \"average\": 18.805555555555557,\n                \"scoring_rate\": 3.9901768172888015,\n                \"highest_score\": 211,\n                \"lowest_score\": 119\n            },\n            {\n                \"team_id\": 18,\n                \"team_name\": \"United States of America\",\n                \"year\": 2022,\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 765,\n                \"total_balls\": 1107,\n                \"total_wickets\": 34,\n                \"average\": 22.5,\n                \"scoring_rate\": 4.146341463414634,\n                \"highest_score\": 231,\n                \"lowest_score\": 149\n            },\n            {\n                \"team_id\": 4,\n                \"team_name\": \"Zimbabwe\",\n                \"year\": 2023,\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1338,\n                \"total_balls\": 1499,\n                \"total_wickets\": 38,\n                \"average\": 35.21052631578947,\n                \"scoring_rate\": 5.355570380253503,\n                \"highest_score\": 294,\n                \"lowest_score\": 270\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"year\": 2023,\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 990,\n                \"total_balls\": 1205,\n                \"total_wickets\": 44,\n                \"average\": 22.5,\n                \"scoring_rate\": 4.929460580912863,\n                \"highest_score\": 326,\n                \"lowest_score\": 101\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"England\",\n                \"year\": 2023,\n                \"matches_played\": 6,\n                \"matches_won\": 3,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1581,\n                \"total_balls\": 1699,\n                \"total_wickets\": 52,\n                \"average\": 30.403846153846153,\n                \"scoring_rate\": 5.583284284873455,\n                \"highest_score\": 347,\n                \"lowest_score\": 194\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"Papua New Guinea\",\n                \"year\": 2023,\n                \"matches_played\": 7,\n                \"matches_won\": 3,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 7,\n                \"total_runs\": 1233,\n                \"total_balls\": 1479,\n                \"total_wickets\": 52,\n                \"average\": 23.71153846153846,\n                \"scoring_rate\": 5.0020283975659225,\n                \"highest_score\": 297,\n                \"lowest_score\": 97\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"year\": 2023,\n                \"matches_played\": 10,\n                \"matches_won\": 3,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.42857142857142855,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 1983,\n                \"total_balls\": 2464,\n                \"total_wickets\": 78,\n                \"average\": 25.423076923076923,\n                \"scoring_rate\": 4.828733766233766,\n                \"highest_score\": 269,\n                \"lowest_score\": 91\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Scotland\",\n                \"year\": 2023,\n                \"matches_played\": 4,\n                \"matches_won\": 2,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 819,\n                \"total_balls\": 1015,\n                \"total_wickets\": 35,\n                \"average\": 23.4,\n                \"scoring_rate\": 4.841379310344828,\n                \"highest_score\": 275,\n                \"lowest_score\": 153\n            },\n            {\n                \"team_id\": 17,\n                \"team_name\": \"Nepal\",\n                \"year\": 2022,\n                \"matches_played\": 7,\n                \"matches_won\": 2,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 7,\n                \"total_runs\": 1173,\n                \"total_balls\": 1459,\n                \"total_wickets\": 42,\n                \"average\": 27.928571428571427,\n                \"scoring_rate\": 4.823851953392735,\n                \"highest_score\": 275,\n                \"lowest_score\": 191\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Bangladesh\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 861,\n                \"total_balls\": 848,\n                \"total_wickets\": 27,\n                \"average\": 31.88888888888889,\n                \"scoring_rate\": 6.091981132075472,\n                \"highest_score\": 409,\n                \"lowest_score\": 186\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"year\": 2017,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 635,\n                \"total_balls\": 862,\n                \"total_wickets\": 29,\n                \"average\": 21.896551724137932,\n                \"scoring_rate\": 4.419953596287703,\n                \"highest_score\": 238,\n                \"lowest_score\": 177\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2023,\n                \"matches_played\": 3,\n                \"matches_won\": 2,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 556,\n                \"total_balls\": 690,\n                \"total_wickets\": 25,\n                \"average\": 22.24,\n                \"scoring_rate\": 4.834782608695652,\n                \"highest_score\": 248,\n                \"lowest_score\": 117\n            },\n            {\n                \"team_id\": 16,\n                \"team_name\": \"United Arab Emirates\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 552,\n                \"total_balls\": 828,\n                \"total_wickets\": 20,\n                \"average\": 27.6,\n                \"scoring_rate\": 4,\n                \"highest_score\": 193,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 14,\n                \"team_name\": \"Ireland\",\n                \"year\": 2023,\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 6,\n                \"total_runs\": 1306,\n                \"total_balls\": 1264,\n                \"total_wickets\": 32,\n                \"average\": 40.8125,\n                \"scoring_rate\": 6.199367088607595,\n                \"highest_score\": 349,\n                \"lowest_score\": 248\n            },\n            {\n                \"team_id\": 9,\n                \"team_name\": \"Hong Kong\",\n                \"year\": 2017,\n                \"matches_played\": 1,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 1,\n                \"total_runs\": 207,\n                \"total_balls\": 282,\n                \"total_wickets\": 10,\n                \"average\": 20.7,\n                \"scoring_rate\": 4.404255319148937,\n                \"highest_score\": 207,\n                \"lowest_score\": 207\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"year\": 2017,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 551,\n                \"total_balls\": 718,\n                \"total_wickets\": 24,\n                \"average\": 22.958333333333332,\n                \"scoring_rate\": 4.604456824512535,\n                \"highest_score\": 271,\n                \"lowest_score\": 100\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 3,\n                \"total_runs\": 614,\n                \"total_balls\": 662,\n                \"total_wickets\": 18,\n                \"average\": 34.111111111111114,\n                \"scoring_rate\": 5.564954682779456,\n                \"highest_score\": 306,\n                \"lowest_score\": 219\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"Afghanistan\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 558,\n                \"total_balls\": 542,\n                \"total_wickets\": 16,\n                \"average\": 34.875,\n                \"scoring_rate\": 6.177121771217712,\n                \"highest_score\": 314,\n                \"lowest_score\": 234\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 3,\n                \"total_runs\": 835,\n                \"total_balls\": 890,\n                \"total_wickets\": 26,\n                \"average\": 32.11538461538461,\n                \"scoring_rate\": 5.629213483146067,\n                \"highest_score\": 313,\n                \"lowest_score\": 228\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2017,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1383,\n                \"total_balls\": 1444,\n                \"total_wickets\": 33,\n                \"average\": 41.90909090909091,\n                \"scoring_rate\": 5.746537396121884,\n                \"highest_score\": 313,\n                \"lowest_score\": 252\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2022,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 627,\n                \"total_balls\": 630,\n                \"total_wickets\": 14,\n                \"average\": 44.785714285714285,\n                \"scoring_rate\": 5.9714285714285715,\n                \"highest_score\": 282,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 21,\n                \"team_name\": \"Netherlands\",\n                \"year\": 2023,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1315,\n                \"total_balls\": 1311,\n                \"total_wickets\": 33,\n                \"average\": 39.84848484848485,\n                \"scoring_rate\": 6.018306636155606,\n                \"highest_score\": 370,\n                \"lowest_score\": 249\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"year\": 2023,\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            },\n            {\n                \"team_id\": 9,\n                \"team_name\": \"Hong Kong\",\n                \"year\": 2018,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 750,\n                \"total_balls\": 1007,\n                \"total_wickets\": 34,\n                \"average\": 22.058823529411764,\n                \"scoring_rate\": 4.468718967229394,\n                \"highest_score\": 263,\n                \"lowest_score\": 200\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"Australia\",\n                \"year\": 2018,\n                \"matches_played\": 5,\n                \"matches_won\": 1,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 0.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1339,\n                \"total_balls\": 1414,\n                \"total_wickets\": 37,\n                \"average\": 36.189189189189186,\n                \"scoring_rate\": 5.681753889674682,\n                \"highest_score\": 308,\n                \"lowest_score\": 196\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"South Africa\",\n                \"year\": 2018,\n                \"matches_played\": 6,\n                \"matches_won\": 1,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 0.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 6,\n                \"total_runs\": 1461,\n                \"total_balls\": 1489,\n                \"total_wickets\": 27,\n                \"average\": 54.111111111111114,\n                \"scoring_rate\": 5.887172599059772,\n                \"highest_score\": 303,\n                \"lowest_score\": null\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"Papua New Guinea\",\n                \"year\": 2018,\n                \"matches_played\": 4,\n                \"matches_won\": 1,\n                \"matches_lost\": 3,\n                \"win_loss_ratio\": 0.3333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 801,\n                \"total_balls\": 1063,\n                \"total_wickets\": 30,\n                \"average\": 26.7,\n                \"scoring_rate\": 4.5211665098777045,\n                \"highest_score\": 237,\n                \"lowest_score\": 142\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"year\": 2017,\n                \"matches_played\": 8,\n                \"matches_won\": 1,\n                \"matches_lost\": 7,\n                \"win_loss_ratio\": 0.14285714285714285,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 8,\n                \"total_runs\": 1725,\n                \"total_balls\": 1934,\n                \"total_wickets\": 38,\n                \"average\": 45.39473684210526,\n                \"scoring_rate\": 5.351602895553257,\n                \"highest_score\": 392,\n                \"lowest_score\": 112\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"e0e71033-db07-4d0a-b042-a64125404847"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"387655d6-37d2-4cbd-8dc3-a133d9dd7e08","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"314f68fa-b6f2-44c0-8e3e-7bb03aaff35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/team/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=bowling","urlObject":{"path":["stats","team","individual","seasons"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"bowling"}],"variable":[]}},"response":[{"id":"62003626-ddce-44b2-9635-3f3480b27be2","name":"Seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/team/individual/seasons?playing_format=ODI&is_male=true&min_start_date=2008-08-18&max_start_date=2024-09-27&season=2022/23&season=2019/20&season=2017/18&season=2013/14&season=2011/12&primary_team=1&primary_team=8&primary_team=10&team_total_for=bowling","host":["http://localhost:8080"],"path":["stats","team","individual","seasons"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"min_start_date","value":"2008-08-18"},{"key":"max_start_date","value":"2024-09-27"},{"key":"season","value":"2022/23"},{"key":"season","value":"2019/20"},{"key":"season","value":"2017/18"},{"key":"season","value":"2013/14"},{"key":"season","value":"2011/12"},{"key":"primary_team","value":"1"},{"key":"primary_team","value":"8"},{"key":"primary_team","value":"10"},{"key":"team_total_for","value":"bowling"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 20 Jan 2025 10:49:37 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched individual team-seasons stats successfully\",\n    \"data\": {\n        \"stats\": [\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2017/18\",\n                \"matches_played\": 16,\n                \"matches_won\": 11,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 2.2,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 16,\n                \"total_runs\": 3628,\n                \"total_balls\": 4044,\n                \"total_wickets\": 123,\n                \"average\": 29.495934959349594,\n                \"scoring_rate\": 5.382789317507418,\n                \"highest_score\": 337,\n                \"lowest_score\": 74\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2011/12\",\n                \"matches_played\": 17,\n                \"matches_won\": 11,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1.8333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 17,\n                \"total_runs\": 3555,\n                \"total_balls\": 4680,\n                \"total_wickets\": 133,\n                \"average\": 26.729323308270676,\n                \"scoring_rate\": 4.5576923076923075,\n                \"highest_score\": 330,\n                \"lowest_score\": 91\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2013/14\",\n                \"matches_played\": 16,\n                \"matches_won\": 11,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 2.75,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 16,\n                \"total_runs\": 3503,\n                \"total_balls\": 3977,\n                \"total_wickets\": 110,\n                \"average\": 31.845454545454544,\n                \"scoring_rate\": 5.284888106613025,\n                \"highest_score\": 326,\n                \"lowest_score\": 124\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2013/14\",\n                \"matches_played\": 18,\n                \"matches_won\": 9,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 18,\n                \"total_runs\": 4331,\n                \"total_balls\": 5151,\n                \"total_wickets\": 140,\n                \"average\": 30.935714285714287,\n                \"scoring_rate\": 5.044845661036692,\n                \"highest_score\": 326,\n                \"lowest_score\": 143\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2011/12\",\n                \"matches_played\": 24,\n                \"matches_won\": 8,\n                \"matches_lost\": 15,\n                \"win_loss_ratio\": 0.5333333333333333,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 0,\n                \"innings_count\": 24,\n                \"total_runs\": 5801,\n                \"total_balls\": 6551,\n                \"total_wickets\": 164,\n                \"average\": 35.3719512195122,\n                \"scoring_rate\": 5.313081972217982,\n                \"highest_score\": 321,\n                \"lowest_score\": 158\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2013/14\",\n                \"matches_played\": 15,\n                \"matches_won\": 7,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 1.1666666666666667,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 1,\n                \"matches_no_result\": 1,\n                \"innings_count\": 15,\n                \"total_runs\": 3589,\n                \"total_balls\": 3757,\n                \"total_wickets\": 109,\n                \"average\": 32.92660550458716,\n                \"scoring_rate\": 5.73170082512643,\n                \"highest_score\": 363,\n                \"lowest_score\": 216\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2011/12\",\n                \"matches_played\": 9,\n                \"matches_won\": 5,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 1.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 9,\n                \"total_runs\": 2072,\n                \"total_balls\": 2472,\n                \"total_wickets\": 64,\n                \"average\": 32.375,\n                \"scoring_rate\": 5.029126213592233,\n                \"highest_score\": 329,\n                \"lowest_score\": 158\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2017/18\",\n                \"matches_played\": 10,\n                \"matches_won\": 5,\n                \"matches_lost\": 5,\n                \"win_loss_ratio\": 1,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 10,\n                \"total_runs\": 2137,\n                \"total_balls\": 2616,\n                \"total_wickets\": 79,\n                \"average\": 27.050632911392405,\n                \"scoring_rate\": 4.901376146788991,\n                \"highest_score\": 315,\n                \"lowest_score\": 103\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2022/23\",\n                \"matches_played\": 11,\n                \"matches_won\": 5,\n                \"matches_lost\": 4,\n                \"win_loss_ratio\": 1.25,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 2,\n                \"innings_count\": 11,\n                \"total_runs\": 2412,\n                \"total_balls\": 2598,\n                \"total_wickets\": 80,\n                \"average\": 30.15,\n                \"scoring_rate\": 5.5704387990762125,\n                \"highest_score\": 385,\n                \"lowest_score\": 76\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2017/18\",\n                \"matches_played\": 13,\n                \"matches_won\": 4,\n                \"matches_lost\": 9,\n                \"win_loss_ratio\": 0.4444444444444444,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 13,\n                \"total_runs\": 2757,\n                \"total_balls\": 3189,\n                \"total_wickets\": 80,\n                \"average\": 34.4625,\n                \"scoring_rate\": 5.187206020696143,\n                \"highest_score\": 392,\n                \"lowest_score\": 82\n            },\n            {\n                \"team_id\": 1,\n                \"team_name\": \"New Zealand\",\n                \"season\": \"2019/20\",\n                \"matches_played\": 4,\n                \"matches_won\": 3,\n                \"matches_lost\": 1,\n                \"win_loss_ratio\": 3,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 4,\n                \"total_runs\": 1152,\n                \"total_balls\": 1191,\n                \"total_wickets\": 28,\n                \"average\": 41.142857142857146,\n                \"scoring_rate\": 5.80352644836272,\n                \"highest_score\": 347,\n                \"lowest_score\": 251\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2019/20\",\n                \"matches_played\": 5,\n                \"matches_won\": 3,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 1.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 5,\n                \"total_runs\": 1378,\n                \"total_balls\": 1425,\n                \"total_wickets\": 38,\n                \"average\": 36.26315789473684,\n                \"scoring_rate\": 5.802105263157895,\n                \"highest_score\": 305,\n                \"lowest_score\": 184\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2019/20\",\n                \"matches_played\": 2,\n                \"matches_won\": 2,\n                \"matches_lost\": 0,\n                \"win_loss_ratio\": null,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 2,\n                \"total_runs\": 535,\n                \"total_balls\": 581,\n                \"total_wickets\": 19,\n                \"average\": 28.157894736842106,\n                \"scoring_rate\": 5.524956970740103,\n                \"highest_score\": 297,\n                \"lowest_score\": 238\n            },\n            {\n                \"team_id\": 10,\n                \"team_name\": \"Sri Lanka\",\n                \"season\": \"2022/23\",\n                \"matches_played\": 8,\n                \"matches_won\": 1,\n                \"matches_lost\": 6,\n                \"win_loss_ratio\": 0.16666666666666666,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 1,\n                \"innings_count\": 8,\n                \"total_runs\": 2250,\n                \"total_balls\": 2244,\n                \"total_wickets\": 58,\n                \"average\": 38.793103448275865,\n                \"scoring_rate\": 6.016042780748663,\n                \"highest_score\": 390,\n                \"lowest_score\": 228\n            },\n            {\n                \"team_id\": 8,\n                \"team_name\": \"Pakistan\",\n                \"season\": \"2022/23\",\n                \"matches_played\": 3,\n                \"matches_won\": 1,\n                \"matches_lost\": 2,\n                \"win_loss_ratio\": 0.5,\n                \"matches_drawn\": 0,\n                \"matches_tied\": 0,\n                \"matches_no_result\": 0,\n                \"innings_count\": 3,\n                \"total_runs\": 797,\n                \"total_balls\": 888,\n                \"total_wickets\": 27,\n                \"average\": 29.51851851851852,\n                \"scoring_rate\": 5.385135135135135,\n                \"highest_score\": 281,\n                \"lowest_score\": 261\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"314f68fa-b6f2-44c0-8e3e-7bb03aaff35e"}],"id":"58b1c26d-92d7-4cea-b15d-49580f229142","_postman_id":"58b1c26d-92d7-4cea-b15d-49580f229142","description":""}],"id":"4c88b0d2-14b1-4e47-9f08-46c0f7ecc449","_postman_id":"4c88b0d2-14b1-4e47-9f08-46c0f7ecc449","description":""}],"id":"9d3538c7-6b5e-4f43-942d-83304a01bdcb","description":"<h4 id=\"notes\">Notes</h4>\n<ul>\n<li>If the losses count is 0, NULL is returned for win-loss ratio.</li>\n<li>If the sum of wickets is 0, NULL is returned for average.</li>\n<li>If the sum of balls is 0, NULL is returned for scoring rate.</li>\n</ul>\n<h4 id=\"team_total_for-filter\">team_total_for filter</h4>\n<ul>\n<li><p>Enum_based: batting, bowling</p>\n</li>\n<li><p>By default: batting</p>\n</li>\n<li><p>Decides the group of results based on batting / bowling team</p>\n</li>\n<li><p>E.g. <code>team_total_for=bowling</code></p>\n</li>\n</ul>\n<h4 id=\"innings-filters\">Innings Filters</h4>\n<ul>\n<li>Innings filters are applied to restrict the innings to be considered while forming the result set. The following filters are supported: <code>team_innings_runs</code>, <code>team_innings_wickets</code> and <code>team_innings_balls</code>.</li>\n<li>Each filter can have two values: min &amp; max, set by using prefix <code>min__</code> and <code>max__</code> respectively.</li>\n<li>E.g. <code>min__team_innings_runs=250&amp;max__team_innings_wickets=5</code></li>\n</ul>\n<h4 id=\"result-qualification-filters\">Result Qualification Filters:</h4>\n<ul>\n<li>Qualification Filters can be applied to select only desired rows in the final output from the formed result set. The following qualification filters are supported for team routes:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Supported By</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matches_played</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>matches_won</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>matches_lost</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>matches_tied</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>matches_drawn</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>matches_with_no_result</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>win_loss_ratio</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>innings_count</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>total_runs</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>total_balls</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>total_wickets</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>average</td>\n<td>all routes</td>\n</tr>\n<tr>\n<td>scoring_rate</td>\n<td>all routes</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Each qualification can have two values: min &amp; max, set them by using prefix <code>min__</code> and <code>max__</code> respectively</li>\n<li>e.g. <code>min__matches_won=5&amp;max__matches_lost=2</code></li>\n</ul>\n<h3 id=\"sorting-options\">Sorting Options</h3>\n<ul>\n<li>The final rows can be sorted based on one of the following parameters in the <code>default</code> or <code>reverse</code> order, by using the <code>sort_by</code> (parameter name) and <code>sort_order</code> query params:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Supported By</strong></th>\n<th><strong>Default Sort Order</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matches_won</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_lost</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>win_loss_ratio</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_played</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_tied</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_drawn</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>matches_with_no_result</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>total_runs</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>total_wickets</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>total_balls</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>average</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>scoring_rate</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>innings_count</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>highest_score</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>lowest_score</td>\n<td>all routes</td>\n<td>descending</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>all routes</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>innings_number</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#8884ca9e-9a9e-4ce6-9114-df23ca8ec1e4\">individual innings group route</a></td>\n<td>descending</td>\n</tr>\n<tr>\n<td>team_name</td>\n<td><a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#4c88b0d2-14b1-4e47-9f08-46c0f7ecc449\">all individual routes</a> and <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#be2ea04c-5882-4952-a181-490c25684077\">overall teams group</a> route</td>\n<td>ascending</td>\n</tr>\n<tr>\n<td>player_name</td>\n<td>only <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#1f245898-e31c-46eb-ba9b-a004449ad1eb\">overall players group route</a></td>\n<td>ascending</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>E.g. <code>sort_by=matches_lost&amp;sort_order=reverse</code>, <code>sort_by=average&amp;sort_order=default</code></li>\n</ul>\n","_postman_id":"9d3538c7-6b5e-4f43-942d-83304a01bdcb"},{"name":"Filters","item":[{"name":"Filter Options","event":[{"listen":"test","script":{"id":"50b7d7b2-94e8-4bb9-ab10-d0faee7292d0","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"c654b758-cf0d-47d9-8738-91f1b3e25367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/filter-options?playing_format=ODI&is_male=true","urlObject":{"path":["stats","filter-options"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"}],"variable":[]}},"response":[{"id":"4d3d6a67-0c38-4039-94df-3707029b04f0","name":"Filter Options","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/filter-options?playing_format=ODI&is_male=true","host":["http://localhost:8080"],"path":["stats","filter-options"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 27 Apr 2025 12:31:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched stat-filter options successfully\",\n    \"data\": {\n        \"primary_teams\": [\n            {\n                \"id\": 1,\n                \"name\": \"Australia\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Scotland\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"New Zealand\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"South Africa\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Papua New Guinea\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Ireland\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"England\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"India\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"West Indies\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Pakistan\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Hong Kong\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Nepal\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"United States of America\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Namibia\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Oman\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Canada\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Jersey\"\n            },\n            {\n                \"id\": 23,\n                \"name\": \"Africa XI\"\n            },\n            {\n                \"id\": 26,\n                \"name\": \"Bermuda\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Kenya\"\n            }\n        ],\n        \"opposition_teams\": [\n            {\n                \"id\": 1,\n                \"name\": \"Australia\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Scotland\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"New Zealand\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"South Africa\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Papua New Guinea\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Ireland\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"England\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"India\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"West Indies\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Pakistan\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Hong Kong\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Nepal\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"United States of America\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Namibia\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Oman\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Canada\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Jersey\"\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Asia XI\"\n            },\n            {\n                \"id\": 25,\n                \"name\": \"ICC World XI\"\n            },\n            {\n                \"id\": 26,\n                \"name\": \"Bermuda\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Kenya\"\n            }\n        ],\n        \"host_nations\": [\n            {\n                \"id\": 1,\n                \"name\": \"South Africa\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"England\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"West Indies\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Ireland\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"United States of America\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Australia\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"New Zealand\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Pakistan\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"India\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Scotland\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Nepal\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Oman\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Malasiya\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Canada\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Hong Kong\"\n            }\n        ],\n        \"continents\": [\n            {\n                \"id\": 1,\n                \"name\": \"Africa\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Americas\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Asia\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Europe\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Oceania\"\n            }\n        ],\n        \"grounds\": [\n            {\n                \"id\": 1,\n                \"name\": \"Senwes Park\",\n                \"city_name\": \"Potchefstroom\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Old Trafford\",\n                \"city_name\": \"Manchester\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"The Rose Bowl\",\n                \"city_name\": \"Southampton\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Trent Bridge\",\n                \"city_name\": \"Nottingham\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"County Ground\",\n                \"city_name\": \"Bristol\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Kennington Oval\",\n                \"city_name\": \"London\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Edgbaston\",\n                \"city_name\": \"Birmingham\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Saxton Oval\",\n                \"city_name\": \"Nelson\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Queenstown Events Centre\",\n                \"city_name\": \"Queenstown\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Eden Park\",\n                \"city_name\": \"Auckland\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Sabina Park, Kingston\",\n                \"city_name\": \"Jamaica\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Headingley\",\n                \"city_name\": \"Leeds\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"R Premadasa Stadium\",\n                \"city_name\": \"Colombo\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa\",\n                \"city_name\": \"Hambantota\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Bellerive Oval\",\n                \"city_name\": \"Hobart\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Mangaung Oval\",\n                \"city_name\": \"Bloemfontein\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"St George's Park\",\n                \"city_name\": \"Port Elizabeth\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"SuperSport Park\",\n                \"city_name\": \"Centurion\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Newlands\",\n                \"city_name\": \"Cape Town\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Sophia Gardens\",\n                \"city_name\": \"Cardiff\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Lord's\",\n                \"city_name\": \"London\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Narendra Modi Stadium, Ahmedabad\",\n                \"city_name\": \"Ahmedabad\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Kensington Oval, Bridgetown\",\n                \"city_name\": \"Barbados\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Sir Vivian Richards Stadium, North Sound\",\n                \"city_name\": \"Antigua\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 26,\n                \"name\": \"The Wanderers Stadium\",\n                \"city_name\": \"Johannesburg\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Seddon Park\",\n                \"city_name\": \"Hamilton\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Westpac Stadium\",\n                \"city_name\": \"Wellington\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"McLean Park\",\n                \"city_name\": \"Napier\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 30,\n                \"name\": \"AMI Stadium\",\n                \"city_name\": \"Christchurch\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 31,\n                \"name\": \"Kingsmead\",\n                \"city_name\": \"Durban\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 32,\n                \"name\": \"Providence Stadium\",\n                \"city_name\": \"Guyana\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Perth Stadium\",\n                \"city_name\": \"Perth\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Queens Sports Club\",\n                \"city_name\": \"Bulawayo\",\n                \"host_nation_name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 35,\n                \"name\": \"MA Chidambaram Stadium, Chepauk\",\n                \"city_name\": \"Chennai\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Pallekele International Cricket Stadium\",\n                \"city_name\": \"Kandy\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Windsor Park, Roseau\",\n                \"city_name\": \"Dominica\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Willowmoore Park\",\n                \"city_name\": \"Benoni\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 39,\n                \"name\": \"University Oval\",\n                \"city_name\": \"Dunedin\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 40,\n                \"name\": \"Sheikh Zayed Stadium\",\n                \"city_name\": \"Abu Dhabi\",\n                \"host_nation_name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Riverside Ground\",\n                \"city_name\": \"Chester-le-Street\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 42,\n                \"name\": \"Hagley Oval\",\n                \"city_name\": \"Christchurch\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 43,\n                \"name\": \"Bay Oval\",\n                \"city_name\": \"Mount Maunganui\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 44,\n                \"name\": \"Boland Park\",\n                \"city_name\": \"Paarl\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"Buffalo Park\",\n                \"city_name\": \"East London\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 46,\n                \"name\": \"Rajiv Gandhi International Stadium, Uppal\",\n                \"city_name\": \"Hyderabad\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 47,\n                \"name\": \"Civil Service Cricket Club, Stormont\",\n                \"city_name\": \"Belfast\",\n                \"host_nation_name\": \"Ireland\"\n            },\n            {\n                \"id\": 48,\n                \"name\": \"Sydney Cricket Ground\",\n                \"city_name\": \"Sydney\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 49,\n                \"name\": \"Adelaide Oval\",\n                \"city_name\": \"Adelaide\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 50,\n                \"name\": \"Multan Cricket Stadium\",\n                \"city_name\": \"Multan\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 51,\n                \"name\": \"Warner Park, Basseterre\",\n                \"city_name\": \"St Kitts\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 52,\n                \"name\": \"De Beers Diamond Oval\",\n                \"city_name\": \"Kimberley\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 54,\n                \"name\": \"Manuka Oval\",\n                \"city_name\": \"Canberra\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 55,\n                \"name\": \"Clontarf Cricket Club Ground\",\n                \"city_name\": \"Dublin\",\n                \"host_nation_name\": \"Ireland\"\n            },\n            {\n                \"id\": 56,\n                \"name\": \"Melbourne Cricket Ground\",\n                \"city_name\": \"Melbourne\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 57,\n                \"name\": \"Queen's Park Oval\",\n                \"city_name\": \"Port of Spain\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 58,\n                \"name\": \"Daren Sammy National Cricket Stadium\",\n                \"city_name\": \"Gros Islet\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 59,\n                \"name\": \"Basin Reserve\",\n                \"city_name\": \"Wellington\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 60,\n                \"name\": \"Brabourne Stadium\",\n                \"city_name\": \"Mumbai\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 61,\n                \"name\": \"Greenfield International Stadium\",\n                \"city_name\": \"Thiruvananthapuram\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 62,\n                \"name\": \"Docklands Stadium\",\n                \"city_name\": \"Melbourne\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Castle Avenue\",\n                \"city_name\": \"Dublin\",\n                \"host_nation_name\": \"Ireland\"\n            },\n            {\n                \"id\": 64,\n                \"name\": \"Khan Shaheb Osman Ali Stadium\",\n                \"city_name\": \"Fatullah\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 65,\n                \"name\": \"Nehru Stadium\",\n                \"city_name\": \"Kochi\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 66,\n                \"name\": \"Himachal Pradesh Cricket Association Stadium\",\n                \"city_name\": \"Dharamsala\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 67,\n                \"name\": \"Eden Gardens\",\n                \"city_name\": \"Kolkata\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 68,\n                \"name\": \"JSCA International Stadium Complex\",\n                \"city_name\": \"Ranchi\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 69,\n                \"name\": \"Gaddafi Stadium\",\n                \"city_name\": \"Lahore\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 70,\n                \"name\": \"Green Park\",\n                \"city_name\": \"Kanpur\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 71,\n                \"name\": \"Holkar Cricket Stadium\",\n                \"city_name\": \"Indore\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 72,\n                \"name\": \"Wankhede Stadium\",\n                \"city_name\": \"Mumbai\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 73,\n                \"name\": \"Saurashtra Cricket Association Stadium\",\n                \"city_name\": \"Rajkot\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium\",\n                \"city_name\": \"Visakhapatnam\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 75,\n                \"name\": \"Barabati Stadium\",\n                \"city_name\": \"Cuttack\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 77,\n                \"name\": \"Galle International Stadium\",\n                \"city_name\": \"Galle\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 78,\n                \"name\": \"National Stadium\",\n                \"city_name\": \"Karachi\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 79,\n                \"name\": \"Grange Cricket Club Ground, Raeburn Place\",\n                \"city_name\": \"Edinburgh\",\n                \"host_nation_name\": \"Scotland\"\n            },\n            {\n                \"id\": 80,\n                \"name\": \"Al Amerat Cricket Ground Oman Cricket (Ministry Turf 1)\",\n                \"city_name\": \"Al Amarat\",\n                \"host_nation_name\": \"Oman\"\n            },\n            {\n                \"id\": 81,\n                \"name\": \"M.Chinnaswamy Stadium\",\n                \"city_name\": \"Bengaluru\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 82,\n                \"name\": \"Sharjah Cricket Stadium\",\n                \"city_name\": \"Sharjah\",\n                \"host_nation_name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 83,\n                \"name\": \"United Cricket Club Ground, Windhoek\",\n                \"city_name\": \"Windhoek\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 84,\n                \"name\": \"Narayanganj Osmani Stadium\",\n                \"city_name\": \"Fatullah\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 85,\n                \"name\": \"Sawai Mansingh Stadium\",\n                \"city_name\": \"Jaipur\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 86,\n                \"name\": \"Sardar Patel Stadium, Motera\",\n                \"city_name\": \"Ahmedabad\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 87,\n                \"name\": \"Cambusdoon New Ground\",\n                \"city_name\": \"Ayr\",\n                \"host_nation_name\": \"Scotland\"\n            },\n            {\n                \"id\": 88,\n                \"name\": \"Jade Stadium\",\n                \"city_name\": \"Christchurch\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 89,\n                \"name\": \"Maharashtra Cricket Association Stadium\",\n                \"city_name\": \"Pune\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Kinrara Academy Oval\",\n                \"city_name\": \"Kuala Lumpur\",\n                \"host_nation_name\": \"Malasiya\"\n            },\n            {\n                \"id\": 91,\n                \"name\": \"Shaheed Chandu Stadium\",\n                \"city_name\": \"Bogra\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 92,\n                \"name\": \"Madhavrao Scindia Cricket Ground\",\n                \"city_name\": \"Rajkot\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 93,\n                \"name\": \"The Cooper Associates County Ground\",\n                \"city_name\": \"Taunton\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 94,\n                \"name\": \"Gymkhana Club Ground\",\n                \"city_name\": \"Nairobi\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 95,\n                \"name\": \"Iqbal Stadium\",\n                \"city_name\": \"Faisalabad\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 96,\n                \"name\": \"Marrara Cricket Ground\",\n                \"city_name\": \"Darwin\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 97,\n                \"name\": \"Diamond Oval\",\n                \"city_name\": \"Kimberley\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 98,\n                \"name\": \"Reliance Stadium\",\n                \"city_name\": \"Vadodara\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 99,\n                \"name\": \"Zahur Ahmed Chowdhury Stadium\",\n                \"city_name\": \"Chattogram\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 100,\n                \"name\": \"Captain Roop Singh Stadium\",\n                \"city_name\": \"Gwalior\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 101,\n                \"name\": \"Harare Sports Club\",\n                \"city_name\": \"Harare\",\n                \"host_nation_name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 102,\n                \"name\": \"Cobham Oval (New)\",\n                \"city_name\": \"Whangarei\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 103,\n                \"name\": \"Shere Bangla National Stadium, Mirpur\",\n                \"city_name\": \"Dhaka\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 104,\n                \"name\": \"The Village, Malahide\",\n                \"city_name\": \"Dublin\",\n                \"host_nation_name\": \"Ireland\"\n            },\n            {\n                \"id\": 105,\n                \"name\": \"Tony Ireland Stadium, Townsville\",\n                \"city_name\": \"Townsville\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 106,\n                \"name\": \"Sheikh Abu Naser Stadium\",\n                \"city_name\": \"Khulna\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 107,\n                \"name\": \"Davies Park, Queenstown\",\n                \"city_name\": \"Queenstown\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 108,\n                \"name\": \"Bundaberg Rum Stadium, Cairns\",\n                \"city_name\": \"Cairns\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 109,\n                \"name\": \"Punjab Cricket Association IS Bindra Stadium, Mohali\",\n                \"city_name\": \"Chandigarh\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 110,\n                \"name\": \"Carisbrook\",\n                \"city_name\": \"Dunedin\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 111,\n                \"name\": \"Rangiri Dambulla International Stadium\",\n                \"city_name\": \"Dambulla\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 112,\n                \"name\": \"Sylhet International Cricket Stadium\",\n                \"city_name\": \"Sylhet\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 113,\n                \"name\": \"National Cricket Stadium\",\n                \"city_name\": \"St George's\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 114,\n                \"name\": \"Arnos Vale Ground\",\n                \"city_name\": \"Kingstown\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 115,\n                \"name\": \"MA Aziz Stadium\",\n                \"city_name\": \"Chattogram\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 116,\n                \"name\": \"Bangabandhu National Stadium\",\n                \"city_name\": \"Dhaka\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 117,\n                \"name\": \"Barsapara Cricket Stadium\",\n                \"city_name\": \"Guwahati\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Brisbane Cricket Ground\",\n                \"city_name\": \"Brisbane\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 119,\n                \"name\": \"W.A.C.A. Ground\",\n                \"city_name\": \"Perth\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 121,\n                \"name\": \"Lal Bahadur Shastri Stadium, Hyderabad, Deccan\",\n                \"city_name\": \"Hyderabad\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 122,\n                \"name\": \"Mannofield Park\",\n                \"city_name\": \"Aberdeen\",\n                \"host_nation_name\": \"Scotland\"\n            },\n            {\n                \"id\": 123,\n                \"name\": \"Arun Jaitley Stadium\",\n                \"city_name\": \"Delhi\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 124,\n                \"name\": \"Bready Cricket Club, Magheramason\",\n                \"city_name\": \"Bready\",\n                \"host_nation_name\": \"Scotland\"\n            },\n            {\n                \"id\": 125,\n                \"name\": \"Old Hararians\",\n                \"city_name\": \"Harare\",\n                \"host_nation_name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"ICC Academy\",\n                \"city_name\": \"Dubai\",\n                \"host_nation_name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 127,\n                \"name\": \"Dubai International Cricket Stadium\",\n                \"city_name\": \"Dubai\",\n                \"host_nation_name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 128,\n                \"name\": \"Rawalpindi Cricket Stadium\",\n                \"city_name\": \"Rawalpindi\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Shaheed Veer Narayan Singh International Stadium, Raipur\",\n                \"city_name\": \"Raipur\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 130,\n                \"name\": \"Bulawayo Athletic Club\",\n                \"city_name\": \"Bulawayo\",\n                \"host_nation_name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 131,\n                \"name\": \"Takashinga Sports Club, Highfield, Harare\",\n                \"city_name\": \"Harare\",\n                \"host_nation_name\": \"Zimbabwe\"\n            },\n            {\n                \"id\": 132,\n                \"name\": \"Al Amerat Cricket Ground Oman Cricket (Ministry Turf 2)\",\n                \"city_name\": \"Al Amarat\",\n                \"host_nation_name\": \"Oman\"\n            },\n            {\n                \"id\": 133,\n                \"name\": \"Hazelaarweg, Rotterdam\",\n                \"city_name\": \"Rotterdam\",\n                \"host_nation_name\": \"Netherlands\"\n            },\n            {\n                \"id\": 134,\n                \"name\": \"Brian Lara Stadium, Tarouba, Trinidad\",\n                \"city_name\": \"Tarouba\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 136,\n                \"name\": \"St Lawrence Ground\",\n                \"city_name\": \"Canterbury\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 137,\n                \"name\": \"Vidarbha C.A. Ground\",\n                \"city_name\": \"Nagpur\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 138,\n                \"name\": \"Nehru Stadium\",\n                \"city_name\": \"Pune\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 139,\n                \"name\": \"Forthill, Dundee\",\n                \"city_name\": \"Dundee\",\n                \"host_nation_name\": \"Scotland\"\n            },\n            {\n                \"id\": 140,\n                \"name\": \"Sportpark Westvliet, The Hague\",\n                \"city_name\": \"The Hague\",\n                \"host_nation_name\": \"Netherlands\"\n            },\n            {\n                \"id\": 141,\n                \"name\": \"John Davies Oval\",\n                \"city_name\": \"Queenstown\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 142,\n                \"name\": \"Arbab Niaz Stadium\",\n                \"city_name\": \"Peshawar\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 143,\n                \"name\": \"Chittagong Divisional Stadium\",\n                \"city_name\": \"Chattogram\",\n                \"host_nation_name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 144,\n                \"name\": \"Nahar Singh Stadium\",\n                \"city_name\": \"Faridabad\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 145,\n                \"name\": \"Nehru Stadium, Fatorda\",\n                \"city_name\": \"Margao\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 146,\n                \"name\": \"Maharani Usharaje Trust Cricket Ground\",\n                \"city_name\": \"Indore\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 147,\n                \"name\": \"Keenan Stadium\",\n                \"city_name\": \"Jamshedpur\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 148,\n                \"name\": \"Antigua Recreation Ground, St John's\",\n                \"city_name\": \"Antigua\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 149,\n                \"name\": \"Nehru Stadium\",\n                \"city_name\": \"Guwahati\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 150,\n                \"name\": \"Indian Petrochemicals Corporation Limited Sports Complex Ground\",\n                \"city_name\": \"Vadodara\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 151,\n                \"name\": \"Andhra Cricket Association-Visakhapatnam District Cricket Association Stadium\",\n                \"city_name\": \"Visakhapatnam\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 152,\n                \"name\": \"Titwood\",\n                \"city_name\": \"Glasgow\",\n                \"host_nation_name\": \"Scotland\"\n            },\n            {\n                \"id\": 153,\n                \"name\": \"P Saravanamuttu Stadium\",\n                \"city_name\": \"Colombo\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 154,\n                \"name\": \"Sector 16 Stadium\",\n                \"city_name\": \"Chandigarh\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 155,\n                \"name\": \"Vidarbha Cricket Association Ground\",\n                \"city_name\": \"Nagpur\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 156,\n                \"name\": \"Sheikhupura Stadium\",\n                \"city_name\": \"Sheikhupura\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 157,\n                \"name\": \"Niaz Stadium, Hyderabad\",\n                \"city_name\": \"Sind\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 158,\n                \"name\": \"Mombasa Sports Club Ground\",\n                \"city_name\": \"Mombasa\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 159,\n                \"name\": \"Riverway Stadium, Townsville\",\n                \"city_name\": \"Townsville\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 160,\n                \"name\": \"VRA Ground\",\n                \"city_name\": \"Amstelveen\",\n                \"host_nation_name\": \"Netherlands\"\n            },\n            {\n                \"id\": 161,\n                \"name\": \"Queen's Park (New), St George's, Grenada\",\n                \"city_name\": \"St George's\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 162,\n                \"name\": \"Sinhalese Sports Club\",\n                \"city_name\": \"Colombo\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 163,\n                \"name\": \"Maple Leaf North-West Ground\",\n                \"city_name\": \"King City\",\n                \"host_nation_name\": \"Canada\"\n            },\n            {\n                \"id\": 164,\n                \"name\": \"Bert Sutcliffe Oval\",\n                \"city_name\": \"Lincoln\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 165,\n                \"name\": \"Sportpark Het Schootsveld\",\n                \"city_name\": \"Deventer\",\n                \"host_nation_name\": \"Netherlands\"\n            },\n            {\n                \"id\": 166,\n                \"name\": \"Mission Road Ground, Mong Kok\",\n                \"city_name\": \"Hong Kong\",\n                \"host_nation_name\": \"Hong Kong\"\n            },\n            {\n                \"id\": 167,\n                \"name\": \"County Ground, Chelmsford\",\n                \"city_name\": \"Chelmsford\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 168,\n                \"name\": \"Tribhuvan University International Cricket Ground\",\n                \"city_name\": \"Kirtipur\",\n                \"host_nation_name\": \"Nepal\"\n            },\n            {\n                \"id\": 169,\n                \"name\": \"Sportpark Maarschalkerweerd, Utrecht\",\n                \"city_name\": \"Utrecht\",\n                \"host_nation_name\": \"Netherlands\"\n            },\n            {\n                \"id\": 170,\n                \"name\": \"Moosa Cricket Stadium, Pearland\",\n                \"city_name\": \"Pearland\",\n                \"host_nation_name\": \"United States of America\"\n            },\n            {\n                \"id\": 171,\n                \"name\": \"Amini Park, Port Moresby\",\n                \"city_name\": \"Port Moresby\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 172,\n                \"name\": \"Mulpani Cricket Ground\",\n                \"city_name\": \"Kathmandu\",\n                \"host_nation_name\": \"Nepal\"\n            },\n            {\n                \"id\": 173,\n                \"name\": \"Affies Park\",\n                \"city_name\": \"Windhoek\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 174,\n                \"name\": \"Wanderers Cricket Ground\",\n                \"city_name\": \"Windhoek\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 175,\n                \"name\": \"Ruaraka Sports Club Ground\",\n                \"city_name\": \"Nairobi\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 176,\n                \"name\": \"Jaffery Sports Club Ground\",\n                \"city_name\": \"Nairobi\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 177,\n                \"name\": \"City Oval, Pietermaritzburg\",\n                \"city_name\": \"Pietermaritzburg\",\n                \"host_nation_name\": \"South Africa\"\n            },\n            {\n                \"id\": 178,\n                \"name\": \"Central Broward Regional Park Stadium Turf Ground\",\n                \"city_name\": \"Lauderhill\",\n                \"host_nation_name\": \"United States of America\"\n            },\n            {\n                \"id\": 179,\n                \"name\": \"Toronto Cricket, Skating and Curling Club\",\n                \"city_name\": \"Toronto\",\n                \"host_nation_name\": \"Canada\"\n            },\n            {\n                \"id\": 181,\n                \"name\": \"Zayed Cricket Stadium, Abu Dhabi\",\n                \"city_name\": \"Abu Dhabi\",\n                \"host_nation_name\": \"United Arab Emirates\"\n            },\n            {\n                \"id\": 182,\n                \"name\": \"Warner Park, Basseterre, St Kitts\",\n                \"city_name\": \"Basseterre\",\n                \"host_nation_name\": null\n            },\n            {\n                \"id\": 183,\n                \"name\": \"Basin Reserve, Wellington\",\n                \"city_name\": \"Wellington\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 184,\n                \"name\": \"Grand Prairie Stadium, Dallas\",\n                \"city_name\": \"Dallas\",\n                \"host_nation_name\": null\n            }\n        ],\n        \"min_date\": \"2002-12-29\",\n        \"max_date\": \"2025-01-11\",\n        \"seasons\": [\n            \"2002/03\",\n            \"2003\",\n            \"2003/04\",\n            \"2004\",\n            \"2004/05\",\n            \"2005\",\n            \"2005/06\",\n            \"2006\",\n            \"2006/07\",\n            \"2007\",\n            \"2007/08\",\n            \"2008\",\n            \"2008/09\",\n            \"2009\",\n            \"2009/10\",\n            \"2010\",\n            \"2010/11\",\n            \"2011\",\n            \"2011/12\",\n            \"2012\",\n            \"2012/13\",\n            \"2013\",\n            \"2013/14\",\n            \"2014\",\n            \"2014/15\",\n            \"2015\",\n            \"2015/16\",\n            \"2016\",\n            \"2016/17\",\n            \"2017\",\n            \"2017/18\",\n            \"2018\",\n            \"2018/19\",\n            \"2019\",\n            \"2019/20\",\n            \"2020\",\n            \"2020/21\",\n            \"2021\",\n            \"2021/22\",\n            \"2022\",\n            \"2022/23\",\n            \"2023\",\n            \"2023/24\",\n            \"2024\",\n            \"2024/25\"\n        ],\n        \"series\": [\n            {\n                \"id\": 1,\n                \"name\": \"ICC Champions Trophy\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"South Africa in New Zealand ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Ireland Tri-Nation Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"ICC World Cricket League Championship\",\n                \"season\": \"2015/17\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Pakistan v West Indies ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Pakistan in Australia ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Ireland in England ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Bangladesh in New Zealand ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"South Africa in England ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"England in Australia ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"West Indies in England ODI series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Zimbabwe Tri-Nation Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"India in Zimbabwe ODI Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"England in West Indies ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"England in India ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"England in Bangladesh ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"New Zealand in India ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Papua New Guinea in Hong Kong ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Hong Kong in Scotland ODI Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Bangladesh in South Africa ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Pakistan in West Indies ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 25,\n                \"name\": \"United Arab Emirates Tri-Nation Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Ireland in United Arab Emirates ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Bangladesh in Sri Lanka ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"Papua New Guinea in United Arab Emirates ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Zimbabwe in Scotland ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 31,\n                \"name\": \"India in West Indies ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 32,\n                \"name\": \"Zimbabwe in Sri Lanka ODI Series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 33,\n                \"name\": \"India in Sri Lanka ODI series\",\n                \"season\": \"2017\"\n            },\n            {\n                \"id\": 35,\n                \"name\": \"England in New Zealand ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"West Indies in New Zealand ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Pakistan in New Zealand ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 40,\n                \"name\": \"Australia in India ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 42,\n                \"name\": \"Australia in England ODI series\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 44,\n                \"name\": \"India in England ODI series\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"New Zealand in India ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 47,\n                \"name\": \"Pakistan in Sri Lanka ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 50,\n                \"name\": \"India in South Africa ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 52,\n                \"name\": \"Sri Lanka in India ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 54,\n                \"name\": \"Tri-Nation Tournament in Bangladesh\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 55,\n                \"name\": \"United Arab Emirates Tri-Nation Series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 56,\n                \"name\": \"ICC Cricket World Cup Qualifier\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 57,\n                \"name\": \"England in Sri Lanka ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 58,\n                \"name\": \"South Africa in Sri Lanka ODI series\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 61,\n                \"name\": \"Pakistan in Zimbabwe ODI series\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Zimbabwe in South Africa ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 64,\n                \"name\": \"Pakistan in South Africa ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 67,\n                \"name\": \"Sri Lanka in South Africa ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 69,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 70,\n                \"name\": \"South Africa in Australia ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 71,\n                \"name\": \"India in Australia ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Bangladesh in West Indies ODI series\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 75,\n                \"name\": \"Pakistan in England ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 78,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 79,\n                \"name\": \"West Indies in Bangladesh ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 80,\n                \"name\": \"Zimbabwe in Bangladesh ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 83,\n                \"name\": \"India in New Zealand ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 85,\n                \"name\": \"Sri Lanka in New Zealand ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 86,\n                \"name\": \"Bangladesh in New Zealand ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 89,\n                \"name\": \"New Zealand in Pakistan ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Asia Cup Qualifiers\",\n                \"season\": \"2018\"\n            },\n            {\n                \"id\": 92,\n                \"name\": \"West Indies in India ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 94,\n                \"name\": \"England in West Indies ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 96,\n                \"name\": \"England in Ireland ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 97,\n                \"name\": \"Australia in India ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 100,\n                \"name\": \"Ireland Tri-Nation Series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 101,\n                \"name\": \"Zimbabwe in Ireland ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 102,\n                \"name\": \"Nepal in United Arab Emirates ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 103,\n                \"name\": \"Sri Lanka in Scotland ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 105,\n                \"name\": \"Australia in Pakistan ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 109,\n                \"name\": \"United Arab Emirates in Zimbabwe ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 110,\n                \"name\": \"ICC World Cricket League Division Two\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 112,\n                \"name\": \"England in South Africa ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 113,\n                \"name\": \"New Zealand in Australia ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 114,\n                \"name\": \"Australia in South Africa ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 117,\n                \"name\": \"West Indies in India ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 119,\n                \"name\": \"Australia in India ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 121,\n                \"name\": \"India in New Zealand ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 124,\n                \"name\": \"India in West Indies ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 125,\n                \"name\": \"Zimbabwe in Netherlands ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"Bangladesh in Sri Lanka ODI series\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 129,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 130,\n                \"name\": \"Australia in England ODI series\",\n                \"season\": \"2020\"\n            },\n            {\n                \"id\": 131,\n                \"name\": \"Ireland in England ODI series\",\n                \"season\": \"2020\"\n            },\n            {\n                \"id\": 134,\n                \"name\": \"Sri Lanka in Pakistan ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 136,\n                \"name\": \"Ireland in West Indies ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 137,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 139,\n                \"name\": \"West Indies in Sri Lanka ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 140,\n                \"name\": \"Zimbabwe in Bangladesh ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 143,\n                \"name\": \"India in Australia ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 144,\n                \"name\": \"Zimbabwe in Pakistan ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 146,\n                \"name\": \"Bangladesh in New Zealand ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 149,\n                \"name\": \"Sri Lanka in England ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 150,\n                \"name\": \"Pakistan in England ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 152,\n                \"name\": \"England in India ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 154,\n                \"name\": \"ICC Men's Cricket World Cup Super League\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 156,\n                \"name\": \"West Indies in Bangladesh ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 157,\n                \"name\": \"Ireland in United Arab Emirates ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 159,\n                \"name\": \"Pakistan in South Africa ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 162,\n                \"name\": \"South Africa in Ireland ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 164,\n                \"name\": \"Ireland in Netherlands ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 165,\n                \"name\": \"West Indies v Sri Lanka\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 167,\n                \"name\": \"Sri Lanka in Bangladesh ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 168,\n                \"name\": \"Scotland in Netherlands ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 169,\n                \"name\": \"India in Sri Lanka ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 172,\n                \"name\": \"Australia in West Indies ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 175,\n                \"name\": \"Bangladesh in Zimbabwe ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 176,\n                \"name\": \"South Africa in Sri Lanka ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 178,\n                \"name\": \"Zimbabwe in Ireland ODI series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 180,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 182,\n                \"name\": \"Papua New Guinea v United States of America ODI Series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 183,\n                \"name\": \"Nepal v Papua New Guinea ODI Series\",\n                \"season\": \"2021\"\n            },\n            {\n                \"id\": 184,\n                \"name\": \"India in England ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 185,\n                \"name\": \"South Africa in England ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 188,\n                \"name\": \"Netherlands in South Africa ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 189,\n                \"name\": \"India in South Africa ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 190,\n                \"name\": \"Ireland in West Indies ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 193,\n                \"name\": \"Bangladesh in South Africa ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 196,\n                \"name\": \"West Indies in India ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 197,\n                \"name\": \"England in Netherlands ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 199,\n                \"name\": \"Australia in Pakistan ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 201,\n                \"name\": \"Netherlands in New Zealand ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 203,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 205,\n                \"name\": \"Zimbabwe in Sri Lanka ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 207,\n                \"name\": \"West Indies in Netherlands ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 209,\n                \"name\": \"New Zealand in Ireland ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 211,\n                \"name\": \"Papua New Guinea in Nepal ODI series\",\n                \"season\": \"2021/22\"\n            },\n            {\n                \"id\": 212,\n                \"name\": \"Australia in Sri Lanka ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 215,\n                \"name\": \"New Zealand in Scotland ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 216,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 218,\n                \"name\": \"Pakistan in Netherlands ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 220,\n                \"name\": \"West Indies in Pakistan ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 221,\n                \"name\": \"Bangladesh in West Indies ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 224,\n                \"name\": \"Zimbabwe in Australia ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 225,\n                \"name\": \"New Zealand in Australia ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 227,\n                \"name\": \"England in Australia ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 229,\n                \"name\": \"India in West Indies ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 231,\n                \"name\": \"New Zealand in West Indies ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 234,\n                \"name\": \"India in New Zealand ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 235,\n                \"name\": \"Sri Lanka in New Zealand ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 237,\n                \"name\": \"Bangladesh in Zimbabwe ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 239,\n                \"name\": \"India in Zimbabwe ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 242,\n                \"name\": \"South Africa in India ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 244,\n                \"name\": \"New Zealand in England ODI series\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 245,\n                \"name\": \"Ireland in England ODI series\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 247,\n                \"name\": \"England in South Africa ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 249,\n                \"name\": \"West Indies in South Africa ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 251,\n                \"name\": \"Netherlands in South Africa ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 253,\n                \"name\": \"New Zealand in Pakistan ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 255,\n                \"name\": \"New Zealand in Pakistan ODI series\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 258,\n                \"name\": \"India in Bangladesh ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 259,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 261,\n                \"name\": \"United Arab Emirates in Nepal ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 263,\n                \"name\": \"Ireland in Zimbabwe ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 264,\n                \"name\": \"Sri Lanka in India ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 266,\n                \"name\": \"New Zealand in India ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 268,\n                \"name\": \"Australia in India ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 270,\n                \"name\": \"England in Bangladesh ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 272,\n                \"name\": \"Ireland in Bangladesh ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 275,\n                \"name\": \"Netherlands in Zimbabwe ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 277,\n                \"name\": \"ICC Cricket World Cup Qualifier Play-off\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 278,\n                \"name\": \"ICC Men's Cricket World Cup Super League\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 279,\n                \"name\": \"Ireland v Bangladesh\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 280,\n                \"name\": \"ACC Men's Premier Cup\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 281,\n                \"name\": \"Australia in South Africa ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 282,\n                \"name\": \"England in West Indies ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 284,\n                \"name\": \"West Indies in Australia ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 286,\n                \"name\": \"West Indies in United Arab Emirates ODI series\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 288,\n                \"name\": \"ICC Cricket World Cup Qualifier\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 290,\n                \"name\": \"India in West Indies ODI series\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 291,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 294,\n                \"name\": \"Australia in England ODI series\",\n                \"season\": \"2024\"\n            },\n            {\n                \"id\": 295,\n                \"name\": \"India in South Africa ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 297,\n                \"name\": \"Bangladesh in New Zealand ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 299,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 301,\n                \"name\": \"Australia in India ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 302,\n                \"name\": \"New Zealand in Bangladesh ODI series\",\n                \"season\": \"2023\"\n            },\n            {\n                \"id\": 305,\n                \"name\": \"Ireland in Zimbabwe ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 306,\n                \"name\": \"Zimbabwe in Sri Lanka ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 308,\n                \"name\": \"Sri Lanka in Bangladesh ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 310,\n                \"name\": \"Canada in Nepal ODI series\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 312,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 314,\n                \"name\": \"Pakistan in Australia ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 315,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2024\"\n            },\n            {\n                \"id\": 317,\n                \"name\": \"Ireland vs South Africa\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 318,\n                \"name\": \"Pakistan in South Africa ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 319,\n                \"name\": \"England in West Indies ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 322,\n                \"name\": \"India in Sri Lanka ODI series\",\n                \"season\": \"2024\"\n            },\n            {\n                \"id\": 323,\n                \"name\": \"Bangladesh in West Indies ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 325,\n                \"name\": \"Sri Lanka in New Zealand ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 327,\n                \"name\": \"Pakistan in Zimbabwe ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 330,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 331,\n                \"name\": \"West Indies in Sri Lanka ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 332,\n                \"name\": \"New Zealand in Sri Lanka ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 335,\n                \"name\": \"South Africa in West Indies ODI series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 336,\n                \"name\": \"Pakistan in West Indies ODI series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 337,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 340,\n                \"name\": \"Australia in England ODI series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 341,\n                \"name\": \"Indian Oil Cup\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 343,\n                \"name\": \"Videocon Triangular Series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 344,\n                \"name\": \"Bangladesh in Sri Lanka ODI series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 345,\n                \"name\": \"Asia XI in Africa XI ODI series\",\n                \"season\": \"2005\"\n            },\n            {\n                \"id\": 348,\n                \"name\": \"Sri Lanka in India ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 349,\n                \"name\": \"New Zealand in South Africa ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 350,\n                \"name\": \"ICC World XI in Australia ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 354,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2006\"\n            },\n            {\n                \"id\": 355,\n                \"name\": \"South Africa in India ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 356,\n                \"name\": \"England in Pakistan ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 359,\n                \"name\": \"Australia in New Zealand ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 360,\n                \"name\": \"VB Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 362,\n                \"name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 363,\n                \"name\": \"Sri Lanka in New Zealand ODI series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 364,\n                \"name\": \"India in Pakistan ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 366,\n                \"name\": \"West Indies in New Zealand ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 367,\n                \"name\": \"Sri Lanka in Bangladesh ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 368,\n                \"name\": \"Australia in Bangladesh ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 369,\n                \"name\": \"England in India ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 370,\n                \"name\": \"Australia in South Africa ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 371,\n                \"name\": \"Pakistan in Sri Lanka ODI Series\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 372,\n                \"name\": \"Zimbabwe in West Indies ODI Series\",\n                \"season\": \"2006\"\n            },\n            {\n                \"id\": 373,\n                \"name\": \"India in West Indies ODI Series\",\n                \"season\": \"2006\"\n            },\n            {\n                \"id\": 374,\n                \"name\": \"DLF Cup\",\n                \"season\": \"2005/06\"\n            },\n            {\n                \"id\": 375,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 376,\n                \"name\": \"Bangladesh in Zimbabwe ODI Series\",\n                \"season\": \"2006\"\n            },\n            {\n                \"id\": 377,\n                \"name\": \"India in South Africa ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 378,\n                \"name\": \"Commonwealth Bank Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 379,\n                \"name\": \"ICC Champions Trophy\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 380,\n                \"name\": \"Bangladesh in Kenya ODI Series\",\n                \"season\": \"2006\"\n            },\n            {\n                \"id\": 381,\n                \"name\": \"Pakistan in South Africa ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 382,\n                \"name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 383,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 384,\n                \"name\": \"Zimbabwe in South Africa ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 385,\n                \"name\": \"DLF Cup\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 386,\n                \"name\": \"India in Sri Lanka ODI Series\",\n                \"season\": \"2006\"\n            },\n            {\n                \"id\": 387,\n                \"name\": \"West Indies in Pakistan ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 388,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 389,\n                \"name\": \"ICC Tri-Series (in South Africa)\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 390,\n                \"name\": \"Zimbabwe in Bangladesh ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 391,\n                \"name\": \"ICC World Cricket League Division One\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 392,\n                \"name\": \"West Indies in India ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 393,\n                \"name\": \"Sri Lanka in India ODI Series\",\n                \"season\": \"2006/07\"\n            },\n            {\n                \"id\": 394,\n                \"name\": \"India in Bangladesh ODI Series\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 395,\n                \"name\": \"Afro-Asia Cup\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 396,\n                \"name\": \"England in Sri Lanka ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 397,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 398,\n                \"name\": \"Commonwealth Bank Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 399,\n                \"name\": \"Future Cup\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 400,\n                \"name\": \"Bangladesh in Sri Lanka ODI Series\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 401,\n                \"name\": \"Quadrangular Series (Ireland)\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 402,\n                \"name\": \"Canada in Kenya ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 403,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 404,\n                \"name\": \"Australia in India ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 405,\n                \"name\": \"Pakistan in India ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 406,\n                \"name\": \"New Zealand in South Africa ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 407,\n                \"name\": \"West Indies in South Africa ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 408,\n                \"name\": \"South Africa in Pakistan ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 409,\n                \"name\": \"Bangladesh in New Zealand ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 410,\n                \"name\": \"England in New Zealand ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 411,\n                \"name\": \"South Africa in Zimbabwe ODI Series\",\n                \"season\": \"2007\"\n            },\n            {\n                \"id\": 412,\n                \"name\": \"Bermuda in Kenya ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 413,\n                \"name\": \"West Indies in Zimbabwe ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 414,\n                \"name\": \"Sri Lanka in West Indies ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 415,\n                \"name\": \"Australia in West Indies ODI Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 416,\n                \"name\": \"South Africa in Bangladesh ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 417,\n                \"name\": \"Bermuda in Canada ODI Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 418,\n                \"name\": \"Kenya in Scotland ODI Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 419,\n                \"name\": \"Kenya in Ireland ODI Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 420,\n                \"name\": \"European Championship Division One\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 421,\n                \"name\": \"Zimbabwe in Pakistan ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 422,\n                \"name\": \"Tri-Nation Tournament in Kenya\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 423,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 424,\n                \"name\": \"Bangladesh in Australia ODI Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 425,\n                \"name\": \"India in Sri Lanka ODI Series\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 426,\n                \"name\": \"Bangladesh in Pakistan ODI Series\",\n                \"season\": \"2007/08\"\n            },\n            {\n                \"id\": 427,\n                \"name\": \"Kitply Cup\",\n                \"season\": \"2008\"\n            },\n            {\n                \"id\": 428,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 429,\n                \"name\": \"Bangladesh in South Africa ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 430,\n                \"name\": \"Australia in South Africa ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 431,\n                \"name\": \"South Africa in Australia ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 432,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 433,\n                \"name\": \"England in West Indies ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 434,\n                \"name\": \"Kenya in South Africa ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 435,\n                \"name\": \"England in India ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 436,\n                \"name\": \"India in New Zealand ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 437,\n                \"name\": \"West Indies in New Zealand ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 438,\n                \"name\": \"Pakistan v West Indies ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 439,\n                \"name\": \"Sri Lanka in Zimbabwe ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 440,\n                \"name\": \"India in West Indies ODI Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 441,\n                \"name\": \"Tri-Nation Tournament in Bangladesh\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 442,\n                \"name\": \"Zimbabwe in Bangladesh ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 443,\n                \"name\": \"Zimbabwe in Kenya ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 444,\n                \"name\": \"Sri Lanka in Pakistan ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 445,\n                \"name\": \"India in Sri Lanka ODI Series\",\n                \"season\": \"2008/09\"\n            },\n            {\n                \"id\": 446,\n                \"name\": \"England in South Africa ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 447,\n                \"name\": \"ICC Cricket World Cup Qualifier\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 448,\n                \"name\": \"Australia v Pakistan ODI Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 449,\n                \"name\": \"Bangladesh in West Indies ODI Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 450,\n                \"name\": \"Pakistan in Sri Lanka ODI Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 451,\n                \"name\": \"Compaq Cup\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 452,\n                \"name\": \"West Indies in Australia ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 453,\n                \"name\": \"Pakistan in Australia ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 454,\n                \"name\": \"Bangladesh in Zimbabwe ODI Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 455,\n                \"name\": \"Kenya in Canada ODI Series\",\n                \"season\": \"2009\"\n            },\n            {\n                \"id\": 456,\n                \"name\": \"ICC Champions Trophy\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 457,\n                \"name\": \"Australia in India ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 458,\n                \"name\": \"Zimbabwe in Bangladesh ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 459,\n                \"name\": \"Bangladesh in New Zealand ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 460,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 461,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 462,\n                \"name\": \"England in Bangladesh ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 463,\n                \"name\": \"Pakistan v New Zealand ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 464,\n                \"name\": \"Zimbabwe in South Africa ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 465,\n                \"name\": \"Sri Lanka in India ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 466,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 467,\n                \"name\": \"Tri-Nation Tournament in Bangladesh\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 468,\n                \"name\": \"Zimbabwe in West Indies ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 469,\n                \"name\": \"South Africa in West Indies ODI Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 470,\n                \"name\": \"South Africa in India ODI Series\",\n                \"season\": \"2009/10\"\n            },\n            {\n                \"id\": 471,\n                \"name\": \"Sri Lanka in Australia ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 472,\n                \"name\": \"England in Australia ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 473,\n                \"name\": \"Bangladesh in Ireland ODI Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 474,\n                \"name\": \"ICC World Cricket League Division One\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 475,\n                \"name\": \"Zimbabwe Triangular Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 476,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 477,\n                \"name\": \"Sri Lanka Triangular Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 478,\n                \"name\": \"Pakistan v South Africa ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 479,\n                \"name\": \"Zimbabwe in South Africa ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 480,\n                \"name\": \"India in South Africa ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 481,\n                \"name\": \"Australia in India ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 482,\n                \"name\": \"Netherlands in Ireland ODI Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 483,\n                \"name\": \"West Indies in Sri Lanka ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 484,\n                \"name\": \"Ireland in Canada ODI Series\",\n                \"season\": \"2010\"\n            },\n            {\n                \"id\": 485,\n                \"name\": \"New Zealand in India ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 486,\n                \"name\": \"Pakistan in New Zealand ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 487,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 488,\n                \"name\": \"New Zealand in Bangladesh ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 489,\n                \"name\": \"Zimbabwe in Bangladesh ODI Series\",\n                \"season\": \"2010/11\"\n            },\n            {\n                \"id\": 490,\n                \"name\": \"Pakistan in West Indies ODI Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 491,\n                \"name\": \"India in West Indies ODI Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 492,\n                \"name\": \"Australia in Bangladesh ODI Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 493,\n                \"name\": \"ICC World Cricket League Championship\",\n                \"season\": \"2011/13\"\n            },\n            {\n                \"id\": 494,\n                \"name\": \"Australia in South Africa ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 495,\n                \"name\": \"Sri Lanka in South Africa ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 496,\n                \"name\": \"Australia in Sri Lanka ODI Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 497,\n                \"name\": \"Commonwealth Bank Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 498,\n                \"name\": \"Zimbabwe in New Zealand ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 499,\n                \"name\": \"South Africa in New Zealand ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 500,\n                \"name\": \"England in India ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 501,\n                \"name\": \"Bangladesh in Zimbabwe ODI Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 502,\n                \"name\": \"Pakistan in Zimbabwe ODI Series\",\n                \"season\": \"2011\"\n            },\n            {\n                \"id\": 503,\n                \"name\": \"New Zealand in Zimbabwe ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 504,\n                \"name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 505,\n                \"name\": \"Pakistan v England ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 506,\n                \"name\": \"West Indies in Bangladesh ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 507,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2012\"\n            },\n            {\n                \"id\": 508,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 509,\n                \"name\": \"West Indies in India ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 510,\n                \"name\": \"Pakistan in Bangladesh ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 511,\n                \"name\": \"Australia in West Indies ODI Series\",\n                \"season\": \"2011/12\"\n            },\n            {\n                \"id\": 512,\n                \"name\": \"New Zealand in West Indies ODI Series\",\n                \"season\": \"2012\"\n            },\n            {\n                \"id\": 513,\n                \"name\": \"Pakistan in Sri Lanka ODI Series\",\n                \"season\": \"2012\"\n            },\n            {\n                \"id\": 514,\n                \"name\": \"India in Sri Lanka ODI Series\",\n                \"season\": \"2012\"\n            },\n            {\n                \"id\": 515,\n                \"name\": \"England in India ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 516,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 517,\n                \"name\": \"RSA Challenge\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 518,\n                \"name\": \"ICC Champions Trophy\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 519,\n                \"name\": \"New Zealand in South Africa ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 520,\n                \"name\": \"Pakistan in South Africa ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 521,\n                \"name\": \"England in New Zealand ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 522,\n                \"name\": \"Pakistan v Australia ODI Series\",\n                \"season\": \"2012\"\n            },\n            {\n                \"id\": 523,\n                \"name\": \"Sri Lanka in Australia ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 524,\n                \"name\": \"West Indies in Australia ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 525,\n                \"name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 526,\n                \"name\": \"West Indies in Bangladesh ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 527,\n                \"name\": \"Pakistan in India ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 528,\n                \"name\": \"Zimbabwe in West Indies ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 529,\n                \"name\": \"West Indies Tri-Nation Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 530,\n                \"name\": \"Pakistan in Scotland ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 531,\n                \"name\": \"Pakistan in Ireland ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 532,\n                \"name\": \"Bangladesh in Sri Lanka ODI Series\",\n                \"season\": \"2012/13\"\n            },\n            {\n                \"id\": 533,\n                \"name\": \"Bangladesh in Zimbabwe ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 534,\n                \"name\": \"South Africa in Sri Lanka ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 535,\n                \"name\": \"England in Australia ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 536,\n                \"name\": \"England in West Indies ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 537,\n                \"name\": \"India in Zimbabwe ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 538,\n                \"name\": \"Pakistan in West Indies ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 539,\n                \"name\": \"Australia in India ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 540,\n                \"name\": \"India in New Zealand ODI series\",\n                \"season\": \"2002/03\"\n            },\n            {\n                \"id\": 542,\n                \"name\": \"Australia in West Indies ODI series\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 543,\n                \"name\": \"Sri Lanka in West Indies ODI series\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 544,\n                \"name\": \"Bangladesh in Australia ODI series\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 547,\n                \"name\": \"Bangladesh in Pakistan ODI series\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 550,\n                \"name\": \"South Africa in Pakistan ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 552,\n                \"name\": \"England in Bangladesh ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 553,\n                \"name\": \"England in Sri Lanka ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 554,\n                \"name\": \"West Indies in Zimbabwe ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 556,\n                \"name\": \"New Zealand in Pakistan ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 560,\n                \"name\": \"Pakistan in New Zealand ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 561,\n                \"name\": \"West Indies in South Africa ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 562,\n                \"name\": \"India in South Africa ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 565,\n                \"name\": \"Australia in Sri Lanka ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 566,\n                \"name\": \"South Africa in New Zealand ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 568,\n                \"name\": \"Bangladesh in Zimbabwe ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 569,\n                \"name\": \"India in Pakistan ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 573,\n                \"name\": \"England in West Indies ODI series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 574,\n                \"name\": \"Sri Lanka in Zimbabwe ODI series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 575,\n                \"name\": \"Bangladesh in West Indies ODI series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 578,\n                \"name\": \"Australia in Zimbabwe ODI series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 580,\n                \"name\": \"South Africa in Sri Lanka ODI series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 582,\n                \"name\": \"Pakistan v South Africa ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 584,\n                \"name\": \"New Zealand in Bangladesh ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 586,\n                \"name\": \"England in Zimbabwe ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 588,\n                \"name\": \"India in Bangladesh ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 589,\n                \"name\": \"Zimbabwe in Bangladesh ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 590,\n                \"name\": \"England in South Africa ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 594,\n                \"name\": \"Zimbabwe in South Africa ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 595,\n                \"name\": \"Australia in New Zealand ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 598,\n                \"name\": \"Pakistan in India ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 600,\n                \"name\": \"Pakistan in England ODI series\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 601,\n                \"name\": \"India in England ODI series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 603,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2002/03\"\n            },\n            {\n                \"id\": 605,\n                \"name\": \"VB Series\",\n                \"season\": \"2002/03\"\n            },\n            {\n                \"id\": 606,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 607,\n                \"name\": \"VB Series\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 608,\n                \"name\": \"VB Series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 609,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 610,\n                \"name\": \"Pakistan v Sri Lanka ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 611,\n                \"name\": \"Cherry Blossom Sharjah Cup\",\n                \"season\": \"2002/03\"\n            },\n            {\n                \"id\": 612,\n                \"name\": \"Pakistan in Zimbabwe ODI Series\",\n                \"season\": \"2013\"\n            },\n            {\n                \"id\": 613,\n                \"name\": \"West Indies in New Zealand ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 614,\n                \"name\": \"ICC Champions Trophy\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 615,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 616,\n                \"name\": \"NatWest Series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 617,\n                \"name\": \"TVS Cup (Bangladesh)\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 618,\n                \"name\": \"Bank Alfalah Cup\",\n                \"season\": \"2003\"\n            },\n            {\n                \"id\": 619,\n                \"name\": \"TVS Cup (India)\",\n                \"season\": \"2003/04\"\n            },\n            {\n                \"id\": 620,\n                \"name\": \"Videocon Cup\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 621,\n                \"name\": \"Pakistan in Australia ODI series\",\n                \"season\": \"2004\"\n            },\n            {\n                \"id\": 622,\n                \"name\": \"Paktel Cup\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 624,\n                \"name\": \"New Zealand in Australia ODI series\",\n                \"season\": \"2004/05\"\n            },\n            {\n                \"id\": 625,\n                \"name\": \"India in New Zealand ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 627,\n                \"name\": \"India in England ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 628,\n                \"name\": \"Sri Lanka in England ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 629,\n                \"name\": \"New Zealand in Bangladesh ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 630,\n                \"name\": \"New Zealand in Sri Lanka ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 631,\n                \"name\": \"West Indies in India ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 632,\n                \"name\": \"Pakistan in South Africa ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 633,\n                \"name\": \"Sri Lanka in Bangladesh ODI Series\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 634,\n                \"name\": \"ICC Cricket World Cup Qualifier\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 635,\n                \"name\": \"Sri Lanka in Ireland ODI series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 636,\n                \"name\": \"Asia Cup\",\n                \"season\": \"2013/14\"\n            },\n            {\n                \"id\": 638,\n                \"name\": \"West Indies in South Africa ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 639,\n                \"name\": \"Pakistan v Australia ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 640,\n                \"name\": \"Scotland in Ireland ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 641,\n                \"name\": \"South Africa in Sri Lanka ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 642,\n                \"name\": \"Bangladesh in West Indies ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 643,\n                \"name\": \"South Africa in Zimbabwe ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 644,\n                \"name\": \"Zimbabwe Triangular Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 645,\n                \"name\": \"Asian Cricket Council Premier League\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 646,\n                \"name\": \"Pakistan v New Zealand ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 647,\n                \"name\": \"New Zealand in England ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 648,\n                \"name\": \"Australia in England ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 649,\n                \"name\": \"India in Bangladesh ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 650,\n                \"name\": \"Pakistan in Sri Lanka ODI Series\",\n                \"season\": \"2014\"\n            },\n            {\n                \"id\": 651,\n                \"name\": \"South Africa in New Zealand ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 652,\n                \"name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 653,\n                \"name\": \"Pakistan in New Zealand ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 654,\n                \"name\": \"England in Sri Lanka ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 655,\n                \"name\": \"South Africa in Australia ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 656,\n                \"name\": \"Carlton Mid One-Day International Tri-Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 657,\n                \"name\": \"Zimbabwe in Bangladesh ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 658,\n                \"name\": \"West Indies in India ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 659,\n                \"name\": \"Sri Lanka in India ODI Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 660,\n                \"name\": \"England in South Africa ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 661,\n                \"name\": \"Dubai Triangular Series\",\n                \"season\": \"2014/15\"\n            },\n            {\n                \"id\": 662,\n                \"name\": \"South Africa in Bangladesh ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 663,\n                \"name\": \"New Zealand in South Africa ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 664,\n                \"name\": \"Pakistan in Bangladesh ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 665,\n                \"name\": \"Pakistan in Sri Lanka ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 666,\n                \"name\": \"Zimbabwe in Pakistan ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 667,\n                \"name\": \"India in Bangladesh ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 668,\n                \"name\": \"India in Zimbabwe ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 669,\n                \"name\": \"New Zealand in Zimbabwe ODI Series\",\n                \"season\": \"2015\"\n            },\n            {\n                \"id\": 670,\n                \"name\": \"India in Australia ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 671,\n                \"name\": \"Pakistan v England ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 672,\n                \"name\": \"South Africa in India ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 673,\n                \"name\": \"Sri Lanka in Ireland ODI Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 674,\n                \"name\": \"Sri Lanka in England ODI Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 675,\n                \"name\": \"Pakistan in Ireland ODI Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 676,\n                \"name\": \"Pakistan in England ODI Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 677,\n                \"name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 678,\n                \"name\": \"Pakistan in New Zealand ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 679,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 680,\n                \"name\": \"West Indies in Sri Lanka ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 681,\n                \"name\": \"Pakistan in Zimbabwe ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 682,\n                \"name\": \"Ireland in Zimbabwe ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 683,\n                \"name\": \"Zimbabwe in Bangladesh ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 684,\n                \"name\": \"West Indies Tri-Nation Series\",\n                \"season\": \"2016\"\n            },\n            {\n                \"id\": 685,\n                \"name\": \"Australia in South Africa ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 686,\n                \"name\": \"Sri Lanka in South Africa ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 687,\n                \"name\": \"Australia in Sri Lanka ODI Series\",\n                \"season\": \"2016\"\n            }\n        ],\n        \"tournaments\": [\n            {\n                \"id\": 1,\n                \"name\": \"ICC Cricket World Cup\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ICC Champions Trophy\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c654b758-cf0d-47d9-8738-91f1b3e25367"},{"name":"Filter Options (Player)","event":[{"listen":"test","script":{"id":"50b7d7b2-94e8-4bb9-ab10-d0faee7292d0","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7ecf3f94-cebb-4467-bcd3-645ed618dd2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stats/filter-options?playing_format=ODI&is_male=true&involving_player=114","urlObject":{"path":["stats","filter-options"],"host":["http://localhost:8080"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"involving_player","value":"114"}],"variable":[]}},"response":[{"id":"0b3b53e2-7699-42a8-be1c-f77ac9989223","name":"Filter Options (Player)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/stats/filter-options?playing_format=ODI&is_male=true&involving_player=1","host":["http://localhost:8080"],"path":["stats","filter-options"],"query":[{"key":"playing_format","value":"ODI"},{"key":"is_male","value":"true"},{"key":"involving_player","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 27 Apr 2025 12:30:42 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched stat-filter options successfully\",\n    \"data\": {\n        \"primary_teams\": [\n            {\n                \"id\": 3,\n                \"name\": \"New Zealand\"\n            }\n        ],\n        \"opposition_teams\": [\n            {\n                \"id\": 1,\n                \"name\": \"Australia\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"South Africa\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Ireland\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"England\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"India\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"West Indies\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Pakistan\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Bangladesh\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Netherlands\"\n            }\n        ],\n        \"host_nations\": [\n            {\n                \"id\": 2,\n                \"name\": \"England\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"West Indies\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Ireland\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Australia\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"New Zealand\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Pakistan\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"India\"\n            }\n        ],\n        \"continents\": [\n            {\n                \"id\": 2,\n                \"name\": \"Americas\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Asia\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Europe\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Oceania\"\n            }\n        ],\n        \"grounds\": [\n            {\n                \"id\": 2,\n                \"name\": \"Old Trafford\",\n                \"city_name\": \"Manchester\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Edgbaston\",\n                \"city_name\": \"Birmingham\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Saxton Oval\",\n                \"city_name\": \"Nelson\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Eden Park\",\n                \"city_name\": \"Auckland\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Sophia Gardens\",\n                \"city_name\": \"Cardiff\",\n                \"host_nation_name\": \"England\"\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Kensington Oval, Bridgetown\",\n                \"city_name\": \"Barbados\",\n                \"host_nation_name\": \"West Indies\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Seddon Park\",\n                \"city_name\": \"Hamilton\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Westpac Stadium\",\n                \"city_name\": \"Wellington\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"McLean Park\",\n                \"city_name\": \"Napier\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Pallekele International Cricket Stadium\",\n                \"city_name\": \"Kandy\",\n                \"host_nation_name\": \"Sri Lanka\"\n            },\n            {\n                \"id\": 39,\n                \"name\": \"University Oval\",\n                \"city_name\": \"Dunedin\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 42,\n                \"name\": \"Hagley Oval\",\n                \"city_name\": \"Christchurch\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 43,\n                \"name\": \"Bay Oval\",\n                \"city_name\": \"Mount Maunganui\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 46,\n                \"name\": \"Rajiv Gandhi International Stadium, Uppal\",\n                \"city_name\": \"Hyderabad\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 59,\n                \"name\": \"Basin Reserve\",\n                \"city_name\": \"Wellington\",\n                \"host_nation_name\": \"New Zealand\"\n            },\n            {\n                \"id\": 66,\n                \"name\": \"Himachal Pradesh Cricket Association Stadium\",\n                \"city_name\": \"Dharamsala\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 78,\n                \"name\": \"National Stadium\",\n                \"city_name\": \"Karachi\",\n                \"host_nation_name\": \"Pakistan\"\n            },\n            {\n                \"id\": 81,\n                \"name\": \"M.Chinnaswamy Stadium\",\n                \"city_name\": \"Bengaluru\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 89,\n                \"name\": \"Maharashtra Cricket Association Stadium\",\n                \"city_name\": \"Pune\",\n                \"host_nation_name\": \"India\"\n            },\n            {\n                \"id\": 104,\n                \"name\": \"The Village, Malahide\",\n                \"city_name\": \"Dublin\",\n                \"host_nation_name\": \"Ireland\"\n            },\n            {\n                \"id\": 108,\n                \"name\": \"Bundaberg Rum Stadium, Cairns\",\n                \"city_name\": \"Cairns\",\n                \"host_nation_name\": \"Australia\"\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Shaheed Veer Narayan Singh International Stadium, Raipur\",\n                \"city_name\": \"Raipur\",\n                \"host_nation_name\": \"India\"\n            }\n        ],\n        \"min_date\": \"2015-12-26\",\n        \"max_date\": \"2025-01-08\",\n        \"seasons\": [\n            \"2015/16\",\n            \"2016/17\",\n            \"2017/18\",\n            \"2018/19\",\n            \"2019\",\n            \"2019/20\",\n            \"2020/21\",\n            \"2022\",\n            \"2022/23\",\n            \"2023/24\",\n            \"2024/25\"\n        ],\n        \"series\": [\n            {\n                \"id\": 2,\n                \"name\": \"South Africa in New Zealand ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Bangladesh in New Zealand ODI Series\",\n                \"season\": \"2016/17\"\n            },\n            {\n                \"id\": 35,\n                \"name\": \"England in New Zealand ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"West Indies in New Zealand ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Pakistan in New Zealand ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"New Zealand in India ODI series\",\n                \"season\": \"2017/18\"\n            },\n            {\n                \"id\": 69,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2019\"\n            },\n            {\n                \"id\": 83,\n                \"name\": \"India in New Zealand ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 86,\n                \"name\": \"Bangladesh in New Zealand ODI series\",\n                \"season\": \"2018/19\"\n            },\n            {\n                \"id\": 121,\n                \"name\": \"India in New Zealand ODI series\",\n                \"season\": \"2019/20\"\n            },\n            {\n                \"id\": 146,\n                \"name\": \"Bangladesh in New Zealand ODI series\",\n                \"season\": \"2020/21\"\n            },\n            {\n                \"id\": 209,\n                \"name\": \"New Zealand in Ireland ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 225,\n                \"name\": \"New Zealand in Australia ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 231,\n                \"name\": \"New Zealand in West Indies ODI series\",\n                \"season\": \"2022\"\n            },\n            {\n                \"id\": 253,\n                \"name\": \"New Zealand in Pakistan ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 266,\n                \"name\": \"New Zealand in India ODI series\",\n                \"season\": \"2022/23\"\n            },\n            {\n                \"id\": 291,\n                \"name\": \"ICC Cricket World Cup\",\n                \"season\": \"2023/24\"\n            },\n            {\n                \"id\": 325,\n                \"name\": \"Sri Lanka in New Zealand ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 332,\n                \"name\": \"New Zealand in Sri Lanka ODI series\",\n                \"season\": \"2024/25\"\n            },\n            {\n                \"id\": 677,\n                \"name\": \"Sri Lanka in New Zealand ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 678,\n                \"name\": \"Pakistan in New Zealand ODI Series\",\n                \"season\": \"2015/16\"\n            },\n            {\n                \"id\": 679,\n                \"name\": \"Chappell-Hadlee Trophy\",\n                \"season\": \"2015/16\"\n            }\n        ],\n        \"tournaments\": [\n            {\n                \"id\": 1,\n                \"name\": \"ICC Cricket World Cup\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7ecf3f94-cebb-4467-bcd3-645ed618dd2b"}],"id":"a9217391-2b2d-4cc1-8ab1-951c8d83820c","_postman_id":"a9217391-2b2d-4cc1-8ab1-951c8d83820c","description":""}],"id":"a5e0e86c-78d9-4822-ae6e-590048fd49de","description":"<h3 id=\"response-structure\">Response structure:</h3>\n<p>The <code>data</code> field of the API response contains two fields:</p>\n<ul>\n<li><p><code>stats</code> array</p>\n</li>\n<li><p><code>next</code> boolean flag indicating if more records are available</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    success boolean\n    message string\n    data {\n        stats []any\n        next boolean\n    }\n}\n\n</code></pre>\n<h3 id=\"pagination\">Pagination</h3>\n<ul>\n<li><p>Pagination is supported by <code>__page</code> and <code>__limit</code> params.</p>\n</li>\n<li><p>By default, the page number is 1 and the limit is a maximum of 50 records.</p>\n</li>\n<li><p>E.g. <code>__page=2&amp;__limit=200</code></p>\n</li>\n</ul>\n<h3 id=\"common-filters-across-all-stats-routes\">Common Filters across all stats routes:</h3>\n<ul>\n<li><p>playing_format:</p>\n<ul>\n<li><p>enum_based: Test, ODI, T20I, first_class, list_a, T20</p>\n</li>\n<li><p>e.g. <code>playing_format=ODI</code></p>\n</li>\n</ul>\n</li>\n<li><p>is_male:</p>\n<ul>\n<li><p>enum_based: true, false</p>\n</li>\n<li><p>e.g. <code>is_male=true</code></p>\n</li>\n</ul>\n</li>\n<li><p>min_start_date:</p>\n<ul>\n<li><p>format: YYYY-MM-DD</p>\n</li>\n<li><p>e.g. <code>min_start_date=2024-01-01</code></p>\n</li>\n</ul>\n</li>\n<li><p>max_start_date:</p>\n<ul>\n<li><p>format: YYYY-MM-DD</p>\n</li>\n<li><p>e.g. <code>max_start_date=2024-12-31</code></p>\n</li>\n</ul>\n</li>\n<li><p>season:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>season=2019&amp;season=2022/23</code></p>\n</li>\n</ul>\n</li>\n<li><p>primary_team:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>primary_team=1&amp;primary_team=2</code></p>\n</li>\n</ul>\n</li>\n<li><p>opposition_team:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>opposition_team=3&amp;opposition_team=5&amp;opposition_team=8</code></p>\n</li>\n</ul>\n</li>\n<li><p>home_or_away:</p>\n<ul>\n<li><p>enum_based: home, away, neutral</p>\n</li>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>home_or_away=away&amp;home_or_away=neutral</code></p>\n</li>\n</ul>\n</li>\n<li><p>continent</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>continent=1&amp;continent=3</code></p>\n</li>\n</ul>\n</li>\n<li><p>host_nation</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>host_nation=2&amp;host_nation=3&amp;host_nation=5</code></p>\n</li>\n</ul>\n</li>\n<li><p>ground:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e..g <code>ground=1&amp;ground=3&amp;ground=7&amp;ground=54</code></p>\n</li>\n</ul>\n</li>\n<li><p>series:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e..g <code>series=1&amp;series=3&amp;series=7</code></p>\n</li>\n</ul>\n</li>\n<li><p>tournament:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e..g <code>tournament=1</code></p>\n</li>\n</ul>\n</li>\n<li><p>match_result:</p>\n<ul>\n<li><p>enum_based: won, lost, drawn, tied, no result</p>\n</li>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>match_result=won&amp;match_result=tied&amp;match_result=drawn</code></p>\n</li>\n</ul>\n</li>\n<li><p>toss_result:</p>\n<ul>\n<li><p>enum_based: won, lost</p>\n</li>\n<li><p>e.g. <code>toss_result=won</code></p>\n</li>\n</ul>\n</li>\n<li><p>bat_field_first:</p>\n<ul>\n<li><p>enum_based: bat, field</p>\n</li>\n<li><p>e.g. <code>bat_field_first=bat</code></p>\n</li>\n</ul>\n</li>\n<li><p>involving_player:</p>\n<ul>\n<li><p>to filter matches involving specific players (playing_xi, impact_player, substitute)</p>\n</li>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>involving_player=1&amp;involving_player=2</code></p>\n</li>\n</ul>\n</li>\n<li><p>innings_number:</p>\n<ul>\n<li><p>multiple values are allowed</p>\n</li>\n<li><p>e.g. <code>innings_number=1&amp;innings_number=2</code></p>\n</li>\n</ul>\n</li>\n<li><p>NOTE: Utilize the <a href=\"https://documenter.getpostman.com/view/25403102/2sAYBREZ3x#c654b758-cf0d-47d9-8738-91f1b3e25367\">filter options route</a> to get the list of host_nations, grounds, continents, teams, series, tournaments etc</p>\n</li>\n</ul>\n","_postman_id":"a5e0e86c-78d9-4822-ae6e-590048fd49de"},{"name":"Teams","item":[{"name":"Get Teams","event":[{"listen":"test","script":{"id":"7698f9c9-9f6d-4e29-b0ff-791b8b08abfe","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"29963f5e-62d6-492a-8f0e-b2b237cea3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/teams","urlObject":{"path":["teams"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"4acd1e7b-71c4-45b3-8b4c-88ac3bcbaa51","name":"Get Teams","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 30 Nov 2024 11:20:33 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"teams read successfully\",\n    \"data\": {\n        \"teams\": [\n            {\n                \"id\": 1,\n                \"name\": \"Australia\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"AUS\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Pakistan\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"PAK\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Scotland\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"SCO\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Zimbabwe\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"ZIM\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"New Zealand\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"NZ\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"England\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"ENG\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"South Africa\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"SA\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"India\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"IND\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Bangladesh\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"BAN\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Hong Kong\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"HK\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"West Indies\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"WI\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Ireland\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"IRE\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Afghanistan\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"AFG\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Sri Lanka\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"SL\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"United Arab Emirates\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"UAE\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Papua New Guinea\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"PNG\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Nepal\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"NEP\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Netherlands\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"NET\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Namibia\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"NAM\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Oman\",\n                \"is_male\": true,\n                \"image_url\": null,\n                \"playing_level\": \"international\",\n                \"short_name\": \"OMA\"\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"29963f5e-62d6-492a-8f0e-b2b237cea3d7"}],"id":"2f7d6b40-d207-446e-99dc-71baa38cdcb8","_postman_id":"2f7d6b40-d207-446e-99dc-71baa38cdcb8","description":""},{"name":"Players","item":[{"name":"Get Players","event":[{"listen":"test","script":{"id":"c25038c1-f851-40f3-a37f-c769a4a37e99","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"85d903e9-9291-4169-a4fb-ecbb56c315d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/players","urlObject":{"path":["players"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"5ceba365-6d1c-4b92-a8cd-e4235b3eb2ea","name":"Get Players","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/players"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:18:45 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched players successfully\",\n    \"data\": {\n        \"players\": [\n            {\n                \"id\": 1,\n                \"name\": \"KL Rahul\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 2,\n                \"name\": \"JN Mohammed\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"JC Buttler\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"AJ Finch\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"JE Root\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Babar Azam\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Sikandar Raza\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"A Mishra\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Mushfiqur Rahim\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 10,\n                \"name\": \"DG Brownlie\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Imrul Kayes\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 12,\n                \"name\": \"CD Wallace\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 13,\n                \"name\": \"MH Cross\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 14,\n                \"name\": \"AG Cremer\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Soumya Sarkar\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 16,\n                \"name\": \"PJ Cummins\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 17,\n                \"name\": \"KS Williamson\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 18,\n                \"name\": \"AM Rahane\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 19,\n                \"name\": \"ST Gabriel\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 20,\n                \"name\": \"DA Warner\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 21,\n                \"name\": \"LE Plunkett\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 22,\n                \"name\": \"JJ Roy\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 23,\n                \"name\": \"CR Ervine\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Azhar Ali\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Tamim Iqbal\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 26,\n                \"name\": \"IS Sodhi\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 27,\n                \"name\": \"CB Sole\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Mashrafe Mortaza\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 29,\n                \"name\": \"V Sibanda\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 30,\n                \"name\": \"RD Berrington\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 31,\n                \"name\": \"KOA Powell\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 32,\n                \"name\": \"NT Broom\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Yuvraj Singh\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 34,\n                \"name\": \"LH Ferguson\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 35,\n                \"name\": \"KC Brathwaite\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Shakib Al Hasan\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Amir Hamza\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 38,\n                \"name\": \"C Carter\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 39,\n                \"name\": \"GSNFG Jayasuriya\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 40,\n                \"name\": \"Shahid Wasif\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Mahmudullah\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 42,\n                \"name\": \"V Kohli\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 43,\n                \"name\": \"N Madziva\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 44,\n                \"name\": \"PR Stirling\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 45,\n                \"name\": \"Rohan Mustafa\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 46,\n                \"name\": \"TA Boult\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 47,\n                \"name\": \"Shadab Khan\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 48,\n                \"name\": \"MS Dhoni\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 49,\n                \"name\": \"JO Holder\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            },\n            {\n                \"id\": 50,\n                \"name\": \"MS Wade\",\n                \"playing_role\": null,\n                \"nationality\": null,\n                \"is_male\": true,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"85d903e9-9291-4169-a4fb-ecbb56c315d2"},{"name":"Get Players By Id","event":[{"listen":"test","script":{"id":"ac00eccf-a575-478e-bb33-a8547c0b7427","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"1ee8dda6-9b79-44f8-880f-77e708d245df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/players/:id","urlObject":{"path":["players",":id"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"3df1fd20-db84-4877-89a0-22ecfd4db29d","name":"Get Players By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/players/:id","host":["http://localhost:8080"],"path":["players",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 13 Jan 2025 08:43:53 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched player successfully\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"TA Boult\",\n        \"full_name\": \"TA Boult\",\n        \"playing_role\": null,\n        \"nationality\": null,\n        \"is_male\": true,\n        \"date_of_birth\": null,\n        \"image_url\": null,\n        \"biography\": null,\n        \"is_rhb\": null,\n        \"bowling_styles\": null,\n        \"primary_bowling_style\": null,\n        \"teams_represented\": [\n            {\n                \"id\": 2,\n                \"name\": \"New Zealand\"\n            }\n        ],\n        \"test_stats\": null,\n        \"odi_stats\": {\n            \"matches_played\": 114,\n            \"innings_batted\": 50,\n            \"runs_scored\": 216,\n            \"not_outs\": 202,\n            \"balls_faced\": 279,\n            \"fours_scored\": 20,\n            \"sixes_scored\": 7,\n            \"centuries_scored\": 0,\n            \"fifties_scored\": 0,\n            \"highest_score\": 21,\n            \"is_highest_not_out\": true,\n            \"innings_bowled\": 113,\n            \"runs_conceded\": 5146,\n            \"wickets_taken\": 211,\n            \"balls_bowled\": 6180,\n            \"fours_conceded\": 550,\n            \"sixes_conceded\": 79,\n            \"four_wkt_hauls\": 10,\n            \"five_wkt_hauls\": 6,\n            \"ten_wkt_hauls\": 0,\n            \"best_inn_fig_runs\": 34,\n            \"best_inn_fig_wkts\": 7,\n            \"best_match_fig_runs\": 7,\n            \"best_match_fig_wkts\": 34\n        },\n        \"t20i_stats\": {\n            \"matches_played\": 61,\n            \"innings_batted\": 13,\n            \"runs_scored\": 58,\n            \"not_outs\": 115,\n            \"balls_faced\": 64,\n            \"fours_scored\": 3,\n            \"sixes_scored\": 2,\n            \"centuries_scored\": 0,\n            \"fifties_scored\": 0,\n            \"highest_score\": 16,\n            \"is_highest_not_out\": false,\n            \"innings_bowled\": 61,\n            \"runs_conceded\": 1779,\n            \"wickets_taken\": 83,\n            \"balls_bowled\": 1389,\n            \"fours_conceded\": 205,\n            \"sixes_conceded\": 50,\n            \"four_wkt_hauls\": 2,\n            \"five_wkt_hauls\": 0,\n            \"ten_wkt_hauls\": 0,\n            \"best_inn_fig_runs\": 13,\n            \"best_inn_fig_wkts\": 4,\n            \"best_match_fig_runs\": 4,\n            \"best_match_fig_wkts\": 13\n        },\n        \"fc_stats\": null,\n        \"lista_stats\": {\n            \"matches_played\": 114,\n            \"innings_batted\": 50,\n            \"runs_scored\": 216,\n            \"not_outs\": 202,\n            \"balls_faced\": 279,\n            \"fours_scored\": 20,\n            \"sixes_scored\": 7,\n            \"centuries_scored\": 0,\n            \"fifties_scored\": 0,\n            \"highest_score\": 21,\n            \"is_highest_not_out\": true,\n            \"innings_bowled\": 113,\n            \"runs_conceded\": 5146,\n            \"wickets_taken\": 211,\n            \"balls_bowled\": 6180,\n            \"fours_conceded\": 550,\n            \"sixes_conceded\": 79,\n            \"four_wkt_hauls\": 10,\n            \"five_wkt_hauls\": 6,\n            \"ten_wkt_hauls\": 0,\n            \"best_inn_fig_runs\": 34,\n            \"best_inn_fig_wkts\": 7,\n            \"best_match_fig_runs\": 7,\n            \"best_match_fig_wkts\": 34\n        },\n        \"t20_stats\": {\n            \"matches_played\": 61,\n            \"innings_batted\": 13,\n            \"runs_scored\": 58,\n            \"not_outs\": 115,\n            \"balls_faced\": 64,\n            \"fours_scored\": 3,\n            \"sixes_scored\": 2,\n            \"centuries_scored\": 0,\n            \"fifties_scored\": 0,\n            \"highest_score\": 16,\n            \"is_highest_not_out\": false,\n            \"innings_bowled\": 61,\n            \"runs_conceded\": 1779,\n            \"wickets_taken\": 83,\n            \"balls_bowled\": 1389,\n            \"fours_conceded\": 205,\n            \"sixes_conceded\": 50,\n            \"four_wkt_hauls\": 2,\n            \"five_wkt_hauls\": 0,\n            \"ten_wkt_hauls\": 0,\n            \"best_inn_fig_runs\": 13,\n            \"best_inn_fig_wkts\": 4,\n            \"best_match_fig_runs\": 4,\n            \"best_match_fig_wkts\": 13\n        },\n        \"cricsheet_id\": \"a818c1be\",\n        \"cricinfo_id\": \"277912\",\n        \"cricbuzz_id\": null\n    }\n}"}],"_postman_id":"1ee8dda6-9b79-44f8-880f-77e708d245df"}],"id":"927d56e4-a7b7-4ebc-8a9d-254d06b4d00f","_postman_id":"927d56e4-a7b7-4ebc-8a9d-254d06b4d00f","description":""},{"name":"Options","item":[{"name":"Users","item":[{"name":"User Role Options","event":[{"listen":"test","script":{"id":"2248a77b-eeef-4626-8786-3a4b9e576573","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"fd9c4ea1-2810-483f-ac01-93f72712c460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/users/roles","urlObject":{"path":["options","users","roles"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"963d1a3c-e605-4a0e-a8cf-e627c1811679","name":"User Role Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/users/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:57:41 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"user role options read successfully\",\n    \"data\": [\n        \"system_admin\",\n        \"editor_in_chief\",\n        \"editor\",\n        \"sub_editor\",\n        \"scorer\"\n    ]\n}"}],"_postman_id":"fd9c4ea1-2810-483f-ac01-93f72712c460"}],"id":"0dc92761-e88e-41c3-8123-26f3fc427137","_postman_id":"0dc92761-e88e-41c3-8123-26f3fc427137","description":""},{"name":"Blogs","item":[{"name":"Articles","item":[{"name":"Get Article Categories","event":[{"listen":"test","script":{"id":"33ab2716-85ff-426e-8bc4-f9e7cb309482","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f51209c1-7d6f-46ea-b34f-85f11922dd11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/blogs/articles/categories","urlObject":{"path":["options","blogs","articles","categories"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"06c1a33e-dca1-41f6-97c7-81645316a3c9","name":"Get Article Categories","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/blogs/articles/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:52:36 GMT"},{"key":"Content-Length","value":"133"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"article categories read successfully\",\n    \"data\": [\n        \"news\",\n        \"preview\",\n        \"analysis\",\n        \"feature\",\n        \"interview\",\n        \"report\"\n    ]\n}"}],"_postman_id":"f51209c1-7d6f-46ea-b34f-85f11922dd11"},{"name":"Get Status Options","event":[{"listen":"test","script":{"id":"8b7b5589-b664-4942-bbf6-5eaf9fab6973","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"210cc7ce-5da4-4742-aee4-76ebe0e8bed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/blogs/articles/status","urlObject":{"path":["options","blogs","articles","status"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"f08b3db6-0edb-42f3-aa48-7f42817bebb1","name":"Get Status Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/blogs/articles/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:53:00 GMT"},{"key":"Content-Length","value":"110"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"article status options read successfully\",\n    \"data\": [\n        \"published\",\n        \"drafted\",\n        \"trashed\"\n    ]\n}"}],"_postman_id":"210cc7ce-5da4-4742-aee4-76ebe0e8bed8"}],"id":"15e0d097-6cd3-4b01-b510-4f91cf7ea275","_postman_id":"15e0d097-6cd3-4b01-b510-4f91cf7ea275","description":""}],"id":"1a7b427d-7a9f-4fad-a1ee-92414b4b3494","_postman_id":"1a7b427d-7a9f-4fad-a1ee-92414b4b3494","description":""},{"name":"Innings","item":[{"name":"Get Innings End Options","event":[{"listen":"test","script":{"id":"9123a2bf-6391-4b35-8d27-f4e0424ffd9a","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"929a02ab-1a43-4460-ae33-cce6835d8e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/innings/end","urlObject":{"path":["options","innings","end"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"a0eedc7f-2a21-4869-b77d-a2763ee995d0","name":"Get Innings End Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/innings/end"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:53:49 GMT"},{"key":"Content-Length","value":"138"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings end options read successfully\",\n    \"data\": [\n        \"all_out\",\n        \"declared\",\n        \"target_reached\",\n        \"forfeited\",\n        \"incomplete\"\n    ]\n}"}],"_postman_id":"929a02ab-1a43-4460-ae33-cce6835d8e6c"}],"id":"8aaadd82-98c6-47c5-9d7d-bdb77fd8ef8e","_postman_id":"8aaadd82-98c6-47c5-9d7d-bdb77fd8ef8e","description":""},{"name":"Matches","item":[{"name":"Get Match Result Options","event":[{"listen":"test","script":{"id":"5a0bf0e7-84c6-4045-84e6-c3d9661186c9","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"4eaea289-f937-4da8-9f76-71b1c5343f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/results","urlObject":{"path":["options","matches","results"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ad118139-9490-41d7-8fd2-ac983d255d4f","name":"Get Match Result Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:55:22 GMT"},{"key":"Content-Length","value":"130"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match result options read successfully\",\n    \"data\": [\n        \"winner decided\",\n        \"tie\",\n        \"draw\",\n        \"no result\",\n        \"abandoned\"\n    ]\n}"}],"_postman_id":"4eaea289-f937-4da8-9f76-71b1c5343f5d"},{"name":"Get Match Type Options","event":[{"listen":"test","script":{"id":"3683616c-8cd8-4a21-8fd5-4338cb2f46b6","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"856b4e7c-3c9c-4d17-b1a4-d059698684f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/types","urlObject":{"path":["options","matches","types"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"93c4d434-64d7-46cb-8fbe-86ccf992979c","name":"Get Match Type Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:55:55 GMT"},{"key":"Content-Length","value":"138"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match type options read successfully\",\n    \"data\": [\n        \"preliminary\",\n        \"quarter_final\",\n        \"semi_final\",\n        \"final\",\n        \"eliminator\"\n    ]\n}"}],"_postman_id":"856b4e7c-3c9c-4d17-b1a4-d059698684f7"},{"name":"Get Match Format Options","event":[{"listen":"test","script":{"id":"99df3e4b-50c8-4f6e-a36f-34bfd58a0708","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a1c362e5-b99b-4764-8b79-277fe30c373a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/formats","urlObject":{"path":["options","matches","formats"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"f3efa6c8-87d9-4f83-96f3-91be3c3c5569","name":"Get Match Format Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/formats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:56:18 GMT"},{"key":"Content-Length","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match formats read successfully\",\n    \"data\": [\n        \"Test\",\n        \"ODI\",\n        \"T20I\",\n        \"first_class\",\n        \"list_a\",\n        \"T20\"\n    ]\n}"}],"_postman_id":"a1c362e5-b99b-4764-8b79-277fe30c373a"},{"name":"Get Match Level Options","event":[{"listen":"test","script":{"id":"a3a89887-02c1-418a-9192-b6d48dc8abce","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"220ed482-55a4-406b-a66e-ec2e4ec5587f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/levels","urlObject":{"path":["options","matches","levels"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"f8513a3b-4947-4030-bf04-d3caa0a5f6ab","name":"Get Match Level Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/matches/levels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:56:43 GMT"},{"key":"Content-Length","value":"95"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match levels read successfully\",\n    \"data\": [\n        \"international\",\n        \"domestic\"\n    ]\n}"}],"_postman_id":"220ed482-55a4-406b-a66e-ec2e4ec5587f"}],"id":"6d95245f-e361-46ff-adf5-8fe37e7832ed","_postman_id":"6d95245f-e361-46ff-adf5-8fe37e7832ed","description":""},{"name":"Players","item":[{"name":"Get Dismissal Type Options","event":[{"listen":"test","script":{"id":"956c1dbd-b576-46e5-8a37-851ed492004e","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"8c9b5431-e09e-4f73-b867-19cefe061b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/players/dismissal-types","urlObject":{"path":["options","players","dismissal-types"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"b1eed3af-cf22-467f-8f58-437f65993142","name":"Get Dismissal Type Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/players/dismissal-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:48:12 GMT"},{"key":"Content-Length","value":"278"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"dismissal type options read successfully\",\n    \"data\": [\n        \"caught\",\n        \"bowled\",\n        \"lbw\",\n        \"run out\",\n        \"stumped\",\n        \"hit wicket\",\n        \"handled the ball\",\n        \"obstructing the field\",\n        \"timed out\",\n        \"retired hurt\",\n        \"hit the ball twice\",\n        \"caught and bowled\",\n        \"retired out\",\n        \"retired not out\"\n    ]\n}"}],"_postman_id":"8c9b5431-e09e-4f73-b867-19cefe061b56"},{"name":"Get Playing Status Options","event":[{"listen":"test","script":{"id":"73b7323f-9448-4729-97e9-cd2f2818a35d","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"89826280-e70d-4446-a8b9-4dd1605e32a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/players/playing-status","urlObject":{"path":["options","players","playing-status"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"acf0a70c-722e-4d15-92f5-7be265628091","name":"Get Playing Status Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/players/playing-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:50:32 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"playing status options read successfully\",\n    \"data\": [\n        \"playing_xi\",\n        \"bench\",\n        \"substitute\",\n        \"withdrawn\",\n        \"impact_player\"\n    ]\n}"}],"_postman_id":"89826280-e70d-4446-a8b9-4dd1605e32a5"},{"name":"Get Bowling Style Options","event":[{"listen":"test","script":{"id":"e1a21e1d-de53-4142-a7a3-1a85d32ef980","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"daf7ebd6-9248-433d-8cc5-5fc716e76a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/options/players/bowling-styles","urlObject":{"path":["options","players","bowling-styles"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"855e00f6-eea3-4b90-99f7-69f3b7e0b4b9","name":"Get Bowling Style Options","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/options/players/bowling-styles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 18 Feb 2025 06:50:54 GMT"},{"key":"Content-Length","value":"195"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"bowling style options read successfully\",\n    \"data\": [\n        \"right_arm_fast\",\n        \"left_arm_fast\",\n        \"right_arm_off_break\",\n        \"left_arm_orthodox\",\n        \"right_arm_leg_spin\",\n        \"left_arm_wrist_spin\"\n    ]\n}"}],"_postman_id":"daf7ebd6-9248-433d-8cc5-5fc716e76a2d"}],"id":"f85cd3f4-5883-4ccb-8704-611545017bc7","_postman_id":"f85cd3f4-5883-4ccb-8704-611545017bc7","description":""}],"id":"1cb10f2a-e26b-45dd-b2a7-f238aeebe76f","_postman_id":"1cb10f2a-e26b-45dd-b2a7-f238aeebe76f","description":""},{"name":"Continent","item":[{"name":"Get Continents","event":[{"listen":"test","script":{"id":"4b1c999e-e1a9-4223-9e48-d7c4c90b9772","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"04fa5304-0ba7-474e-b6c4-7d3410705863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/continents","urlObject":{"path":["continents"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"203f1a05-9e0f-47fa-8737-64c0f7ae50d8","name":"Get Continents","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/continents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:20:18 GMT"},{"key":"Content-Length","value":"220"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"continents read successfully\",\n    \"data\": {\n        \"continents\": [\n            {\n                \"id\": 1,\n                \"name\": \"Africa\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Americas\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Asia\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Europe\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Oceania\"\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"04fa5304-0ba7-474e-b6c4-7d3410705863"}],"id":"61b562be-7157-40c8-80f6-4504d05398b7","_postman_id":"61b562be-7157-40c8-80f6-4504d05398b7","description":""},{"name":"Host Nations","item":[{"name":"Get Host Nations","event":[{"listen":"test","script":{"id":"14a67a9f-e638-4a23-95b7-3e019f006419","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"c47e83ab-d5a5-45b9-89bc-9a3389394a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/host-nations","urlObject":{"path":["host-nations"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"1f10c1d6-5306-4162-8b88-1d5728628d80","name":"Get Host Nations","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/host-nations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:20:48 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"host nations read successfully\",\n    \"data\": {\n        \"host_nations\": [\n            {\n                \"id\": 36,\n                \"name\": \"Argentina\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Bangladesh\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Canada\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 44,\n                \"name\": \"Croatia\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cyprus\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 39,\n                \"name\": \"Czech Republic\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Denmark\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 2,\n                \"name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"Finland\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Germany\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Gibraltar\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Guernsey\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Hong Kong\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 40,\n                \"name\": \"Hungary\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 11,\n                \"name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 42,\n                \"name\": \"Indonesia\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Ireland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 35,\n                \"name\": \"Japan\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Kenya\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Malasiya\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Malaysia\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 26,\n                \"name\": \"Malta\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 23,\n                \"name\": \"Namibia\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Nepal\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Netherlands\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 31,\n                \"name\": \"Nigeria\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Oman\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Pakistan\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Portugal\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 43,\n                \"name\": \"Qatar\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Rwanda\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Serbia\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 32,\n                \"name\": \"Singapore\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 1,\n                \"name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"South Korea\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Spain\",\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Sri Lanka\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"United Arab Emirates\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"United States of America\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Zimbabwe\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"c47e83ab-d5a5-45b9-89bc-9a3389394a9f"}],"id":"801a7f5f-e88b-4f48-a788-df6e821c8703","_postman_id":"801a7f5f-e88b-4f48-a788-df6e821c8703","description":""},{"name":"Cities","item":[{"name":"Get Cities","event":[{"listen":"test","script":{"id":"c108a333-d2c2-491c-9639-13c48e9fd348","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d55255c9-e08f-4a8d-952e-c3e061b17303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/cities","urlObject":{"path":["cities"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"2f6b1541-2323-4fa3-a0cf-3c895cd17b2c","name":"Get Cities","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/cities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:21:15 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"cities read successfully\",\n    \"data\": {\n        \"cities\": [\n            {\n                \"id\": 117,\n                \"name\": \"Aberdeen\",\n                \"host_nation_id\": 12,\n                \"host_nation_name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 52,\n                \"name\": \"Abu Dhabi\",\n                \"host_nation_id\": 9,\n                \"host_nation_name\": \"United Arab Emirates\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 195,\n                \"name\": \"Accra\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 60,\n                \"name\": \"Adelaide\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"Ahmedabad\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 88,\n                \"name\": \"Al Amarat\",\n                \"host_nation_id\": 17,\n                \"host_nation_name\": \"Oman\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 168,\n                \"name\": \"Albergaria\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 160,\n                \"name\": \"Almeria\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 125,\n                \"name\": \"Amstelveen\",\n                \"host_nation_id\": 15,\n                \"host_nation_name\": \"Netherlands\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Antigua\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 203,\n                \"name\": \"Apia\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Auckland\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 93,\n                \"name\": \"Ayr\",\n                \"host_nation_id\": 12,\n                \"host_nation_name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 192,\n                \"name\": \"Bali\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 182,\n                \"name\": \"Bangi\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 161,\n                \"name\": \"Bangkok\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 31,\n                \"name\": \"Barbados\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 153,\n                \"name\": \"Basseterre\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 58,\n                \"name\": \"Belfast\",\n                \"host_nation_id\": 4,\n                \"host_nation_name\": \"Ireland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 183,\n                \"name\": \"Belgrade\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Bengaluru\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 50,\n                \"name\": \"Benoni\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Birmingham\",\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Bloemfontein\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 95,\n                \"name\": \"Bogra\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Bready\",\n                \"host_nation_id\": 12,\n                \"host_nation_name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Bridgetown\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 32,\n                \"name\": \"Brisbane\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Bristol\",\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 169,\n                \"name\": \"Brondby\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 186,\n                \"name\": \"Buenos Aires\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 44,\n                \"name\": \"Bulawayo\",\n                \"host_nation_id\": 13,\n                \"host_nation_name\": \"Zimbabwe\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 65,\n                \"name\": \"Cairns\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 66,\n                \"name\": \"Canberra\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 116,\n                \"name\": \"Canterbury\",\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Cape Town\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Cardiff\",\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 178,\n                \"name\": \"Carrara\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 156,\n                \"name\": \"Castel\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Centurion\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 57,\n                \"name\": \"Chandigarh\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 113,\n                \"name\": \"Chattogram\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 137,\n                \"name\": \"Chelmsford\",\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"Chennai\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 35,\n                \"name\": \"Chester-le-Street\",\n                \"host_nation_id\": 2,\n                \"host_nation_name\": \"England\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 39,\n                \"name\": \"Christchurch\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Colombo\",\n                \"host_nation_id\": 5,\n                \"host_nation_name\": \"Sri Lanka\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 163,\n                \"name\": \"Coolidge\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 189,\n                \"name\": \"Copenhagen\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 84,\n                \"name\": \"Cuttack\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"d55255c9-e08f-4a8d-952e-c3e061b17303"}],"id":"f58e3ffe-cd2e-4f16-9ddd-d4b7469f86bc","_postman_id":"f58e3ffe-cd2e-4f16-9ddd-d4b7469f86bc","description":""},{"name":"Grounds","item":[{"name":"Get Grounds","event":[{"listen":"test","script":{"id":"8fea01f4-81ed-4f6c-97da-5f57813bcef9","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"cdbbf87e-eabd-4c60-bc7d-a00db538b3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/grounds","urlObject":{"path":["grounds"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"42176220-fcc0-4575-ba6b-094c60cac531","name":"Get Grounds","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/grounds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:21:35 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"grounds read successfully\",\n    \"data\": {\n        \"grounds\": [\n            {\n                \"id\": 272,\n                \"name\": \"Achimota Senior Secondary School A Field, Accra\",\n                \"city_id\": 195,\n                \"city_name\": \"Accra\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 273,\n                \"name\": \"Achimota Senior Secondary School B Field, Accra\",\n                \"city_id\": 195,\n                \"city_name\": \"Accra\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 49,\n                \"name\": \"Adelaide Oval\",\n                \"city_id\": 60,\n                \"city_name\": \"Adelaide\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 173,\n                \"name\": \"Affies Park\",\n                \"city_id\": 90,\n                \"city_name\": \"Windhoek\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 80,\n                \"name\": \"Al Amerat Cricket Ground Oman Cricket (Ministry Turf 1)\",\n                \"city_id\": 88,\n                \"city_name\": \"Al Amarat\",\n                \"host_nation_id\": 17,\n                \"host_nation_name\": \"Oman\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 132,\n                \"name\": \"Al Amerat Cricket Ground Oman Cricket (Ministry Turf 2)\",\n                \"city_id\": 88,\n                \"city_name\": \"Al Amarat\",\n                \"host_nation_id\": 17,\n                \"host_nation_name\": \"Oman\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 190,\n                \"name\": \"Amini Park\",\n                \"city_id\": 140,\n                \"city_name\": \"Port Moresby\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 171,\n                \"name\": \"Amini Park, Port Moresby\",\n                \"city_id\": 140,\n                \"city_name\": \"Port Moresby\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 30,\n                \"name\": \"AMI Stadium\",\n                \"city_id\": 39,\n                \"city_name\": \"Christchurch\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 151,\n                \"name\": \"Andhra Cricket Association-Visakhapatnam District Cricket Association Stadium\",\n                \"city_id\": 83,\n                \"city_name\": \"Visakhapatnam\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 148,\n                \"name\": \"Antigua Recreation Ground, St John's\",\n                \"city_id\": 33,\n                \"city_name\": \"Antigua\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 142,\n                \"name\": \"Arbab Niaz Stadium\",\n                \"city_id\": 130,\n                \"city_name\": \"Peshawar\",\n                \"host_nation_id\": 10,\n                \"host_nation_name\": \"Pakistan\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 114,\n                \"name\": \"Arnos Vale Ground\",\n                \"city_id\": 112,\n                \"city_name\": \"Kingstown\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 123,\n                \"name\": \"Arun Jaitley Stadium\",\n                \"city_id\": 43,\n                \"city_name\": \"Delhi\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 116,\n                \"name\": \"Bangabandhu National Stadium\",\n                \"city_id\": 105,\n                \"city_name\": \"Dhaka\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 75,\n                \"name\": \"Barabati Stadium\",\n                \"city_id\": 84,\n                \"city_name\": \"Cuttack\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 117,\n                \"name\": \"Barsapara Cricket Stadium\",\n                \"city_id\": 114,\n                \"city_name\": \"Guwahati\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 59,\n                \"name\": \"Basin Reserve\",\n                \"city_id\": 37,\n                \"city_name\": \"Wellington\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 217,\n                \"name\": \"Bayer Uerdingen Cricket Ground\",\n                \"city_id\": 167,\n                \"city_name\": \"Krefeld\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 43,\n                \"name\": \"Bay Oval\",\n                \"city_id\": 53,\n                \"city_name\": \"Mount Maunganui\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 259,\n                \"name\": \"Bayuemas Oval, Kuala Lumpur\",\n                \"city_id\": 94,\n                \"city_name\": \"Kuala Lumpur\",\n                \"host_nation_id\": 18,\n                \"host_nation_name\": \"Malasiya\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 251,\n                \"name\": \"Belgrano Athletic Club Ground, Buenos Aires\",\n                \"city_id\": 186,\n                \"city_name\": \"Buenos Aires\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Bellerive Oval\",\n                \"city_id\": 15,\n                \"city_name\": \"Hobart\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 200,\n                \"name\": \"Bermuda National Stadium\",\n                \"city_id\": 36,\n                \"city_name\": \"Hamilton\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 164,\n                \"name\": \"Bert Sutcliffe Oval\",\n                \"city_id\": 134,\n                \"city_name\": \"Lincoln\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 76,\n                \"name\": \"Bharat Ratna Shri Atal Bihari Vajpayee Ekana Cricket Stadium\",\n                \"city_id\": 25,\n                \"city_name\": \"Lucknow\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 44,\n                \"name\": \"Boland Park\",\n                \"city_id\": 54,\n                \"city_name\": \"Paarl\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 60,\n                \"name\": \"Brabourne Stadium\",\n                \"city_id\": 26,\n                \"city_name\": \"Mumbai\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 189,\n                \"name\": \"Bready\",\n                \"city_id\": 154,\n                \"city_name\": \"Derry\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 182,\n                \"name\": \"Bready Cricket Club, Magheramason\",\n                \"city_id\": 151,\n                \"city_name\": \"Londonderry\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 124,\n                \"name\": \"Bready Cricket Club, Magheramason\",\n                \"city_id\": 118,\n                \"city_name\": \"Bready\",\n                \"host_nation_id\": 12,\n                \"host_nation_name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 219,\n                \"name\": \"Bready Cricket Club, Magheramason, Bready\",\n                \"city_id\": 118,\n                \"city_name\": \"Bready\",\n                \"host_nation_id\": 12,\n                \"host_nation_name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 134,\n                \"name\": \"Brian Lara Stadium, Tarouba, Trinidad\",\n                \"city_id\": 123,\n                \"city_name\": \"Tarouba\",\n                \"host_nation_id\": 3,\n                \"host_nation_name\": \"West Indies\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Brisbane Cricket Ground\",\n                \"city_id\": 32,\n                \"city_name\": \"Brisbane\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"Buffalo Park\",\n                \"city_id\": 55,\n                \"city_name\": \"East London\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 130,\n                \"name\": \"Bulawayo Athletic Club\",\n                \"city_id\": 44,\n                \"city_name\": \"Bulawayo\",\n                \"host_nation_id\": 13,\n                \"host_nation_name\": \"Zimbabwe\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 108,\n                \"name\": \"Bundaberg Rum Stadium, Cairns\",\n                \"city_id\": 65,\n                \"city_name\": \"Cairns\",\n                \"host_nation_id\": 7,\n                \"host_nation_name\": \"Australia\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 87,\n                \"name\": \"Cambusdoon New Ground\",\n                \"city_id\": 93,\n                \"city_name\": \"Ayr\",\n                \"host_nation_id\": 12,\n                \"host_nation_name\": \"Scotland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 100,\n                \"name\": \"Captain Roop Singh Stadium\",\n                \"city_id\": 102,\n                \"city_name\": \"Gwalior\",\n                \"host_nation_id\": 11,\n                \"host_nation_name\": \"India\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 110,\n                \"name\": \"Carisbrook\",\n                \"city_id\": 51,\n                \"city_name\": \"Dunedin\",\n                \"host_nation_id\": 8,\n                \"host_nation_name\": \"New Zealand\",\n                \"continent_id\": 5,\n                \"continent_name\": \"Oceania\"\n            },\n            {\n                \"id\": 237,\n                \"name\": \"Carrara Oval\",\n                \"city_id\": 178,\n                \"city_name\": \"Carrara\",\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 185,\n                \"name\": \"Carrara Oval\",\n                \"city_id\": null,\n                \"city_name\": null,\n                \"host_nation_id\": null,\n                \"host_nation_name\": null,\n                \"continent_id\": null,\n                \"continent_name\": null\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Castle Avenue\",\n                \"city_id\": 34,\n                \"city_name\": \"Dublin\",\n                \"host_nation_id\": 4,\n                \"host_nation_name\": \"Ireland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 218,\n                \"name\": \"Castle Avenue, Dublin\",\n                \"city_id\": 34,\n                \"city_name\": \"Dublin\",\n                \"host_nation_id\": 4,\n                \"host_nation_name\": \"Ireland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 178,\n                \"name\": \"Central Broward Regional Park Stadium Turf Ground\",\n                \"city_id\": 143,\n                \"city_name\": \"Lauderhill\",\n                \"host_nation_id\": 6,\n                \"host_nation_name\": \"United States of America\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 233,\n                \"name\": \"Central Broward Regional Park Stadium Turf Ground, Lauderhill\",\n                \"city_id\": 143,\n                \"city_name\": \"Lauderhill\",\n                \"host_nation_id\": 6,\n                \"host_nation_name\": \"United States of America\",\n                \"continent_id\": 2,\n                \"continent_name\": \"Americas\"\n            },\n            {\n                \"id\": 143,\n                \"name\": \"Chittagong Divisional Stadium\",\n                \"city_id\": 113,\n                \"city_name\": \"Chattogram\",\n                \"host_nation_id\": 14,\n                \"host_nation_name\": \"Bangladesh\",\n                \"continent_id\": 3,\n                \"continent_name\": \"Asia\"\n            },\n            {\n                \"id\": 177,\n                \"name\": \"City Oval, Pietermaritzburg\",\n                \"city_id\": 142,\n                \"city_name\": \"Pietermaritzburg\",\n                \"host_nation_id\": 1,\n                \"host_nation_name\": \"South Africa\",\n                \"continent_id\": 1,\n                \"continent_name\": \"Africa\"\n            },\n            {\n                \"id\": 47,\n                \"name\": \"Civil Service Cricket Club, Stormont\",\n                \"city_id\": 58,\n                \"city_name\": \"Belfast\",\n                \"host_nation_id\": 4,\n                \"host_nation_name\": \"Ireland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            },\n            {\n                \"id\": 55,\n                \"name\": \"Clontarf Cricket Club Ground\",\n                \"city_id\": 34,\n                \"city_name\": \"Dublin\",\n                \"host_nation_id\": 4,\n                \"host_nation_name\": \"Ireland\",\n                \"continent_id\": 4,\n                \"continent_name\": \"Europe\"\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"cdbbf87e-eabd-4c60-bc7d-a00db538b3b4"}],"id":"6eb2b6a8-ba2b-4c55-a9aa-11332ed750cc","_postman_id":"6eb2b6a8-ba2b-4c55-a9aa-11332ed750cc","description":""},{"name":"Seasons","item":[{"name":"Get All Seasons","event":[{"listen":"test","script":{"id":"50357177-72a4-43f5-8a34-9531e8cf2a1d","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"08c9b483-52f0-4b75-bd72-92fb3e0417df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/seasons","urlObject":{"path":["seasons"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"c7429266-eb37-4320-95c6-cbea9699716c","name":"Get All Seasons","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/seasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:22:09 GMT"},{"key":"Content-Length","value":"492"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"seasons read successfully\",\n    \"data\": {\n        \"seasons\": [\n            \"2002/03\",\n            \"2003\",\n            \"2003/04\",\n            \"2004\",\n            \"2004/05\",\n            \"2005\",\n            \"2005/06\",\n            \"2006\",\n            \"2006/07\",\n            \"2007\",\n            \"2007/08\",\n            \"2008\",\n            \"2008/09\",\n            \"2009\",\n            \"2009/10\",\n            \"2010\",\n            \"2010/11\",\n            \"2011\",\n            \"2011/12\",\n            \"2011/13\",\n            \"2012\",\n            \"2012/13\",\n            \"2013\",\n            \"2013/14\",\n            \"2014\",\n            \"2014/15\",\n            \"2015\",\n            \"2015/16\",\n            \"2015/17\",\n            \"2016\",\n            \"2016/17\",\n            \"2017\",\n            \"2017/18\",\n            \"2018\",\n            \"2018/19\",\n            \"2019\",\n            \"2019/20\",\n            \"2020\",\n            \"2020/21\",\n            \"2021\",\n            \"2021/22\",\n            \"2022\",\n            \"2022/23\",\n            \"2023\",\n            \"2023/24\",\n            \"2024\",\n            \"2024/25\"\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"08c9b483-52f0-4b75-bd72-92fb3e0417df"}],"id":"6654accd-4ded-4258-9468-efb7616caffd","_postman_id":"6654accd-4ded-4258-9468-efb7616caffd","description":""},{"name":"Tournaments","item":[{"name":"Get All Tournaments","event":[{"listen":"test","script":{"id":"14d12b2c-30fb-4563-9bda-fa164c03fc03","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d7ba5685-c5fc-47ca-accb-c345d2ea5d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/tournaments","urlObject":{"path":["tournaments"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"d30570f0-acea-4d62-80bb-b38c8dc2dfbb","name":"Get All Tournaments","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/tournaments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 12 Jan 2025 15:22:44 GMT"},{"key":"Content-Length","value":"315"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"tournaments read successfully\",\n    \"data\": {\n        \"tournaments\": [\n            {\n                \"id\": 1,\n                \"name\": \"ICC Cricket World Cup\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"ICC Champions Trophy\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\"\n            }\n        ],\n        \"next\": false\n    }\n}"}],"_postman_id":"d7ba5685-c5fc-47ca-accb-c345d2ea5d45"}],"id":"ba2852a0-d777-478d-a424-bd49dc07957c","_postman_id":"ba2852a0-d777-478d-a424-bd49dc07957c","description":""},{"name":"Series","item":[{"name":"Get All Series","event":[{"listen":"test","script":{"id":"94caee8d-fe20-471e-bd72-ae3a3b1ecc37","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"20cdf7ce-5bc4-4d1d-8aab-42d78340be9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/series","urlObject":{"path":["series"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"8945bd7b-5fa8-4539-867f-228f264eb972","name":"Get All Series","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/series"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 17:57:08 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series read successfully\",\n    \"data\": {\n        \"series\": [\n            {\n                \"id\": 1406,\n                \"name\": \"Mrs. Shelia Williamson\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 140,\n                        \"name\": \"Constance Goldner\"\n                    },\n                    {\n                        \"id\": 139,\n                        \"name\": \"Maurice Spinka\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1407,\n                \"name\": \"Spencer Gutkowski\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 142,\n                        \"name\": \"Ivan Connelly\"\n                    },\n                    {\n                        \"id\": 141,\n                        \"name\": \"Jose Kuhlman\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1402,\n                \"name\": \"Joy Leuschke\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 132,\n                        \"name\": \"Kayla Connelly\"\n                    },\n                    {\n                        \"id\": 131,\n                        \"name\": \"Erick Hodkiewicz\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1401,\n                \"name\": \"Vickie Maggio\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 130,\n                        \"name\": \"Mrs. Isaac Cronin\"\n                    },\n                    {\n                        \"id\": 129,\n                        \"name\": \"Ms. Irvin Hilll\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1400,\n                \"name\": \"Brooke McLaughlin MD\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"Australia\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"name\": \"Scotland\"\n                    }\n                ],\n                \"start_date\": \"2025-01-01\",\n                \"end_date\": \"2025-01-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1403,\n                \"name\": \"Alex Little\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 133,\n                        \"name\": \"Dr. Beth Leannon\"\n                    },\n                    {\n                        \"id\": 134,\n                        \"name\": \"Darlene Lebsack\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1404,\n                \"name\": \"Anita Bahringer\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 135,\n                        \"name\": \"Ronald Okuneva\"\n                    },\n                    {\n                        \"id\": 136,\n                        \"name\": \"Randolph Hand\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1405,\n                \"name\": \"Charles Brakus\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 137,\n                        \"name\": \"Susan Windler\"\n                    },\n                    {\n                        \"id\": 138,\n                        \"name\": \"Gustavo McClure\"\n                    }\n                ],\n                \"start_date\": \"2027-07-01\",\n                \"end_date\": \"2027-09-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1398,\n                \"name\": \"Dwayne Wolff\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Scotland\"\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"Australia\"\n                    }\n                ],\n                \"start_date\": \"2025-01-01\",\n                \"end_date\": \"2025-01-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1399,\n                \"name\": \"Ida Herzog\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2027-28\",\n                \"teams\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Scotland\"\n                    },\n                    {\n                        \"id\": 1,\n                        \"name\": \"Australia\"\n                    }\n                ],\n                \"start_date\": \"2025-01-01\",\n                \"end_date\": \"2025-01-28\",\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1249,\n                \"name\": \"New Zealand in Sri Lanka T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1245,\n                \"name\": \"Netherlands in Oman T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1247,\n                \"name\": \"Netherlands tour of Oman\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1248,\n                \"name\": \"Rwanda in Malawi T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1242,\n                \"name\": \"South American Men's Championships\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1246,\n                \"name\": \"Seychelles in Kenya T20I Match\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1250,\n                \"name\": \"Myanmar in Indonesia T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1238,\n                \"name\": \"West Indies tour of Sri Lanka\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1216,\n                \"name\": \"Sri Lanka in New Zealand T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1206,\n                \"name\": \"Bangladesh tour of India\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1221,\n                \"name\": \"Pakistan tour of Zimbabwe\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1236,\n                \"name\": \"West Indies in Sri Lanka T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 334,\n                \"name\": \"New Zealand tour of Sri Lanka\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1178,\n                \"name\": \"Pakistan tour of Australia\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1243,\n                \"name\": \"Bhutan Quadrangular T20I Series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1244,\n                \"name\": \"ICC Men's T20 World Cup Sub Regional Africa Qualifier\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 319,\n                \"name\": \"England in West Indies ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1182,\n                \"name\": \"Ireland vs South Africa\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 318,\n                \"name\": \"Pakistan in South Africa ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 317,\n                \"name\": \"Ireland vs South Africa\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 1219,\n                \"name\": \"Sri Lanka tour of New Zealand\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1239,\n                \"name\": \"Nepal in United States of America T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1197,\n                \"name\": \"Bangladesh tour of West Indies\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 327,\n                \"name\": \"Pakistan in Zimbabwe ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 325,\n                \"name\": \"Sri Lanka in New Zealand ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1194,\n                \"name\": \"England tour of West Indies\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 326,\n                \"name\": \"Bangladesh tour of West Indies\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1195,\n                \"name\": \"Bangladesh in West Indies T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 330,\n                \"name\": \"ICC Men's Cricket World Cup League 2\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": null\n            },\n            {\n                \"id\": 332,\n                \"name\": \"New Zealand in Sri Lanka ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 329,\n                \"name\": \"Pakistan tour of Zimbabwe\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1207,\n                \"name\": \"England tour of India\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 331,\n                \"name\": \"West Indies in Sri Lanka ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1220,\n                \"name\": \"Pakistan in Zimbabwe T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1227,\n                \"name\": \"India in South Africa T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 1228,\n                \"name\": \"India tour of South Africa\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 316,\n                \"name\": \"Pakistan tour of Australia\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 314,\n                \"name\": \"Pakistan in Australia ODI series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            },\n            {\n                \"id\": 320,\n                \"name\": \"Pakistan tour of South Africa\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_series\"\n            },\n            {\n                \"id\": 1175,\n                \"name\": \"Pakistan in Australia T20I series\",\n                \"is_male\": true,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"season\": \"2024/25\",\n                \"teams\": [\n                    {\n                        \"id\": 5,\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"England\"\n                    }\n                ],\n                \"start_date\": null,\n                \"end_date\": null,\n                \"winner_team_id\": null,\n                \"final_status\": null,\n                \"tour_flag\": \"tour_sub_series\"\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"20cdf7ce-5bc4-4d1d-8aab-42d78340be9e"},{"name":"Get Single Series Overview","event":[{"listen":"test","script":{"id":"88b31d05-d0f3-4728-ad6c-89b02d504796","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"11e05e8d-6c4b-4b46-a483-e4e92efce124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/series/:series_id","urlObject":{"path":["series",":series_id"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"series_id"}]}},"response":[{"id":"88fd3cd7-cd28-457f-998b-d610a7dcb6f0","name":"Get Single Series Overview","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/series/:series_id","host":["http://localhost:8080"],"path":["series",":series_id"],"variable":[{"key":"series_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:37:55 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched series overview successfully\",\n    \"data\": {\n        \"series_header\": {\n            \"series_id\": 1,\n            \"series_name\": \"ICC Champions Trophy\",\n            \"season\": \"2017\",\n            \"tournament_id\": 2,\n            \"tournament_name\": \"ICC Champions Trophy\",\n            \"top_batters\": [\n                {\n                    \"batter_id\": 43,\n                    \"batter_name\": \"S Dhawan\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"338\",\n                    \"average\": 67.6\n                },\n                {\n                    \"batter_id\": 21,\n                    \"batter_name\": \"RG Sharma\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"304\",\n                    \"average\": 76\n                },\n                {\n                    \"batter_id\": 10,\n                    \"batter_name\": \"Tamim Iqbal\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 4,\n                    \"runs_scored\": \"293\",\n                    \"average\": 73.25\n                }\n            ],\n            \"top_bowlers\": [\n                {\n                    \"bowler_id\": 72,\n                    \"bowler_name\": \"Hasan Ali\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 5,\n                    \"wickets_taken\": \"13\",\n                    \"average\": 14.692307692307692\n                },\n                {\n                    \"bowler_id\": 67,\n                    \"bowler_name\": \"JR Hazlewood\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 3,\n                    \"wickets_taken\": \"9\",\n                    \"average\": 15.777777777777779\n                },\n                {\n                    \"bowler_id\": 141,\n                    \"bowler_name\": \"Junaid Khan\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 4,\n                    \"wickets_taken\": \"8\",\n                    \"average\": 19.375\n                }\n            ]\n        },\n        \"winner_team_id\": null,\n        \"winner_team_name\": null,\n        \"final_status\": null,\n        \"fixture_matches\": null,\n        \"result_matches\": [\n            {\n                \"match_id\": 1,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 10,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 6,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 40,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": \"D/L\",\n                \"toss_winner_team_id\": 1,\n                \"toss_loser_team_id\": 6,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-10\",\n                \"end_date\": \"2017-06-10\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 6,\n                \"team2_name\": \"Australia\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 6,\n                        \"batting_team_name\": \"Australia\",\n                        \"total_runs\": 277,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 12,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 240,\n                        \"total_overs\": 242,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 6,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": null,\n                \"match_loser_team_id\": null,\n                \"is_won_by_innings\": null,\n                \"is_won_by_runs\": null,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 6,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-02\",\n                \"end_date\": \"2017-06-02\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 6,\n                \"team1_name\": \"Australia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 10,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 291,\n                        \"total_overs\": 270,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 20,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 6,\n                        \"batting_team_name\": \"Australia\",\n                        \"total_runs\": 53,\n                        \"total_overs\": 54,\n                        \"total_wickets\": 3,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 7,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 6,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 3,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 87,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-06\",\n                \"end_date\": \"2017-06-06\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 310,\n                        \"total_overs\": 297,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 22,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 223,\n                        \"total_overs\": 267,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 9,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 2,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 1,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-01\",\n                \"end_date\": \"2017-06-01\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 2,\n                \"team2_name\": \"Bangladesh\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 6,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 305,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 17,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 308,\n                        \"total_overs\": 284,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 10,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 1,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 12,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-14\",\n                \"end_date\": \"2017-06-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 12,\n                \"team2_name\": \"Pakistan\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 4,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 211,\n                        \"total_overs\": 299,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 15,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 215,\n                        \"total_overs\": 223,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 18,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 5,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": null,\n                \"match_loser_team_id\": null,\n                \"is_won_by_innings\": null,\n                \"is_won_by_runs\": null,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 2,\n                \"toss_loser_team_id\": 6,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-05\",\n                \"end_date\": \"2017-06-05\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 6,\n                \"team1_name\": \"Australia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 2,\n                \"team2_name\": \"Bangladesh\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 26,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 182,\n                        \"total_overs\": 267,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 38,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 6,\n                        \"batting_team_name\": \"Australia\",\n                        \"total_runs\": 83,\n                        \"total_overs\": 96,\n                        \"total_wickets\": 1,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 20,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 11,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 9,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 9,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-11\",\n                \"end_date\": \"2017-06-11\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 9,\n                \"team2_name\": \"South Africa\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 32,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 191,\n                        \"total_overs\": 267,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 45,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 193,\n                        \"total_overs\": 228,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 23,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 9,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 2,\n                \"match_loser_team_id\": 3,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 5,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-09\",\n                \"end_date\": \"2017-06-09\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 56,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 265,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 66,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 268,\n                        \"total_overs\": 284,\n                        \"total_wickets\": 5,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 24,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 11,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 180,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 12,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-18\",\n                \"end_date\": \"2017-06-18\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 12,\n                \"team2_name\": \"Pakistan\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 34,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 338,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 4,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 50,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 158,\n                        \"total_overs\": 183,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 32,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 2,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 9,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-15\",\n                \"end_date\": \"2017-06-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 11,\n                \"team2_name\": \"India\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 39,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 264,\n                        \"total_overs\": 301,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 51,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 265,\n                        \"total_overs\": 241,\n                        \"total_wickets\": 1,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"11e05e8d-6c4b-4b46-a483-e4e92efce124"},{"name":"Get Single Series Matches","event":[{"listen":"test","script":{"id":"88b31d05-d0f3-4728-ad6c-89b02d504796","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2b0fcf03-1ea5-4b6a-aa37-69ab5220d657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/series/:series_id/matches","urlObject":{"path":["series",":series_id","matches"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"series_id"}]}},"response":[{"id":"9b1407bd-379c-4ab1-8856-f671eb44eaec","name":"Get Single Series Matches","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/series/:series_id/matches","host":["http://localhost:8080"],"path":["series",":series_id","matches"],"variable":[{"key":"series_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:37:40 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched series with matches successfully\",\n    \"data\": {\n        \"series_header\": {\n            \"series_id\": 1,\n            \"series_name\": \"ICC Champions Trophy\",\n            \"season\": \"2017\",\n            \"tournament_id\": 2,\n            \"tournament_name\": \"ICC Champions Trophy\",\n            \"top_batters\": [\n                {\n                    \"batter_id\": 43,\n                    \"batter_name\": \"S Dhawan\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"338\",\n                    \"average\": 67.6\n                },\n                {\n                    \"batter_id\": 21,\n                    \"batter_name\": \"RG Sharma\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"304\",\n                    \"average\": 76\n                },\n                {\n                    \"batter_id\": 10,\n                    \"batter_name\": \"Tamim Iqbal\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 4,\n                    \"runs_scored\": \"293\",\n                    \"average\": 73.25\n                }\n            ],\n            \"top_bowlers\": [\n                {\n                    \"bowler_id\": 72,\n                    \"bowler_name\": \"Hasan Ali\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 5,\n                    \"wickets_taken\": \"13\",\n                    \"average\": 14.692307692307692\n                },\n                {\n                    \"bowler_id\": 67,\n                    \"bowler_name\": \"JR Hazlewood\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 3,\n                    \"wickets_taken\": \"9\",\n                    \"average\": 15.777777777777779\n                },\n                {\n                    \"bowler_id\": 141,\n                    \"bowler_name\": \"Junaid Khan\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 4,\n                    \"wickets_taken\": \"8\",\n                    \"average\": 19.375\n                }\n            ]\n        },\n        \"matches\": [\n            {\n                \"match_id\": 1,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 10,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 6,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 40,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": \"D/L\",\n                \"toss_winner_team_id\": 1,\n                \"toss_loser_team_id\": 6,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-10\",\n                \"end_date\": \"2017-06-10\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 6,\n                \"team2_name\": \"Australia\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 6,\n                        \"batting_team_name\": \"Australia\",\n                        \"total_runs\": 277,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 12,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 240,\n                        \"total_overs\": 242,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 6,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": null,\n                \"match_loser_team_id\": null,\n                \"is_won_by_innings\": null,\n                \"is_won_by_runs\": null,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 6,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-02\",\n                \"end_date\": \"2017-06-02\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 6,\n                \"team1_name\": \"Australia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 10,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 291,\n                        \"total_overs\": 270,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 20,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 6,\n                        \"batting_team_name\": \"Australia\",\n                        \"total_runs\": 53,\n                        \"total_overs\": 54,\n                        \"total_wickets\": 3,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 7,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 6,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 3,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 87,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-06\",\n                \"end_date\": \"2017-06-06\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 310,\n                        \"total_overs\": 297,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 22,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 223,\n                        \"total_overs\": 267,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 9,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 2,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 1,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-01\",\n                \"end_date\": \"2017-06-01\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 2,\n                \"team2_name\": \"Bangladesh\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 6,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 305,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 17,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 308,\n                        \"total_overs\": 284,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 10,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 1,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 12,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-14\",\n                \"end_date\": \"2017-06-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 12,\n                \"team2_name\": \"Pakistan\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 4,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 211,\n                        \"total_overs\": 299,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 15,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 215,\n                        \"total_overs\": 223,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 18,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 5,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": null,\n                \"match_loser_team_id\": null,\n                \"is_won_by_innings\": null,\n                \"is_won_by_runs\": null,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 2,\n                \"toss_loser_team_id\": 6,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-05\",\n                \"end_date\": \"2017-06-05\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 6,\n                \"team1_name\": \"Australia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 2,\n                \"team2_name\": \"Bangladesh\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 26,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 182,\n                        \"total_overs\": 267,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 38,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 6,\n                        \"batting_team_name\": \"Australia\",\n                        \"total_runs\": 83,\n                        \"total_overs\": 96,\n                        \"total_wickets\": 1,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 20,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 11,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 9,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 9,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-11\",\n                \"end_date\": \"2017-06-11\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 9,\n                \"team2_name\": \"South Africa\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 32,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 191,\n                        \"total_overs\": 267,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 45,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 193,\n                        \"total_overs\": 228,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 23,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 9,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 2,\n                \"match_loser_team_id\": 3,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 5,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-09\",\n                \"end_date\": \"2017-06-09\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 56,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 265,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 66,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 268,\n                        \"total_overs\": 284,\n                        \"total_wickets\": 5,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 24,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 11,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 180,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 12,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-18\",\n                \"end_date\": \"2017-06-18\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 12,\n                \"team2_name\": \"Pakistan\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 34,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 338,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 4,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 50,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 158,\n                        \"total_overs\": 183,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 32,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 2,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 9,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-15\",\n                \"end_date\": \"2017-06-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 11,\n                \"team2_name\": \"India\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 39,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 264,\n                        \"total_overs\": 301,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 51,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 265,\n                        \"total_overs\": 241,\n                        \"total_wickets\": 1,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 36,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 4,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 12,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 124,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": \"D/L\",\n                \"toss_winner_team_id\": 12,\n                \"toss_loser_team_id\": 11,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-04\",\n                \"end_date\": \"2017-06-04\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 12,\n                \"team2_name\": \"Pakistan\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 52,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 319,\n                        \"total_overs\": 288,\n                        \"total_wickets\": 3,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 62,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 164,\n                        \"total_overs\": 202,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 40,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 7,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 9,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 19,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": \"D/L\",\n                \"toss_winner_team_id\": 9,\n                \"toss_loser_team_id\": 12,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-07\",\n                \"end_date\": \"2017-06-07\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 7,\n                \"ground_name\": \"Edgbaston\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 12,\n                \"team1_name\": \"Pakistan\",\n                \"team1_image_url\": null,\n                \"team2_id\": 9,\n                \"team2_name\": \"South Africa\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 67,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 219,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 78,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 119,\n                        \"total_overs\": 162,\n                        \"total_wickets\": 3,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 52,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 8,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 14,\n                \"match_loser_team_id\": 11,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 7,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 14,\n                \"toss_loser_team_id\": 11,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-08\",\n                \"end_date\": \"2017-06-08\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 98,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 321,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 110,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 322,\n                        \"total_overs\": 292,\n                        \"total_wickets\": 3,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 54,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 12,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 14,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 3,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 12,\n                \"toss_loser_team_id\": 14,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-12\",\n                \"end_date\": \"2017-06-12\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 20,\n                \"ground_name\": \"Sophia Gardens\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 12,\n                \"team1_name\": \"Pakistan\",\n                \"team1_image_url\": null,\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 97,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 236,\n                        \"total_overs\": 296,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 109,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 237,\n                        \"total_overs\": 269,\n                        \"total_wickets\": 7,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 60,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 9,\n                \"match_loser_team_id\": 14,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 96,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 14,\n                \"toss_loser_team_id\": 9,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2017\",\n                \"start_date\": \"2017-06-03\",\n                \"end_date\": \"2017-06-03\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 6,\n                \"ground_name\": \"Kennington Oval\",\n                \"main_series_id\": 1,\n                \"main_series_name\": \"ICC Champions Trophy\",\n                \"team1_id\": 9,\n                \"team1_name\": \"South Africa\",\n                \"team1_image_url\": null,\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 102,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 299,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 114,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 203,\n                        \"total_overs\": 249,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"2b0fcf03-1ea5-4b6a-aa37-69ab5220d657"},{"name":"Get Single Series Teams","event":[{"listen":"test","script":{"id":"88b31d05-d0f3-4728-ad6c-89b02d504796","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a1146b24-747a-48ee-bde9-7ae15ddca5db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/series/:series_id/teams","urlObject":{"path":["series",":series_id","teams"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"series_id"}]}},"response":[{"id":"ae888b2d-9166-4088-9d1b-56df7abb37e2","name":"Get Single Series Teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/series/:series_id/teams","host":["http://localhost:8080"],"path":["series",":series_id","teams"],"variable":[{"key":"series_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 06 Apr 2025 09:36:53 GMT"},{"key":"Content-Length","value":"1507"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched series with teams successfully\",\n    \"data\": {\n        \"series_header\": {\n            \"series_id\": 1,\n            \"series_name\": \"ICC Champions Trophy\",\n            \"season\": \"2017\",\n            \"tournament_id\": 2,\n            \"tournament_name\": \"ICC Champions Trophy\",\n            \"top_batters\": [\n                {\n                    \"batter_id\": 22,\n                    \"batter_name\": \"S Dhawan\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"338\",\n                    \"average\": 67.6\n                },\n                {\n                    \"batter_id\": 21,\n                    \"batter_name\": \"RG Sharma\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"304\",\n                    \"average\": 76\n                },\n                {\n                    \"batter_id\": 64,\n                    \"batter_name\": \"Tamim Iqbal\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 4,\n                    \"runs_scored\": \"293\",\n                    \"average\": 73.25\n                }\n            ],\n            \"top_bowlers\": [\n                {\n                    \"bowler_id\": 56,\n                    \"bowler_name\": \"Hasan Ali\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 5,\n                    \"wickets_taken\": \"13\",\n                    \"average\": 14.692307692307692\n                },\n                {\n                    \"bowler_id\": 2,\n                    \"bowler_name\": \"JR Hazlewood\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 3,\n                    \"wickets_taken\": \"9\",\n                    \"average\": 15.777777777777779\n                },\n                {\n                    \"bowler_id\": 223,\n                    \"bowler_name\": \"Junaid Khan\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 4,\n                    \"wickets_taken\": \"8\",\n                    \"average\": 19.375\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"team_id\": 1,\n                \"team_name\": \"Australia\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 2,\n                \"team_name\": \"New Zealand\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 3,\n                \"team_name\": \"England\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 7,\n                \"team_name\": \"South Africa\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 11,\n                \"team_name\": \"Bangladesh\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 12,\n                \"team_name\": \"Pakistan\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 13,\n                \"team_name\": \"Sri Lanka\",\n                \"team_image_url\": null\n            },\n            {\n                \"team_id\": 15,\n                \"team_name\": \"India\",\n                \"team_image_url\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"a1146b24-747a-48ee-bde9-7ae15ddca5db"},{"name":"Get Single Series Squads List","event":[{"listen":"test","script":{"id":"88b31d05-d0f3-4728-ad6c-89b02d504796","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","","","","    const squadId = pm.response.json().data.squad_list[0].squad_id;","    pm.collectionVariables.set(\"test_seriesSquad0_id\", squadId)","});"],"type":"text/javascript","packages":{}}}],"id":"8ec124da-01aa-484e-97f8-45a001aa5575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/series/:series_id/squads-list","urlObject":{"path":["series",":series_id","squads-list"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"series_id"}]}},"response":[{"id":"5bd5df0e-00e2-4a8b-a1e0-438bac776f09","name":"Get Single Series Squads List","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/series/:series_id/squads-list","host":["http://localhost:8080"],"path":["series",":series_id","squads-list"],"variable":[{"key":"series_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 06 Apr 2025 09:37:11 GMT"},{"key":"Content-Length","value":"1592"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched series with squads list successfully\",\n    \"data\": {\n        \"series_header\": {\n            \"series_id\": 1,\n            \"series_name\": \"ICC Champions Trophy\",\n            \"season\": \"2017\",\n            \"tournament_id\": 2,\n            \"tournament_name\": \"ICC Champions Trophy\",\n            \"top_batters\": [\n                {\n                    \"batter_id\": 22,\n                    \"batter_name\": \"S Dhawan\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"338\",\n                    \"average\": 67.6\n                },\n                {\n                    \"batter_id\": 21,\n                    \"batter_name\": \"RG Sharma\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"304\",\n                    \"average\": 76\n                },\n                {\n                    \"batter_id\": 64,\n                    \"batter_name\": \"Tamim Iqbal\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 4,\n                    \"runs_scored\": \"293\",\n                    \"average\": 73.25\n                }\n            ],\n            \"top_bowlers\": [\n                {\n                    \"bowler_id\": 56,\n                    \"bowler_name\": \"Hasan Ali\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 5,\n                    \"wickets_taken\": \"13\",\n                    \"average\": 14.692307692307692\n                },\n                {\n                    \"bowler_id\": 2,\n                    \"bowler_name\": \"JR Hazlewood\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 3,\n                    \"wickets_taken\": \"9\",\n                    \"average\": 15.777777777777779\n                },\n                {\n                    \"bowler_id\": 223,\n                    \"bowler_name\": \"Junaid Khan\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 4,\n                    \"wickets_taken\": \"8\",\n                    \"average\": 19.375\n                }\n            ]\n        },\n        \"squad_list\": [\n            {\n                \"squad_id\": 1,\n                \"squad_label\": \"England squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 4,\n                \"squad_label\": \"Australia squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 11,\n                \"squad_label\": \"Bangladesh squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 22,\n                \"squad_label\": \"India squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 23,\n                \"squad_label\": \"Pakistan squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 36,\n                \"squad_label\": \"South Africa squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 47,\n                \"squad_label\": \"New Zealand squad\",\n                \"team_image_url\": null\n            },\n            {\n                \"squad_id\": 64,\n                \"squad_label\": \"Sri Lanka squad\",\n                \"team_image_url\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"8ec124da-01aa-484e-97f8-45a001aa5575"},{"name":"Get Single Series Single Squad","event":[{"listen":"test","script":{"id":"88b31d05-d0f3-4728-ad6c-89b02d504796","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"265accca-3de1-47ea-8061-8fbe0041d315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/series/:series_id/squads/:squadId","urlObject":{"path":["series",":series_id","squads",":squadId"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"series_id"},{"type":"any","value":"","key":"squadId"}]}},"response":[{"id":"d31dc4ed-bef5-4a97-893e-f958bb0c9fea","name":"Get Single Series Single Squad","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/series/:series_id/squads/:squadId","host":["http://localhost:8080"],"path":["series",":series_id","squads",":squadId"],"variable":[{"key":"series_id","value":"1"},{"key":"squadId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 08:52:02 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched series single squad successfully\",\n    \"data\": {\n        \"series_header\": {\n            \"series_id\": 1,\n            \"series_name\": \"ICC Champions Trophy\",\n            \"season\": \"2017\",\n            \"tournament_id\": 2,\n            \"tournament_name\": \"ICC Champions Trophy\",\n            \"top_batters\": [\n                {\n                    \"batter_id\": 34,\n                    \"batter_name\": \"S Dhawan\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"338\",\n                    \"average\": 67.6\n                },\n                {\n                    \"batter_id\": 36,\n                    \"batter_name\": \"RG Sharma\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 5,\n                    \"runs_scored\": \"304\",\n                    \"average\": 76\n                },\n                {\n                    \"batter_id\": 74,\n                    \"batter_name\": \"Tamim Iqbal\",\n                    \"batter_image_url\": null,\n                    \"innings_batted\": 4,\n                    \"runs_scored\": \"293\",\n                    \"average\": 73.25\n                }\n            ],\n            \"top_bowlers\": [\n                {\n                    \"bowler_id\": 136,\n                    \"bowler_name\": \"Hasan Ali\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 5,\n                    \"wickets_taken\": \"13\",\n                    \"average\": 14.692307692307692\n                },\n                {\n                    \"bowler_id\": 20,\n                    \"bowler_name\": \"JR Hazlewood\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 3,\n                    \"wickets_taken\": \"9\",\n                    \"average\": 15.777777777777779\n                },\n                {\n                    \"bowler_id\": 122,\n                    \"bowler_name\": \"Junaid Khan\",\n                    \"bowler_image_url\": null,\n                    \"innings_bowled\": 4,\n                    \"wickets_taken\": \"8\",\n                    \"average\": 19.375\n                }\n            ]\n        },\n        \"squad_list\": [\n            {\n                \"squad_id\": 1,\n                \"squad_label\": \"England squad\"\n            },\n            {\n                \"squad_id\": 4,\n                \"squad_label\": \"Australia squad\"\n            },\n            {\n                \"squad_id\": 6,\n                \"squad_label\": \"Bangladesh squad\"\n            },\n            {\n                \"squad_id\": 7,\n                \"squad_label\": \"India squad\"\n            },\n            {\n                \"squad_id\": 28,\n                \"squad_label\": \"New Zealand squad\"\n            },\n            {\n                \"squad_id\": 13,\n                \"squad_label\": \"Pakistan squad\"\n            },\n            {\n                \"squad_id\": 26,\n                \"squad_label\": \"South Africa squad\"\n            },\n            {\n                \"squad_id\": 41,\n                \"squad_label\": \"Sri Lanka squad\"\n            }\n        ],\n        \"players\": [\n            {\n                \"player_id\": 1,\n                \"player_name\": \"MM Ali\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 2,\n                \"player_name\": \"CR Woakes\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 4,\n                \"player_name\": \"JE Root\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 12,\n                \"player_name\": \"JT Ball\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 14,\n                \"player_name\": \"EJG Morgan\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 25,\n                \"player_name\": \"JJ Roy\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 29,\n                \"player_name\": \"JM Bairstow\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 39,\n                \"player_name\": \"BA Stokes\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 50,\n                \"player_name\": \"MA Wood\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 51,\n                \"player_name\": \"AD Hales\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 57,\n                \"player_name\": \"JC Buttler\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 63,\n                \"player_name\": \"LE Plunkett\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            },\n            {\n                \"player_id\": 82,\n                \"player_name\": \"AU Rashid\",\n                \"playing_role\": null,\n                \"date_of_birth\": null,\n                \"is_rhb\": null,\n                \"primary_bowling_style\": null,\n                \"is_captain\": null,\n                \"is_vice_captain\": null,\n                \"is_wk\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"265accca-3de1-47ea-8061-8fbe0041d315"}],"id":"a53b3ac5-05a7-4980-a895-55a9774abdcf","_postman_id":"a53b3ac5-05a7-4980-a895-55a9774abdcf","description":""},{"name":"Matches","item":[{"name":"Get All Matches","event":[{"listen":"test","script":{"id":"81cf9a01-9918-4ac4-8f99-f7fda7b9508b","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"b9d9ef14-c4dd-400d-afed-760c62edb772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/matches","urlObject":{"path":["matches"],"host":["http://localhost:8080"],"query":[{"disabled":true,"key":"match_state","value":"live"}],"variable":[]}},"response":[{"id":"0bf40d28-ef58-42f2-9db3-bd30adced4b1","name":"Get All Matches","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/matches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:38:11 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"matches read successfully\",\n    \"data\": {\n        \"matches\": [\n            {\n                \"match_id\": 6081,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": \"preliminary\",\n                \"event_match_number\": 1,\n                \"match_state\": \"live\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": null,\n                \"match_loser_team_id\": null,\n                \"is_won_by_innings\": null,\n                \"is_won_by_runs\": null,\n                \"win_margin\": null,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 126,\n                \"toss_loser_team_id\": 127,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2027-28\",\n                \"start_date\": \"2027-08-01\",\n                \"end_date\": \"2027-08-01\",\n                \"start_datetime_utc\": \"2027-08-01T13:34:05+05:30\",\n                \"is_day_night\": true,\n                \"ground_id\": 1,\n                \"ground_name\": \"Senwes Park\",\n                \"main_series_id\": 1396,\n                \"main_series_name\": \"Latoya Zemlak\",\n                \"team1_id\": 126,\n                \"team1_name\": \"Dr. Valerie Durgan\",\n                \"team1_image_url\": \"http://placeimg.com/640/480\",\n                \"team2_id\": 127,\n                \"team2_name\": \"Mabel Volkman\",\n                \"team2_image_url\": \"http://placeimg.com/640/480\",\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 12247,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 126,\n                        \"batting_team_name\": \"Dr. Valerie Durgan\",\n                        \"total_runs\": 0,\n                        \"total_overs\": 0,\n                        \"total_wickets\": 0,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": 50\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4204,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 5,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 1,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 150,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 1,\n                \"toss_loser_team_id\": 11,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-02-02\",\n                \"end_date\": \"2025-02-02\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 72,\n                \"ground_name\": \"Wankhede Stadium\",\n                \"main_series_id\": 1207,\n                \"main_series_name\": \"England tour of India\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 1,\n                \"team2_name\": \"England\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8464,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 97,\n                        \"total_overs\": 63,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8455,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 247,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4207,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 4,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 1,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 15,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 1,\n                \"toss_loser_team_id\": 11,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-31\",\n                \"end_date\": \"2025-01-31\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 89,\n                \"ground_name\": \"Maharashtra Cricket Association Stadium\",\n                \"main_series_id\": 1207,\n                \"main_series_name\": \"England tour of India\",\n                \"team1_id\": 11,\n                \"team1_name\": \"India\",\n                \"team1_image_url\": null,\n                \"team2_id\": 1,\n                \"team2_name\": \"England\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8480,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 181,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8486,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 166,\n                        \"total_overs\": 118,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4205,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 1,\n                \"match_loser_team_id\": 11,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 26,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-28\",\n                \"end_date\": \"2025-01-28\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 73,\n                \"ground_name\": \"Saurashtra Cricket Association Stadium\",\n                \"main_series_id\": 1207,\n                \"main_series_name\": \"England tour of India\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 11,\n                \"team2_name\": \"India\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8457,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 145,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8449,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 171,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4203,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 1,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 2,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-25\",\n                \"end_date\": \"2025-01-25\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 35,\n                \"ground_name\": \"MA Chidambaram Stadium, Chepauk\",\n                \"main_series_id\": 1207,\n                \"main_series_name\": \"England tour of India\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 11,\n                \"team2_name\": \"India\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8450,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 165,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8456,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 166,\n                        \"total_overs\": 116,\n                        \"total_wickets\": 8,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4200,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 11,\n                \"match_loser_team_id\": 1,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 7,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 11,\n                \"toss_loser_team_id\": 1,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-22\",\n                \"end_date\": \"2025-01-22\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 67,\n                \"ground_name\": \"Eden Gardens\",\n                \"main_series_id\": 1207,\n                \"main_series_name\": \"England tour of India\",\n                \"team1_id\": 1,\n                \"team1_name\": \"England\",\n                \"team1_image_url\": null,\n                \"team2_id\": 11,\n                \"team2_name\": \"India\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8451,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 1,\n                        \"batting_team_name\": \"England\",\n                        \"total_runs\": 132,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8458,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 11,\n                        \"batting_team_name\": \"India\",\n                        \"total_runs\": 133,\n                        \"total_overs\": 77,\n                        \"total_wickets\": 3,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 874,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 14,\n                \"match_loser_team_id\": 3,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 140,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 14,\n                \"toss_loser_team_id\": 3,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-11\",\n                \"end_date\": \"2025-01-11\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 10,\n                \"ground_name\": \"Eden Park\",\n                \"main_series_id\": 328,\n                \"main_series_name\": \"Sri Lanka tour of New Zealand\",\n                \"team1_id\": 14,\n                \"team1_name\": \"Sri Lanka\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1786,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 290,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 1800,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 150,\n                        \"total_overs\": 178,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 869,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 3,\n                \"match_loser_team_id\": 14,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 113,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 14,\n                \"toss_loser_team_id\": 3,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-08\",\n                \"end_date\": \"2025-01-08\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 27,\n                \"ground_name\": \"Seddon Park\",\n                \"main_series_id\": 328,\n                \"main_series_name\": \"Sri Lanka tour of New Zealand\",\n                \"team1_id\": 3,\n                \"team1_name\": \"New Zealand\",\n                \"team1_image_url\": null,\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1791,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 142,\n                        \"total_overs\": 182,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 1780,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 255,\n                        \"total_overs\": 222,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 878,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 3,\n                \"match_loser_team_id\": 14,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 9,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 14,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-05\",\n                \"end_date\": \"2025-01-05\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 183,\n                \"ground_name\": \"Basin Reserve, Wellington\",\n                \"main_series_id\": 328,\n                \"main_series_name\": \"Sri Lanka tour of New Zealand\",\n                \"team1_id\": 14,\n                \"team1_name\": \"Sri Lanka\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1787,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 178,\n                        \"total_overs\": 262,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 1799,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 180,\n                        \"total_overs\": 158,\n                        \"total_wickets\": 1,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4229,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 14,\n                \"match_loser_team_id\": 3,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 7,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 3,\n                \"toss_loser_team_id\": 14,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2025-01-02\",\n                \"end_date\": \"2025-01-02\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 8,\n                \"ground_name\": \"Saxton Oval\",\n                \"main_series_id\": 1219,\n                \"main_series_name\": \"Sri Lanka tour of New Zealand\",\n                \"team1_id\": 14,\n                \"team1_name\": \"Sri Lanka\",\n                \"team1_image_url\": null,\n                \"team2_id\": 3,\n                \"team2_name\": \"New Zealand\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8541,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 218,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 5,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8546,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 211,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4228,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 3,\n                \"match_loser_team_id\": 14,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 45,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 14,\n                \"toss_loser_team_id\": 3,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-30\",\n                \"end_date\": \"2024-12-30\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 43,\n                \"ground_name\": \"Bay Oval\",\n                \"main_series_id\": 1219,\n                \"main_series_name\": \"Sri Lanka tour of New Zealand\",\n                \"team1_id\": 3,\n                \"team1_name\": \"New Zealand\",\n                \"team1_image_url\": null,\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8543,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 141,\n                        \"total_overs\": 115,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8537,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 186,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 5,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4227,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 3,\n                \"match_loser_team_id\": 14,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 14,\n                \"toss_loser_team_id\": 3,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-28\",\n                \"end_date\": \"2024-12-28\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 43,\n                \"ground_name\": \"Bay Oval\",\n                \"main_series_id\": 1219,\n                \"main_series_name\": \"Sri Lanka tour of New Zealand\",\n                \"team1_id\": 3,\n                \"team1_name\": \"New Zealand\",\n                \"team1_image_url\": null,\n                \"team2_id\": 14,\n                \"team2_name\": \"Sri Lanka\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8536,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 3,\n                        \"batting_team_name\": \"New Zealand\",\n                        \"total_runs\": 172,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8542,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 14,\n                        \"batting_team_name\": \"Sri Lanka\",\n                        \"total_runs\": 164,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 863,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 9,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 36,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": \"D/L\",\n                \"toss_winner_team_id\": 9,\n                \"toss_loser_team_id\": 12,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-22\",\n                \"end_date\": \"2024-12-22\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 26,\n                \"ground_name\": \"The Wanderers Stadium\",\n                \"main_series_id\": 320,\n                \"main_series_name\": \"Pakistan tour of South Africa\",\n                \"team1_id\": 12,\n                \"team1_name\": \"Pakistan\",\n                \"team1_image_url\": null,\n                \"team2_id\": 9,\n                \"team2_name\": \"South Africa\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1763,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 271,\n                        \"total_overs\": 252,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 1754,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 308,\n                        \"total_overs\": 282,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4504,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 15,\n                \"match_loser_team_id\": 43,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 2,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 15,\n                \"toss_loser_team_id\": 43,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-21\",\n                \"end_date\": \"2024-12-21\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 127,\n                \"ground_name\": \"Dubai International Cricket Stadium\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 15,\n                \"team1_name\": \"United Arab Emirates\",\n                \"team1_image_url\": null,\n                \"team2_id\": 43,\n                \"team2_name\": \"Kuwait\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9071,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 43,\n                        \"batting_team_name\": \"Kuwait\",\n                        \"total_runs\": 151,\n                        \"total_overs\": 117,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9066,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 15,\n                        \"batting_team_name\": \"United Arab Emirates\",\n                        \"total_runs\": 153,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4507,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 14,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 44,\n                \"match_loser_team_id\": 51,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 6,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 44,\n                \"toss_loser_team_id\": 51,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-20\",\n                \"end_date\": \"2024-12-20\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 51,\n                \"team1_name\": \"Bahrain\",\n                \"team1_image_url\": null,\n                \"team2_id\": 44,\n                \"team2_name\": \"Qatar\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9069,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 51,\n                        \"batting_team_name\": \"Bahrain\",\n                        \"total_runs\": 98,\n                        \"total_overs\": 99,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9072,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 44,\n                        \"batting_team_name\": \"Qatar\",\n                        \"total_runs\": 102,\n                        \"total_overs\": 102,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4503,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 15,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 43,\n                \"match_loser_team_id\": 19,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 3,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 19,\n                \"toss_loser_team_id\": 43,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-20\",\n                \"end_date\": \"2024-12-20\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 19,\n                \"team1_name\": \"Oman\",\n                \"team1_image_url\": null,\n                \"team2_id\": 43,\n                \"team2_name\": \"Kuwait\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9070,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 43,\n                        \"batting_team_name\": \"Kuwait\",\n                        \"total_runs\": 144,\n                        \"total_overs\": 117,\n                        \"total_wickets\": 7,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9064,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 19,\n                        \"batting_team_name\": \"Oman\",\n                        \"total_runs\": 143,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 860,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 9,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 81,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 9,\n                \"toss_loser_team_id\": 12,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-19\",\n                \"end_date\": \"2024-12-19\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 19,\n                \"ground_name\": \"Newlands\",\n                \"main_series_id\": 320,\n                \"main_series_name\": \"Pakistan tour of South Africa\",\n                \"team1_id\": 12,\n                \"team1_name\": \"Pakistan\",\n                \"team1_image_url\": null,\n                \"team2_id\": 9,\n                \"team2_name\": \"South Africa\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1756,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 329,\n                        \"total_overs\": 299,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 1764,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 248,\n                        \"total_overs\": 258,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4140,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 2,\n                \"match_loser_team_id\": 10,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 80,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 2,\n                \"toss_loser_team_id\": 10,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-19\",\n                \"end_date\": \"2024-12-19\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 114,\n                \"ground_name\": \"Arnos Vale Ground\",\n                \"main_series_id\": 1197,\n                \"main_series_name\": \"Bangladesh tour of West Indies\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 10,\n                \"team2_name\": \"West Indies\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8371,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 189,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8374,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 10,\n                        \"batting_team_name\": \"West Indies\",\n                        \"total_runs\": 109,\n                        \"total_overs\": 100,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4502,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 13,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 50,\n                \"match_loser_team_id\": 15,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 11,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 15,\n                \"toss_loser_team_id\": 50,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-19\",\n                \"end_date\": \"2024-12-19\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 50,\n                \"team1_name\": \"Saudi Arabia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 15,\n                \"team2_name\": \"United Arab Emirates\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9053,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 50,\n                        \"batting_team_name\": \"Saudi Arabia\",\n                        \"total_runs\": 182,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9063,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 15,\n                        \"batting_team_name\": \"United Arab Emirates\",\n                        \"total_runs\": 171,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 5,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4499,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 12,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 15,\n                \"match_loser_team_id\": 44,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 23,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 15,\n                \"toss_loser_team_id\": 44,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-18\",\n                \"end_date\": \"2024-12-18\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 15,\n                \"team1_name\": \"United Arab Emirates\",\n                \"team1_image_url\": null,\n                \"team2_id\": 44,\n                \"team2_name\": \"Qatar\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9050,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 15,\n                        \"batting_team_name\": \"United Arab Emirates\",\n                        \"total_runs\": 162,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9059,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 44,\n                        \"batting_team_name\": \"Qatar\",\n                        \"total_runs\": 139,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4497,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 11,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 50,\n                \"match_loser_team_id\": 19,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 50,\n                \"toss_loser_team_id\": 19,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-18\",\n                \"end_date\": \"2024-12-18\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 19,\n                \"team1_name\": \"Oman\",\n                \"team1_image_url\": null,\n                \"team2_id\": 50,\n                \"team2_name\": \"Saudi Arabia\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9049,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 19,\n                        \"batting_team_name\": \"Oman\",\n                        \"total_runs\": 165,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9056,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 50,\n                        \"batting_team_name\": \"Saudi Arabia\",\n                        \"total_runs\": 166,\n                        \"total_overs\": 113,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4139,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 2,\n                \"match_loser_team_id\": 10,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 27,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 10,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-17\",\n                \"end_date\": \"2024-12-17\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 114,\n                \"ground_name\": \"Arnos Vale Ground\",\n                \"main_series_id\": 1197,\n                \"main_series_name\": \"Bangladesh tour of West Indies\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 10,\n                \"team2_name\": \"West Indies\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8375,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 10,\n                        \"batting_team_name\": \"West Indies\",\n                        \"total_runs\": 102,\n                        \"total_overs\": 111,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8373,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 129,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4496,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 10,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 19,\n                \"match_loser_team_id\": 51,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 2,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 51,\n                \"toss_loser_team_id\": 19,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-17\",\n                \"end_date\": \"2024-12-17\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 19,\n                \"team1_name\": \"Oman\",\n                \"team1_image_url\": null,\n                \"team2_id\": 51,\n                \"team2_name\": \"Bahrain\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9047,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 19,\n                        \"batting_team_name\": \"Oman\",\n                        \"total_runs\": 130,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9057,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 51,\n                        \"batting_team_name\": \"Bahrain\",\n                        \"total_runs\": 128,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 858,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"ODI\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 12,\n                \"match_loser_team_id\": 9,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 3,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 9,\n                \"toss_loser_team_id\": 12,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-17\",\n                \"end_date\": \"2024-12-17\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 44,\n                \"ground_name\": \"Boland Park\",\n                \"main_series_id\": 320,\n                \"main_series_name\": \"Pakistan tour of South Africa\",\n                \"team1_id\": 9,\n                \"team1_name\": \"South Africa\",\n                \"team1_image_url\": null,\n                \"team2_id\": 12,\n                \"team2_name\": \"Pakistan\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 1751,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 242,\n                        \"total_overs\": 297,\n                        \"total_wickets\": 7,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 1743,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 239,\n                        \"total_overs\": 300,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4500,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 9,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 43,\n                \"match_loser_team_id\": 44,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 6,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 43,\n                \"toss_loser_team_id\": 44,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-17\",\n                \"end_date\": \"2024-12-17\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 44,\n                \"team1_name\": \"Qatar\",\n                \"team1_image_url\": null,\n                \"team2_id\": 43,\n                \"team2_name\": \"Kuwait\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9068,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 43,\n                        \"batting_team_name\": \"Kuwait\",\n                        \"total_runs\": 142,\n                        \"total_overs\": 96,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9062,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 44,\n                        \"batting_team_name\": \"Qatar\",\n                        \"total_runs\": 138,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4468,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 36,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 82,\n                \"match_loser_team_id\": 104,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 11,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 104,\n                \"toss_loser_team_id\": 82,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-16\",\n                \"end_date\": \"2024-12-16\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 298,\n                \"ground_name\": \"St George's College Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 82,\n                \"team1_name\": \"Argentina\",\n                \"team1_image_url\": null,\n                \"team2_id\": 104,\n                \"team2_name\": \"Brazil\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8977,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 82,\n                        \"batting_team_name\": \"Argentina\",\n                        \"total_runs\": 107,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8980,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 104,\n                        \"batting_team_name\": \"Brazil\",\n                        \"total_runs\": 96,\n                        \"total_overs\": 115,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4492,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 8,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 15,\n                \"match_loser_team_id\": 43,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 11,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 15,\n                \"toss_loser_team_id\": 43,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-16\",\n                \"end_date\": \"2024-12-16\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 15,\n                \"team1_name\": \"United Arab Emirates\",\n                \"team1_image_url\": null,\n                \"team2_id\": 43,\n                \"team2_name\": \"Kuwait\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9055,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 43,\n                        \"batting_team_name\": \"Kuwait\",\n                        \"total_runs\": 157,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9046,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 15,\n                        \"batting_team_name\": \"United Arab Emirates\",\n                        \"total_runs\": 168,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4501,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 7,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 51,\n                \"match_loser_team_id\": 50,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 51,\n                \"toss_loser_team_id\": 50,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-16\",\n                \"end_date\": \"2024-12-16\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 50,\n                \"team1_name\": \"Saudi Arabia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 51,\n                \"team2_name\": \"Bahrain\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9058,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 50,\n                        \"batting_team_name\": \"Saudi Arabia\",\n                        \"total_runs\": 113,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9065,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 51,\n                        \"batting_team_name\": \"Bahrain\",\n                        \"total_runs\": 119,\n                        \"total_overs\": 92,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4466,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 33,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 26,\n                \"match_loser_team_id\": 45,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 13,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 26,\n                \"toss_loser_team_id\": 45,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-16\",\n                \"end_date\": \"2024-12-16\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 251,\n                \"ground_name\": \"St Albans Club, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 26,\n                \"team1_name\": \"Bermuda\",\n                \"team1_image_url\": null,\n                \"team2_id\": 45,\n                \"team2_name\": \"Cayman Islands\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8976,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 45,\n                        \"batting_team_name\": \"Cayman Islands\",\n                        \"total_runs\": 126,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8971,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 26,\n                        \"batting_team_name\": \"Bermuda\",\n                        \"total_runs\": 139,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4467,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 34,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 80,\n                \"match_loser_team_id\": 101,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 24,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 80,\n                \"toss_loser_team_id\": 101,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-16\",\n                \"end_date\": \"2024-12-16\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 298,\n                \"ground_name\": \"St George's College Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 80,\n                \"team1_name\": \"Bahamas\",\n                \"team1_image_url\": null,\n                \"team2_id\": 101,\n                \"team2_name\": \"Mexico\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8974,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 80,\n                        \"batting_team_name\": \"Bahamas\",\n                        \"total_runs\": 95,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8979,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 101,\n                        \"batting_team_name\": \"Mexico\",\n                        \"total_runs\": 71,\n                        \"total_overs\": 110,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4471,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 35,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 106,\n                \"match_loser_team_id\": 79,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 4,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 79,\n                \"toss_loser_team_id\": 106,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-16\",\n                \"end_date\": \"2024-12-16\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 251,\n                \"ground_name\": \"St Albans Club, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 79,\n                \"team1_name\": \"Belize\",\n                \"team1_image_url\": null,\n                \"team2_id\": 106,\n                \"team2_name\": \"Suriname\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8986,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 79,\n                        \"batting_team_name\": \"Belize\",\n                        \"total_runs\": 98,\n                        \"total_overs\": 103,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8993,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 106,\n                        \"batting_team_name\": \"Suriname\",\n                        \"total_runs\": 99,\n                        \"total_overs\": 96,\n                        \"total_wickets\": 6,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4459,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 30,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 45,\n                \"match_loser_team_id\": 82,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 22,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 82,\n                \"toss_loser_team_id\": 45,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 253,\n                \"ground_name\": \"Hurlingham Club Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 45,\n                \"team1_name\": \"Cayman Islands\",\n                \"team1_image_url\": null,\n                \"team2_id\": 82,\n                \"team2_name\": \"Argentina\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8950,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 45,\n                        \"batting_team_name\": \"Cayman Islands\",\n                        \"total_runs\": 116,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8963,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 82,\n                        \"batting_team_name\": \"Argentina\",\n                        \"total_runs\": 94,\n                        \"total_overs\": 101,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4461,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 31,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 26,\n                \"match_loser_team_id\": 80,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 62,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 26,\n                \"toss_loser_team_id\": 80,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 252,\n                \"ground_name\": \"Belgrano Athletic Club Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 26,\n                \"team1_name\": \"Bermuda\",\n                \"team1_image_url\": null,\n                \"team2_id\": 80,\n                \"team2_name\": \"Bahamas\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8956,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 26,\n                        \"batting_team_name\": \"Bermuda\",\n                        \"total_runs\": 179,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 4,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8967,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 80,\n                        \"batting_team_name\": \"Bahamas\",\n                        \"total_runs\": 117,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4465,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 29,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 79,\n                \"match_loser_team_id\": 104,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 6,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 104,\n                \"toss_loser_team_id\": 79,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 252,\n                \"ground_name\": \"Belgrano Athletic Club Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 104,\n                \"team1_name\": \"Brazil\",\n                \"team1_image_url\": null,\n                \"team2_id\": 79,\n                \"team2_name\": \"Belize\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8972,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 104,\n                        \"batting_team_name\": \"Brazil\",\n                        \"total_runs\": 120,\n                        \"total_overs\": 119,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8978,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 79,\n                        \"batting_team_name\": \"Belize\",\n                        \"total_runs\": 121,\n                        \"total_overs\": 96,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4490,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 5,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 15,\n                \"match_loser_team_id\": 19,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 24,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 19,\n                \"toss_loser_team_id\": 15,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 15,\n                \"team1_name\": \"United Arab Emirates\",\n                \"team1_image_url\": null,\n                \"team2_id\": 19,\n                \"team2_name\": \"Oman\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9048,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 19,\n                        \"batting_team_name\": \"Oman\",\n                        \"total_runs\": 133,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9041,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 15,\n                        \"batting_team_name\": \"United Arab Emirates\",\n                        \"total_runs\": 157,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4138,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 2,\n                \"match_loser_team_id\": 10,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 7,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 10,\n                \"toss_loser_team_id\": 2,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 114,\n                \"ground_name\": \"Arnos Vale Ground\",\n                \"main_series_id\": 1197,\n                \"main_series_name\": \"Bangladesh tour of West Indies\",\n                \"team1_id\": 2,\n                \"team1_name\": \"Bangladesh\",\n                \"team1_image_url\": null,\n                \"team2_id\": 10,\n                \"team2_name\": \"West Indies\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8376,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 10,\n                        \"batting_team_name\": \"West Indies\",\n                        \"total_runs\": 140,\n                        \"total_overs\": 119,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8372,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 2,\n                        \"batting_team_name\": \"Bangladesh\",\n                        \"total_runs\": 147,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4463,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 32,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 81,\n                \"match_loser_team_id\": 101,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 48,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 101,\n                \"toss_loser_team_id\": 81,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 253,\n                \"ground_name\": \"Hurlingham Club Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 81,\n                \"team1_name\": \"Panama\",\n                \"team1_image_url\": null,\n                \"team2_id\": 101,\n                \"team2_name\": \"Mexico\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8968,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 81,\n                        \"batting_team_name\": \"Panama\",\n                        \"total_runs\": 111,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8973,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 101,\n                        \"batting_team_name\": \"Mexico\",\n                        \"total_runs\": 63,\n                        \"total_overs\": 88,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4498,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 6,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 50,\n                \"match_loser_team_id\": 44,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 9,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 50,\n                \"toss_loser_team_id\": 44,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-15\",\n                \"end_date\": \"2024-12-15\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 44,\n                \"team1_name\": \"Qatar\",\n                \"team1_image_url\": null,\n                \"team2_id\": 50,\n                \"team2_name\": \"Saudi Arabia\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9067,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 50,\n                        \"batting_team_name\": \"Saudi Arabia\",\n                        \"total_runs\": 126,\n                        \"total_overs\": 96,\n                        \"total_wickets\": 1,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9060,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 44,\n                        \"batting_team_name\": \"Qatar\",\n                        \"total_runs\": 123,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4460,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 27,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 79,\n                \"match_loser_team_id\": 81,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 7,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 81,\n                \"toss_loser_team_id\": 79,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 251,\n                \"ground_name\": \"St Albans Club, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 81,\n                \"team1_name\": \"Panama\",\n                \"team1_image_url\": null,\n                \"team2_id\": 79,\n                \"team2_name\": \"Belize\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8952,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 81,\n                        \"batting_team_name\": \"Panama\",\n                        \"total_runs\": 103,\n                        \"total_overs\": 117,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8962,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 79,\n                        \"batting_team_name\": \"Belize\",\n                        \"total_runs\": 104,\n                        \"total_overs\": 83,\n                        \"total_wickets\": 3,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4455,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 28,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 82,\n                \"match_loser_team_id\": 101,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 23,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 101,\n                \"toss_loser_team_id\": 82,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 252,\n                \"ground_name\": \"Belgrano Athletic Club Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 82,\n                \"team1_name\": \"Argentina\",\n                \"team1_image_url\": null,\n                \"team2_id\": 101,\n                \"team2_name\": \"Mexico\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8944,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 82,\n                        \"batting_team_name\": \"Argentina\",\n                        \"total_runs\": 121,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8951,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 101,\n                        \"batting_team_name\": \"Mexico\",\n                        \"total_runs\": 98,\n                        \"total_overs\": 119,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4494,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 4,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 19,\n                \"match_loser_team_id\": 44,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 35,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 44,\n                \"toss_loser_team_id\": 19,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 19,\n                \"team1_name\": \"Oman\",\n                \"team1_image_url\": null,\n                \"team2_id\": 44,\n                \"team2_name\": \"Qatar\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9061,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 44,\n                        \"batting_team_name\": \"Qatar\",\n                        \"total_runs\": 169,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9051,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 19,\n                        \"batting_team_name\": \"Oman\",\n                        \"total_runs\": 204,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 5,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4488,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": null,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 33,\n                \"match_loser_team_id\": 35,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 6,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 35,\n                \"toss_loser_team_id\": 33,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 250,\n                \"ground_name\": \"Gahanga International Cricket Stadium, Rwanda\",\n                \"main_series_id\": 1259,\n                \"main_series_name\": \"Africa Continental Cup\",\n                \"team1_id\": 35,\n                \"team1_name\": \"Nigeria\",\n                \"team1_image_url\": null,\n                \"team2_id\": 33,\n                \"team2_name\": \"Uganda\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9029,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 35,\n                        \"batting_team_name\": \"Nigeria\",\n                        \"total_runs\": 89,\n                        \"total_overs\": 105,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9037,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 33,\n                        \"batting_team_name\": \"Uganda\",\n                        \"total_runs\": 90,\n                        \"total_overs\": 104,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4493,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 3,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 51,\n                \"match_loser_team_id\": 43,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 4,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 43,\n                \"toss_loser_team_id\": 51,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 51,\n                \"team1_name\": \"Bahrain\",\n                \"team1_image_url\": null,\n                \"team2_id\": 43,\n                \"team2_name\": \"Kuwait\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9044,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 51,\n                        \"batting_team_name\": \"Bahrain\",\n                        \"total_runs\": 125,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9054,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 43,\n                        \"batting_team_name\": \"Kuwait\",\n                        \"total_runs\": 121,\n                        \"total_overs\": 117,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4448,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 25,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 45,\n                \"match_loser_team_id\": 104,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 159,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 45,\n                \"toss_loser_team_id\": 104,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 251,\n                \"ground_name\": \"St Albans Club, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 45,\n                \"team1_name\": \"Cayman Islands\",\n                \"team1_image_url\": null,\n                \"team2_id\": 104,\n                \"team2_name\": \"Brazil\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8940,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 104,\n                        \"batting_team_name\": \"Brazil\",\n                        \"total_runs\": 65,\n                        \"total_overs\": 80,\n                        \"total_wickets\": 9,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8932,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 45,\n                        \"batting_team_name\": \"Cayman Islands\",\n                        \"total_runs\": 224,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 1,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4451,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 26,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 80,\n                \"match_loser_team_id\": 106,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 26,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 80,\n                \"toss_loser_team_id\": 106,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-14\",\n                \"end_date\": \"2024-12-14\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 252,\n                \"ground_name\": \"Belgrano Athletic Club Ground, Buenos Aires\",\n                \"main_series_id\": 1258,\n                \"main_series_name\": \"ICC Men's T20 World Cup Sub Regional Americas Qualifier\",\n                \"team1_id\": 80,\n                \"team1_name\": \"Bahamas\",\n                \"team1_image_url\": null,\n                \"team2_id\": 106,\n                \"team2_name\": \"Suriname\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8943,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 106,\n                        \"batting_team_name\": \"Suriname\",\n                        \"total_runs\": 71,\n                        \"total_overs\": 105,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8936,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 80,\n                        \"batting_team_name\": \"Bahamas\",\n                        \"total_runs\": 97,\n                        \"total_overs\": 116,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4126,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 9,\n                \"match_loser_team_id\": 12,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 7,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 12,\n                \"toss_loser_team_id\": 9,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-13\",\n                \"end_date\": \"2024-12-13\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 18,\n                \"ground_name\": \"SuperSport Park\",\n                \"main_series_id\": 1191,\n                \"main_series_name\": \"Pakistan tour of South Africa\",\n                \"team1_id\": 12,\n                \"team1_name\": \"Pakistan\",\n                \"team1_image_url\": null,\n                \"team2_id\": 9,\n                \"team2_name\": \"South Africa\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8334,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 9,\n                        \"batting_team_name\": \"South Africa\",\n                        \"total_runs\": 210,\n                        \"total_overs\": 117,\n                        \"total_wickets\": 3,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8324,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 12,\n                        \"batting_team_name\": \"Pakistan\",\n                        \"total_runs\": 206,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 5,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4491,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 2,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 43,\n                \"match_loser_team_id\": 50,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 6,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 43,\n                \"toss_loser_team_id\": 50,\n                \"is_toss_decision_bat\": false,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-13\",\n                \"end_date\": \"2024-12-13\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 50,\n                \"team1_name\": \"Saudi Arabia\",\n                \"team1_image_url\": null,\n                \"team2_id\": 43,\n                \"team2_name\": \"Kuwait\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9043,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 50,\n                        \"batting_team_name\": \"Saudi Arabia\",\n                        \"total_runs\": 136,\n                        \"total_overs\": 114,\n                        \"total_wickets\": 10,\n                        \"innings_end\": \"all_out\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9052,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 43,\n                        \"batting_team_name\": \"Kuwait\",\n                        \"total_runs\": 140,\n                        \"total_overs\": 101,\n                        \"total_wickets\": 4,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4469,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 17,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 35,\n                \"match_loser_team_id\": 65,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 37,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 35,\n                \"toss_loser_team_id\": 65,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-13\",\n                \"end_date\": \"2024-12-13\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 250,\n                \"ground_name\": \"Gahanga International Cricket Stadium, Rwanda\",\n                \"main_series_id\": 1259,\n                \"main_series_name\": \"Africa Continental Cup\",\n                \"team1_id\": 35,\n                \"team1_name\": \"Nigeria\",\n                \"team1_image_url\": null,\n                \"team2_id\": 65,\n                \"team2_name\": \"Rwanda\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 8982,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 35,\n                        \"batting_team_name\": \"Nigeria\",\n                        \"total_runs\": 151,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 8990,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 65,\n                        \"batting_team_name\": \"Rwanda\",\n                        \"total_runs\": 114,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4486,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 18,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 33,\n                \"match_loser_team_id\": 34,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": true,\n                \"win_margin\": 32,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 33,\n                \"toss_loser_team_id\": 34,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-13\",\n                \"end_date\": \"2024-12-13\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 250,\n                \"ground_name\": \"Gahanga International Cricket Stadium, Rwanda\",\n                \"main_series_id\": 1259,\n                \"main_series_name\": \"Africa Continental Cup\",\n                \"team1_id\": 33,\n                \"team1_name\": \"Uganda\",\n                \"team1_image_url\": null,\n                \"team2_id\": 34,\n                \"team2_name\": \"Botswana\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9021,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 33,\n                        \"batting_team_name\": \"Uganda\",\n                        \"total_runs\": 141,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 6,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9031,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 34,\n                        \"batting_team_name\": \"Botswana\",\n                        \"total_runs\": 109,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 7,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            },\n            {\n                \"match_id\": 4489,\n                \"playing_level\": \"international\",\n                \"playing_format\": \"T20I\",\n                \"match_type\": null,\n                \"event_match_number\": 1,\n                \"match_state\": \"completed\",\n                \"match_state_description\": null,\n                \"match_winner_team_id\": 15,\n                \"match_loser_team_id\": 51,\n                \"is_won_by_innings\": false,\n                \"is_won_by_runs\": false,\n                \"win_margin\": 8,\n                \"balls_remaining_after_win\": null,\n                \"super_over_winner_id\": null,\n                \"bowl_out_winner_id\": null,\n                \"outcome_special_method\": null,\n                \"toss_winner_team_id\": 51,\n                \"toss_loser_team_id\": 15,\n                \"is_toss_decision_bat\": true,\n                \"season\": \"2024/25\",\n                \"start_date\": \"2024-12-13\",\n                \"end_date\": \"2024-12-13\",\n                \"start_datetime_utc\": null,\n                \"is_day_night\": null,\n                \"ground_id\": 126,\n                \"ground_name\": \"ICC Academy\",\n                \"main_series_id\": 1262,\n                \"main_series_name\": \"Gulf T20I Championship\",\n                \"team1_id\": 51,\n                \"team1_name\": \"Bahrain\",\n                \"team1_image_url\": null,\n                \"team2_id\": 15,\n                \"team2_name\": \"United Arab Emirates\",\n                \"team2_image_url\": null,\n                \"innings_scores\": [\n                    {\n                        \"innings_id\": 9042,\n                        \"innings_number\": 2,\n                        \"batting_team_id\": 15,\n                        \"batting_team_name\": \"United Arab Emirates\",\n                        \"total_runs\": 117,\n                        \"total_overs\": 101,\n                        \"total_wickets\": 2,\n                        \"innings_end\": \"target_reached\",\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    },\n                    {\n                        \"innings_id\": 9039,\n                        \"innings_number\": 1,\n                        \"batting_team_id\": 51,\n                        \"batting_team_name\": \"Bahrain\",\n                        \"total_runs\": 113,\n                        \"total_overs\": 120,\n                        \"total_wickets\": 8,\n                        \"innings_end\": null,\n                        \"target_runs\": null,\n                        \"max_overs\": null\n                    }\n                ]\n            }\n        ],\n        \"next\": true\n    }\n}"}],"_postman_id":"b9d9ef14-c4dd-400d-afed-760c62edb772"},{"name":"Get Match Summary","event":[{"listen":"test","script":{"id":"80576714-5347-4ca3-a8f8-f6802c1b8a7f","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","","    const inningsId = pm.response.json().data.match_header.innings_scores[0].innings_id;","","    pm.collectionVariables.set(\"test_innings0_id\", inningsId)","});"],"type":"text/javascript","packages":{}}}],"id":"705d37fe-1450-4b47-82e6-6ed0d2a0556c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/matches/:matchId/summary","description":"<ul>\n<li>Sort innings and batter/bowler scorecard entries at the front-end</li>\n</ul>\n","urlObject":{"path":["matches",":matchId","summary"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"matchId"}]}},"response":[{"id":"1010735c-2f8a-4f1a-ae4a-bb4810461cb6","name":"Get Match Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/matches/:matchId/summary","host":["http://localhost:8080"],"path":["matches",":matchId","summary"],"variable":[{"key":"matchId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:38:33 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched match summary\",\n    \"data\": {\n        \"match_header\": {\n            \"match_id\": 1,\n            \"playing_level\": \"international\",\n            \"playing_format\": \"ODI\",\n            \"match_type\": null,\n            \"event_match_number\": 10,\n            \"match_state\": \"completed\",\n            \"match_state_description\": null,\n            \"match_winner_team_id\": 1,\n            \"match_loser_team_id\": 6,\n            \"is_won_by_innings\": false,\n            \"is_won_by_runs\": true,\n            \"win_margin\": 40,\n            \"balls_remaining_after_win\": null,\n            \"super_over_winner_id\": null,\n            \"bowl_out_winner_id\": null,\n            \"outcome_special_method\": \"D/L\",\n            \"toss_winner_team_id\": 1,\n            \"toss_loser_team_id\": 6,\n            \"is_toss_decision_bat\": false,\n            \"season\": \"2017\",\n            \"start_date\": \"2017-06-10\",\n            \"end_date\": \"2017-06-10\",\n            \"start_datetime_utc\": null,\n            \"is_day_night\": null,\n            \"ground_id\": 7,\n            \"ground_name\": \"Edgbaston\",\n            \"main_series_id\": 1,\n            \"main_series_name\": \"ICC Champions Trophy\",\n            \"team1_id\": 1,\n            \"team1_name\": \"England\",\n            \"team1_image_url\": null,\n            \"team2_id\": 6,\n            \"team2_name\": \"Australia\",\n            \"team2_image_url\": null,\n            \"innings_scores\": [\n                {\n                    \"innings_id\": 12,\n                    \"innings_number\": 2,\n                    \"batting_team_id\": 1,\n                    \"batting_team_name\": \"England\",\n                    \"total_runs\": 240,\n                    \"total_overs\": 242,\n                    \"total_wickets\": 4,\n                    \"innings_end\": \"target_reached\",\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                },\n                {\n                    \"innings_id\": 1,\n                    \"innings_number\": 1,\n                    \"batting_team_id\": 6,\n                    \"batting_team_name\": \"Australia\",\n                    \"total_runs\": 277,\n                    \"total_overs\": 300,\n                    \"total_wickets\": 9,\n                    \"innings_end\": null,\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                }\n            ],\n            \"player_awards\": [\n                {\n                    \"player_id\": 9,\n                    \"player_name\": \"BA Stokes\",\n                    \"award_type\": \"player_of_the_match\"\n                }\n            ]\n        },\n        \"scorecard_summary\": [\n            {\n                \"innings_id\": 1,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Australia\",\n                \"total_runs\": 277,\n                \"total_wickets\": 9,\n                \"total_overs\": 300,\n                \"top_batters\": [\n                    {\n                        \"batter_id\": 11,\n                        \"batter_name\": \"TM Head\",\n                        \"runs_scored\": 71,\n                        \"balls_faced\": 64,\n                        \"fours_scored\": 5,\n                        \"sixes_scored\": 2\n                    },\n                    {\n                        \"batter_id\": 3,\n                        \"batter_name\": \"AJ Finch\",\n                        \"runs_scored\": 68,\n                        \"balls_faced\": 64,\n                        \"fours_scored\": 8,\n                        \"sixes_scored\": 0\n                    }\n                ],\n                \"top_bowlers\": [\n                    {\n                        \"bowler_id\": 63,\n                        \"bowler_name\": \"MA Wood\",\n                        \"overs_bowled\": 10,\n                        \"maiden_overs\": 1,\n                        \"wickets_taken\": 4,\n                        \"runs_conceded\": 33\n                    },\n                    {\n                        \"bowler_id\": 31,\n                        \"bowler_name\": \"AU Rashid\",\n                        \"overs_bowled\": 10,\n                        \"maiden_overs\": 1,\n                        \"wickets_taken\": 4,\n                        \"runs_conceded\": 41\n                    }\n                ]\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_number\": 2,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"England\",\n                \"total_runs\": 240,\n                \"total_wickets\": 4,\n                \"total_overs\": 242,\n                \"top_batters\": [\n                    {\n                        \"batter_id\": 9,\n                        \"batter_name\": \"BA Stokes\",\n                        \"runs_scored\": 102,\n                        \"balls_faced\": 109,\n                        \"fours_scored\": 13,\n                        \"sixes_scored\": 2\n                    },\n                    {\n                        \"batter_id\": 2,\n                        \"batter_name\": \"EJG Morgan\",\n                        \"runs_scored\": 87,\n                        \"balls_faced\": 81,\n                        \"fours_scored\": 8,\n                        \"sixes_scored\": 5\n                    }\n                ],\n                \"top_bowlers\": [\n                    {\n                        \"bowler_id\": 67,\n                        \"bowler_name\": \"JR Hazlewood\",\n                        \"overs_bowled\": 9,\n                        \"maiden_overs\": 0,\n                        \"wickets_taken\": 2,\n                        \"runs_conceded\": 50\n                    },\n                    {\n                        \"bowler_id\": 54,\n                        \"bowler_name\": \"MA Starc\",\n                        \"overs_bowled\": 10,\n                        \"maiden_overs\": 0,\n                        \"wickets_taken\": 1,\n                        \"runs_conceded\": 52\n                    }\n                ]\n            }\n        ],\n        \"latest_commentary\": [\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 243,\n                \"ball_number\": 40.2,\n                \"over_number\": 41,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 242,\n                \"ball_number\": 40.1,\n                \"over_number\": 41,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 241,\n                \"ball_number\": 39.6,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 240,\n                \"ball_number\": 39.5,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 239,\n                \"ball_number\": 39.4,\n                \"over_number\": 40,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 238,\n                \"ball_number\": 39.3,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 237,\n                \"ball_number\": 39.2,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 236,\n                \"ball_number\": 39.1,\n                \"over_number\": 40,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 235,\n                \"ball_number\": 38.6,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 234,\n                \"ball_number\": 38.5,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 233,\n                \"ball_number\": 38.4,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 232,\n                \"ball_number\": 38.3,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 231,\n                \"ball_number\": 38.2,\n                \"over_number\": 39,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 230,\n                \"ball_number\": 38.1,\n                \"over_number\": 39,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 229,\n                \"ball_number\": 37.6,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 228,\n                \"ball_number\": 37.5,\n                \"over_number\": 38,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 227,\n                \"ball_number\": 37.4,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 226,\n                \"ball_number\": 37.3,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 225,\n                \"ball_number\": 37.2,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 224,\n                \"ball_number\": 37.1,\n                \"over_number\": 38,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 223,\n                \"ball_number\": 36.6,\n                \"over_number\": 37,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 222,\n                \"ball_number\": 36.5,\n                \"over_number\": 37,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 221,\n                \"ball_number\": 36.4,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 220,\n                \"ball_number\": 36.3,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 219,\n                \"ball_number\": 36.2,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 218,\n                \"ball_number\": 36.1,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 217,\n                \"ball_number\": 35.6,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 216,\n                \"ball_number\": 35.5,\n                \"over_number\": 36,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 215,\n                \"ball_number\": 35.4,\n                \"over_number\": 36,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 214,\n                \"ball_number\": 35.3,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 213,\n                \"ball_number\": 35.2,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 212,\n                \"ball_number\": 35.1,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 211,\n                \"ball_number\": 34.6,\n                \"over_number\": 35,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 210,\n                \"ball_number\": 34.5,\n                \"over_number\": 35,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 209,\n                \"ball_number\": 34.4,\n                \"over_number\": 35,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 208,\n                \"ball_number\": 34.3,\n                \"over_number\": 35,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 207,\n                \"ball_number\": 34.2,\n                \"over_number\": 35,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 206,\n                \"ball_number\": 34.1,\n                \"over_number\": 35,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 205,\n                \"ball_number\": 33.6,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 204,\n                \"ball_number\": 33.5,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 203,\n                \"ball_number\": 33.4,\n                \"over_number\": 34,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 202,\n                \"ball_number\": 33.3,\n                \"over_number\": 34,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 201,\n                \"ball_number\": 33.2,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 200,\n                \"ball_number\": 33.1,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 199,\n                \"ball_number\": 32.6,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 198,\n                \"ball_number\": 32.5,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 197,\n                \"ball_number\": 32.4,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 196,\n                \"ball_number\": 32.3,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 195,\n                \"ball_number\": 32.2,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 194,\n                \"ball_number\": 32.1,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"705d37fe-1450-4b47-82e6-6ed0d2a0556c"},{"name":"Get Match Full Scorecard","event":[{"listen":"test","script":{"id":"80576714-5347-4ca3-a8f8-f6802c1b8a7f","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2f5661bb-0421-4ad7-b213-08abb5e24487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/matches/:matchId/full-scorecard","description":"<ul>\n<li>Sort innings and batter/bowler scorecard entries at the front-end</li>\n</ul>\n","urlObject":{"path":["matches",":matchId","full-scorecard"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"matchId"}]}},"response":[{"id":"8bcd2d03-d296-4823-b71c-c5eeeca5858e","name":"Get Match Full Scorecard","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/matches/:matchId/full-scorecard","host":["http://localhost:8080"],"path":["matches",":matchId","full-scorecard"],"variable":[{"key":"matchId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:38:57 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched match scorecard\",\n    \"data\": {\n        \"match_header\": {\n            \"match_id\": 1,\n            \"playing_level\": \"international\",\n            \"playing_format\": \"ODI\",\n            \"match_type\": null,\n            \"event_match_number\": 10,\n            \"match_state\": \"completed\",\n            \"match_state_description\": null,\n            \"match_winner_team_id\": 1,\n            \"match_loser_team_id\": 6,\n            \"is_won_by_innings\": false,\n            \"is_won_by_runs\": true,\n            \"win_margin\": 40,\n            \"balls_remaining_after_win\": null,\n            \"super_over_winner_id\": null,\n            \"bowl_out_winner_id\": null,\n            \"outcome_special_method\": \"D/L\",\n            \"toss_winner_team_id\": 1,\n            \"toss_loser_team_id\": 6,\n            \"is_toss_decision_bat\": false,\n            \"season\": \"2017\",\n            \"start_date\": \"2017-06-10\",\n            \"end_date\": \"2017-06-10\",\n            \"start_datetime_utc\": null,\n            \"is_day_night\": null,\n            \"ground_id\": 7,\n            \"ground_name\": \"Edgbaston\",\n            \"main_series_id\": 1,\n            \"main_series_name\": \"ICC Champions Trophy\",\n            \"team1_id\": 1,\n            \"team1_name\": \"England\",\n            \"team1_image_url\": null,\n            \"team2_id\": 6,\n            \"team2_name\": \"Australia\",\n            \"team2_image_url\": null,\n            \"innings_scores\": [\n                {\n                    \"innings_id\": 12,\n                    \"innings_number\": 2,\n                    \"batting_team_id\": 1,\n                    \"batting_team_name\": \"England\",\n                    \"total_runs\": 240,\n                    \"total_overs\": 242,\n                    \"total_wickets\": 4,\n                    \"innings_end\": \"target_reached\",\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                },\n                {\n                    \"innings_id\": 1,\n                    \"innings_number\": 1,\n                    \"batting_team_id\": 6,\n                    \"batting_team_name\": \"Australia\",\n                    \"total_runs\": 277,\n                    \"total_overs\": 300,\n                    \"total_wickets\": 9,\n                    \"innings_end\": null,\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                }\n            ],\n            \"player_awards\": [\n                {\n                    \"player_id\": 9,\n                    \"player_name\": \"BA Stokes\",\n                    \"award_type\": \"player_of_the_match\"\n                }\n            ]\n        },\n        \"innings_scorecards\": [\n            {\n                \"innings_id\": 12,\n                \"innings_number\": 2,\n                \"batting_team_id\": 1,\n                \"batting_team_name\": \"England\",\n                \"total_runs\": 240,\n                \"total_overs\": 242,\n                \"total_wickets\": 4,\n                \"byes\": 0,\n                \"leg_byes\": 2,\n                \"wides\": 1,\n                \"noballs\": 0,\n                \"penalty\": 0,\n                \"innings_end\": \"target_reached\",\n                \"target_runs\": null,\n                \"max_overs\": null,\n                \"batter_scorecard_entries\": [\n                    {\n                        \"batter_id\": 1,\n                        \"batter_name\": \"JT Ball\",\n                        \"batting_position\": null,\n                        \"has_batted\": null,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 0,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0\n                    },\n                    {\n                        \"batter_id\": 2,\n                        \"batter_name\": \"EJG Morgan\",\n                        \"batting_position\": 4,\n                        \"has_batted\": true,\n                        \"runs_scored\": 87,\n                        \"balls_faced\": 81,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 8,\n                        \"sixes_scored\": 5,\n                        \"dismissal_type\": \"run out\"\n                    },\n                    {\n                        \"batter_id\": 5,\n                        \"batter_name\": \"JE Root\",\n                        \"batting_position\": 3,\n                        \"has_batted\": true,\n                        \"runs_scored\": 15,\n                        \"balls_faced\": 14,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 2,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 67,\n                        \"dismissed_by_name\": \"JR Hazlewood\"\n                    },\n                    {\n                        \"batter_id\": 9,\n                        \"batter_name\": \"BA Stokes\",\n                        \"batting_position\": 5,\n                        \"has_batted\": true,\n                        \"runs_scored\": 102,\n                        \"balls_faced\": 109,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 13,\n                        \"sixes_scored\": 2\n                    },\n                    {\n                        \"batter_id\": 22,\n                        \"batter_name\": \"AD Hales\",\n                        \"batting_position\": 1,\n                        \"has_batted\": true,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 4,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 67,\n                        \"dismissed_by_name\": \"JR Hazlewood\"\n                    },\n                    {\n                        \"batter_id\": 30,\n                        \"batter_name\": \"JJ Roy\",\n                        \"batting_position\": 2,\n                        \"has_batted\": true,\n                        \"runs_scored\": 4,\n                        \"balls_faced\": 2,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 1,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"lbw\",\n                        \"dismissed_by_id\": 54,\n                        \"dismissed_by_name\": \"MA Starc\"\n                    },\n                    {\n                        \"batter_id\": 31,\n                        \"batter_name\": \"AU Rashid\",\n                        \"batting_position\": null,\n                        \"has_batted\": null,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 0,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0\n                    },\n                    {\n                        \"batter_id\": 32,\n                        \"batter_name\": \"MM Ali\",\n                        \"batting_position\": null,\n                        \"has_batted\": null,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 0,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0\n                    },\n                    {\n                        \"batter_id\": 55,\n                        \"batter_name\": \"LE Plunkett\",\n                        \"batting_position\": null,\n                        \"has_batted\": null,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 0,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0\n                    },\n                    {\n                        \"batter_id\": 62,\n                        \"batter_name\": \"JC Buttler\",\n                        \"batting_position\": 6,\n                        \"has_batted\": true,\n                        \"runs_scored\": 29,\n                        \"balls_faced\": 32,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 3,\n                        \"sixes_scored\": 1\n                    },\n                    {\n                        \"batter_id\": 63,\n                        \"batter_name\": \"MA Wood\",\n                        \"batting_position\": null,\n                        \"has_batted\": null,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 0,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0\n                    }\n                ],\n                \"bowler_scorecard_entries\": [\n                    {\n                        \"bowler_id\": 6,\n                        \"bowler_name\": \"GJ Maxwell\",\n                        \"bowling_position\": 7,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 14,\n                        \"overs_bowled\": 2,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 0,\n                        \"sixes_conceded\": 2,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 11,\n                        \"bowler_name\": \"TM Head\",\n                        \"bowling_position\": 4,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 9,\n                        \"overs_bowled\": 2,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 1,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 13,\n                        \"bowler_name\": \"PJ Cummins\",\n                        \"bowling_position\": 3,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 55,\n                        \"overs_bowled\": 8,\n                        \"maiden_overs\": 1,\n                        \"fours_conceded\": 9,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 54,\n                        \"bowler_name\": \"MA Starc\",\n                        \"bowling_position\": 1,\n                        \"wickets_taken\": 1,\n                        \"runs_conceded\": 52,\n                        \"overs_bowled\": 10,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 7,\n                        \"sixes_conceded\": 1,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 65,\n                        \"bowler_name\": \"A Zampa\",\n                        \"bowling_position\": 6,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 52,\n                        \"overs_bowled\": 8.2,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 5,\n                        \"sixes_conceded\": 2,\n                        \"wides_conceded\": 1,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 67,\n                        \"bowler_name\": \"JR Hazlewood\",\n                        \"bowling_position\": 2,\n                        \"wickets_taken\": 2,\n                        \"runs_conceded\": 50,\n                        \"overs_bowled\": 9,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 4,\n                        \"sixes_conceded\": 3,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 111,\n                        \"bowler_name\": \"MC Henriques\",\n                        \"bowling_position\": 5,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 6,\n                        \"overs_bowled\": 1,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 1,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    }\n                ],\n                \"fall_of_wickets\": [\n                    {\n                        \"batter_id\": 30,\n                        \"batter_name\": \"JJ Roy\",\n                        \"ball_number\": 0.2,\n                        \"team_runs\": 4,\n                        \"wicket_number\": 1\n                    },\n                    {\n                        \"batter_id\": 22,\n                        \"batter_name\": \"AD Hales\",\n                        \"ball_number\": 1.2,\n                        \"team_runs\": 6,\n                        \"wicket_number\": 2\n                    },\n                    {\n                        \"batter_id\": 5,\n                        \"batter_name\": \"JE Root\",\n                        \"ball_number\": 5.4,\n                        \"team_runs\": 35,\n                        \"wicket_number\": 3\n                    },\n                    {\n                        \"batter_id\": 2,\n                        \"batter_name\": \"EJG Morgan\",\n                        \"ball_number\": 31.5,\n                        \"team_runs\": 194,\n                        \"wicket_number\": 4\n                    }\n                ]\n            },\n            {\n                \"innings_id\": 1,\n                \"innings_number\": 1,\n                \"batting_team_id\": 6,\n                \"batting_team_name\": \"Australia\",\n                \"total_runs\": 277,\n                \"total_overs\": 300,\n                \"total_wickets\": 9,\n                \"byes\": 0,\n                \"leg_byes\": 8,\n                \"wides\": 8,\n                \"noballs\": 1,\n                \"penalty\": 0,\n                \"innings_end\": null,\n                \"target_runs\": null,\n                \"max_overs\": null,\n                \"batter_scorecard_entries\": [\n                    {\n                        \"batter_id\": 3,\n                        \"batter_name\": \"AJ Finch\",\n                        \"batting_position\": 1,\n                        \"has_batted\": true,\n                        \"runs_scored\": 68,\n                        \"balls_faced\": 64,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 8,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 9,\n                        \"dismissed_by_name\": \"BA Stokes\"\n                    },\n                    {\n                        \"batter_id\": 6,\n                        \"batter_name\": \"GJ Maxwell\",\n                        \"batting_position\": 6,\n                        \"has_batted\": true,\n                        \"runs_scored\": 20,\n                        \"balls_faced\": 31,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 2,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 63,\n                        \"dismissed_by_name\": \"MA Wood\"\n                    },\n                    {\n                        \"batter_id\": 11,\n                        \"batter_name\": \"TM Head\",\n                        \"batting_position\": 5,\n                        \"has_batted\": true,\n                        \"runs_scored\": 71,\n                        \"balls_faced\": 64,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 5,\n                        \"sixes_scored\": 2\n                    },\n                    {\n                        \"batter_id\": 12,\n                        \"batter_name\": \"SPD Smith\",\n                        \"batting_position\": 3,\n                        \"has_batted\": true,\n                        \"runs_scored\": 56,\n                        \"balls_faced\": 77,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 5,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 63,\n                        \"dismissed_by_name\": \"MA Wood\"\n                    },\n                    {\n                        \"batter_id\": 13,\n                        \"batter_name\": \"PJ Cummins\",\n                        \"batting_position\": 9,\n                        \"has_batted\": true,\n                        \"runs_scored\": 4,\n                        \"balls_faced\": 7,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught and bowled\",\n                        \"dismissed_by_id\": 31,\n                        \"dismissed_by_name\": \"AU Rashid\"\n                    },\n                    {\n                        \"batter_id\": 29,\n                        \"batter_name\": \"MS Wade\",\n                        \"batting_position\": 7,\n                        \"has_batted\": true,\n                        \"runs_scored\": 2,\n                        \"balls_faced\": 3,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught and bowled\",\n                        \"dismissed_by_id\": 31,\n                        \"dismissed_by_name\": \"AU Rashid\"\n                    },\n                    {\n                        \"batter_id\": 34,\n                        \"batter_name\": \"DA Warner\",\n                        \"batting_position\": 2,\n                        \"has_batted\": true,\n                        \"runs_scored\": 21,\n                        \"balls_faced\": 25,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 4,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 63,\n                        \"dismissed_by_name\": \"MA Wood\"\n                    },\n                    {\n                        \"batter_id\": 54,\n                        \"batter_name\": \"MA Starc\",\n                        \"batting_position\": 8,\n                        \"has_batted\": true,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 3,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 31,\n                        \"dismissed_by_name\": \"AU Rashid\"\n                    },\n                    {\n                        \"batter_id\": 65,\n                        \"batter_name\": \"A Zampa\",\n                        \"batting_position\": 10,\n                        \"has_batted\": true,\n                        \"runs_scored\": 0,\n                        \"balls_faced\": 3,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"bowled\",\n                        \"dismissed_by_id\": 63,\n                        \"dismissed_by_name\": \"MA Wood\"\n                    },\n                    {\n                        \"batter_id\": 67,\n                        \"batter_name\": \"JR Hazlewood\",\n                        \"batting_position\": 11,\n                        \"has_batted\": true,\n                        \"runs_scored\": 1,\n                        \"balls_faced\": 5,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 0,\n                        \"sixes_scored\": 0\n                    },\n                    {\n                        \"batter_id\": 111,\n                        \"batter_name\": \"MC Henriques\",\n                        \"batting_position\": 4,\n                        \"has_batted\": true,\n                        \"runs_scored\": 17,\n                        \"balls_faced\": 19,\n                        \"minutes_batted\": 0,\n                        \"fours_scored\": 3,\n                        \"sixes_scored\": 0,\n                        \"dismissal_type\": \"caught\",\n                        \"dismissed_by_id\": 31,\n                        \"dismissed_by_name\": \"AU Rashid\"\n                    }\n                ],\n                \"bowler_scorecard_entries\": [\n                    {\n                        \"bowler_id\": 1,\n                        \"bowler_name\": \"JT Ball\",\n                        \"bowling_position\": 1,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 61,\n                        \"overs_bowled\": 9,\n                        \"maiden_overs\": 1,\n                        \"fours_conceded\": 7,\n                        \"sixes_conceded\": 1,\n                        \"wides_conceded\": 1,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 9,\n                        \"bowler_name\": \"BA Stokes\",\n                        \"bowling_position\": 4,\n                        \"wickets_taken\": 1,\n                        \"runs_conceded\": 61,\n                        \"overs_bowled\": 8,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 8,\n                        \"sixes_conceded\": 1,\n                        \"wides_conceded\": 4,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 31,\n                        \"bowler_name\": \"AU Rashid\",\n                        \"bowling_position\": 5,\n                        \"wickets_taken\": 4,\n                        \"runs_conceded\": 41,\n                        \"overs_bowled\": 10,\n                        \"maiden_overs\": 1,\n                        \"fours_conceded\": 0,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 32,\n                        \"bowler_name\": \"MM Ali\",\n                        \"bowling_position\": 6,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 24,\n                        \"overs_bowled\": 5,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 2,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 2,\n                        \"noballs_conceded\": 0\n                    },\n                    {\n                        \"bowler_id\": 55,\n                        \"bowler_name\": \"LE Plunkett\",\n                        \"bowling_position\": 3,\n                        \"wickets_taken\": 0,\n                        \"runs_conceded\": 49,\n                        \"overs_bowled\": 8,\n                        \"maiden_overs\": 0,\n                        \"fours_conceded\": 6,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 1,\n                        \"noballs_conceded\": 1\n                    },\n                    {\n                        \"bowler_id\": 63,\n                        \"bowler_name\": \"MA Wood\",\n                        \"bowling_position\": 2,\n                        \"wickets_taken\": 4,\n                        \"runs_conceded\": 33,\n                        \"overs_bowled\": 10,\n                        \"maiden_overs\": 1,\n                        \"fours_conceded\": 4,\n                        \"sixes_conceded\": 0,\n                        \"wides_conceded\": 0,\n                        \"noballs_conceded\": 0\n                    }\n                ],\n                \"fall_of_wickets\": [\n                    {\n                        \"batter_id\": 34,\n                        \"batter_name\": \"DA Warner\",\n                        \"ball_number\": 7.2,\n                        \"team_runs\": 40,\n                        \"wicket_number\": 1\n                    },\n                    {\n                        \"batter_id\": 3,\n                        \"batter_name\": \"AJ Finch\",\n                        \"ball_number\": 22.6,\n                        \"team_runs\": 136,\n                        \"wicket_number\": 2\n                    },\n                    {\n                        \"batter_id\": 111,\n                        \"batter_name\": \"MC Henriques\",\n                        \"ball_number\": 27.4,\n                        \"team_runs\": 161,\n                        \"wicket_number\": 3\n                    },\n                    {\n                        \"batter_id\": 12,\n                        \"batter_name\": \"SPD Smith\",\n                        \"ball_number\": 32.1,\n                        \"team_runs\": 181,\n                        \"wicket_number\": 4\n                    },\n                    {\n                        \"batter_id\": 6,\n                        \"batter_name\": \"GJ Maxwell\",\n                        \"ball_number\": 42.3,\n                        \"team_runs\": 239,\n                        \"wicket_number\": 5\n                    },\n                    {\n                        \"batter_id\": 29,\n                        \"batter_name\": \"MS Wade\",\n                        \"ball_number\": 43.3,\n                        \"team_runs\": 245,\n                        \"wicket_number\": 6\n                    },\n                    {\n                        \"batter_id\": 54,\n                        \"batter_name\": \"MA Starc\",\n                        \"ball_number\": 43.6,\n                        \"team_runs\": 245,\n                        \"wicket_number\": 7\n                    },\n                    {\n                        \"batter_id\": 13,\n                        \"batter_name\": \"PJ Cummins\",\n                        \"ball_number\": 45.6,\n                        \"team_runs\": 253,\n                        \"wicket_number\": 8\n                    },\n                    {\n                        \"batter_id\": 65,\n                        \"batter_name\": \"A Zampa\",\n                        \"ball_number\": 46.4,\n                        \"team_runs\": 254,\n                        \"wicket_number\": 9\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"2f5661bb-0421-4ad7-b213-08abb5e24487"},{"name":"Get Match Stats","event":[{"listen":"test","script":{"id":"80576714-5347-4ca3-a8f8-f6802c1b8a7f","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"243f8e0a-c8da-4a31-81a9-ed436d3d9e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/matches/:matchId/stats","description":"<ul>\n<li>Sort innings and batter/bowler scorecard entries at the front-end</li>\n</ul>\n","urlObject":{"path":["matches",":matchId","stats"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"matchId"}]}},"response":[{"id":"4686b43f-b580-4b54-9078-ee1549cf4e48","name":"Get Match Stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/matches/:matchId/stats","host":["http://localhost:8080"],"path":["matches",":matchId","stats"],"variable":[{"key":"matchId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 29 May 2025 10:00:02 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched match stats\",\n    \"data\": {\n        \"match_header\": {\n            \"match_id\": 1,\n            \"playing_level\": \"international\",\n            \"playing_format\": \"ODI\",\n            \"match_type\": null,\n            \"event_match_number\": 10,\n            \"match_state\": \"completed\",\n            \"match_state_description\": null,\n            \"match_winner_team_id\": 5,\n            \"match_loser_team_id\": 2,\n            \"is_won_by_innings\": false,\n            \"is_won_by_runs\": true,\n            \"win_margin\": 40,\n            \"balls_remaining_after_win\": null,\n            \"super_over_winner_id\": null,\n            \"bowl_out_winner_id\": null,\n            \"outcome_special_method\": \"D/L\",\n            \"toss_winner_team_id\": 5,\n            \"toss_loser_team_id\": 2,\n            \"is_toss_decision_bat\": false,\n            \"season\": \"2017\",\n            \"start_date\": \"2017-06-10\",\n            \"end_date\": \"2017-06-10\",\n            \"start_datetime_utc\": null,\n            \"is_day_night\": null,\n            \"ground_id\": 7,\n            \"ground_name\": \"Edgbaston\",\n            \"main_series_id\": 2,\n            \"main_series_name\": \"ICC Champions Trophy\",\n            \"team1_id\": 5,\n            \"team1_name\": \"England\",\n            \"team1_image_url\": null,\n            \"team2_id\": 2,\n            \"team2_name\": \"Australia\",\n            \"team2_image_url\": null,\n            \"innings_scores\": [\n                {\n                    \"innings_id\": 1,\n                    \"innings_number\": 1,\n                    \"batting_team_id\": 2,\n                    \"batting_team_name\": \"Australia\",\n                    \"total_runs\": 277,\n                    \"total_overs\": 300,\n                    \"total_wickets\": 9,\n                    \"innings_end\": null,\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                },\n                {\n                    \"innings_id\": 16,\n                    \"innings_number\": 2,\n                    \"batting_team_id\": 5,\n                    \"batting_team_name\": \"England\",\n                    \"total_runs\": 240,\n                    \"total_overs\": 242,\n                    \"total_wickets\": 4,\n                    \"innings_end\": \"target_reached\",\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                }\n            ],\n            \"player_awards\": [\n                {\n                    \"player_id\": 112,\n                    \"player_name\": \"BA Stokes\",\n                    \"award_type\": \"player_of_the_match\"\n                }\n            ]\n        },\n        \"innings\": [\n            {\n                \"innings_id\": 1,\n                \"innings_number\": 1,\n                \"batting_team_id\": 2,\n                \"batting_team_name\": \"Australia\",\n                \"partnerships\": [\n                    {\n                        \"for_wicket\": 1,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 0.1,\n                        \"end_ball_number\": 7.2,\n                        \"partnership_runs\": 40,\n                        \"batter1_id\": 4,\n                        \"batter1_name\": \"DA Warner\",\n                        \"batter1_runs\": 21,\n                        \"batter1_balls\": 25,\n                        \"batter2_id\": 25,\n                        \"batter2_name\": \"AJ Finch\",\n                        \"batter2_runs\": 17,\n                        \"batter2_balls\": 19\n                    },\n                    {\n                        \"for_wicket\": 2,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 7.3,\n                        \"end_ball_number\": 22.6,\n                        \"partnership_runs\": 96,\n                        \"batter1_id\": 17,\n                        \"batter1_name\": \"SPD Smith\",\n                        \"batter1_runs\": 40,\n                        \"batter1_balls\": 49,\n                        \"batter2_id\": 25,\n                        \"batter2_name\": \"AJ Finch\",\n                        \"batter2_runs\": 51,\n                        \"batter2_balls\": 45\n                    },\n                    {\n                        \"for_wicket\": 3,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 22.7,\n                        \"end_ball_number\": 27.4,\n                        \"partnership_runs\": 25,\n                        \"batter1_id\": 17,\n                        \"batter1_name\": \"SPD Smith\",\n                        \"batter1_runs\": 6,\n                        \"batter1_balls\": 10,\n                        \"batter2_id\": 118,\n                        \"batter2_name\": \"MC Henriques\",\n                        \"batter2_runs\": 17,\n                        \"batter2_balls\": 19\n                    },\n                    {\n                        \"for_wicket\": 4,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 27.5,\n                        \"end_ball_number\": 32.1,\n                        \"partnership_runs\": 20,\n                        \"batter1_id\": 28,\n                        \"batter1_name\": \"TM Head\",\n                        \"batter1_runs\": 10,\n                        \"batter1_balls\": 9,\n                        \"batter2_id\": 17,\n                        \"batter2_name\": \"SPD Smith\",\n                        \"batter2_runs\": 10,\n                        \"batter2_balls\": 18\n                    },\n                    {\n                        \"for_wicket\": 5,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 32.2,\n                        \"end_ball_number\": 42.3,\n                        \"partnership_runs\": 58,\n                        \"batter1_id\": 13,\n                        \"batter1_name\": \"GJ Maxwell\",\n                        \"batter1_runs\": 20,\n                        \"batter1_balls\": 31,\n                        \"batter2_id\": 28,\n                        \"batter2_name\": \"TM Head\",\n                        \"batter2_runs\": 32,\n                        \"batter2_balls\": 31\n                    },\n                    {\n                        \"for_wicket\": 6,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 42.4,\n                        \"end_ball_number\": 43.3,\n                        \"partnership_runs\": 6,\n                        \"batter1_id\": 28,\n                        \"batter1_name\": \"TM Head\",\n                        \"batter1_runs\": 4,\n                        \"batter1_balls\": 3,\n                        \"batter2_id\": 37,\n                        \"batter2_name\": \"MS Wade\",\n                        \"batter2_runs\": 2,\n                        \"batter2_balls\": 3\n                    },\n                    {\n                        \"for_wicket\": 7,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 43.4,\n                        \"end_ball_number\": 43.6,\n                        \"partnership_runs\": 0,\n                        \"batter1_id\": 29,\n                        \"batter1_name\": \"MA Starc\",\n                        \"batter1_runs\": 0,\n                        \"batter1_balls\": 3,\n                        \"batter2_id\": 28,\n                        \"batter2_name\": \"TM Head\",\n                        \"batter2_runs\": 0,\n                        \"batter2_balls\": 0\n                    },\n                    {\n                        \"for_wicket\": 8,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 44.1,\n                        \"end_ball_number\": 45.6,\n                        \"partnership_runs\": 8,\n                        \"batter1_id\": 28,\n                        \"batter1_name\": \"TM Head\",\n                        \"batter1_runs\": 3,\n                        \"batter1_balls\": 5,\n                        \"batter2_id\": 69,\n                        \"batter2_name\": \"PJ Cummins\",\n                        \"batter2_runs\": 4,\n                        \"batter2_balls\": 7\n                    },\n                    {\n                        \"for_wicket\": 9,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 46.1,\n                        \"end_ball_number\": 46.4,\n                        \"partnership_runs\": 1,\n                        \"batter1_id\": 28,\n                        \"batter1_name\": \"TM Head\",\n                        \"batter1_runs\": 1,\n                        \"batter1_balls\": 1,\n                        \"batter2_id\": 95,\n                        \"batter2_name\": \"A Zampa\",\n                        \"batter2_runs\": 0,\n                        \"batter2_balls\": 3\n                    },\n                    {\n                        \"for_wicket\": 10,\n                        \"is_unbeaten\": true,\n                        \"start_ball_number\": 46.5,\n                        \"end_ball_number\": 49.6,\n                        \"partnership_runs\": 23,\n                        \"batter1_id\": 58,\n                        \"batter1_name\": \"JR Hazlewood\",\n                        \"batter1_runs\": 1,\n                        \"batter1_balls\": 5,\n                        \"batter2_id\": 28,\n                        \"batter2_name\": \"TM Head\",\n                        \"batter2_runs\": 21,\n                        \"batter2_balls\": 15\n                    }\n                ],\n                \"overs\": [\n                    {\n                        \"over_number\": 1,\n                        \"runs\": 0,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 2,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 3,\n                        \"runs\": 10,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 4,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 5,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 6,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 7,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 8,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 9,\n                        \"runs\": 10,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 10,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 11,\n                        \"runs\": 11,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 12,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 13,\n                        \"runs\": 2,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 14,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 15,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 16,\n                        \"runs\": 14,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 17,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 18,\n                        \"runs\": 5,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 19,\n                        \"runs\": 13,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 20,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 21,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 22,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 23,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 24,\n                        \"runs\": 0,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 25,\n                        \"runs\": 11,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 26,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 27,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 28,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 29,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 30,\n                        \"runs\": 2,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 31,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 32,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 33,\n                        \"runs\": 0,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 34,\n                        \"runs\": 2,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 35,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 36,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 37,\n                        \"runs\": 5,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 38,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 39,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 40,\n                        \"runs\": 9,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 41,\n                        \"runs\": 11,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 42,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 43,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 44,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 2\n                    },\n                    {\n                        \"over_number\": 45,\n                        \"runs\": 4,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 46,\n                        \"runs\": 4,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 47,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 48,\n                        \"runs\": 4,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 49,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 50,\n                        \"runs\": 12,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    }\n                ]\n            },\n            {\n                \"innings_id\": 16,\n                \"innings_number\": 2,\n                \"batting_team_id\": 5,\n                \"batting_team_name\": \"England\",\n                \"partnerships\": [\n                    {\n                        \"for_wicket\": 1,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 0.1,\n                        \"end_ball_number\": 0.2,\n                        \"partnership_runs\": 4,\n                        \"batter1_id\": 42,\n                        \"batter1_name\": \"JJ Roy\",\n                        \"batter1_runs\": 4,\n                        \"batter1_balls\": 2,\n                        \"batter2_id\": 35,\n                        \"batter2_name\": \"AD Hales\",\n                        \"batter2_runs\": 0,\n                        \"batter2_balls\": 0\n                    },\n                    {\n                        \"for_wicket\": 2,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 0.3,\n                        \"end_ball_number\": 1.2,\n                        \"partnership_runs\": 2,\n                        \"batter1_id\": 47,\n                        \"batter1_name\": \"JE Root\",\n                        \"batter1_runs\": 2,\n                        \"batter1_balls\": 2,\n                        \"batter2_id\": 35,\n                        \"batter2_name\": \"AD Hales\",\n                        \"batter2_runs\": 0,\n                        \"batter2_balls\": 4\n                    },\n                    {\n                        \"for_wicket\": 3,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 1.3,\n                        \"end_ball_number\": 5.4,\n                        \"partnership_runs\": 29,\n                        \"batter1_id\": 67,\n                        \"batter1_name\": \"EJG Morgan\",\n                        \"batter1_runs\": 14,\n                        \"batter1_balls\": 14,\n                        \"batter2_id\": 47,\n                        \"batter2_name\": \"JE Root\",\n                        \"batter2_runs\": 13,\n                        \"batter2_balls\": 12\n                    },\n                    {\n                        \"for_wicket\": 4,\n                        \"is_unbeaten\": false,\n                        \"start_ball_number\": 5.5,\n                        \"end_ball_number\": 31.5,\n                        \"partnership_runs\": 159,\n                        \"batter1_id\": 112,\n                        \"batter1_name\": \"BA Stokes\",\n                        \"batter1_runs\": 85,\n                        \"batter1_balls\": 90,\n                        \"batter2_id\": 67,\n                        \"batter2_name\": \"EJG Morgan\",\n                        \"batter2_runs\": 73,\n                        \"batter2_balls\": 67\n                    },\n                    {\n                        \"for_wicket\": 5,\n                        \"is_unbeaten\": true,\n                        \"start_ball_number\": 31.6,\n                        \"end_ball_number\": 40.2,\n                        \"partnership_runs\": 46,\n                        \"batter1_id\": 8,\n                        \"batter1_name\": \"JC Buttler\",\n                        \"batter1_runs\": 29,\n                        \"batter1_balls\": 32,\n                        \"batter2_id\": 112,\n                        \"batter2_name\": \"BA Stokes\",\n                        \"batter2_runs\": 17,\n                        \"batter2_balls\": 19\n                    }\n                ],\n                \"overs\": [\n                    {\n                        \"over_number\": 1,\n                        \"runs\": 5,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 2,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 3,\n                        \"runs\": 4,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 4,\n                        \"runs\": 14,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 5,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 6,\n                        \"runs\": 4,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 7,\n                        \"runs\": 9,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 8,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 9,\n                        \"runs\": 0,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 10,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 11,\n                        \"runs\": 11,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 12,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 13,\n                        \"runs\": 9,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 14,\n                        \"runs\": 5,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 15,\n                        \"runs\": 13,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 16,\n                        \"runs\": 4,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 17,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 18,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 19,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 20,\n                        \"runs\": 2,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 21,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 22,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 23,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 24,\n                        \"runs\": 8,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 25,\n                        \"runs\": 11,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 26,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 27,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 28,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 29,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 30,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 31,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 32,\n                        \"runs\": 2,\n                        \"balls\": 6,\n                        \"wickets\": 1\n                    },\n                    {\n                        \"over_number\": 33,\n                        \"runs\": 1,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 34,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 35,\n                        \"runs\": 5,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 36,\n                        \"runs\": 6,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 37,\n                        \"runs\": 9,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 38,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 39,\n                        \"runs\": 7,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 40,\n                        \"runs\": 3,\n                        \"balls\": 6,\n                        \"wickets\": 0\n                    },\n                    {\n                        \"over_number\": 41,\n                        \"runs\": 4,\n                        \"balls\": 2,\n                        \"wickets\": 0\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"243f8e0a-c8da-4a31-81a9-ed436d3d9e4b"},{"name":"Get Match Squad","event":[{"listen":"test","script":{"id":"80576714-5347-4ca3-a8f8-f6802c1b8a7f","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"bb9338ad-16a7-44a4-9482-a3ce8abc2edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/matches/:matchId/squads","description":"<ul>\n<li>Sort innings and batter/bowler scorecard entries at the front-end</li>\n</ul>\n","urlObject":{"path":["matches",":matchId","squads"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"matchId"}]}},"response":[{"id":"8087d594-6014-4c74-b6aa-343f9053437b","name":"Get Match Squad","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/matches/:matchId/squads","host":["http://localhost:8080"],"path":["matches",":matchId","squads"],"variable":[{"key":"matchId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:39:13 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched match squad\",\n    \"data\": {\n        \"match_header\": {\n            \"match_id\": 1,\n            \"playing_level\": \"international\",\n            \"playing_format\": \"ODI\",\n            \"match_type\": null,\n            \"event_match_number\": 10,\n            \"match_state\": \"completed\",\n            \"match_state_description\": null,\n            \"match_winner_team_id\": 1,\n            \"match_loser_team_id\": 6,\n            \"is_won_by_innings\": false,\n            \"is_won_by_runs\": true,\n            \"win_margin\": 40,\n            \"balls_remaining_after_win\": null,\n            \"super_over_winner_id\": null,\n            \"bowl_out_winner_id\": null,\n            \"outcome_special_method\": \"D/L\",\n            \"toss_winner_team_id\": 1,\n            \"toss_loser_team_id\": 6,\n            \"is_toss_decision_bat\": false,\n            \"season\": \"2017\",\n            \"start_date\": \"2017-06-10\",\n            \"end_date\": \"2017-06-10\",\n            \"start_datetime_utc\": null,\n            \"is_day_night\": null,\n            \"ground_id\": 7,\n            \"ground_name\": \"Edgbaston\",\n            \"main_series_id\": 1,\n            \"main_series_name\": \"ICC Champions Trophy\",\n            \"team1_id\": 1,\n            \"team1_name\": \"England\",\n            \"team1_image_url\": null,\n            \"team2_id\": 6,\n            \"team2_name\": \"Australia\",\n            \"team2_image_url\": null,\n            \"innings_scores\": [\n                {\n                    \"innings_id\": 12,\n                    \"innings_number\": 2,\n                    \"batting_team_id\": 1,\n                    \"batting_team_name\": \"England\",\n                    \"total_runs\": 240,\n                    \"total_overs\": 242,\n                    \"total_wickets\": 4,\n                    \"innings_end\": \"target_reached\",\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                },\n                {\n                    \"innings_id\": 1,\n                    \"innings_number\": 1,\n                    \"batting_team_id\": 6,\n                    \"batting_team_name\": \"Australia\",\n                    \"total_runs\": 277,\n                    \"total_overs\": 300,\n                    \"total_wickets\": 9,\n                    \"innings_end\": null,\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                }\n            ],\n            \"player_awards\": [\n                {\n                    \"player_id\": 9,\n                    \"player_name\": \"BA Stokes\",\n                    \"award_type\": \"player_of_the_match\"\n                }\n            ]\n        },\n        \"team_squads\": [\n            {\n                \"team_id\": 1,\n                \"team_name\": \"England\",\n                \"players\": [\n                    {\n                        \"player_id\": 62,\n                        \"player_name\": \"JC Buttler\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 2,\n                        \"player_name\": \"EJG Morgan\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 9,\n                        \"player_name\": \"BA Stokes\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 31,\n                        \"player_name\": \"AU Rashid\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 55,\n                        \"player_name\": \"LE Plunkett\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 1,\n                        \"player_name\": \"JT Ball\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 5,\n                        \"player_name\": \"JE Root\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 32,\n                        \"player_name\": \"MM Ali\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 30,\n                        \"player_name\": \"JJ Roy\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 22,\n                        \"player_name\": \"AD Hales\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 63,\n                        \"player_name\": \"MA Wood\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    }\n                ]\n            },\n            {\n                \"team_id\": 6,\n                \"team_name\": \"Australia\",\n                \"players\": [\n                    {\n                        \"player_id\": 6,\n                        \"player_name\": \"GJ Maxwell\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 65,\n                        \"player_name\": \"A Zampa\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 3,\n                        \"player_name\": \"AJ Finch\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 13,\n                        \"player_name\": \"PJ Cummins\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 29,\n                        \"player_name\": \"MS Wade\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 12,\n                        \"player_name\": \"SPD Smith\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 54,\n                        \"player_name\": \"MA Starc\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 67,\n                        \"player_name\": \"JR Hazlewood\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 11,\n                        \"player_name\": \"TM Head\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 34,\n                        \"player_name\": \"DA Warner\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    },\n                    {\n                        \"player_id\": 111,\n                        \"player_name\": \"MC Henriques\",\n                        \"is_captain\": null,\n                        \"is_wk\": null,\n                        \"is_debut\": null,\n                        \"is_vice_captain\": null,\n                        \"playing_status\": \"playing_xi\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"bb9338ad-16a7-44a4-9482-a3ce8abc2edf"},{"name":"Get Match Innings Commentary","event":[{"listen":"test","script":{"id":"80576714-5347-4ca3-a8f8-f6802c1b8a7f","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"e3e5e46e-b05e-46e9-ab06-0b0267aa6340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/commentary","urlObject":{"path":["matches",":matchId","innings",":inningsId","commentary"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"cb2e149d-3750-4c85-af83-56f16cca1bb1","name":"Get Match Innings Commentary","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/commentary","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","commentary"],"variable":[{"key":"matchId","value":"1"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 06:39:30 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"fetched innings commentary\",\n    \"data\": {\n        \"match_header\": {\n            \"match_id\": 1,\n            \"playing_level\": \"international\",\n            \"playing_format\": \"ODI\",\n            \"match_type\": null,\n            \"event_match_number\": 10,\n            \"match_state\": \"completed\",\n            \"match_state_description\": null,\n            \"match_winner_team_id\": 1,\n            \"match_loser_team_id\": 6,\n            \"is_won_by_innings\": false,\n            \"is_won_by_runs\": true,\n            \"win_margin\": 40,\n            \"balls_remaining_after_win\": null,\n            \"super_over_winner_id\": null,\n            \"bowl_out_winner_id\": null,\n            \"outcome_special_method\": \"D/L\",\n            \"toss_winner_team_id\": 1,\n            \"toss_loser_team_id\": 6,\n            \"is_toss_decision_bat\": false,\n            \"season\": \"2017\",\n            \"start_date\": \"2017-06-10\",\n            \"end_date\": \"2017-06-10\",\n            \"start_datetime_utc\": null,\n            \"is_day_night\": null,\n            \"ground_id\": 7,\n            \"ground_name\": \"Edgbaston\",\n            \"main_series_id\": 1,\n            \"main_series_name\": \"ICC Champions Trophy\",\n            \"team1_id\": 1,\n            \"team1_name\": \"England\",\n            \"team1_image_url\": null,\n            \"team2_id\": 6,\n            \"team2_name\": \"Australia\",\n            \"team2_image_url\": null,\n            \"innings_scores\": [\n                {\n                    \"innings_id\": 12,\n                    \"innings_number\": 2,\n                    \"batting_team_id\": 1,\n                    \"batting_team_name\": \"England\",\n                    \"total_runs\": 240,\n                    \"total_overs\": 242,\n                    \"total_wickets\": 4,\n                    \"innings_end\": \"target_reached\",\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                },\n                {\n                    \"innings_id\": 1,\n                    \"innings_number\": 1,\n                    \"batting_team_id\": 6,\n                    \"batting_team_name\": \"Australia\",\n                    \"total_runs\": 277,\n                    \"total_overs\": 300,\n                    \"total_wickets\": 9,\n                    \"innings_end\": null,\n                    \"target_runs\": null,\n                    \"max_overs\": null\n                }\n            ],\n            \"player_awards\": [\n                {\n                    \"player_id\": 9,\n                    \"player_name\": \"BA Stokes\",\n                    \"award_type\": \"player_of_the_match\"\n                }\n            ]\n        },\n        \"commentary\": [\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 1,\n                \"ball_number\": 0.1,\n                \"over_number\": 1,\n                \"batter_id\": 30,\n                \"batter_name\": \"JJ Roy\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 2,\n                \"ball_number\": 0.2,\n                \"over_number\": 1,\n                \"batter_id\": 30,\n                \"batter_name\": \"JJ Roy\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"player1_dismissed_id\": 30,\n                \"player1_dismissed_name\": \"JJ Roy\",\n                \"player1_dismissal_type\": \"lbw\",\n                \"player1_dismissed_runs\": 4,\n                \"player1_dismissed_balls\": 2,\n                \"player1_dismissed_fours\": 1,\n                \"player1_dismissed_sixes\": 0,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 3,\n                \"ball_number\": 0.3,\n                \"over_number\": 1,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 4,\n                \"ball_number\": 0.4,\n                \"over_number\": 1,\n                \"batter_id\": 22,\n                \"batter_name\": \"AD Hales\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 5,\n                \"ball_number\": 0.5,\n                \"over_number\": 1,\n                \"batter_id\": 22,\n                \"batter_name\": \"AD Hales\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 6,\n                \"ball_number\": 0.6,\n                \"over_number\": 1,\n                \"batter_id\": 22,\n                \"batter_name\": \"AD Hales\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 7,\n                \"ball_number\": 1.1,\n                \"over_number\": 2,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 8,\n                \"ball_number\": 1.2,\n                \"over_number\": 2,\n                \"batter_id\": 22,\n                \"batter_name\": \"AD Hales\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"player1_dismissed_id\": 22,\n                \"player1_dismissed_name\": \"AD Hales\",\n                \"player1_dismissal_type\": \"caught\",\n                \"player1_dismissed_runs\": 0,\n                \"player1_dismissed_balls\": 4,\n                \"player1_dismissed_fours\": 0,\n                \"player1_dismissed_sixes\": 0,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 9,\n                \"ball_number\": 1.3,\n                \"over_number\": 2,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 10,\n                \"ball_number\": 1.4,\n                \"over_number\": 2,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 11,\n                \"ball_number\": 1.5,\n                \"over_number\": 2,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 12,\n                \"ball_number\": 1.6,\n                \"over_number\": 2,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 13,\n                \"ball_number\": 2.1,\n                \"over_number\": 3,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 14,\n                \"ball_number\": 2.2,\n                \"over_number\": 3,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 15,\n                \"ball_number\": 2.3,\n                \"over_number\": 3,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 16,\n                \"ball_number\": 2.4,\n                \"over_number\": 3,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 17,\n                \"ball_number\": 2.5,\n                \"over_number\": 3,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 18,\n                \"ball_number\": 2.6,\n                \"over_number\": 3,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 19,\n                \"ball_number\": 3.1,\n                \"over_number\": 4,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 20,\n                \"ball_number\": 3.2,\n                \"over_number\": 4,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 21,\n                \"ball_number\": 3.3,\n                \"over_number\": 4,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 22,\n                \"ball_number\": 3.4,\n                \"over_number\": 4,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 23,\n                \"ball_number\": 3.5,\n                \"over_number\": 4,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 24,\n                \"ball_number\": 3.6,\n                \"over_number\": 4,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 25,\n                \"ball_number\": 4.1,\n                \"over_number\": 5,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 26,\n                \"ball_number\": 4.2,\n                \"over_number\": 5,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 3,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 27,\n                \"ball_number\": 4.3,\n                \"over_number\": 5,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 28,\n                \"ball_number\": 4.4,\n                \"over_number\": 5,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 29,\n                \"ball_number\": 4.5,\n                \"over_number\": 5,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 30,\n                \"ball_number\": 4.6,\n                \"over_number\": 5,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 31,\n                \"ball_number\": 5.1,\n                \"over_number\": 6,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 32,\n                \"ball_number\": 5.2,\n                \"over_number\": 6,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 33,\n                \"ball_number\": 5.3,\n                \"over_number\": 6,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 2,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 34,\n                \"ball_number\": 5.4,\n                \"over_number\": 6,\n                \"batter_id\": 5,\n                \"batter_name\": \"JE Root\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"player1_dismissed_id\": 5,\n                \"player1_dismissed_name\": \"JE Root\",\n                \"player1_dismissal_type\": \"caught\",\n                \"player1_dismissed_runs\": 15,\n                \"player1_dismissed_balls\": 14,\n                \"player1_dismissed_fours\": 2,\n                \"player1_dismissed_sixes\": 0,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 35,\n                \"ball_number\": 5.5,\n                \"over_number\": 6,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 36,\n                \"ball_number\": 5.6,\n                \"over_number\": 6,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 37,\n                \"ball_number\": 6.1,\n                \"over_number\": 7,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 38,\n                \"ball_number\": 6.2,\n                \"over_number\": 7,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 39,\n                \"ball_number\": 6.3,\n                \"over_number\": 7,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 40,\n                \"ball_number\": 6.4,\n                \"over_number\": 7,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 41,\n                \"ball_number\": 6.5,\n                \"over_number\": 7,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 42,\n                \"ball_number\": 6.6,\n                \"over_number\": 7,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 43,\n                \"ball_number\": 7.1,\n                \"over_number\": 8,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 44,\n                \"ball_number\": 7.2,\n                \"over_number\": 8,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 45,\n                \"ball_number\": 7.3,\n                \"over_number\": 8,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 46,\n                \"ball_number\": 7.4,\n                \"over_number\": 8,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 47,\n                \"ball_number\": 7.5,\n                \"over_number\": 8,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 48,\n                \"ball_number\": 7.6,\n                \"over_number\": 8,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 49,\n                \"ball_number\": 8.1,\n                \"over_number\": 9,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 50,\n                \"ball_number\": 8.2,\n                \"over_number\": 9,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 51,\n                \"ball_number\": 8.3,\n                \"over_number\": 9,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 52,\n                \"ball_number\": 8.4,\n                \"over_number\": 9,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 53,\n                \"ball_number\": 8.5,\n                \"over_number\": 9,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 54,\n                \"ball_number\": 8.6,\n                \"over_number\": 9,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 55,\n                \"ball_number\": 9.1,\n                \"over_number\": 10,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 56,\n                \"ball_number\": 9.2,\n                \"over_number\": 10,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 57,\n                \"ball_number\": 9.3,\n                \"over_number\": 10,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 58,\n                \"ball_number\": 9.4,\n                \"over_number\": 10,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 59,\n                \"ball_number\": 9.5,\n                \"over_number\": 10,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 60,\n                \"ball_number\": 9.6,\n                \"over_number\": 10,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 61,\n                \"ball_number\": 10.1,\n                \"over_number\": 11,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 62,\n                \"ball_number\": 10.2,\n                \"over_number\": 11,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 63,\n                \"ball_number\": 10.3,\n                \"over_number\": 11,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 64,\n                \"ball_number\": 10.4,\n                \"over_number\": 11,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 65,\n                \"ball_number\": 10.5,\n                \"over_number\": 11,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 66,\n                \"ball_number\": 10.6,\n                \"over_number\": 11,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 67,\n                \"ball_number\": 11.1,\n                \"over_number\": 12,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 68,\n                \"ball_number\": 11.2,\n                \"over_number\": 12,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 69,\n                \"ball_number\": 11.3,\n                \"over_number\": 12,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 70,\n                \"ball_number\": 11.4,\n                \"over_number\": 12,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 71,\n                \"ball_number\": 11.5,\n                \"over_number\": 12,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 72,\n                \"ball_number\": 11.6,\n                \"over_number\": 12,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 73,\n                \"ball_number\": 12.1,\n                \"over_number\": 13,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 74,\n                \"ball_number\": 12.2,\n                \"over_number\": 13,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 75,\n                \"ball_number\": 12.3,\n                \"over_number\": 13,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 76,\n                \"ball_number\": 12.4,\n                \"over_number\": 13,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 77,\n                \"ball_number\": 12.5,\n                \"over_number\": 13,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 78,\n                \"ball_number\": 12.6,\n                \"over_number\": 13,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 79,\n                \"ball_number\": 13.1,\n                \"over_number\": 14,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 80,\n                \"ball_number\": 13.2,\n                \"over_number\": 14,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 81,\n                \"ball_number\": 13.3,\n                \"over_number\": 14,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 82,\n                \"ball_number\": 13.4,\n                \"over_number\": 14,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 83,\n                \"ball_number\": 13.5,\n                \"over_number\": 14,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 84,\n                \"ball_number\": 13.6,\n                \"over_number\": 14,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 85,\n                \"ball_number\": 14.1,\n                \"over_number\": 15,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 86,\n                \"ball_number\": 14.2,\n                \"over_number\": 15,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 87,\n                \"ball_number\": 14.3,\n                \"over_number\": 15,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 88,\n                \"ball_number\": 14.4,\n                \"over_number\": 15,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 89,\n                \"ball_number\": 14.5,\n                \"over_number\": 15,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 90,\n                \"ball_number\": 14.6,\n                \"over_number\": 15,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 91,\n                \"ball_number\": 15.1,\n                \"over_number\": 16,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 92,\n                \"ball_number\": 15.2,\n                \"over_number\": 16,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 93,\n                \"ball_number\": 15.3,\n                \"over_number\": 16,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 94,\n                \"ball_number\": 15.4,\n                \"over_number\": 16,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 95,\n                \"ball_number\": 15.5,\n                \"over_number\": 16,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 96,\n                \"ball_number\": 15.6,\n                \"over_number\": 16,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 11,\n                \"bowler_name\": \"TM Head\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 97,\n                \"ball_number\": 16.1,\n                \"over_number\": 17,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 111,\n                \"bowler_name\": \"MC Henriques\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 98,\n                \"ball_number\": 16.2,\n                \"over_number\": 17,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 111,\n                \"bowler_name\": \"MC Henriques\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 99,\n                \"ball_number\": 16.3,\n                \"over_number\": 17,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 111,\n                \"bowler_name\": \"MC Henriques\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 100,\n                \"ball_number\": 16.4,\n                \"over_number\": 17,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 111,\n                \"bowler_name\": \"MC Henriques\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 101,\n                \"ball_number\": 16.5,\n                \"over_number\": 17,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 111,\n                \"bowler_name\": \"MC Henriques\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 102,\n                \"ball_number\": 16.6,\n                \"over_number\": 17,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 111,\n                \"bowler_name\": \"MC Henriques\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 103,\n                \"ball_number\": 17.1,\n                \"over_number\": 18,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 104,\n                \"ball_number\": 17.2,\n                \"over_number\": 18,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 105,\n                \"ball_number\": 17.3,\n                \"over_number\": 18,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 106,\n                \"ball_number\": 17.4,\n                \"over_number\": 18,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 107,\n                \"ball_number\": 17.5,\n                \"over_number\": 18,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 108,\n                \"ball_number\": 17.6,\n                \"over_number\": 18,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 109,\n                \"ball_number\": 18.1,\n                \"over_number\": 19,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 110,\n                \"ball_number\": 18.2,\n                \"over_number\": 19,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 111,\n                \"ball_number\": 18.3,\n                \"over_number\": 19,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 112,\n                \"ball_number\": 18.4,\n                \"over_number\": 19,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 113,\n                \"ball_number\": 18.5,\n                \"over_number\": 19,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 114,\n                \"ball_number\": 18.6,\n                \"over_number\": 19,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 115,\n                \"ball_number\": 19.1,\n                \"over_number\": 20,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 116,\n                \"ball_number\": 19.2,\n                \"over_number\": 20,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 117,\n                \"ball_number\": 19.3,\n                \"over_number\": 20,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 118,\n                \"ball_number\": 19.4,\n                \"over_number\": 20,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 119,\n                \"ball_number\": 19.5,\n                \"over_number\": 20,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 120,\n                \"ball_number\": 19.6,\n                \"over_number\": 20,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 121,\n                \"ball_number\": 20.1,\n                \"over_number\": 21,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 122,\n                \"ball_number\": 20.2,\n                \"over_number\": 21,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 123,\n                \"ball_number\": 20.3,\n                \"over_number\": 21,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 124,\n                \"ball_number\": 20.4,\n                \"over_number\": 21,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 125,\n                \"ball_number\": 20.5,\n                \"over_number\": 21,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 126,\n                \"ball_number\": 20.6,\n                \"over_number\": 21,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 127,\n                \"ball_number\": 21.1,\n                \"over_number\": 22,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 128,\n                \"ball_number\": 21.2,\n                \"over_number\": 22,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 129,\n                \"ball_number\": 21.3,\n                \"over_number\": 22,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 130,\n                \"ball_number\": 21.4,\n                \"over_number\": 22,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 131,\n                \"ball_number\": 21.5,\n                \"over_number\": 22,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 132,\n                \"ball_number\": 21.6,\n                \"over_number\": 22,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 133,\n                \"ball_number\": 22.1,\n                \"over_number\": 23,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 134,\n                \"ball_number\": 22.2,\n                \"over_number\": 23,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 135,\n                \"ball_number\": 22.3,\n                \"over_number\": 23,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 136,\n                \"ball_number\": 22.4,\n                \"over_number\": 23,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 137,\n                \"ball_number\": 22.5,\n                \"over_number\": 23,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 138,\n                \"ball_number\": 22.6,\n                \"over_number\": 23,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 139,\n                \"ball_number\": 23.1,\n                \"over_number\": 24,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 140,\n                \"ball_number\": 23.2,\n                \"over_number\": 24,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 141,\n                \"ball_number\": 23.3,\n                \"over_number\": 24,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 142,\n                \"ball_number\": 23.4,\n                \"over_number\": 24,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 143,\n                \"ball_number\": 23.5,\n                \"over_number\": 24,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 144,\n                \"ball_number\": 23.6,\n                \"over_number\": 24,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 6,\n                \"bowler_name\": \"GJ Maxwell\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 145,\n                \"ball_number\": 24.1,\n                \"over_number\": 25,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 146,\n                \"ball_number\": 24.2,\n                \"over_number\": 25,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 1,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 147,\n                \"ball_number\": 24.3,\n                \"over_number\": 25,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 148,\n                \"ball_number\": 24.4,\n                \"over_number\": 25,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 149,\n                \"ball_number\": 24.5,\n                \"over_number\": 25,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 150,\n                \"ball_number\": 24.6,\n                \"over_number\": 25,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 151,\n                \"ball_number\": 24.7,\n                \"over_number\": 25,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 152,\n                \"ball_number\": 25.1,\n                \"over_number\": 26,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 153,\n                \"ball_number\": 25.2,\n                \"over_number\": 26,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 154,\n                \"ball_number\": 25.3,\n                \"over_number\": 26,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 155,\n                \"ball_number\": 25.4,\n                \"over_number\": 26,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 156,\n                \"ball_number\": 25.5,\n                \"over_number\": 26,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 157,\n                \"ball_number\": 25.6,\n                \"over_number\": 26,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 158,\n                \"ball_number\": 26.1,\n                \"over_number\": 27,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 159,\n                \"ball_number\": 26.2,\n                \"over_number\": 27,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 160,\n                \"ball_number\": 26.3,\n                \"over_number\": 27,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 161,\n                \"ball_number\": 26.4,\n                \"over_number\": 27,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 162,\n                \"ball_number\": 26.5,\n                \"over_number\": 27,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 163,\n                \"ball_number\": 26.6,\n                \"over_number\": 27,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 164,\n                \"ball_number\": 27.1,\n                \"over_number\": 28,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 165,\n                \"ball_number\": 27.2,\n                \"over_number\": 28,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 166,\n                \"ball_number\": 27.3,\n                \"over_number\": 28,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 167,\n                \"ball_number\": 27.4,\n                \"over_number\": 28,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 168,\n                \"ball_number\": 27.5,\n                \"over_number\": 28,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 169,\n                \"ball_number\": 27.6,\n                \"over_number\": 28,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 170,\n                \"ball_number\": 28.1,\n                \"over_number\": 29,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 171,\n                \"ball_number\": 28.2,\n                \"over_number\": 29,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 172,\n                \"ball_number\": 28.3,\n                \"over_number\": 29,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 173,\n                \"ball_number\": 28.4,\n                \"over_number\": 29,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 174,\n                \"ball_number\": 28.5,\n                \"over_number\": 29,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 175,\n                \"ball_number\": 28.6,\n                \"over_number\": 29,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 176,\n                \"ball_number\": 29.1,\n                \"over_number\": 30,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 177,\n                \"ball_number\": 29.2,\n                \"over_number\": 30,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 178,\n                \"ball_number\": 29.3,\n                \"over_number\": 30,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 179,\n                \"ball_number\": 29.4,\n                \"over_number\": 30,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 180,\n                \"ball_number\": 29.5,\n                \"over_number\": 30,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 181,\n                \"ball_number\": 29.6,\n                \"over_number\": 30,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 182,\n                \"ball_number\": 30.1,\n                \"over_number\": 31,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 183,\n                \"ball_number\": 30.2,\n                \"over_number\": 31,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 184,\n                \"ball_number\": 30.3,\n                \"over_number\": 31,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 185,\n                \"ball_number\": 30.4,\n                \"over_number\": 31,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 186,\n                \"ball_number\": 30.5,\n                \"over_number\": 31,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 187,\n                \"ball_number\": 30.6,\n                \"over_number\": 31,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 188,\n                \"ball_number\": 31.1,\n                \"over_number\": 32,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 189,\n                \"ball_number\": 31.2,\n                \"over_number\": 32,\n                \"batter_id\": 2,\n                \"batter_name\": \"EJG Morgan\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 190,\n                \"ball_number\": 31.3,\n                \"over_number\": 32,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 191,\n                \"ball_number\": 31.4,\n                \"over_number\": 32,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 192,\n                \"ball_number\": 31.5,\n                \"over_number\": 32,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"player1_dismissed_id\": 2,\n                \"player1_dismissed_name\": \"EJG Morgan\",\n                \"player1_dismissal_type\": \"run out\",\n                \"player1_dismissed_runs\": 87,\n                \"player1_dismissed_balls\": 81,\n                \"player1_dismissed_fours\": 8,\n                \"player1_dismissed_sixes\": 5,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 193,\n                \"ball_number\": 31.6,\n                \"over_number\": 32,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 194,\n                \"ball_number\": 32.1,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 195,\n                \"ball_number\": 32.2,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 196,\n                \"ball_number\": 32.3,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 197,\n                \"ball_number\": 32.4,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 198,\n                \"ball_number\": 32.5,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 199,\n                \"ball_number\": 32.6,\n                \"over_number\": 33,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 200,\n                \"ball_number\": 33.1,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 201,\n                \"ball_number\": 33.2,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 202,\n                \"ball_number\": 33.3,\n                \"over_number\": 34,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 203,\n                \"ball_number\": 33.4,\n                \"over_number\": 34,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 204,\n                \"ball_number\": 33.5,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 205,\n                \"ball_number\": 33.6,\n                \"over_number\": 34,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 206,\n                \"ball_number\": 34.1,\n                \"over_number\": 35,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 207,\n                \"ball_number\": 34.2,\n                \"over_number\": 35,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 208,\n                \"ball_number\": 34.3,\n                \"over_number\": 35,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 2,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 209,\n                \"ball_number\": 34.4,\n                \"over_number\": 35,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 210,\n                \"ball_number\": 34.5,\n                \"over_number\": 35,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 211,\n                \"ball_number\": 34.6,\n                \"over_number\": 35,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 212,\n                \"ball_number\": 35.1,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 213,\n                \"ball_number\": 35.2,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 214,\n                \"ball_number\": 35.3,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 215,\n                \"ball_number\": 35.4,\n                \"over_number\": 36,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 216,\n                \"ball_number\": 35.5,\n                \"over_number\": 36,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 217,\n                \"ball_number\": 35.6,\n                \"over_number\": 36,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 54,\n                \"bowler_name\": \"MA Starc\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 218,\n                \"ball_number\": 36.1,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 219,\n                \"ball_number\": 36.2,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 220,\n                \"ball_number\": 36.3,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 221,\n                \"ball_number\": 36.4,\n                \"over_number\": 37,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 222,\n                \"ball_number\": 36.5,\n                \"over_number\": 37,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 223,\n                \"ball_number\": 36.6,\n                \"over_number\": 37,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 224,\n                \"ball_number\": 37.1,\n                \"over_number\": 38,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 225,\n                \"ball_number\": 37.2,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 226,\n                \"ball_number\": 37.3,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 227,\n                \"ball_number\": 37.4,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 228,\n                \"ball_number\": 37.5,\n                \"over_number\": 38,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 229,\n                \"ball_number\": 37.6,\n                \"over_number\": 38,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 13,\n                \"bowler_name\": \"PJ Cummins\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 230,\n                \"ball_number\": 38.1,\n                \"over_number\": 39,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 231,\n                \"ball_number\": 38.2,\n                \"over_number\": 39,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 232,\n                \"ball_number\": 38.3,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 233,\n                \"ball_number\": 38.4,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 234,\n                \"ball_number\": 38.5,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 6,\n                \"is_four\": false,\n                \"is_six\": true,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 235,\n                \"ball_number\": 38.6,\n                \"over_number\": 39,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 236,\n                \"ball_number\": 39.1,\n                \"over_number\": 40,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 237,\n                \"ball_number\": 39.2,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 238,\n                \"ball_number\": 39.3,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 239,\n                \"ball_number\": 39.4,\n                \"over_number\": 40,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 1,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 240,\n                \"ball_number\": 39.5,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 241,\n                \"ball_number\": 39.6,\n                \"over_number\": 40,\n                \"batter_id\": 62,\n                \"batter_name\": \"JC Buttler\",\n                \"bowler_id\": 67,\n                \"bowler_name\": \"JR Hazlewood\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 242,\n                \"ball_number\": 40.1,\n                \"over_number\": 41,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 4,\n                \"is_four\": true,\n                \"is_six\": false,\n                \"commentary\": null\n            },\n            {\n                \"innings_id\": 12,\n                \"innings_delivery_number\": 243,\n                \"ball_number\": 40.2,\n                \"over_number\": 41,\n                \"batter_id\": 9,\n                \"batter_name\": \"BA Stokes\",\n                \"bowler_id\": 65,\n                \"bowler_name\": \"A Zampa\",\n                \"wides\": 0,\n                \"noballs\": 0,\n                \"legbyes\": 0,\n                \"byes\": 0,\n                \"total_runs\": 0,\n                \"is_four\": false,\n                \"is_six\": false,\n                \"commentary\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"e3e5e46e-b05e-46e9-ab06-0b0267aa6340"}],"id":"07e20f88-6380-491f-a637-64980bd012c3","_postman_id":"07e20f88-6380-491f-a637-64980bd012c3","description":""},{"name":"Admin","item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"f55e4113-3be2-4a06-a034-f2f696a4f225","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"885ef639-79b8-4c0b-9436-a7a2c57be2b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"system_admin@crickendra.com\",\n    \"password\": \"secret\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/login","urlObject":{"path":["users","login"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"5a6a277b-319e-4e71-8353-8045ff748ca0","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"system_admin@crickendra.com\",\n    \"password\": \"secret\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Set-Cookie","value":"access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjozLCJyb2xlIjoic3lzdGVtX2FkbWluIiwiZXhwIjoxNzQ2MjcxNjUyLCJuYmYiOjE3NDM2Nzk2NTIsImlhdCI6MTc0MzY3OTY1Mn0.Uuvd0zcPPxczTK0NsE1jmzAePQc9ewoO8tvYuhLJLfw; Path=/; Expires=Sat, 03 May 2025 11:27:32 GMT; HttpOnly; Secure"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 11:27:32 GMT"},{"key":"Content-Length","value":"63"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"logged in successfully\",\n    \"data\": null\n}"}],"_postman_id":"885ef639-79b8-4c0b-9436-a7a2c57be2b9"}],"id":"02f2dd66-0712-4a33-b332-ce94b8b7f54d","_postman_id":"02f2dd66-0712-4a33-b332-ce94b8b7f54d","description":""},{"name":"Venues","item":[{"name":"Create Continent","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const continentId = pm.response.json().data;","    pm.collectionVariables.set(\"test_continent_id\", continentId);","});"],"type":"text/javascript","packages":{}}}],"id":"01a6d294-476d-4477-a56a-738d69f0f709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Luther Moore\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/continents","urlObject":{"path":["continents"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"858c7aed-8481-4e7d-b55a-c5a4f026a948","name":"Create Continent","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Sidney Ryan\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/continents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:09:38 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"continent created successfully\",\n    \"data\": 7\n}"}],"_postman_id":"01a6d294-476d-4477-a56a-738d69f0f709"},{"name":"Create Host Nation","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const hostNationId = pm.response.json().data;","    pm.collectionVariables.set(\"test_host_nation_id\", hostNationId);","});"],"type":"text/javascript","packages":{}}}],"id":"569bd570-9fe9-4a54-86cf-6d5931f1cb54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Darrell Dicki\",\n   \"continent_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/host-nations","urlObject":{"path":["host-nations"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"340c1546-4475-41e8-9e7c-7ef7c5bdfb71","name":"Create Host Nation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Bonnie Grady\",\n   \"continent_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/host-nations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:10:49 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"host nation created successfully\",\n    \"data\": 49\n}"}],"_postman_id":"569bd570-9fe9-4a54-86cf-6d5931f1cb54"},{"name":"Create City","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const cityId = pm.response.json().data;","    pm.collectionVariables.set(\"test_city_id\", cityId);","});"],"type":"text/javascript","packages":{}}}],"id":"a399e040-0a8a-4099-ad96-a038c1d0e9f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Hazel Lesch\",\n   \"host_nation_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/cities","urlObject":{"path":["cities"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ae14e101-2def-4df0-9edc-e45fe8e4b08c","name":"Create City","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Alfred Connelly\",\n   \"host_nation_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/cities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:12:19 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"city created successfully\",\n    \"data\": 212\n}"}],"_postman_id":"a399e040-0a8a-4099-ad96-a038c1d0e9f5"},{"name":"Create Ground","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const groundId = pm.response.json().data;","    pm.collectionVariables.set(\"test_ground_id\", groundId)","});"],"type":"text/javascript","packages":{}}}],"id":"b5082c5b-c49b-42a8-a1dd-f0e0132554bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Miss Patsy Harris\",\n   \"city_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/grounds","urlObject":{"path":["grounds"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ff155fe1-baa8-4474-a40a-c4564383f4a5","name":"Create Ground","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Silvia O'Keefe\",\n   \"city_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/grounds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:12:53 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"ground created successfully\",\n    \"data\": 314\n}"}],"_postman_id":"b5082c5b-c49b-42a8-a1dd-f0e0132554bb"}],"id":"ca43e290-a365-47f7-915e-e58785f78fba","_postman_id":"ca43e290-a365-47f7-915e-e58785f78fba","description":""},{"name":"Teams","item":[{"name":"Create Team 1","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const teamId = pm.response.json().data;","    pm.collectionVariables.set(\"test_team1_id\", teamId);","});"],"type":"text/javascript","packages":{}}}],"id":"1cf597bd-ccf3-4d31-a800-469ad10b6377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Miss Mike Nikolaus\",\n    \"is_male\": true,\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"short_name\": \"PNG\",\n    \"playing_level\": \"domestic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/teams","urlObject":{"path":["teams"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"b030a28e-a375-44ef-92a5-bae0faf89c2d","name":"Create Team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Hugh Mosciski\",\n    \"is_male\": true,\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"short_name\": \"RAM\",\n    \"playing_level\": \"domestic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/teams"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 11:36:07 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"team created successfully\",\n    \"data\": 126\n}"}],"_postman_id":"1cf597bd-ccf3-4d31-a800-469ad10b6377"},{"name":"Create Team 2","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const teamId = pm.response.json().data;","    pm.collectionVariables.set(\"test_team2_id\", teamId);","});"],"type":"text/javascript","packages":{}}}],"id":"a15f97a0-6b1e-4885-b588-51ec20733957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Doug Greenfelder\",\n    \"is_male\": true,\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"short_name\": \"JBOD\",\n    \"playing_level\": \"domestic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/teams","urlObject":{"path":["teams"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"bbd26057-b8fd-4a77-a729-3f0c900f2040","name":"Create Team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Darnell Conn\",\n    \"is_male\": true,\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"short_name\": \"PCI\",\n    \"playing_level\": \"domestic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/teams"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 11:36:07 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"team created successfully\",\n    \"data\": 126\n}"}],"_postman_id":"a15f97a0-6b1e-4885-b588-51ec20733957"}],"id":"2f7d9e3d-46e7-4add-9a4b-1a9c9530b0c5","_postman_id":"2f7d9e3d-46e7-4add-9a4b-1a9c9530b0c5","description":""},{"name":"Players","item":[{"name":"Create Player 1","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const playerId = pm.response.json().data;","    pm.collectionVariables.set(\"test_player1_id\",playerId);","});"],"type":"text/javascript","packages":{}}}],"id":"fadf05c3-ff71-4138-882e-5aad644f5963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Alyssa Cronin\",\n    \"full_name\": \"Mandy Stracke\",\n    \"playing_role\": \"Top-order Batter\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": false,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Qui reprehenderit aut delectus repellat ut odit et.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        1\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players","urlObject":{"path":["players"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"2b866521-967c-451d-903e-42af0213c176","name":"Create Player","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Blanche Rosenbaum\",\n    \"full_name\": \"Kara Gutmann\",\n    \"playing_role\": \"Top-order Batter\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": false,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Numquam quod molestiae rerum nihil illum ut vitae quia. Fugit voluptates quia reiciendis pariatur. Atque quo unde possimus quis molestiae reprehenderit in non. Ipsum ut vel harum cum et accusantium tempore quae. Laudantium odio doloribus asperiores provident atque tenetur.\n \rInventore quaerat repellat molestiae ad sapiente soluta. Optio iusto perferendis aut nemo odio iusto autem sint. Repudiandae et aut qui. Perferendis autem autem optio natus odit.\n \rMolestiae molestiae et. Libero ex pariatur voluptas. Sunt cumque explicabo non dolorum at eveniet iure. Magnam nesciunt debitis cupiditate modi.\",\n    \"is_rhb\": true,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        1\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:23:49 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"player created successfully\",\n    \"data\": 4676\n}"}],"_postman_id":"fadf05c3-ff71-4138-882e-5aad644f5963"},{"name":"Create Player 2","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const playerId = pm.response.json().data;","    pm.collectionVariables.set(\"test_player2_id\",playerId);","});"],"type":"text/javascript","packages":{}}}],"id":"1d1636e2-b96f-407f-a55f-43486335bb45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Joy Mayert\",\n    \"full_name\": \"Mary Wilderman\",\n    \"playing_role\": \"Batting All-rounder\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": true,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Recusandae numquam facilis minima nihil in dicta porro.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        1\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players","urlObject":{"path":["players"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"67c60444-0af2-4841-8f10-8ac2e30dae82","name":"Create Player","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Minnie Kihn\",\n    \"full_name\": \"Jessica Ebert\",\n    \"playing_role\": \"Batting All-rounder\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": false,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Provident ratione excepturi laboriosam vel dolores sit. Maxime doloribus sed nobis fugit non nihil officiis est nulla. Ut vel voluptatem a possimus quo ducimus et quibusdam. Et nesciunt eligendi corrupti in est veritatis ex. Rerum ut vel earum sed in velit aliquid. Repellat voluptatibus consectetur.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        1\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:23:49 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"player created successfully\",\n    \"data\": 4676\n}"}],"_postman_id":"1d1636e2-b96f-407f-a55f-43486335bb45"},{"name":"Create Player 3","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const playerId = pm.response.json().data;","    pm.collectionVariables.set(\"test_player3_id\",playerId);","});"],"type":"text/javascript","packages":{}}}],"id":"3ac04879-5621-402a-a4e2-ce7dd1d7e1f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Mr. Hilda Mante\",\n    \"full_name\": \"Kara Kris PhD\",\n    \"playing_role\": \"Top-order Batter\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": false,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Sed aliquam tenetur rerum quo quae tempora.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        2\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players","urlObject":{"path":["players"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"bbfb2361-07cb-4584-ade0-bfff96a0b3de","name":"Create Player 3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lester Bode DVM\",\n    \"full_name\": \"Shirley O'Connell\",\n    \"playing_role\": \"Top-order Batter\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": true,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Voluptatem aperiam porro aut autem qui. Quia non maiores. Aut aut aliquid vitae labore dolorum odio.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        2\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 11:53:34 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"player created successfully\",\n    \"data\": 4677\n}"}],"_postman_id":"3ac04879-5621-402a-a4e2-ce7dd1d7e1f9"},{"name":"Create Player 4","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const playerId = pm.response.json().data;","    pm.collectionVariables.set(\"test_player4_id\",playerId);","});"],"type":"text/javascript","packages":{}}}],"id":"3119cc25-3b01-4dda-9590-162cfa7bcd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Francisco Bartoletti\",\n    \"full_name\": \"Doyle Marquardt\",\n    \"playing_role\": \"Batting All-rounder\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": true,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Est velit nobis iusto ut provident non.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        2\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players","urlObject":{"path":["players"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"3299ddf3-3ec2-41af-920d-5dfc47e2207f","name":"Create Player 4","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bradley Jenkins\",\n    \"full_name\": \"Herbert Oberbrunner\",\n    \"playing_role\": \"Batting All-rounder\",\n    \"Nationality\": \"Indian\",\n    \"is_male\": true,\n    \"date_of_birth\": \"2000-01-01\",\n    \"image_url\": \"http://placeimg.com/640/480\",\n    \"biography\": \"Beatae expedita odio ad voluptatem minima qui vitae autem. Amet et voluptate similique enim optio et adipisci sed. Cumque sint fugiat est. In nesciunt sint fugit possimus nemo. Nisi et ut et dolores et atque.\n \rQuidem odit voluptatem nihil. Quasi quaerat omnis omnis in. Aperiam minima et nam iure corporis iure sit.\n \rAutem illo autem facere voluptates minima dolorem dolorum dignissimos. Eligendi vitae mollitia ipsum voluptas hic. Rerum nostrum repudiandae nobis et iure quis molestiae praesentium. Recusandae incidunt fugit quis reprehenderit quos corporis eius dolorum.\",\n    \"is_rhb\": false,\n    \"bowling_styles\": [\n        \"right_arm_off_break\"\n    ],\n    \"primary_bowling_style\": \"right_arm_off_break\",\n    \"teams_represented_id\": [\n        2\n    ]\n    // unavailable stats\n    // \"cricsheet_id\": \"id\",\n    // \"cricinfo_id\": \"id\",\n    // \"cricbuzz_id\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/players"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 11:56:29 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"player created successfully\",\n    \"data\": 4678\n}"}],"_postman_id":"3119cc25-3b01-4dda-9590-162cfa7bcd81"}],"id":"7fc95387-0558-459b-bebd-37518216ec03","_postman_id":"7fc95387-0558-459b-bebd-37518216ec03","description":""},{"name":"Fixtures","item":[{"name":"Season","item":[{"name":"Create Season","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201 or duplicate error\", function () {","    const status = pm.response.code;","    const message = pm.response.json().message;","","    pm.expect(status).to.be.oneOf([201, 400]);","    if (status === 400) {","        pm.expect(message).to.include(\"duplicate\");","    }","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"14ff9990-83c3-4182-ba36-c86c797b62e7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5f2e96ae-3a8b-485a-bff5-55986222db7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"season\": \"2027-28\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/seasons","urlObject":{"path":["seasons"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"25dc634b-34a9-4bbe-b9a3-d8db3e270439","name":"Create Season","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"season\": \"2027-28\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/seasons"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 11:45:53 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"season created successfully\",\n    \"data\": null\n}"}],"_postman_id":"5f2e96ae-3a8b-485a-bff5-55986222db7a"}],"id":"fa5bdeba-adf1-4189-81c7-7e6b8fe8b69d","_postman_id":"fa5bdeba-adf1-4189-81c7-7e6b8fe8b69d","description":""},{"name":"Tournament","item":[{"name":"Create Tournament","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const tournamentId = pm.response.json().data;","    pm.collectionVariables.set(\"test_tournament_id\", tournamentId);","});"],"type":"text/javascript","packages":{}}}],"id":"e1328db9-0e57-46dc-82fc-f95912a9015e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Marilyn McLaughlin\",\n    \"is_male\": true,\n    \"playing_level\": \"domestic\",\n    \"playing_format\": \"T20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/tournaments","urlObject":{"path":["tournaments"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"2d297dda-78cc-4847-a21e-01275fc87c6a","name":"Create Tournament","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harry Cronin\",\n    \"is_male\": false,\n    \"playing_level\": \"domestic\",\n    \"playing_format\": \"T20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/tournaments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 11:32:11 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"tournament created successfully\",\n    \"data\": 5\n}"}],"_postman_id":"e1328db9-0e57-46dc-82fc-f95912a9015e"}],"id":"ce73762e-ca41-4343-a2d9-abc99af8abb0","_postman_id":"ce73762e-ca41-4343-a2d9-abc99af8abb0","description":""},{"name":"Series","item":[{"name":"Initialize Series","item":[{"name":"Create Series","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const seriesId = pm.response.json().data;","    pm.collectionVariables.set(\"test_series_id\", seriesId);","});"],"type":"text/javascript","packages":{}}}],"id":"f2bcc6e2-f354-49a0-b4f5-5ef0243e55d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Laura Brekke\",\n    \"is_male\": true,\n    \"playing_level\": \"international\",\n    \"playing_format\": \"ODI\",\n    \"season\": \"2027-28\",\n    \"teams_id\": [\n        1,\n        2\n    ],\n    \"tournament_id\": ,\n    // \"tour_flag\": \"tour_sub_series\",\n    \"start_date\": \"2027-07-01\",\n    \"end_date\": \"2027-09-28\"\n    // \"winner_team_id\": 1,\n    // \"final_status\": \"Australia won the series by 2-1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series","urlObject":{"path":["series"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"e14d66b3-3d26-4d83-a3d0-86c4ad01449f","name":"Create Series","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Jacqueline Stark\",\n    \"is_male\": true,\n    \"playing_level\": \"international\",\n    \"playing_format\": \"ODI\",\n    \"season\": \"2027-28\",\n    \"teams_id\": [\n        1,\n        2\n    ],\n    \"tournament_id\": ,\n    // \"tour_flag\": \"tour_sub_series\",\n    \"start_date\": \"2027-07-01\",\n    \"end_date\": \"2027-09-28\"\n    // \"winner_team_id\": 1,\n    // \"final_status\": \"Australia won the series by 2-1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 11:44:39 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series created successfully\",\n    \"data\": 1397\n}"}],"_postman_id":"f2bcc6e2-f354-49a0-b4f5-5ef0243e55d8"}],"id":"4c4b917d-390c-4b63-8215-832b1ace1b3f","_postman_id":"4c4b917d-390c-4b63-8215-832b1ace1b3f","description":""},{"name":"Squads","item":[{"name":"Create Series Squad 1","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const squadId = pm.response.json().data;","    pm.collectionVariables.set(\"test_squad1_id\", squadId);","});"],"type":"text/javascript","packages":{}}}],"id":"46d8762b-28d6-4c76-b198-514a6c433984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_id\": 1,\n    \"squad_label\": \"Test Team1 Squad\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series/:seriesId/squads","urlObject":{"path":["series",":seriesId","squads"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"seriesId"}]}},"response":[{"id":"0029a1f6-aafa-4357-85ad-5b78e978994e","name":"Create Series Squad","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_id\": 1,\n    \"squad_label\": \"Test Team1 Squad\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/series/:seriesId/squads","host":["http://localhost:8080"],"path":["series",":seriesId","squads"],"variable":[{"key":"seriesId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 08:33:53 GMT"},{"key":"Content-Length","value":"74"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series squad created successfully\",\n    \"data\": 3622\n}"}],"_postman_id":"46d8762b-28d6-4c76-b198-514a6c433984"},{"name":"Create Series Squad 2","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const squadId = pm.response.json().data;","    pm.collectionVariables.set(\"test_squad2_id\", squadId);","});"],"type":"text/javascript","packages":{}}}],"id":"e613b69a-4757-43d0-a3ae-fd6941019d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_id\": 2,\n    \"squad_label\": \"Test Team2 Squad\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series/:seriesId/squads","urlObject":{"path":["series",":seriesId","squads"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"seriesId"}]}},"response":[{"id":"b37ea669-e36d-46ef-a1ee-b06552053cea","name":"Create Series Squad","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_id\": 1,\n    \"squad_label\": \"Test Team1 Squad\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/series/:seriesId/squads","host":["http://localhost:8080"],"path":["series",":seriesId","squads"],"variable":[{"key":"seriesId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 08:33:53 GMT"},{"key":"Content-Length","value":"74"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series squad created successfully\",\n    \"data\": 3622\n}"}],"_postman_id":"e613b69a-4757-43d0-a3ae-fd6941019d02"},{"name":"Upsert Series Squad 1 Entries","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"7fb9bf5e-747b-4711-a45b-d694fa7c3a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series/:seriesId/squads/:squadId/upsert-entries","urlObject":{"path":["series",":seriesId","squads",":squadId","upsert-entries"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"seriesId"},{"type":"any","value":"","key":"squadId"}]}},"response":[{"id":"1fdd9e4b-f979-4ca0-9205-4611381bc79b","name":"Upsert Series Squad Entries","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/series/:seriesId/squads/:squadId/upsert-entries","host":["http://localhost:8080"],"path":["series",":seriesId","squads",":squadId","upsert-entries"],"variable":[{"key":"seriesId","value":""},{"key":"squadId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 10:11:14 GMT"},{"key":"Content-Length","value":"83"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series squad entries upserted successfully\",\n    \"data\": null\n}"}],"_postman_id":"7fb9bf5e-747b-4711-a45b-d694fa7c3a5a"},{"name":"Upsert Series Squad 2 Entries","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"f60e0933-074d-4a97-9127-4ef9d382b871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series/:seriesId/squads/:squadId/upsert-entries","urlObject":{"path":["series",":seriesId","squads",":squadId","upsert-entries"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"seriesId"},{"type":"any","value":"","key":"squadId"}]}},"response":[{"id":"ac6248e9-2749-4eb5-b664-71b962ec3040","name":"Upsert Series Squad Entries","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/series/:seriesId/squads/:squadId/upsert-entries","host":["http://localhost:8080"],"path":["series",":seriesId","squads",":squadId","upsert-entries"],"variable":[{"key":"seriesId","value":""},{"key":"squadId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 10:11:14 GMT"},{"key":"Content-Length","value":"83"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series squad entries upserted successfully\",\n    \"data\": null\n}"}],"_postman_id":"f60e0933-074d-4a97-9127-4ef9d382b871"}],"id":"5b738f4d-dacc-4d78-a215-2e6b4ec187e3","_postman_id":"5b738f4d-dacc-4d78-a215-2e6b4ec187e3","description":""}],"id":"2e60b081-6bf9-4e2f-8b94-49f39f356a86","_postman_id":"2e60b081-6bf9-4e2f-8b94-49f39f356a86","description":""},{"name":"Matches","item":[{"name":"Initialise Match","item":[{"name":"Create Match","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const matchId = pm.response.json().data;","    pm.collectionVariables.set(\"test_match_id\", matchId);","});"],"type":"text/javascript","packages":{}}}],"id":"05c7677a-6e2c-4a3b-9ff8-62b07ecc14c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_match_number\": 1,\n    \"start_date\": \"2027-08-01\",\n    \"start_datetime_utc\": \"2027-08-01T15:04:05+07:00\", // format is important\n    \"end_date\": \"2027-08-01\",\n    \"team1_id\": 1,\n    \"team2_id\": 2,\n    \"is_male\": true,\n    \"series_list_id\": [\n        \n    ],\n    \"main_series_id\": ,\n    \"ground_id\": 1,\n    \"is_neutral_venue\": false,\n    \"home_team_id\": 1,\n    \"away_team_id\": 2,\n    \"match_type\": \"preliminary\",\n    \"playing_level\": \"international\",\n    \"playing_format\": \"ODI\",\n    \"season\": \"2027-28\",\n    \"is_day_night\": true,\n    \"balls_per_over\": 6,\n    \"match_state\": \"upcoming\"\n    // \"match_state_description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches","urlObject":{"path":["matches"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"400c248f-a56c-4771-a5a2-dac7bca70dbb","name":"Create Match","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_match_number\": 1,\n    \"start_date\": \"2027-08-01\",\n    \"start_datetime_utc\": \"2027-08-01T15:04:05+07:00\", // format is important\n    \"end_date\": \"2027-08-01\",\n    \"team1_id\": 1,\n    \"team2_id\": 2,\n    \"is_male\": true,\n    \"series_list_id\": [\n        \n    ],\n    \"main_series_id\": ,\n    \"ground_id\": 1,\n    \"is_neutral_venue\": false,\n    \"home_team_id\": 1,\n    \"away_team_id\": 2,\n    \"match_type\": \"preliminary\",\n    \"playing_level\": \"international\",\n    \"playing_format\": \"ODI\",\n    \"season\": \"\",\n    \"is_day_night\": true,\n    \"balls_per_over\": 6,\n    \"match_state\": \"upcoming\"\n    // \"match_state_description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 03 Apr 2025 12:35:51 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match created successfully\",\n    \"data\": 6081\n}"}],"_postman_id":"05c7677a-6e2c-4a3b-9ff8-62b07ecc14c2"},{"name":"Upsert Match Squad","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"deab8353-65c9-4f28-9fb8-3e3871cc628b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"team_id\": 1,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false,\n        \"playing_status\": \"playing_xi\"\n    },\n    {\n        \"player_id\": ,\n        \"team_id\": 1,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false,\n        \"playing_status\": \"playing_xi\"\n    },\n    {\n        \"player_id\": ,\n        \"team_id\": 2,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false,\n        \"playing_status\": \"playing_xi\"\n    },\n    {\n        \"player_id\": ,\n        \"team_id\": 2,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false,\n        \"playing_status\": \"playing_xi\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/upsert-squad","urlObject":{"path":["matches",":matchId","upsert-squad"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"616f5134-95ff-4e8f-ab3b-a8fcc8e2efeb","name":"Upsert Match Squad","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"team_id\": 1,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"team_id\": 1,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"team_id\": 2,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    },\n    {\n        \"player_id\": ,\n        \"team_id\": 2,\n        \"is_captain\": false,\n        \"is_vice_captain\": false,\n        \"is_wk\": false,\n        \"is_debut\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/upsert-squad","host":["http://localhost:8080"],"path":["matches",":matchId","upsert-squad"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 08:26:21 GMT"},{"key":"Content-Length","value":"82"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match squad entries upserted successfully\",\n    \"data\": null\n}"}],"_postman_id":"deab8353-65c9-4f28-9fb8-3e3871cc628b"},{"name":"Update Match State","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"24bd7554-1075-461a-8e55-1326cae7b910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"live\"\n    // \"state_description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/match-state","urlObject":{"path":["matches",":matchId","match-state"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"1826a4ac-cada-4fe2-9771-19af44c1b174","name":"Update Match State","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"live\"\n    // \"state_description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/match-state","host":["http://localhost:8080"],"path":["matches",":matchId","match-state"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 11:37:34 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match state updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"24bd7554-1075-461a-8e55-1326cae7b910"},{"name":"Update Match Toss Decision","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"6755bc7f-bbe7-4eb3-a297-7478f146be7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"toss_winner_team_id\": 1,\n    \"toss_loser_team_id\": 2,\n    \"is_toss_decision_bat\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/toss-decision","urlObject":{"path":["matches",":matchId","toss-decision"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"b9d13a27-2d3d-4264-8b56-b1f3bec0ee1c","name":"Update Match Toss Decision","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"toss_winner_team_id\": 1,\n    \"toss_loser_team_id\": 2,\n    \"is_toss_decision_bat\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/toss-decision","host":["http://localhost:8080"],"path":["matches",":matchId","toss-decision"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 11:42:06 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match toss decision updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"6755bc7f-bbe7-4eb3-a297-7478f146be7b"}],"id":"84d5b365-ff5d-4597-8253-a4ca068c3563","_postman_id":"84d5b365-ff5d-4597-8253-a4ca068c3563","description":""},{"name":"Innings","item":[{"name":"Innings 1","item":[{"name":"Create Innings","item":[{"name":"Create Innings","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const inningsId = pm.response.json().data;","    pm.collectionVariables.set(\"test_innings1_id\", inningsId)","});"],"type":"text/javascript","packages":{}}}],"id":"1fe89c67-b96d-47ff-b0bf-a09d0ff7a171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_number\": 1,\n    \"batting_team_id\": 1,\n    \"bowling_team_id\": 2,\n    \"is_super_over\": false,\n    \"max_overs\": 50\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings","urlObject":{"path":["matches",":matchId","innings"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"51937420-b0b4-48ab-b67d-e8a8037ecf89","name":"Create Innings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_number\": 1,\n    \"batting_team_id\": 1,\n    \"bowling_team_id\": 2,\n    \"is_super_over\": false,\n    \"max_overs\": 50\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings","host":["http://localhost:8080"],"path":["matches",":matchId","innings"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 10:30:00 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings created successfully\",\n    \"data\": 12250\n}"}],"_postman_id":"1fe89c67-b96d-47ff-b0bf-a09d0ff7a171"}],"id":"108a5735-3c85-4bcd-8408-0719743a2d0a","_postman_id":"108a5735-3c85-4bcd-8408-0719743a2d0a","description":""},{"name":"Batter & Bowler Entries","item":[{"name":"Create Batting Scorecard Entries","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"f1ec6ee9-a1d4-4cef-8cfd-5f0def381d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"batter_id\": ,\n        \"batting_position\": 1,\n        \"has_batted\": false\n    },\n    {\n        \"batter_id\": ,\n        \"batting_position\": 2,\n        \"has_batted\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/entries","urlObject":{"path":["matches",":matchId","innings",":inningsId","batting-scorecards","entries"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"393da9ef-3ae5-4d94-8ecd-46834a7cc1a8","name":"Create Batting Scorecard Entries","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"batter_id\": ,\n        \"batting_position\": 1,\n        \"has_batted\": false\n    },\n    {\n        \"batter_id\": ,\n        \"batting_position\": 2,\n        \"has_batted\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/entries","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","batting-scorecards","entries"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 12:03:54 GMT"},{"key":"Content-Length","value":"87"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"batting scorecard entries created successfully\",\n    \"data\": null\n}"}],"_postman_id":"f1ec6ee9-a1d4-4cef-8cfd-5f0def381d94"},{"name":"Create Bowling Scorecard Entry","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"831da25a-21f4-4150-9958-a850260df95c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler_id\": ,\n    \"bowling_position\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/bowling-scorecards","urlObject":{"path":["matches",":matchId","innings",":inningsId","bowling-scorecards"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"8d4802bb-beb2-43ae-bbe8-13036f8ff514","name":"Create Bowling Scorecard Entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler_id\": ,\n    \"bowling_position\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/bowling-scorecards","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","bowling-scorecards"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 10:42:21 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"bowling scorecard entry created successfully\",\n    \"data\": null\n}"}],"_postman_id":"831da25a-21f4-4150-9958-a850260df95c"},{"name":"Update Batting Position 1","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9de4e96a-99cc-482c-bc83-779434e7f108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 1,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","urlObject":{"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"batterId"}]}},"response":[{"id":"a2953e34-a86d-429a-8a6b-cca3970c839e","name":"Update Batting Position","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 1,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"batterId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 12:08:42 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"batter batting position updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"9de4e96a-99cc-482c-bc83-779434e7f108"},{"name":"Update Batting Position 2","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a701e00d-7c42-4ed8-b53b-5108f913463d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 2,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","urlObject":{"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"batterId"}]}},"response":[{"id":"3fc2fc83-7db8-4f36-8fc4-08e53ae8607d","name":"Update Batting Position 2","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 2,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"batterId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 12:09:23 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"batter batting position updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"a701e00d-7c42-4ed8-b53b-5108f913463d"},{"name":"Update Innings Current Batters","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7ea018de-99e1-433a-8288-7a6aece2243e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"striker_id\": ,\n    \"non_striker_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-batters","urlObject":{"path":["matches",":matchId","innings",":inningsId","current-batters"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"29147366-40c4-4c3f-b151-953572aeebc9","name":"Update Innings Current Batters","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"striker_id\": ,\n    \"non_striker_id\": \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-batters","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","current-batters"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 12:20:12 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings current batters updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"7ea018de-99e1-433a-8288-7a6aece2243e"},{"name":"Update Innings Current Bowlers","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"6af85630-13aa-4653-b0b7-bc5bf38ccf94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler1_id\": \n    // \"bowler2_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-bowlers","urlObject":{"path":["matches",":matchId","innings",":inningsId","current-bowlers"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"34d89460-e51b-4757-b571-30ee64e871e5","name":"Update Innings Current Bowlers","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler1_id\": \n    // \"bowler2_id\": \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-bowlers","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","current-bowlers"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 04 Apr 2025 12:21:33 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings current bowlers updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"6af85630-13aa-4653-b0b7-bc5bf38ccf94"}],"id":"6f7988ab-ed4f-4c0d-9c50-20bb27a55b55","_postman_id":"6f7988ab-ed4f-4c0d-9c50-20bb27a55b55","description":""},{"name":"Deliveries","item":[{"name":"Create Delivery 1 With Scoring Data","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"7c97224a-6e8c-4de9-b08f-ed46a98dfe71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 6,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 6,\n    \"bowler_runs\": 6,\n    \"is_four\": false,\n    \"is_six\": true,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"7cf8d1f5-4c3f-410f-80a1-1bc2b3d73e3e","name":"Create Delivery with Scoring Input","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 6,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 6,\n    \"bowler_runs\": 6,\n    \"is_four\": false,\n    \"is_six\": true,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 10:45:46 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery with scoring input created successfully\",\n    \"data\": null\n}"}],"_postman_id":"7c97224a-6e8c-4de9-b08f-ed46a98dfe71"},{"name":"Update Delivery With Scoring Data","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d77cd4aa-f5f0-4d1b-97cc-5e9ce0ad3f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 4,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 4,\n    \"bowler_runs\": 4,\n    \"is_four\": true,\n    \"is_six\": false,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/scoring","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","scoring"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"inningsDeliveryNumber"}]}},"response":[{"id":"6cf94912-925c-4c6f-aecb-ab7afc026f61","name":"Update Delivery With Scoring Data","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 4,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 4,\n    \"bowler_runs\": 4,\n    \"is_four\": true,\n    \"is_six\": false,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/scoring","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","scoring"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"inningsDeliveryNumber","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:10:15 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery with scoring input updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"d77cd4aa-f5f0-4d1b-97cc-5e9ce0ad3f89"},{"name":"Update Delivery With Commentary","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"79e92acf-0c55-49fd-ac64-d77e14c08d06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"commentary\": \"Inventore quia delectus optio reiciendis labore rerum quisquam voluptatem adipisci. Eaque ducimus blanditiis sunt dolores omnis dolorem nulla ipsa reiciendis.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/commentary","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","commentary"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"inningsDeliveryNumber"}]}},"response":[{"id":"04b89429-b4b1-49b1-a036-0485422a78dd","name":"Update Delivery With Commentary","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"commentary\": \"Dolor est ut deleniti quo quia laborum placeat incidunt. Dolorem similique rem alias rerum nostrum repellat. Facere illum ab rerum unde porro eaque. Quod placeat animi quod aut beatae explicabo accusantium nemo nobis. Perferendis aliquid omnis reiciendis est dolore est ducimus ea.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/commentary","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","commentary"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"inningsDeliveryNumber","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 15:57:27 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery commentary updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"79e92acf-0c55-49fd-ac64-d77e14c08d06"},{"name":"Update Delivery With Advance Info","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f0d9a7bf-66b7-48c2-a7ea-0a1d9448bbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"is_pace\": true,\n    \"bowling_style\": \"right_arm_off_break\",\n    \"is_batter_rhb\": false,\n    \"is_non_striker_rhb\": false,\n    \"line\": \"off-stump\",\n    \"length\": \"good-length\",\n    \"ball_type\": \"off-break\",\n    \"ball_speed\": 89.7, // kph\n    \"misc\": \"edged\",\n    \"ww_region\": \"first-slip\",\n    \"foot_type\": \"front-foot\",\n    \"shot_type\": \"drive\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/advance-info","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","advance-info"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"inningsDeliveryNumber"}]}},"response":[{"id":"81dbb0c6-18ff-473d-b34e-c5ab28596928","name":"Update Delivery With Advance Info","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"is_pace\": false,\n    \"bowling_style\": \"right_arm_off_break\",\n    \"is_batter_rhb\": false,\n    \"is_non_striker_rhb\": true,\n    \"line\": \"off-stump\",\n    \"length\": \"good-length\",\n    \"ball_type\": \"off-break\",\n    \"ball_speed\": 89.7, // kph\n    \"misc\": \"edged\",\n    \"ww_region\": \"first-slip\",\n    \"foot_type\": \"front-foot\",\n    \"shot_type\": \"drive\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/advance-info","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","advance-info"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"inningsDeliveryNumber","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 16:17:52 GMT"},{"key":"Content-Length","value":"83"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery advance info updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"f0d9a7bf-66b7-48c2-a7ea-0a1d9448bbba"},{"name":"Create Delivery 2 With Scoring Data","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"f9bce6e8-48d8-4f9a-a573-2b4209b55e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.2,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 0,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 0,\n    \"bowler_runs\": 0,\n    \"is_four\": false,\n    \"is_six\": false,\n    \"player1_dismissed_id\": ,\n    \"player1_dismissal_type\": \"caught\",\n    \"fielder1_id\": ,\n    // \"fielder5_id\": {{test_player5_id}},\n    \"new_striker_id\": null,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"8fb9f2f5-5879-4bb4-ab08-104f6d15bd92","name":"Create Delivery 2 With Scoring Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.2,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 0,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 0,\n    \"bowler_runs\": 0,\n    \"is_four\": false,\n    \"is_six\": false,\n    \"player1_dismissed_id\": ,\n    \"player1_dismissal_type\": \"caught\",\n    \"fielder1_id\": ,\n    // \"fielder5_id\": {{test_player5_id}},\n    \"new_striker_id\": null,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:16:06 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery with scoring input created successfully\",\n    \"data\": null\n}"}],"_postman_id":"f9bce6e8-48d8-4f9a-a573-2b4209b55e6d"},{"name":"Update Delivery With Player2 Dismissal","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f54aeba9-9405-4a70-98cd-c8fd18566119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"player2_dismissed_id\": , // set to null to undo\n    \"player2_dismissal_type\": \"retired out\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/player2-dismissal","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","player2-dismissal"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"inningsDeliveryNumber"}]}},"response":[{"id":"aecd4e89-b093-457d-8684-8a3b3a53c964","name":"Update Delivery With Player2 Dismissal","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"player2_dismissed_id\": ,\n    \"player2_dismissal_type\": \"retired out\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/player2-dismissal","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","player2-dismissal"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"inningsDeliveryNumber","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 07 Apr 2025 07:44:58 GMT"},{"key":"Content-Length","value":"80"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery player2 dismissal successfully\",\n    \"data\": null\n}"}],"_postman_id":"f54aeba9-9405-4a70-98cd-c8fd18566119"}],"id":"feec5f48-a08d-459b-a7d6-ccfb6ce4013f","_postman_id":"feec5f48-a08d-459b-a7d6-ccfb6ce4013f","description":""},{"name":"End Innings","item":[{"name":"End Innings","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d01bb3e5-5e74-441c-b46d-4d62b0f9603e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_end\": \"all_out\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/innings-end","urlObject":{"path":["matches",":matchId","innings",":inningsId","innings-end"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"fb96e0b5-6482-40f0-b4d6-2f32b77e6f40","name":"End Innings","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_end\": \"all_out\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/innings-end","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","innings-end"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:20:06 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings end updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"d01bb3e5-5e74-441c-b46d-4d62b0f9603e"},{"name":"Update Match State","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"65ef7a13-3edf-4b3a-bf97-e805b463bf85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"break\",\n    \"state_description\": \"Innings Break\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/match-state","urlObject":{"path":["matches",":matchId","match-state"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"2a3a8591-4eff-467c-bd07-7c88e33b6209","name":"Update Match State","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"break\",\n    \"state_description\": \"Innings Break\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/match-state","host":["http://localhost:8080"],"path":["matches",":matchId","match-state"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:51:32 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match state updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"65ef7a13-3edf-4b3a-bf97-e805b463bf85"}],"id":"daa08f85-f811-4bfd-821e-9a833b4e3cfb","_postman_id":"daa08f85-f811-4bfd-821e-9a833b4e3cfb","description":""}],"id":"934c7896-0d6e-46d0-88b2-037da5fb99ad","_postman_id":"934c7896-0d6e-46d0-88b2-037da5fb99ad","description":""},{"name":"Innings 2","item":[{"name":"Create Innings","item":[{"name":"Create Innings","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","","    const inningsId = pm.response.json().data;","    pm.collectionVariables.set(\"test_innings2_id\", inningsId)","});"],"type":"text/javascript","packages":{}}}],"id":"d95fb250-b946-4811-8929-9708c172c48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_number\": 2,\n    \"batting_team_id\": 2,\n    \"bowling_team_id\": 1,\n    \"is_super_over\": false,\n    \"target_runs\": 5,\n    \"max_overs\": 50\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings","urlObject":{"path":["matches",":matchId","innings"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"8cf62770-e86f-4dcc-9d5e-8bb3aff4f732","name":"Create Innings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_number\": 2,\n    \"batting_team_id\": 2,\n    \"bowling_team_id\": 1,\n    \"is_super_over\": false,\n    \"target_runs\": 5,\n    \"max_overs\": 50\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings","host":["http://localhost:8080"],"path":["matches",":matchId","innings"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:21:32 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings created successfully\",\n    \"data\": 12252\n}"}],"_postman_id":"d95fb250-b946-4811-8929-9708c172c48b"}],"id":"5a92dbf7-0932-4a22-b839-321fa83757bf","_postman_id":"5a92dbf7-0932-4a22-b839-321fa83757bf","description":""},{"name":"Batter & Bowler Entries","item":[{"name":"Create Batting Scorecard Entries","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"0b4da15a-a191-4c2a-af4d-4fb13692458d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"batter_id\": ,\n        \"batting_position\": 1,\n        \"has_batted\": false\n    },\n    {\n        \"batter_id\": ,\n        \"batting_position\": 2,\n        \"has_batted\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/entries","urlObject":{"path":["matches",":matchId","innings",":inningsId","batting-scorecards","entries"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"5f5258de-c82e-4aff-bdc1-46baffe5432d","name":"Create Batting Scorecard Entries","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"batter_id\": ,\n        \"batting_position\": 1,\n        \"has_batted\": false\n    },\n    {\n        \"batter_id\": ,\n        \"batting_position\": 2,\n        \"has_batted\": false\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/entries","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","batting-scorecards","entries"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:23:52 GMT"},{"key":"Content-Length","value":"87"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"batting scorecard entries created successfully\",\n    \"data\": null\n}"}],"_postman_id":"0b4da15a-a191-4c2a-af4d-4fb13692458d"},{"name":"Create Bowling Scorecard Entry","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"65b2e656-e158-44f0-a678-17e81217ae1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler_id\": ,\n    \"bowling_position\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/bowling-scorecards","urlObject":{"path":["matches",":matchId","innings",":inningsId","bowling-scorecards"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"29bb3e1c-89a6-4c46-b3cb-7c22c4748995","name":"Create Bowling Scorecard Entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler_id\": ,\n    \"bowling_position\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/bowling-scorecards","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","bowling-scorecards"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:26:07 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"bowling scorecard entry created successfully\",\n    \"data\": null\n}"}],"_postman_id":"65b2e656-e158-44f0-a678-17e81217ae1c"},{"name":"Update Batting Position 1","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"bf3bc15f-6732-448f-88ed-fee4c3aaaf86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 1,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","urlObject":{"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"batterId"}]}},"response":[{"id":"b4b93e46-8323-4ded-a87d-14ca900297ad","name":"Update Batting Position 1","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 1,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"batterId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:26:40 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"batter batting position updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"bf3bc15f-6732-448f-88ed-fee4c3aaaf86"},{"name":"Update Batting Position 2","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"e46ae360-e411-4966-a151-b7889213df6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 2,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","urlObject":{"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"batterId"}]}},"response":[{"id":"0c9f16e3-5363-4338-8a49-cb4f5fe3c2eb","name":"Update Batting Position 2","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"batting_position\": 2,\n    \"has_batted\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/batting-scorecards/:batterId/batting-position","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","batting-scorecards",":batterId","batting-position"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"batterId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:27:26 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"batter batting position updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"e46ae360-e411-4966-a151-b7889213df6f"},{"name":"Update Innings Current Batters","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"09b7aa4a-f93a-4f3d-aa24-90204250287f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"striker_id\": ,\n    \"non_striker_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-batters","urlObject":{"path":["matches",":matchId","innings",":inningsId","current-batters"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"1688977d-86ac-476d-8d9a-731a9af14f10","name":"Update Innings Current Batters","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"striker_id\": ,\n    \"non_striker_id\": \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-batters","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","current-batters"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:28:06 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings current batters updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"09b7aa4a-f93a-4f3d-aa24-90204250287f"},{"name":"Update Innings Current Bowlers","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"caa96986-ae9d-4567-bc3d-0ab933587063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler1_id\": \n    // \"bowler2_id\": \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-bowlers","urlObject":{"path":["matches",":matchId","innings",":inningsId","current-bowlers"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"75b902f2-85ee-4a70-ab21-50f85397053a","name":"Update Innings Current Bowlers","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"bowler1_id\": \n    // \"bowler2_id\": \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/current-bowlers","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","current-bowlers"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:29:06 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings current bowlers updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"caa96986-ae9d-4567-bc3d-0ab933587063"}],"id":"b26ea836-5ed9-4dac-883f-0f6dc6515413","_postman_id":"b26ea836-5ed9-4dac-883f-0f6dc6515413","description":""},{"name":"Deliveries","item":[{"name":"Create Delivery 1 With Scoring Data","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"9ed3a102-25c9-4060-a6f0-745874fc7c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 1,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 1,\n    \"bowler_runs\": 1,\n    \"is_four\": false,\n    \"is_six\": false,\n    \"player1_dismissed_id\": ,\n    \"player1_dismissal_type\": \"run out\",\n    \"fielder1_id\": ,\n    \"fielder2_id\": ,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": null,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"7ae50e89-8dc5-490c-99cd-e140e033b549","name":"Create Delivery 1 With Scoring Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 1,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 1,\n    \"bowler_runs\": 1,\n    \"is_four\": false,\n    \"is_six\": false,\n    \"player1_dismissed_id\": ,\n    \"player1_dismissal_type\": \"run out\",\n    \"fielder1_id\": ,\n    \"fielder2_id\": ,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": null,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:34:15 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery with scoring input created successfully\",\n    \"data\": null\n}"}],"_postman_id":"9ed3a102-25c9-4060-a6f0-745874fc7c7c"},{"name":"Update Delivery With Scoring Data","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"25392e29-8437-4cd4-97db-6331fd49168d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 2,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 2,\n    \"bowler_runs\": 2,\n    \"is_four\": false,\n    \"is_six\": false,\n    // undoing dismissal\n    // \"player1_dismissed_id\": ,\n    // \"player1_dismissal_type\": \"run out\",\n    // \"fielder1_id\": ,\n    // \"fielder2_id\": ,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/scoring","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","scoring"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"},{"type":"any","value":"","key":"inningsDeliveryNumber"}]}},"response":[{"id":"2520cdbb-3e63-47c5-a713-b02bb4d3fd58","name":"Update Delivery With Scoring Data","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.1,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be sent even if they are 0\n    \"batter_runs\": 2,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 2,\n    \"bowler_runs\": 2,\n    \"is_four\": false,\n    \"is_six\": false,\n    // undoing dismissal\n    // \"player1_dismissed_id\": ,\n    // \"player1_dismissal_type\": \"run out\",\n    // \"fielder1_id\": ,\n    // \"fielder2_id\": ,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/:inningsDeliveryNumber/scoring","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries",":inningsDeliveryNumber","scoring"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""},{"key":"inningsDeliveryNumber","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:37:23 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery with scoring input updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"25392e29-8437-4cd4-97db-6331fd49168d"},{"name":"Create Delivery 2 With Scoring Data","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"f57298ba-a6bc-4cbe-bec1-8010bbfd8524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.2,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be included even if they are 0\n    \"batter_runs\": 6,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 6,\n    \"bowler_runs\": 6,\n    \"is_four\": false,\n    \"is_six\": true,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","urlObject":{"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"f0a1ca7e-f6e2-4d65-86f9-21a570d96330","name":"Create Delivery 2 With Scoring Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_delivery_number\": ,\n    \"ball_number\": 0.2,\n    \"over_number\": 1,\n    \"batter_id\": ,\n    \"bowler_id\": ,\n    \"non_striker_id\": ,\n    // the following entries must be included even if they are 0\n    \"batter_runs\": 6,\n    \"wides\": 0,\n    \"noballs\": 0,\n    \"legbyes\": 0,\n    \"byes\": 0,\n    \"penalty\": 0,\n    \"total_extras\": 0,\n    \"total_runs\": 6,\n    \"bowler_runs\": 6,\n    \"is_four\": false,\n    \"is_six\": true,\n    \"new_striker_id\": ,\n    \"new_non_striker_id\": ,\n    \"new_bowler1_id\": \n    // \"new_bowler2_id\": 3,\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/deliveries/scoring","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","deliveries","scoring"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:40:20 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"delivery with scoring input created successfully\",\n    \"data\": null\n}"}],"_postman_id":"f57298ba-a6bc-4cbe-bec1-8010bbfd8524"}],"id":"1c9926e7-7b89-4829-b8b1-78f80ac811b7","_postman_id":"1c9926e7-7b89-4829-b8b1-78f80ac811b7","description":""},{"name":"End Innings","item":[{"name":"End Innings","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"0a79e102-7479-48ac-b9ce-c3385810da8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_end\": \"target_reached\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/innings/:inningsId/innings-end","urlObject":{"path":["matches",":matchId","innings",":inningsId","innings-end"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"},{"type":"any","value":"","key":"inningsId"}]}},"response":[{"id":"15718900-655c-4911-897b-4dc95f783bb2","name":"End Innings","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"innings_end\": \"target_reached\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/innings/:inningsId/innings-end","host":["http://localhost:8080"],"path":["matches",":matchId","innings",":inningsId","innings-end"],"variable":[{"key":"matchId","value":"6081"},{"key":"inningsId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:41:47 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"innings end updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"0a79e102-7479-48ac-b9ce-c3385810da8f"}],"id":"766ddb4e-fb43-4ddd-98a4-f1c25c457249","_postman_id":"766ddb4e-fb43-4ddd-98a4-f1c25c457249","description":""}],"id":"7b356532-3ec8-44ec-bf63-863d07a816f4","_postman_id":"7b356532-3ec8-44ec-bf63-863d07a816f4","description":""}],"id":"698b12d8-6dba-4bb1-b8ee-faf3b04a4d22","_postman_id":"698b12d8-6dba-4bb1-b8ee-faf3b04a4d22","description":""},{"name":"End Match","item":[{"name":"Update Match Result","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d83dc259-b152-4c36-aa2d-618314b5e4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"final_result\": \"winner decided\",\n    \"match_winner_team_id\": 2,\n    \"match_loser_team_id\": 1,\n    // \"bowl_out_winner_id\": 1,\n    // \"super_over_winner_id\": 2,\n    \"is_won_by_innings\": false,\n    \"is_won_by_runs\": false,\n    \"win_margin\": 10, // wickets\n    \"balls_remaining_after_win\": 298\n    // \"outcome_special_method\": \"D/L\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/match-result","urlObject":{"path":["matches",":matchId","match-result"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"66f64046-f383-4cee-82d2-86bf7eeb58e7","name":"Update Match Result","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"final_result\": \"winner decided\",\n    \"match_winner_team_id\": 2,\n    \"match_loser_team_id\": 1,\n    // \"bowl_out_winner_id\": 1,\n    // \"super_over_winner_id\": 2,\n    \"is_won_by_innings\": false,\n    \"is_won_by_runs\": false,\n    \"win_margin\": 10, // wickets\n    \"balls_remaining_after_win\": 298\n    // \"outcome_special_method\": \"D/L\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/match-result","host":["http://localhost:8080"],"path":["matches",":matchId","match-result"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:48:28 GMT"},{"key":"Content-Length","value":"74"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match result updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"d83dc259-b152-4c36-aa2d-618314b5e4b3"},{"name":"Upsert Match Player Awards","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"2ffe2b7e-3ffb-4142-9540-987eaf81ee54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"award_type\": \"player_of_the_match\"\n    },\n    {\n        \"player_id\": ,\n        \"series_id\": ,\n        \"award_type\": \"player_of_the_series\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/player-awards","urlObject":{"path":["matches",":matchId","player-awards"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"9fbe223a-4413-488d-a4f9-603801739af9","name":"Upsert Match Player Awards","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"player_id\": ,\n        \"award_type\": \"player_of_the_match\"\n    },\n    {\n        \"player_id\": ,\n        \"series_id\": ,\n        \"award_type\": \"player_of_the_series\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/player-awards","host":["http://localhost:8080"],"path":["matches",":matchId","player-awards"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 06 Apr 2025 10:02:11 GMT"},{"key":"Content-Length","value":"82"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match award entries upserted successfully\",\n    \"data\": null\n}"}],"_postman_id":"2ffe2b7e-3ffb-4142-9540-987eaf81ee54"},{"name":"Update Match State","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"15003024-9c08-4243-83e9-f9e6020535ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"completed\"\n    // \"state_description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/matches/:matchId/match-state","urlObject":{"path":["matches",":matchId","match-state"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"6081","key":"matchId"}]}},"response":[{"id":"c6097fe1-847e-4889-a546-b16a6dc4b7b3","name":"Update Match State","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"completed\"\n    // \"state_description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/matches/:matchId/match-state","host":["http://localhost:8080"],"path":["matches",":matchId","match-state"],"variable":[{"key":"matchId","value":"6081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 05 Apr 2025 11:49:33 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"match state updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"15003024-9c08-4243-83e9-f9e6020535ac"}],"id":"3aad22d9-341f-4a5e-90e9-92019869437c","_postman_id":"3aad22d9-341f-4a5e-90e9-92019869437c","description":""},{"name":"Update Series Result","item":[{"name":"Update Series Result","event":[{"listen":"test","script":{"id":"b8abe841-74e4-4a66-8b1b-7231fc2e0ee2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d5ab233b-ea68-4fd9-aaff-4845a6055510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"winner_team_id\": 2,\n    \"final_status\": \"Team 2 won the series\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/series/:series_id/final-result","urlObject":{"path":["series",":series_id","final-result"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"series_id"}]}},"response":[{"id":"89eb769a-85c5-4819-b6a8-1d4db4a88116","name":"Update Series Result","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"winner_team_id\": 2,\n    \"final_status\": \"Team 2 won the series\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/series/:series_id/final-result","host":["http://localhost:8080"],"path":["series",":series_id","final-result"],"variable":[{"key":"series_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 06 Apr 2025 10:17:01 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"series final result updated successfully\",\n    \"data\": null\n}"}],"_postman_id":"d5ab233b-ea68-4fd9-aaff-4845a6055510"}],"id":"1fa15ac5-416a-4e58-b781-07441b40ac10","_postman_id":"1fa15ac5-416a-4e58-b781-07441b40ac10","description":""}],"id":"666e2446-e7a6-4506-b677-8caf8e30c525","_postman_id":"666e2446-e7a6-4506-b677-8caf8e30c525","description":""}],"id":"b24c2d75-c4eb-4186-93a2-b262c1faae24","_postman_id":"b24c2d75-c4eb-4186-93a2-b262c1faae24","description":""}],"id":"286dc212-1af8-42d6-b407-105810114bcb","_postman_id":"286dc212-1af8-42d6-b407-105810114bcb","description":""}],"event":[{"listen":"prerequest","script":{"id":"62f69453-73ea-449c-9489-f0c57bccd36e","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"0ffcdf87-31b0-43cc-93e5-3bb792fd2ef2","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"API_URL","value":"http://localhost:8080","type":"string"},{"key":"test_continent_id","value":"","type":"string"},{"key":"test_host_nation_id","value":"","type":"string"},{"key":"test_city_id","value":"","type":"string"},{"key":"test_ground_id","value":"","type":"string"},{"key":"test_season","value":"2027-28","type":"string"},{"key":"test_team1_id","value":"1","type":"string"},{"key":"test_team2_id","value":"2","type":"string"},{"key":"test_player1_id","value":"","type":"string"},{"key":"test_player2_id","value":"","type":"string"},{"key":"test_player3_id","value":""},{"key":"test_player4_id","value":""},{"key":"test_series_id","value":"","type":"string"},{"key":"test_squad1_id","value":""},{"key":"test_squad2_id","value":"","type":"string"},{"key":"test_match_id","value":"6081","type":"string"},{"key":"test_innings1_id","value":""},{"key":"test_innings2_id","value":""},{"key":"test_delivery1_number","value":"","type":"string"},{"key":"test_delivery2_number","value":"","type":"string"},{"key":"test_tournament_id","value":""},{"key":"test_seriesSquad0_id","value":"","type":"string"},{"key":"test_innings0_id","value":""}]}