Covid-19 API : Doc Link
A Web API for getting concise and compiled information at a single stop about Covid-19 cases and vaccinations in India in past 30 days. The data is collected from official csv data file provided by Government of India, processed using data analytic libraries and hosted on PythonAnywhere
Front End Application : Covid19 Dashboard
Base URL: http://peter316.pythonanywhere.com/api/v1
The {region} has to be replaced with key which is state code for each state in India.
keys can be accessed using the endpoint /regions/info along with Base URL
[
{
"state": "India",
"key": "IND"
},
{
"state": "Andaman and Nicobar Islands",
"key": "AN"
},
]Also, you can use the Swagger Documentation to see working of different Endpoints.
** Subject to updation in version v2.