/COVID19Feed2Json

Simple Python API to turn Civil Protection Department official COVID19 diffusion data in Italy from RSS Feed to JSON

Primary LanguagePython

COVID19Feed2Json

Python API returning Italian Civil Protection Department and Ministry of Health official COVID19 data in Italy. It is based on daily web scraping activity.

API END POINTS

Returns JSON info about the project

Returns JSON daily data about total infected people, positive, deads, recovered.
Optional parameter:

  • data (type: String, example: 2020-02-25 18:00)

Returns JSON daily data about the sanitary state of infected people.
Optional parameter:

  • data (type: String, example: 2020-02-25 18:00)

Returns GeoJSON daily data about the outbreaks in each Region.
Optional parameter:

  • data (type: String, example: 2020-02-25 18:00)

Returns GeoJSON data about the last updated outbreaks in each Region.
Optional parameter:

  • data (type: String, example: 2020-02-25 18:00)

Returns more complete GeoJSON data about the last updated outbreaks in each Region.
Optional parameter:

  • data (type: String, example: 2020-02-25 18:00)

Source

All information comes from Sito del Dipartimento della Protezione Civile - Presidenza del Consiglio dei Ministri

Thanks...

...to my friend Andrea Borruso for his precious suggestions and encouragement