Corona-virus API for for tracking daily updates on Covid-19 in Kenya up to sub-county level
# Covid-19-Kenya-Rest-Api
A volunteer-driven, crowd-sourced database for COVID-19 stats & patient tracing in Kenya.
Source Code on Github
# API Documentation
Detailed documentation regarding the API end-point can be found here
### JSON Endpoints
| Status | Data | URL |
| ------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------- |
| :green_heart: | Cummulative daily cases till date | |
| :green_heart: | Cummulative daily cases County level | |
| :green_heart: | Cummulative daily Cases Constituency level | |
### CSV
Sometimes, having files in a spreadsheet format is more useful for analysts and scientists. We have provided the files as downloadable csv files at the following location.
| Data | URL |
| -------------------- | ------------------------------------------------- |
| Google sheets in CSV | |
> :rocket: Quick example : Apply the formula `=IMPORTDATA("
api.covid19kenya.org")` in A1 cell of a Google Sheets to get the County data for analysis :)
## How to work with the data
- Data in this repository is generated from Google Sheets
- Volunteers collect data from trusted sources and update the sheet main source is the Ministry of Health
- Github Actions periodically fetch the data from the sheet and upload static json and csv files into `gh-pages` branch of this repo
## License
License for Code (Consider this as everything in the `master` branch) : MIT License (Detailed in LICENSE_CODE.txt)
## Citation
You can cite us in your work in the followin …