Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Shivam-316/Covid-19_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 API : Doc Link

Python DjangoREST NumPy Pandas

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

Endpoints**


Endpoints

Acessing Data**


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.

Swagger Doc. Endpoint

** Subject to updation in version v2.

About

A Web API Providing Concise Information About Covid Cases And Vaccination In India.

Topics

Resources

Stars

Watchers

Forks

Languages