https://github.com/alsami/covid-19-api
Covid19Api serving most recent data related to corona virus.
https://github.com/alsami/covid-19-api
Last synced: 5 months ago
JSON representation
Covid19Api serving most recent data related to corona virus.
- Host: GitHub
- URL: https://github.com/alsami/covid-19-api
- Owner: alsami
- License: mit
- Created: 2020-03-14T15:24:13.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T00:21:24.000Z (over 3 years ago)
- Last Synced: 2024-12-31T02:25:48.541Z (over 1 year ago)
- Language: C#
- Homepage: https://api.alsami-covid19-statistics.dev/
- Size: 3.48 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid-19-API
[](https://github.com/alsami/Covid-19-API/actions/workflows/push.yml) [](https://codecov.io/gh/alsami/Covid-19-API)
Covid19Api serving most recent data related to corona virus based on the data available on [worldometers](https://www.worldometers.info/coronavirus/).
While `worldometers` is only displaying recent data, this API is providing historical data starting from today (2020-03-15, 06:30 AM, GMT+1).
## Available endpoints
The API is hosted on azure using an app-service. All times returned from the server are in UTC.
Api base url:
https://api.alsami-covid19-statistics.dev/
A swagger definition can be found [here](https://api.alsami-covid19-statistics.dev/swagger/index.html) for testing the API.
## Sample App
There is a PWA available [here](https://app.alsami-covid19-statistics.dev). The code is located [here](https://github.com/alsami/Covid19-Statistics).