{"info":{"_postman_id":"d0828d4c-1f6e-4bda-bdb2-f1f88fff0383","name":"COVID-19 Information System","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>COVID-19 Information System is a REST API that can be used as a source for providing live updates on the ongoing pandemic. We get our data from <strong>CSSE at Johns Hopkins University</strong>. Websites and mobile applications that do not intend in monetizing this information are free to consume this API while adding the Name and URL of this API in your cedits.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>I think a fellow developer should be aware that this service is hosted on a free Heroku dyno. So, be informed that you might experience latency in response. </p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authorization to this service is based on a Secret Authorization API Code that needs to be added to the header of every request you send in. To get your authorization Code, please write to me (<a href=\"mailto:aseemsavio3@gmail.com\">aseemsavio3@gmail.com</a>) with your full name, email address, your comapany, a brief note about how you're planning to use this API (about your app/website).</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1</td>\n<td>Data Not Found</td>\n</tr>\n<tr>\n<td>-2</td>\n<td>Allowed Number of requests/minutes exceeded</td>\n</tr>\n<tr>\n<td>-3</td>\n<td>Not a registered User</td>\n</tr>\n<tr>\n<td>-4</td>\n<td>Mandatory Headers(s) not found</td>\n</tr>\n</tbody>\n</table>\n</div><p>When the request is a success, you'll receive a status message of \"OK\" and in the unfortunate other case, you'll receive a \"FAILED\" message.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Your requests will be tracked on the basis of your Authorization Code. Each authorization code is allowed a maximum of 30 requests per minute.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"4966755","collectionId":"d0828d4c-1f6e-4bda-bdb2-f1f88fff0383","publishedId":"SzYW3zqL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-28T18:59:44.000Z"},"item":[{"name":"Get All Countries","id":"43fd2d95-259b-4827-94e5-525772a16704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","type":"text"}],"url":"https://covid19-information-system.herokuapp.com/api/v1/countries","description":"<p>Gets all the countries for which we have the data for.</p>\n","urlObject":{"protocol":"https","path":["api","v1","countries"],"host":["covid19-information-system","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"43db531c-ac17-4b6a-9c26-3b5e68199a48","name":"Get All Countries","originalRequest":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","type":"text"}],"url":"https://covid19-information-system.herokuapp.com/api/v1/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Apr 2020 07:36:26 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"totalResults\": 179,\n    \"lastUpdatedMinutes\": 15,\n    \"countries\": [\n        \"Afghanistan\",\n        \"Albania\",\n        \"Algeria\",\n        \"Andorra\",\n        \"Angola\",\n        \"Antigua and Barbuda\",\n        \"Argentina\",\n        \"Armenia\",\n        \"Australia\",\n        \"Austria\",\n        \"Azerbaijan\",\n        \"Bahamas\",\n        \"Bahrain\",\n        \"Bangladesh\",\n        \"Barbados\",\n        \"Belarus\",\n        \"Belgium\",\n        \"Benin\",\n        \"Bhutan\",\n        \"Bolivia\",\n        \"Bosnia and Herzegovina\",\n        \"Brazil\",\n        \"Brunei\",\n        \"Bulgaria\",\n        \"Burkina Faso\",\n        \"Cabo Verde\",\n        \"Cambodia\",\n        \"Cameroon\",\n        \"Canada\",\n        \"Central African Republic\",\n        \"Chad\",\n        \"Chile\",\n        \"China\",\n        \"Colombia\",\n        \"Congo (Brazzaville)\",\n        \"Congo (Kinshasa)\",\n        \"Costa Rica\",\n        \"Cote d'Ivoire\",\n        \"Croatia\",\n        \"Diamond Princess\",\n        \"Cuba\",\n        \"Cyprus\",\n        \"Czechia\",\n        \"Denmark\",\n        \"Djibouti\",\n        \"Dominican Republic\",\n        \"Ecuador\",\n        \"Egypt\",\n        \"El Salvador\",\n        \"Equatorial Guinea\",\n        \"Eritrea\",\n        \"Estonia\",\n        \"Eswatini\",\n        \"Ethiopia\",\n        \"Fiji\",\n        \"Finland\",\n        \"France\",\n        \"Gabon\",\n        \"Gambia\",\n        \"Georgia\",\n        \"Germany\",\n        \"Ghana\",\n        \"Greece\",\n        \"Guatemala\",\n        \"Guinea\",\n        \"Guyana\",\n        \"Haiti\",\n        \"Holy See\",\n        \"Honduras\",\n        \"Hungary\",\n        \"Iceland\",\n        \"India\",\n        \"Indonesia\",\n        \"Iran\",\n        \"Iraq\",\n        \"Ireland\",\n        \"Israel\",\n        \"Italy\",\n        \"Jamaica\",\n        \"Japan\",\n        \"Jordan\",\n        \"Kazakhstan\",\n        \"Kenya\",\n        \"Kuwait\",\n        \"Kyrgyzstan\",\n        \"Latvia\",\n        \"Lebanon\",\n        \"Liberia\",\n        \"Liechtenstein\",\n        \"Lithuania\",\n        \"Luxembourg\",\n        \"Madagascar\",\n        \"Malaysia\",\n        \"Maldives\",\n        \"Malta\",\n        \"Mauritania\",\n        \"Mauritius\",\n        \"Mexico\",\n        \"Moldova\",\n        \"Monaco\",\n        \"Mongolia\",\n        \"Montenegro\",\n        \"Morocco\",\n        \"Namibia\",\n        \"Nepal\",\n        \"Netherlands\",\n        \"New Zealand\",\n        \"Nicaragua\",\n        \"Niger\",\n        \"Nigeria\",\n        \"North Macedonia\",\n        \"Norway\",\n        \"Oman\",\n        \"Pakistan\",\n        \"Panama\",\n        \"Papua New Guinea\",\n        \"Paraguay\",\n        \"Peru\",\n        \"Philippines\",\n        \"Poland\",\n        \"Portugal\",\n        \"Qatar\",\n        \"Romania\",\n        \"Russia\",\n        \"Rwanda\",\n        \"Saint Lucia\",\n        \"Saint Vincent and the Grenadines\",\n        \"San Marino\",\n        \"Saudi Arabia\",\n        \"Senegal\",\n        \"Serbia\",\n        \"Seychelles\",\n        \"Singapore\",\n        \"Slovakia\",\n        \"Slovenia\",\n        \"Somalia\",\n        \"South Africa\",\n        \"Spain\",\n        \"Sri Lanka\",\n        \"Sudan\",\n        \"Suriname\",\n        \"Sweden\",\n        \"Switzerland\",\n        \"Taiwan*\",\n        \"Tanzania\",\n        \"Thailand\",\n        \"Togo\",\n        \"Trinidad and Tobago\",\n        \"Tunisia\",\n        \"Turkey\",\n        \"Uganda\",\n        \"Ukraine\",\n        \"United Arab Emirates\",\n        \"United Kingdom\",\n        \"Uruguay\",\n        \"US\",\n        \"Uzbekistan\",\n        \"Venezuela\",\n        \"Vietnam\",\n        \"Zambia\",\n        \"Zimbabwe\",\n        \"Dominica\",\n        \"Grenada\",\n        \"Mozambique\",\n        \"Syria\",\n        \"Timor-Leste\",\n        \"Belize\",\n        \"Laos\",\n        \"Libya\",\n        \"West Bank and Gaza\",\n        \"Guinea-Bissau\",\n        \"Mali\",\n        \"Saint Kitts and Nevis\",\n        \"Kosovo\",\n        \"Burma\",\n        \"MS Zaandam\",\n        \"Botswana\",\n        \"Burundi\",\n        \"Sierra Leone\"\n    ]\n}"}],"_postman_id":"43fd2d95-259b-4827-94e5-525772a16704"},{"name":"Get All Provinces","id":"2a660a6f-f6a5-4781-be63-f2b6b4d835e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","type":"text"}],"url":"https://covid19-information-system.herokuapp.com/api/v1/provinces","description":"<p>Gets a list of all the provinces whose data the service has.</p>\n","urlObject":{"protocol":"https","path":["api","v1","provinces"],"host":["covid19-information-system","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f2962d45-3996-4ce3-a343-6dd5a3c0afb1","name":"Get All Provinces","originalRequest":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","type":"text"}],"url":"https://covid19-information-system.herokuapp.com/api/v1/provinces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Apr 2020 07:47:55 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"totalResults\": 79,\n    \"lastUpdatedMinutes\": 26,\n    \"provinces\": [\n        \"Australian Capital Territory\",\n        \"New South Wales\",\n        \"Northern Territory\",\n        \"Queensland\",\n        \"South Australia\",\n        \"Tasmania\",\n        \"Victoria\",\n        \"Western Australia\",\n        \"Alberta\",\n        \"British Columbia\",\n        \"Grand Princess\",\n        \"Manitoba\",\n        \"New Brunswick\",\n        \"Newfoundland and Labrador\",\n        \"Nova Scotia\",\n        \"Ontario\",\n        \"Prince Edward Island\",\n        \"Quebec\",\n        \"Saskatchewan\",\n        \"Anhui\",\n        \"Beijing\",\n        \"Chongqing\",\n        \"Fujian\",\n        \"Gansu\",\n        \"Guangdong\",\n        \"Guangxi\",\n        \"Guizhou\",\n        \"Hainan\",\n        \"Hebei\",\n        \"Heilongjiang\",\n        \"Henan\",\n        \"Hong Kong\",\n        \"Hubei\",\n        \"Hunan\",\n        \"Inner Mongolia\",\n        \"Jiangsu\",\n        \"Jiangxi\",\n        \"Jilin\",\n        \"Liaoning\",\n        \"Macau\",\n        \"Ningxia\",\n        \"Qinghai\",\n        \"Shaanxi\",\n        \"Shandong\",\n        \"Shanghai\",\n        \"Shanxi\",\n        \"Sichuan\",\n        \"Tianjin\",\n        \"Tibet\",\n        \"Xinjiang\",\n        \"Yunnan\",\n        \"Zhejiang\",\n        \"Faroe Islands\",\n        \"Greenland\",\n        \"French Guiana\",\n        \"French Polynesia\",\n        \"Guadeloupe\",\n        \"Mayotte\",\n        \"New Caledonia\",\n        \"Reunion\",\n        \"Saint Barthelemy\",\n        \"St Martin\",\n        \"Martinique\",\n        \"Aruba\",\n        \"Curacao\",\n        \"Sint Maarten\",\n        \"Bermuda\",\n        \"Cayman Islands\",\n        \"Channel Islands\",\n        \"Gibraltar\",\n        \"Isle of Man\",\n        \"Montserrat\",\n        \"Diamond Princess\",\n        \"Recovered\",\n        \"Northwest Territories\",\n        \"Yukon\",\n        \"Anguilla\",\n        \"British Virgin Islands\",\n        \"Turks and Caicos Islands\"\n    ]\n}"}],"_postman_id":"2a660a6f-f6a5-4781-be63-f2b6b4d835e4"},{"name":"Get Time Series By Province","id":"6fddc5a5-65c0-4461-a3c7-bb80497ab77b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Gets the timeseries information by provinces. The Response will have the all the dates for which the service has data in Month-Day-Year order/format. The Actual Response will have other time series data including teh confirmed count, death count, etc.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"54328f7e-d917-445d-928c-ca0681a6ac99","name":"Get Time Series By Province","originalRequest":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","type":"text"}],"url":{"raw":"https://covid19-information-system.herokuapp.com/api/v1/timeSeries/findByProvince?province=New South Wales","protocol":"https","host":["covid19-information-system","herokuapp","com"],"path":["api","v1","timeSeries","findByProvince"],"query":[{"key":"province","value":"New South Wales"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Apr 2020 07:54:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"totalResults\": 1,\n    \"lastUpdatedMinutes\": 33,\n    \"dates\": [\n        \"1/22/20\",\n        \"1/23/20\",\n        \"1/24/20\",\n        \"1/25/20\",\n        \"1/26/20\",\n        \"1/27/20\",\n        \"1/28/20\",\n        \"1/29/20\",\n        \"1/30/20\",\n        \"1/31/20\",\n        \"2/1/20\",\n        \"2/2/20\",\n        \"2/3/20\",\n        \"2/4/20\",\n        \"2/5/20\",\n        \"2/6/20\",\n        \"2/7/20\",\n        \"2/8/20\",\n        \"2/9/20\",\n        \"2/10/20\",\n        \"2/11/20\",\n        \"2/12/20\",\n        \"2/13/20\",\n        \"2/14/20\",\n        \"2/15/20\",\n        \"2/16/20\",\n        \"2/17/20\",\n        \"2/18/20\",\n        \"2/19/20\",\n        \"2/20/20\",\n        \"2/21/20\",\n        \"2/22/20\",\n        \"2/23/20\",\n        \"2/24/20\",\n        \"2/25/20\",\n        \"2/26/20\",\n        \"2/27/20\",\n        \"2/28/20\",\n        \"2/29/20\",\n        \"3/1/20\",\n        \"3/2/20\",\n        \"3/3/20\",\n        \"3/4/20\",\n        \"3/5/20\",\n        \"3/6/20\",\n        \"3/7/20\",\n        \"3/8/20\",\n        \"3/9/20\",\n        \"3/10/20\",\n        \"3/11/20\",\n        \"3/12/20\",\n        \"3/13/20\",\n        \"3/14/20\",\n        \"3/15/20\",\n        \"3/16/20\",\n        \"3/17/20\",\n        \"3/18/20\",\n        \"3/19/20\",\n        \"3/20/20\",\n        \"3/21/20\",\n        \"3/22/20\",\n        \"3/23/20\",\n        \"3/24/20\",\n        \"3/25/20\",\n        \"3/26/20\",\n        \"3/27/20\",\n        \"3/28/20\",\n        \"3/29/20\",\n        \"3/30/20\",\n        \"3/31/20\"\n    ],\n    \"timeSeriesData\": [\n        {\n            \"id\": \"5e8440d7f5f4737f23c226ae\",\n            \"province\": \"New South Wales\",\n            \"country\": \"Australia\",\n            \"latitude\": -33.8688,\n            \"longitude\": 151.2093,\n            \"confirmedCount\": [\n                0,\n                0,\n                0,\n                0,\n                3,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                4,\n                6,\n                6,\n                13,\n                22,\n                22,\n                26,\n                28,\n                38,\n                48,\n                55,\n                65,\n                65,\n                92,\n                112,\n                134,\n                171,\n                210,\n                267,\n                307,\n                353,\n                436,\n                669,\n                669,\n                818,\n                1029,\n                1219,\n                1405,\n                1617,\n                1791,\n                2032,\n                2032\n            ],\n            \"deathCount\": [\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                1,\n                1,\n                1,\n                1,\n                2,\n                2,\n                2,\n                2,\n                2,\n                2,\n                2,\n                2,\n                2,\n                4,\n                5,\n                5,\n                6,\n                6,\n                6,\n                6,\n                7,\n                7,\n                7,\n                7,\n                8,\n                8,\n                8,\n                8\n            ]\n        }\n    ]\n}"}],"_postman_id":"6fddc5a5-65c0-4461-a3c7-bb80497ab77b"},{"name":"Get Time Series By Country","id":"1b513096-da0f-413e-ad46-ee36eb3256c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Gets the timeseries information by countries. The Response will have the all the dates for which the service has data in Month-Day-Year order/format. The Actual Response will have other time series data including teh confirmed count, death count, etc.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"da8e3dcd-ac95-4a3b-a00c-7523f70ceb29","name":"Get Time Series By Country","originalRequest":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","description":"Your Secret Authorization Code","type":"text"}],"url":{"raw":"https://covid19-information-system.herokuapp.com/api/v1/timeSeries/findByCountry?country=India","protocol":"https","host":["covid19-information-system","herokuapp","com"],"path":["api","v1","timeSeries","findByCountry"],"query":[{"key":"country","value":"India"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 28 Mar 2020 18:38:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"totalResults\": 1,\n    \"dates\": [\n        \"1/22/20\",\n        \"1/23/20\",\n        \"1/24/20\",\n        \"1/25/20\",\n        \"1/26/20\",\n        \"1/27/20\",\n        \"1/28/20\",\n        \"1/29/20\",\n        \"1/30/20\",\n        \"1/31/20\",\n        \"2/1/20\",\n        \"2/2/20\",\n        \"2/3/20\",\n        \"2/4/20\",\n        \"2/5/20\",\n        \"2/6/20\",\n        \"2/7/20\",\n        \"2/8/20\",\n        \"2/9/20\",\n        \"2/10/20\",\n        \"2/11/20\",\n        \"2/12/20\",\n        \"2/13/20\",\n        \"2/14/20\",\n        \"2/15/20\",\n        \"2/16/20\",\n        \"2/17/20\",\n        \"2/18/20\",\n        \"2/19/20\",\n        \"2/20/20\",\n        \"2/21/20\",\n        \"2/22/20\",\n        \"2/23/20\",\n        \"2/24/20\",\n        \"2/25/20\",\n        \"2/26/20\",\n        \"2/27/20\",\n        \"2/28/20\",\n        \"2/29/20\",\n        \"3/1/20\",\n        \"3/2/20\",\n        \"3/3/20\",\n        \"3/4/20\",\n        \"3/5/20\",\n        \"3/6/20\",\n        \"3/7/20\",\n        \"3/8/20\",\n        \"3/9/20\",\n        \"3/10/20\",\n        \"3/11/20\",\n        \"3/12/20\",\n        \"3/13/20\",\n        \"3/14/20\",\n        \"3/15/20\",\n        \"3/16/20\",\n        \"3/17/20\",\n        \"3/18/20\",\n        \"3/19/20\",\n        \"3/20/20\",\n        \"3/21/20\",\n        \"3/22/20\",\n        \"3/23/20\",\n        \"3/24/20\",\n        \"3/25/20\",\n        \"3/26/20\",\n        \"3/27/20\"\n    ],\n    \"timeSeriesData\": [\n        {\n            \"id\": \"5e7f984ad7f0265821ee31de\",\n            \"province\": \"\",\n            \"country\": \"India\",\n            \"latitude\": 21,\n            \"longitude\": 78,\n            \"confirmedCount\": [\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                1,\n                1,\n                1,\n                2,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                3,\n                5,\n                5,\n                28,\n                30,\n                31,\n                34,\n                39,\n                43,\n                56,\n                62,\n                73,\n                82,\n                102,\n                113,\n                119,\n                142,\n                156,\n                194,\n                244,\n                330,\n                396,\n                499,\n                536,\n                657,\n                727,\n                887\n            ],\n            \"deathCount\": [\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                1,\n                1,\n                2,\n                2,\n                2,\n                2,\n                3,\n                3,\n                4,\n                5,\n                4,\n                7,\n                10,\n                10,\n                12,\n                20,\n                20\n            ]\n        }\n    ]\n}"}],"_postman_id":"1b513096-da0f-413e-ad46-ee36eb3256c6"},{"name":"Get Count By Province","id":"44425306-573f-4506-94c3-869992816d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Gets the various counts by province</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"8c8a921a-a04d-420c-aa9a-3d8e7ab93c4a","name":"Get Count By Province","originalRequest":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","description":"Your Secret Authorization Code","type":"text"}],"url":{"raw":"https://covid19-information-system.herokuapp.com/api/v1/count/findByProvince?province=South Australia","protocol":"https","host":["covid19-information-system","herokuapp","com"],"path":["api","v1","count","findByProvince"],"query":[{"key":"province","value":"South Australia"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 28 Mar 2020 18:41:29 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"totalResults\": 1,\n    \"countData\": [\n        {\n            \"id\": \"5e7f984ad7f0265821ee3167\",\n            \"province\": \"South Australia\",\n            \"country\": \"Australia\",\n            \"latitude\": -34.9285,\n            \"longitude\": 138.6007,\n            \"todaysConfirmed\": 257,\n            \"todaysDeaths\": 0\n        }\n    ]\n}"}],"_postman_id":"44425306-573f-4506-94c3-869992816d47"},{"name":"Get Count By Country","id":"44662206-78be-4e7e-bf22-797ca1b625f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Gets the counts by country</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"aad04328-2fc2-4c0f-9f17-576df9d6765a","name":"Get Count By Country","originalRequest":{"method":"GET","header":[{"key":"authorization-code","value":"efd136b4-6a81-41f0-a43f-98f2d72ea52d","description":"Your Secret Authorization Code","type":"text"}],"url":{"raw":"https://covid19-information-system.herokuapp.com/api/v1/count/findByCountry?country=China","protocol":"https","host":["covid19-information-system","herokuapp","com"],"path":["api","v1","count","findByCountry"],"query":[{"key":"country","value":"China"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 28 Mar 2020 18:44:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"totalResults\": 33,\n    \"countData\": [\n        {\n            \"id\": \"5e7f984ad7f0265821ee318c\",\n            \"province\": \"Anhui\",\n            \"country\": \"China\",\n            \"latitude\": 31.8257,\n            \"longitude\": 117.2264,\n            \"todaysConfirmed\": 990,\n            \"todaysDeaths\": 6\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee318d\",\n            \"province\": \"Beijing\",\n            \"country\": \"China\",\n            \"latitude\": 40.1824,\n            \"longitude\": 116.4142,\n            \"todaysConfirmed\": 569,\n            \"todaysDeaths\": 8\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee318e\",\n            \"province\": \"Chongqing\",\n            \"country\": \"China\",\n            \"latitude\": 30.0572,\n            \"longitude\": 107.874,\n            \"todaysConfirmed\": 578,\n            \"todaysDeaths\": 6\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee318f\",\n            \"province\": \"Fujian\",\n            \"country\": \"China\",\n            \"latitude\": 26.0789,\n            \"longitude\": 117.9874,\n            \"todaysConfirmed\": 331,\n            \"todaysDeaths\": 1\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3190\",\n            \"province\": \"Gansu\",\n            \"country\": \"China\",\n            \"latitude\": 37.8099,\n            \"longitude\": 101.0583,\n            \"todaysConfirmed\": 136,\n            \"todaysDeaths\": 2\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3191\",\n            \"province\": \"Guangdong\",\n            \"country\": \"China\",\n            \"latitude\": 23.3417,\n            \"longitude\": 113.4244,\n            \"todaysConfirmed\": 1456,\n            \"todaysDeaths\": 8\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3192\",\n            \"province\": \"Guangxi\",\n            \"country\": \"China\",\n            \"latitude\": 23.8298,\n            \"longitude\": 108.7881,\n            \"todaysConfirmed\": 254,\n            \"todaysDeaths\": 2\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3193\",\n            \"province\": \"Guizhou\",\n            \"country\": \"China\",\n            \"latitude\": 26.8154,\n            \"longitude\": 106.8748,\n            \"todaysConfirmed\": 146,\n            \"todaysDeaths\": 2\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3194\",\n            \"province\": \"Hainan\",\n            \"country\": \"China\",\n            \"latitude\": 19.1959,\n            \"longitude\": 109.7453,\n            \"todaysConfirmed\": 168,\n            \"todaysDeaths\": 6\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3195\",\n            \"province\": \"Hebei\",\n            \"country\": \"China\",\n            \"latitude\": 39.549,\n            \"longitude\": 116.1306,\n            \"todaysConfirmed\": 319,\n            \"todaysDeaths\": 6\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3196\",\n            \"province\": \"Heilongjiang\",\n            \"country\": \"China\",\n            \"latitude\": 47.862,\n            \"longitude\": 127.7615,\n            \"todaysConfirmed\": 484,\n            \"todaysDeaths\": 13\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3197\",\n            \"province\": \"Henan\",\n            \"country\": \"China\",\n            \"latitude\": 33.882,\n            \"longitude\": 113.614,\n            \"todaysConfirmed\": 1275,\n            \"todaysDeaths\": 22\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3198\",\n            \"province\": \"Hong Kong\",\n            \"country\": \"China\",\n            \"latitude\": 22.3,\n            \"longitude\": 114.2,\n            \"todaysConfirmed\": 519,\n            \"todaysDeaths\": 4\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee3199\",\n            \"province\": \"Hubei\",\n            \"country\": \"China\",\n            \"latitude\": 30.9756,\n            \"longitude\": 112.2707,\n            \"todaysConfirmed\": 67801,\n            \"todaysDeaths\": 3174\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee319a\",\n            \"province\": \"Hunan\",\n            \"country\": \"China\",\n            \"latitude\": 27.6104,\n            \"longitude\": 111.7088,\n            \"todaysConfirmed\": 1018,\n            \"todaysDeaths\": 4\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee319b\",\n            \"province\": \"Inner Mongolia\",\n            \"country\": \"China\",\n            \"latitude\": 44.0935,\n            \"longitude\": 113.9448,\n            \"todaysConfirmed\": 92,\n            \"todaysDeaths\": 1\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee319c\",\n            \"province\": \"Jiangsu\",\n            \"country\": \"China\",\n            \"latitude\": 32.9711,\n            \"longitude\": 119.455,\n            \"todaysConfirmed\": 641,\n            \"todaysDeaths\": 0\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee319d\",\n            \"province\": \"Jiangxi\",\n            \"country\": \"China\",\n            \"latitude\": 27.614,\n            \"longitude\": 115.7221,\n            \"todaysConfirmed\": 936,\n            \"todaysDeaths\": 1\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee319e\",\n            \"province\": \"Jilin\",\n            \"country\": \"China\",\n            \"latitude\": 43.6661,\n            \"longitude\": 126.1923,\n            \"todaysConfirmed\": 95,\n            \"todaysDeaths\": 1\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee319f\",\n            \"province\": \"Liaoning\",\n            \"country\": \"China\",\n            \"latitude\": 41.2956,\n            \"longitude\": 122.6085,\n            \"todaysConfirmed\": 128,\n            \"todaysDeaths\": 2\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a0\",\n            \"province\": \"Macau\",\n            \"country\": \"China\",\n            \"latitude\": 22.1667,\n            \"longitude\": 113.55,\n            \"todaysConfirmed\": 33,\n            \"todaysDeaths\": 0\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a1\",\n            \"province\": \"Ningxia\",\n            \"country\": \"China\",\n            \"latitude\": 37.2692,\n            \"longitude\": 106.1655,\n            \"todaysConfirmed\": 75,\n            \"todaysDeaths\": 0\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a2\",\n            \"province\": \"Qinghai\",\n            \"country\": \"China\",\n            \"latitude\": 35.7452,\n            \"longitude\": 95.9956,\n            \"todaysConfirmed\": 18,\n            \"todaysDeaths\": 0\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a3\",\n            \"province\": \"Shaanxi\",\n            \"country\": \"China\",\n            \"latitude\": 35.1917,\n            \"longitude\": 108.8701,\n            \"todaysConfirmed\": 253,\n            \"todaysDeaths\": 3\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a4\",\n            \"province\": \"Shandong\",\n            \"country\": \"China\",\n            \"latitude\": 36.3427,\n            \"longitude\": 118.1498,\n            \"todaysConfirmed\": 772,\n            \"todaysDeaths\": 7\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a5\",\n            \"province\": \"Shanghai\",\n            \"country\": \"China\",\n            \"latitude\": 31.202,\n            \"longitude\": 121.4491,\n            \"todaysConfirmed\": 468,\n            \"todaysDeaths\": 5\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a6\",\n            \"province\": \"Shanxi\",\n            \"country\": \"China\",\n            \"latitude\": 37.5777,\n            \"longitude\": 112.2922,\n            \"todaysConfirmed\": 135,\n            \"todaysDeaths\": 0\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a7\",\n            \"province\": \"Sichuan\",\n            \"country\": \"China\",\n            \"latitude\": 30.6171,\n            \"longitude\": 102.7103,\n            \"todaysConfirmed\": 548,\n            \"todaysDeaths\": 3\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a8\",\n            \"province\": \"Tianjin\",\n            \"country\": \"China\",\n            \"latitude\": 39.3054,\n            \"longitude\": 117.323,\n            \"todaysConfirmed\": 155,\n            \"todaysDeaths\": 3\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31a9\",\n            \"province\": \"Tibet\",\n            \"country\": \"China\",\n            \"latitude\": 31.6927,\n            \"longitude\": 88.0924,\n            \"todaysConfirmed\": 1,\n            \"todaysDeaths\": 0\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31aa\",\n            \"province\": \"Xinjiang\",\n            \"country\": \"China\",\n            \"latitude\": 41.1129,\n            \"longitude\": 85.2401,\n            \"todaysConfirmed\": 76,\n            \"todaysDeaths\": 3\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31ab\",\n            \"province\": \"Yunnan\",\n            \"country\": \"China\",\n            \"latitude\": 24.974,\n            \"longitude\": 101.487,\n            \"todaysConfirmed\": 180,\n            \"todaysDeaths\": 2\n        },\n        {\n            \"id\": \"5e7f984ad7f0265821ee31ac\",\n            \"province\": \"Zhejiang\",\n            \"country\": \"China\",\n            \"latitude\": 29.1832,\n            \"longitude\": 120.0934,\n            \"todaysConfirmed\": 1247,\n            \"todaysDeaths\": 1\n        }\n    ]\n}"}],"_postman_id":"44662206-78be-4e7e-bf22-797ca1b625f4"}]}