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')
- Host: GitHub
- URL: https://github.com/rawnly/covid-api
- Owner: rawnly
- Created: 2020-03-15T20:07:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T11:02:34.000Z (over 4 years ago)
- Last Synced: 2024-12-28T09:43:29.287Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://covid-api-sand.now.sh/api
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.