Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedelriomarron/spanish-api-covid19
Data from Spain of COVID-19 (by Datadista) as a service
https://github.com/pedelriomarron/spanish-api-covid19
api covid-19 covid-19-spain data now spain zeit
Last synced: 17 days ago
JSON representation
Data from Spain of COVID-19 (by Datadista) as a service
- Host: GitHub
- URL: https://github.com/pedelriomarron/spanish-api-covid19
- Owner: pedelriomarron
- Created: 2020-03-23T20:11:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T17:46:29.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:08:05.695Z (3 months ago)
- Topics: api, covid-19, covid-19-spain, data, now, spain, zeit
- Language: TypeScript
- Homepage: https://spanish-api-covid19.pedelriomarron.now.sh/
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spanish-api-covid19
> Serving data from Datadista as a [JSON API](https://spanish-api-covid19.pedelriomarron.now.sh/)
## Routes
- /api: global summary
- /api/confirmed: global cases per region sorted by confirmed cases
- /api/recovered: global cases per region sorted by recovered cases
- /api/deaths: global cases per region sorted by death toll
- /api/hospitalized: global cases per region sorted by hospitalizations
- /api/uci: global cases per region sorted by UCI patients
- /api/regions: all regions with their INE code
- /api/regions/[region]: a [region] summary (e.g. /api/regions/01 or /api/regions/12)
- /api/regions/[region]/confirmed: a [region] cases per region sorted by confirmed cases
- /api/region/[region]/recovered: a [region] cases per region sorted by recovered cases
- /api/regions/[region]/deaths: a [region] cases per region sorted by death toll
- /api/regions/[region]/hospitalized: a [region] cases per region sorted by hospitalizations
- /api/regions/[region]/uci: a [region] cases per region sorted by UCI patients
## Showcase
- [Representación de los efectos del COVID-19 en España](https://github.com/alvcuevas/covid19), (Web) by [alvcuevas](https://covid19-three.now.sh/)
## License
MIT License 2020, Pedro Manuel del Río Marrón.
Data updated in real time thanks to the Datadista repository, the data cannot be used for commercial purposes.