{"info":{"_postman_id":"96c3830d-4302-4bc7-bdf0-88499d43169c","name":"COVID19 -India- API (By Adhikansh Mittal)","description":"<html><head></head><body><p>These APIs will help to get the details of COVID - 19 in Indian states. It will give an accurate count of confirmed cases, as well as state-wise analysis also. The data is used from the official website of the Ministry of Health and Family Welfare of India.</p>\n<p>These API’s can be used for an Application. The APIs will use real-time updation of the database with the help of AWS action which triggered the composite end-to-end workflow and pushed it into Database for which it used Mlab.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5665978","collectionId":"96c3830d-4302-4bc7-bdf0-88499d43169c","publishedId":"SzYaVdaW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-02T20:06:10.000Z"},"item":[{"name":"To Get Details of All Routes","id":"caaf60f6-9541-4716-bdc7-9f4da675e86f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://covid19-india-adhikansh.herokuapp.com/","description":"<p>Welcome route\nTo get all the routes details</p>\n","urlObject":{"protocol":"http","path":[""],"host":["covid19-india-adhikansh","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"caaf60f6-9541-4716-bdc7-9f4da675e86f"},{"name":"It will give details of Total cases in India","id":"5ea7d2e1-ae66-4668-8fa4-f8af8f98ccf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://covid19-india-adhikansh.herokuapp.com/summary","description":"<p>Welcome route\nTo get all the routes details</p>\n","urlObject":{"protocol":"http","path":["summary"],"host":["covid19-india-adhikansh","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ea7d2e1-ae66-4668-8fa4-f8af8f98ccf2"},{"name":"To get all the states details together","id":"b4108f9e-fa40-4458-90e0-b37986c40e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://covid19-india-adhikansh.herokuapp.com/states","description":"<p>Total data containing deaths and cases in India of all states. It will Total Confirmed cases, deaths as well as cured/discharged/migrated patient also.</p>\n","urlObject":{"protocol":"http","path":["states"],"host":["covid19-india-adhikansh","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4108f9e-fa40-4458-90e0-b37986c40e2a"},{"name":"To get details of Particular State","id":"489ed8e5-dfaa-4a7e-9f92-dc67f5615f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://covid19-india-adhikansh.herokuapp.com/state/:statename?=","description":"<p>It will give total data of every state separately with number of confirmed cases,deaths and cured/discharged/ migrated patient in that state.</p>\n","urlObject":{"protocol":"http","path":["state",":statename"],"host":["covid19-india-adhikansh","herokuapp","com"],"query":[{"key":"","value":""}],"variable":[{"id":"097a0019-25a0-481b-938a-c64b7e151759","type":"string","value":"Andhra Pradesh","key":"statename"}]}},"response":[],"_postman_id":"489ed8e5-dfaa-4a7e-9f92-dc67f5615f00"},{"name":"To get News Update","id":"b64340c0-bd17-4031-a0f1-ee49b493641b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://covid19-india-adhikansh.herokuapp.com/latest","description":"<p>It will require statename as parameter and It will give total data of that state with number of confirmed cases,deaths and cured/discharged/ migrated patient in that state.</p>\n<p>NOTE: Please use space if there is a space in name of the state like\n<a href=\"https://covid19-india-adhikansh.herokuapp.com/state/Andhra%20Pradesh\">https://covid19-india-adhikansh.herokuapp.com/state/Andhra%20Pradesh</a></p>\n","urlObject":{"protocol":"https","path":["latest"],"host":["covid19-india-adhikansh","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b64340c0-bd17-4031-a0f1-ee49b493641b"}]}