COVID-19 (Corona Updates India) State/City Updates Daily Free API
In this Pandemic Situation everyone want to make own product
So This is best idea to make product and make everyone helpful is to provide information regarding
Corona Virus
You can either make a website or Android/iOS Application for guide all people
Here is one best website https://www.covid19india.org/ for information in India
Now our problem is gather data. It is really hard to get updates related to COVID-19
Or we also need a server or database management for manage all the data
The solution is here
Here are some List of API which will provide you a free information
-> Patient Level : Raw Data Partition 1 (Till Apr 19)
https://api.covid19india.org/raw_data1.json
-> Patient Level : Raw Data Partition 2 (From Apr 20 to Apr 26)
https://api.covid19india.org/raw_data2.json
-> Patient Level : Raw Data Partition 3 (From Apr 27 to May 09)
https://api.covid19india.org/raw_data3.json
-> Patient Level : Raw Data Partition 4 (From May 10 onwards)
https://api.covid19india.org/raw_data4.json
-> National Level :Time series, State-wise stats and Test counts
https://api.covid19india.org/data.json
-> State Level : has district-wise info
https://api.covid19india.org/state_district_wise.json
-> State Level : has district-wise info V2 (minor difference in structure) https://
api.covid19india.org/v2/state_district_wise.json
-> State Level : Daily changes
https://api.covid19india.org/states_daily.json
-> State Level : Testing data
https://api.covid19india.org/state_test_data.json
-> District Level : Daily changes
https://api.covid19india.org/districts_daily.json
-> District Level : Zones
https://api.covid19india.org/zones.json
-> Essentials and resources https://
api.covid19india.org/resources/resources.json
-> Raw Data (Partition 1 + Partition 2. Frozen after Apr 26th)
https://api.covid19india.org/raw_data.json
-> Deaths and Recoveries (Frozen after Apr 26th)
https://api.covid19india.org/deaths_recoveries.json
-> Travel history (No more updated)
https://api.covid19india.org/travel_history.json
You can find all the docs related tp this API here
Just have click and get JSON data and bind with your website/Applications
If you want to bind this data in android application here is the guide
How to bind JSON data in Android Using Retrofit
Hope this is helpful to you
Comments
Post a Comment