{"info":{"_postman_id":"6f9a2308-008f-4b04-b41f-7602d35d450e","name":"chile-coronapi","description":"<html><head></head><body><p>API to obtain data about coronavirus infections (COVID-19) in Chile. The official repo of this project can be found <a href=\"https://github.com/sanguineti/chile-coronapi\">here</a>. This project uses official data from the Government of Chile and the Ministry of Health. The data is handled in the <a href=\"https://github.com/jorgeperezrojas/covid19-data\">covid19-data</a> repository and is updated in near real time. For more information, review other interesting facts about the coronavirus in Chile or review how scraping is performed, refer to that repository.</p>\n<p>This API is open and can be used in any project. The data source is from the official figures published by the Government of Chile and the Ministry of Health on their respective websites. For the data used in this API, the update is practically in real time, through scraping. This API consumes the data directly from that repository, so the response times are quite good and it is usually less than 500 milliseconds.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10855464","collectionId":"6f9a2308-008f-4b04-b41f-7602d35d450e","publishedId":"Szf25VmX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-14T10:19:02.000Z"},"item":[{"name":"https://chile-coronapi.herokuapp.com/api/v3/historical/nation","id":"b31d3e1b-2968-43fc-ba7d-af5829397ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/historical/nation","description":"<p>The national data is obtained from march 7 to the present day. Includes confirmed infections, deaths and \"recovered\" (according to the government, at least, that data is still quite questionable).</p>\n","urlObject":{"protocol":"https","path":["api","v3","historical","nation"],"host":["chile-coronapi","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"a51d7189-c076-4f80-a00f-48657b4d166d","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/historical/nation"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b31d3e1b-2968-43fc-ba7d-af5829397ae9"},{"name":"https://chile-coronapi.herokuapp.com/api/v3/historical/regions","id":"5757e5d9-3b31-44cd-8909-f11a796a593e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/historical/regions","description":"<p>Historical data of infected and deaths by region are obtained. In the case of the infected, the data is available from march 7 until today. In the case of deaths, the data is only available from April 1, which is where the government has published the official figures.</p>\n","urlObject":{"protocol":"https","path":["api","v3","historical","regions"],"host":["chile-coronapi","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"ce0b6f36-f217-4152-b0c7-aac0556aff66","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/historical/regions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5757e5d9-3b31-44cd-8909-f11a796a593e"},{"name":"https://chile-coronapi.herokuapp.com/api/v3/historical/communes","id":"5f99388b-717a-4120-b3a1-9574b40a6f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/historical/communes","description":"<p>Historical data for all the communes. In this case, only the confirmed infected are available, which is the only thing that the government has officially delivered. Usually a 0 represents that there is no significant data for this commune.</p>\n","urlObject":{"protocol":"https","path":["api","v3","historical","communes"],"host":["chile-coronapi","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"8753a6c5-9f90-4050-8bb6-5eec87dca586","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/historical/communes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f99388b-717a-4120-b3a1-9574b40a6f5e"},{"name":"https://chile-coronapi.herokuapp.com/api/v3/latest/nation","id":"f2233f23-3f5f-4f73-b257-5f929790a3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/latest/nation","description":"<p>National data for the last day that the government has made a report. The government currently makes a report every morning, with the data cut until the day before 9:00 p.m.</p>\n","urlObject":{"protocol":"https","path":["api","v3","latest","nation"],"host":["chile-coronapi","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4d3828dd-8d70-4a42-b347-e34c993f2852","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/latest/nation"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2233f23-3f5f-4f73-b257-5f929790a3ce"},{"name":"https://chile-coronapi.herokuapp.com/api/v3/latest/regions","id":"c21a2ab4-6999-431b-a2db-6502e9ac6479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/latest/regions","description":"<p>Data from regions for the last day reported. With this endpoint the latest report is obtained for all regions.</p>\n","urlObject":{"protocol":"https","path":["api","v3","latest","regions"],"host":["chile-coronapi","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3c5eb630-78b0-407d-a588-3328144c7b2e","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/latest/regions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c21a2ab4-6999-431b-a2db-6502e9ac6479"},{"name":"https://chile-coronapi.herokuapp.com/api/v3/latest/communes","id":"f93131d4-466e-462d-a2ec-ce52de377947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/latest/communes","description":"<p>Commune data for the last day reported. With this endpoint the last report is obtained for all the communes.</p>\n","urlObject":{"protocol":"https","path":["api","v3","latest","communes"],"host":["chile-coronapi","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"645dd209-4977-4264-88e1-b3a0f93cdc75","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chile-coronapi.herokuapp.com/api/v3/latest/communes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f93131d4-466e-462d-a2ec-ce52de377947"}]}