{"info":{"_postman_id":"df05d9bc-185f-4baf-9437-70e62f64629a","name":"IPL Stats","description":"<html><head></head><body><h1 id=\"ipl-stats-api\"><p> IPL Stats API </p></h1>\n<h4 id=\"making-access-to-ipl-statistics-easier-with-api-calls\"><p>Making access to IPL statistics easier with api calls</p></h4>\n<p><a href=\"https://iplt20-stats.herokuapp.com\"><img src=\"https://i.ibb.co/G2yFqsJ/ipl-1.png\" alt=\"IPL Stats\"></a></p>\n<h2 id=\"whys\">Whys</h2>\n<p>To get the statistics of all players in IPL. As needed such data for one of the projects and there was no suitable API found for the purpose,\nso decided to create one, and as it was created, shared too, if required by anybody. The data is updated after each match.\nThe API is developed by scraping data from the official website of <a href=\"https://www.iplt20.com\">https://www.iplt20.com</a> and is latest by the statistics available there.\nThe data is <a href=\"https://www.iplt20.com\">https://www.iplt20.com</a> property and all rights reserved with them.</p>\n<p>Currently the API is useful primarily for only getting a player's data from all seasons combined.\nAnd there is innumerous other stuff possible to be done. But as the data belongs to the concerned authority,\nand it may or may not be adequate to access it without proper permissions and consent.\nStill, if you know more of the law and if it's alright to be so, contributions are welcomed to make it bigger.</p>\n\n<p><strong>You can visualize the API in action here: <a href=\"https://iplt20-stats.herokuapp.com\">https://iplt20-stats.herokuapp.com</a></strong> \n(Please be patient for first load time, lazy dyno needs some time to wake up.</p>\n<p><strong>You can contribute to the repository here: <a href=\"https://github.com/KartikWatts/ipl-stats-api\">https://github.com/KartikWatts/ipl-stats-api</a></strong></p>\n<h2 id=\"api-details\">API Details</h2>\n<h4 id=\"host-httpsiplt20-statsherokuappcom\">Host: <a href=\"https://iplt20-stats.herokuapp.com\">https://iplt20-stats.herokuapp.com</a></h4>\n<p><strong>No Authorization key is required for any API call, as of now.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":" IPL Stats API ","slug":"ipl-stats-api"}],"owner":"10557860","collectionId":"df05d9bc-185f-4baf-9437-70e62f64629a","publishedId":"TzJsedV4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-17T17:02:43.000Z"},"item":[{"name":"Squads","item":[{"name":"Squads List","id":"7ed3c103-d0cc-4ba9-a0cb-cba290b1ed53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://iplt20-stats.herokuapp.com/api/squads-list","description":"<p>Provides the list of squads with their name and id.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> 'GET'</p>\n<p><strong>No params required for the request</strong></p>\n<h3 id=\"response\">Response</h3>\n<p><strong>Json array of objects</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Squad-id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Squad-name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","squads-list"],"host":["iplt20-stats","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"cb1b7423-55c1-4903-a820-1be3607a67ab","name":"Squads List","originalRequest":{"method":"GET","header":[],"url":"https://iplt20-stats.herokuapp.com/api/squads-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 15 Apr 2021 11:49:25 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Allow","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Chennai Super Kings\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Delhi Capitals\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Kolkata Knight Riders\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Mumbai Indians\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Punjab Kings\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Rajasthan Royals\"\n    },\n    {\n        \"id\": 62,\n        \"name\": \"Sunrisers Hyderabad\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Royal Challengers Banglore\"\n    }\n]"}],"_postman_id":"7ed3c103-d0cc-4ba9-a0cb-cba290b1ed53"},{"name":"Squad Details","id":"5cacf890-31a8-43e1-b6c9-5f0b7cef5349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://iplt20-stats.herokuapp.com/api/squad-details/{id}","description":"<p>Provides details about a specific squad according to <code>id</code> passed.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> 'GET'</p>\n<p><strong>The squad-id is passed in the url</strong></p>\n<h3 id=\"response\">Response</h3>\n<p><strong>Json object with squad details and array of players in the squad</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>squad</td>\n<td>Object with squad details.</td>\n</tr>\n<tr>\n<td>players</td>\n<td>Array of player objects.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"squad-details\">Squad details</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Squad-id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Squad-name</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"player-array-details\">Player array details</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Player-id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Player-name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","squad-details","{id}"],"host":["iplt20-stats","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3adf95fa-7786-4d80-9d35-eea87f0d3169","name":"Squad Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://iplt20-stats.herokuapp.com/api/squad-details/8","protocol":"http","host":["iplt20-stats","herokuapp","com"],"path":["api","squad-details","8"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 15 Apr 2021 12:36:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Allow","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"squad\": {\n        \"id\": 8,\n        \"name\": \"Rajasthan Royals\"\n    },\n    \"players\": [\n        {\n            \"player_id\": 1480,\n            \"player_name\": \"Andrew Tye\"\n        },\n        {\n            \"player_id\": 10788,\n            \"player_name\": \"Anuj Rawat\"\n        },\n        {\n            \"player_id\": 12585,\n            \"player_name\": \"Akash Singh\"\n        },\n        {\n            \"player_id\": 1154,\n            \"player_name\": \"Ben Stokes\"\n        },\n        {\n            \"player_id\": 187,\n            \"player_name\": \"David Miller\"\n        },\n        {\n            \"player_id\": 86,\n            \"player_name\": \"Jaydev Unadkat\"\n        },\n        {\n            \"player_id\": 3502,\n            \"player_name\": \"Jofra Archer\"\n        },\n        {\n            \"player_id\": 509,\n            \"player_name\": \"Jos Buttler\"\n        },\n        {\n            \"player_id\": 10059,\n            \"player_name\": \"Kartik Tyagi\"\n        },\n        {\n            \"player_id\": 2970,\n            \"player_name\": \"Mahipal Lomror\"\n        },\n        {\n            \"player_id\": 1085,\n            \"player_name\": \"Manan Vohra\"\n        },\n        {\n            \"player_id\": 4951,\n            \"player_name\": \"Mayank Markande\"\n        },\n        {\n            \"player_id\": 1749,\n            \"player_name\": \"Rahul Tewatia\"\n        },\n        {\n            \"player_id\": 4445,\n            \"player_name\": \"Riyan Parag\"\n        },\n        {\n            \"player_id\": 258,\n            \"player_name\": \"Sanju Samson\"\n        },\n        {\n            \"player_id\": 1748,\n            \"player_name\": \"Shreyas Gopal\"\n        },\n        {\n            \"player_id\": 13538,\n            \"player_name\": \"Yashasvi Jaiswal\"\n        },\n        {\n            \"player_id\": 5431,\n            \"player_name\": \"Shivam Dube\"\n        },\n        {\n            \"player_id\": 836,\n            \"player_name\": \"Chris Morris\"\n        },\n        {\n            \"player_id\": 1594,\n            \"player_name\": \"Mustafizur Rahman\"\n        },\n        {\n            \"player_id\": 11062,\n            \"player_name\": \"Chetan Sakariya\"\n        },\n        {\n            \"player_id\": 2743,\n            \"player_name\": \"KC Cariappa\"\n        },\n        {\n            \"player_id\": 3644,\n            \"player_name\": \"Liam Livingstone\"\n        },\n        {\n            \"player_id\": 12480,\n            \"player_name\": \"Kuldip Yadav\"\n        }\n    ]\n}"}],"_postman_id":"5cacf890-31a8-43e1-b6c9-5f0b7cef5349"}],"id":"89c91fca-6653-48a2-b0f5-db6f5a6fa999","description":"<h4 id=\"apis-related-to-squad-details\">APIs related to squad details.</h4>\n","_postman_id":"89c91fca-6653-48a2-b0f5-db6f5a6fa999"},{"name":"Players","item":[{"name":"Player Details","id":"849129d7-ed31-46e6-b26c-fe03c35ac4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://iplt20-stats.herokuapp.com/api/player-details/{id}","description":"<p>Provides details about a specific player according to <code>id</code> passed.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> 'GET'</p>\n<p><strong>The player-id is passed in the url</strong></p>\n<h3 id=\"response\">Response</h3>\n<p><strong>Json object with player details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>player_id</td>\n<td>Player-id</td>\n</tr>\n<tr>\n<td>player_name</td>\n<td>Player-name</td>\n</tr>\n<tr>\n<td>team_id</td>\n<td>Team-id</td>\n</tr>\n<tr>\n<td>image_url</td>\n<td>Player image url</td>\n</tr>\n<tr>\n<td>matches</td>\n<td>Total number of matches played</td>\n</tr>\n<tr>\n<td>not_outs</td>\n<td>Total number of times player remained not out</td>\n</tr>\n<tr>\n<td>runs</td>\n<td>Total number of runs scored</td>\n</tr>\n<tr>\n<td>highest_score</td>\n<td>Highest career score in one inning</td>\n</tr>\n<tr>\n<td>batting_average</td>\n<td>Batting average (runs scored per wicket)</td>\n</tr>\n<tr>\n<td>strike_rate</td>\n<td>Strike rate (runs scored per 100 ball)</td>\n</tr>\n<tr>\n<td>hundreds</td>\n<td>Total Hundreds scored</td>\n</tr>\n<tr>\n<td>fifties</td>\n<td>Total Fifties scored</td>\n</tr>\n<tr>\n<td>sixes</td>\n<td>Total Sixes hit</td>\n</tr>\n<tr>\n<td>catches</td>\n<td>Total catches taken</td>\n</tr>\n<tr>\n<td>overs</td>\n<td>Total overs bowled</td>\n</tr>\n<tr>\n<td>wickets</td>\n<td>Total wickets taken</td>\n</tr>\n<tr>\n<td>bowling_average</td>\n<td>Bowling average (runs conceded per wicket)</td>\n</tr>\n<tr>\n<td>economy</td>\n<td>Bowling economy (runs conceded per over)</td>\n</tr>\n<tr>\n<td>four_wickets</td>\n<td>Total four wickets haul</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","player-details","{id}"],"host":["iplt20-stats","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4b5f33c5-419a-46f0-bf99-971b49709f72","name":"Player Details","originalRequest":{"method":"GET","header":[],"url":"http://iplt20-stats.herokuapp.com/api/player-details/258"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sat, 17 Apr 2021 16:57:57 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Allow","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"player_id\": 258,\n    \"player_name\": \"Sanju Samson\",\n    \"team_id\": \"8\",\n    \"image_url\": \"https://static.iplt20.com/players/284/258.png\",\n    \"matches\": \"108\",\n    \"not_outs\": \"10\",\n    \"runs\": \"2703\",\n    \"highest_score\": \"119\",\n    \"batting_average\": \"28.75\",\n    \"strike_rate\": \"135.48\",\n    \"hundreds\": \"3\",\n    \"fifties\": \"13\",\n    \"sixes\": \"122\",\n    \"catches\": \"122\",\n    \"overs\": \"0\",\n    \"wickets\": \"0\",\n    \"bowling_average\": \"-\",\n    \"economy\": \"-\",\n    \"four_wickets\": \"0\"\n}"}],"_postman_id":"849129d7-ed31-46e6-b26c-fe03c35ac4fe"},{"name":"Players List","id":"c3cd52d5-e551-4128-a635-5cfe48efd3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"start_range\":0,\n    \"data_count\":30,\n    \"sort_attr\":\"runs\",\n    \"order\":\"desc\",\n    \"team_id\":8\n}","options":{"raw":{"language":"json"}}},"url":"http://iplt20-stats.herokuapp.com/api/all-players-list","description":"<p>Provides list of players according to the params passed.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> 'POST'</p>\n<p><strong>Parameters are passed as Json Object in the body.</strong></p>\n<p><strong>Note: No parameter is mandatory, and will take default value if not defined.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Value acceptable</th>\n<th>Default Value</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>start_range</strong></td>\n<td>Integer value</td>\n<td>0</td>\n<td>This is taken as the offset value for the total result.</td>\n</tr>\n<tr>\n<td><strong>data_count</strong></td>\n<td>Integer value</td>\n<td>30</td>\n<td>This is the number of results requested. Maximum possible value is 30. It will be taken as 30 automatically if requested more than it. If number of results found/remained are less than <code>data_count</code> with respect to <code>start_range</code>, lesser data count of results will be sent as response.</td>\n</tr>\n<tr>\n<td><strong>team_id</strong></td>\n<td>Integer value</td>\n<td>null</td>\n<td>Id parameter to get results for a particular team as per id passed.</td>\n</tr>\n<tr>\n<td><strong>sort_attr</strong></td>\n<td>\"matches\" | \"not_outs\" | \"runs\" | \"hundreds\" | \"fifties\" | \"sixes\" | \"catches\" | \"overs\" | \"wickets\" | \"four_wickets\" | \"highest\" | \"batting_average\" | \"bowling_average\" | \"strike_rate\" | \"economy\"</td>\n<td>null</td>\n<td>The parameter with which the data is desired to be sorted by.</td>\n</tr>\n<tr>\n<td><strong>order</strong></td>\n<td>\"asc\" | \"desc\"</td>\n<td>desc</td>\n<td><code>asc</code> means ascending order and <code>desc</code> means descending order with respect to <code>sort_attr</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><strong>Json array of objects with player details as described above in player details.</strong></p>\n","urlObject":{"protocol":"http","path":["api","all-players-list"],"host":["iplt20-stats","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"a308c780-e3e6-4eb0-adc9-8f181f5dd264","name":"Players List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data_count\":10,\n    \"sort_attr\":\"runs\"\n}","options":{"raw":{"language":"json"}}},"url":"http://iplt20-stats.herokuapp.com/api/all-players-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sat, 17 Apr 2021 16:58:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Allow","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Sat, 17 Apr 2021 16:58:47 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"player_id\": 164,\n        \"team_id\": 9,\n        \"player_name\": \"Virat Kohli\",\n        \"matches\": \"194\",\n        \"not_outs\": \"30\",\n        \"runs\": \"5944\",\n        \"batting_average\": \"38.10\",\n        \"strike_rate\": \"130.52\",\n        \"hundreds\": \"5\",\n        \"fifties\": \"39\",\n        \"sixes\": \"201\",\n        \"catches\": \"78\",\n        \"overs\": \"41\",\n        \"wickets\": \"4\",\n        \"economy\": \"8.79\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/164.png\",\n        \"highest_score\": \"113\",\n        \"bowling_average\": \"92.00\"\n    },\n    {\n        \"player_id\": 14,\n        \"team_id\": 1,\n        \"player_name\": \"Suresh Raina\",\n        \"matches\": \"194\",\n        \"not_outs\": \"28\",\n        \"runs\": \"5422\",\n        \"batting_average\": \"33.46\",\n        \"strike_rate\": \"137.26\",\n        \"hundreds\": \"1\",\n        \"fifties\": \"39\",\n        \"sixes\": \"198\",\n        \"catches\": \"101\",\n        \"overs\": \"151\",\n        \"wickets\": \"25\",\n        \"economy\": \"7.38\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/14.png\",\n        \"highest_score\": \"100*\",\n        \"bowling_average\": \"44.72\"\n    },\n    {\n        \"player_id\": 170,\n        \"team_id\": 62,\n        \"player_name\": \"David Warner\",\n        \"matches\": \"144\",\n        \"not_outs\": \"19\",\n        \"runs\": \"5311\",\n        \"batting_average\": \"42.48\",\n        \"strike_rate\": \"141.51\",\n        \"hundreds\": \"4\",\n        \"fifties\": \"49\",\n        \"sixes\": \"196\",\n        \"catches\": \"67\",\n        \"overs\": \"0\",\n        \"wickets\": \"0\",\n        \"economy\": \"12.00\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/170.png\",\n        \"highest_score\": \"126\",\n        \"bowling_average\": \"-\"\n    },\n    {\n        \"player_id\": 107,\n        \"team_id\": 6,\n        \"player_name\": \"Rohit Sharma\",\n        \"matches\": \"202\",\n        \"not_outs\": \"28\",\n        \"runs\": \"5292\",\n        \"batting_average\": \"31.31\",\n        \"strike_rate\": \"130.63\",\n        \"hundreds\": \"1\",\n        \"fifties\": \"39\",\n        \"sixes\": \"215\",\n        \"catches\": \"89\",\n        \"overs\": \"56\",\n        \"wickets\": \"15\",\n        \"economy\": \"7.97\",\n        \"four_wickets\": \"1\",\n        \"image_url\": \"https://static.iplt20.com/players/284/107.png\",\n        \"highest_score\": \"109*\",\n        \"bowling_average\": \"29.93\"\n    },\n    {\n        \"player_id\": 41,\n        \"team_id\": 3,\n        \"player_name\": \"Shikhar Dhawan\",\n        \"matches\": \"177\",\n        \"not_outs\": \"24\",\n        \"runs\": \"5282\",\n        \"batting_average\": \"34.75\",\n        \"strike_rate\": \"127.27\",\n        \"hundreds\": \"2\",\n        \"fifties\": \"42\",\n        \"sixes\": \"110\",\n        \"catches\": \"77\",\n        \"overs\": \"8\",\n        \"wickets\": \"4\",\n        \"economy\": \"8.25\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/41.png\",\n        \"highest_score\": \"106*\",\n        \"bowling_average\": \"16.50\"\n    },\n    {\n        \"player_id\": 233,\n        \"team_id\": 9,\n        \"player_name\": \"AB de Villiers\",\n        \"matches\": \"171\",\n        \"not_outs\": \"36\",\n        \"runs\": \"4898\",\n        \"batting_average\": \"40.14\",\n        \"strike_rate\": \"151.92\",\n        \"hundreds\": \"3\",\n        \"fifties\": \"38\",\n        \"sixes\": \"237\",\n        \"catches\": \"105\",\n        \"overs\": \"0\",\n        \"wickets\": \"0\",\n        \"economy\": \"-\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/233.png\",\n        \"highest_score\": \"133*\",\n        \"bowling_average\": \"-\"\n    },\n    {\n        \"player_id\": 236,\n        \"team_id\": 4,\n        \"player_name\": \"Chris Gayle\",\n        \"matches\": \"133\",\n        \"not_outs\": \"15\",\n        \"runs\": \"4812\",\n        \"batting_average\": \"41.12\",\n        \"strike_rate\": \"150.04\",\n        \"hundreds\": \"6\",\n        \"fifties\": \"31\",\n        \"sixes\": \"351\",\n        \"catches\": \"26\",\n        \"overs\": \"92\",\n        \"wickets\": \"18\",\n        \"economy\": \"7.89\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/236.png\",\n        \"highest_score\": \"175*\",\n        \"bowling_average\": \"40.50\"\n    },\n    {\n        \"player_id\": 1,\n        \"team_id\": 1,\n        \"player_name\": \"MS Dhoni\",\n        \"matches\": \"205\",\n        \"not_outs\": \"69\",\n        \"runs\": \"4632\",\n        \"batting_average\": \"40.63\",\n        \"strike_rate\": \"136.67\",\n        \"hundreds\": \"0\",\n        \"fifties\": \"23\",\n        \"sixes\": \"216\",\n        \"catches\": \"113\",\n        \"overs\": \"0\",\n        \"wickets\": \"0\",\n        \"economy\": \"-\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/1.png\",\n        \"highest_score\": \"84*\",\n        \"bowling_average\": \"-\"\n    },\n    {\n        \"player_id\": 127,\n        \"team_id\": 1,\n        \"player_name\": \"Robin Uthappa\",\n        \"matches\": \"189\",\n        \"not_outs\": \"17\",\n        \"runs\": \"4607\",\n        \"batting_average\": \"27.92\",\n        \"strike_rate\": \"129.99\",\n        \"hundreds\": \"0\",\n        \"fifties\": \"24\",\n        \"sixes\": \"163\",\n        \"catches\": \"87\",\n        \"overs\": \"0\",\n        \"wickets\": \"0\",\n        \"economy\": \"-\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/127.png\",\n        \"highest_score\": \"87\",\n        \"bowling_average\": \"-\"\n    },\n    {\n        \"player_id\": 135,\n        \"team_id\": 3,\n        \"player_name\": \"Ajinkya Rahane\",\n        \"matches\": \"150\",\n        \"not_outs\": \"16\",\n        \"runs\": \"3933\",\n        \"batting_average\": \"31.71\",\n        \"strike_rate\": \"121.38\",\n        \"hundreds\": \"2\",\n        \"fifties\": \"28\",\n        \"sixes\": \"76\",\n        \"catches\": \"59\",\n        \"overs\": \"1\",\n        \"wickets\": \"1\",\n        \"economy\": \"5.00\",\n        \"four_wickets\": \"0\",\n        \"image_url\": \"https://static.iplt20.com/players/284/135.png\",\n        \"highest_score\": \"105*\",\n        \"bowling_average\": \"5.00\"\n    }\n]"}],"_postman_id":"c3cd52d5-e551-4128-a635-5cfe48efd3fd"}],"id":"a1ce1277-b95f-44c5-8b4d-d3c8a6675294","description":"<h4 id=\"apis-related-to-player-details\">APIs related to player details.</h4>\n","_postman_id":"a1ce1277-b95f-44c5-8b4d-d3c8a6675294"},{"name":"HTTP Status","item":[],"id":"a62e3f29-4010-44c7-8a80-5278162e47fd","description":"<h4 id=\"possible-status-codes-you-may-receive-in-response-to-your-requests\">Possible status codes you may receive in response to your requests.</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request. Parameters passed incorrectly</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Limited Access</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Data not found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method not allowed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service unavailable currently</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a62e3f29-4010-44c7-8a80-5278162e47fd"}]}