An open API service indexing awesome lists of open source software.

https://github.com/rawnly/covid-api

Simple COVID-19 Api (Dataset from 'Dipartimento della Protezione Civile')
https://github.com/rawnly/covid-api

Last synced: about 1 year ago
JSON representation

Simple COVID-19 Api (Dataset from 'Dipartimento della Protezione Civile')

Awesome Lists containing this project

README

          

# COVID API
Un semplice servizio REST per monitorare i dati forniti dal Ministero Della Salute

## Endpoints
- `/api`
- Restituisce i dati a livello nazionale

- `/api/regions`
- Restituisce i dati raggruppati per regione

- `/api/regions/`
- Dettaglio Regione

- `/api/regions//province`
- Province raggruppate per regione

- `/api/regions//province/`
- Dettaglio Provincia

- `/api/province`
- Dati province raggruppati per provincia

- `/api/province/`
- Dettaglio Provincia

## Nota
Le risposte hanno una cache di 15 minuti per questioni di performance.