All Projects → COVID19-SARS-CoV-2 → web-covid-api

COVID19-SARS-CoV-2 / web-covid-api

Licence: other
🦠COVID-19 Coronavirus 🔥Tracker Dashboard and 🚀Super fast API's (< 200ms) 🆕Updates every 3 mins

Projects that are alternatives of or similar to web-covid-api

COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+577.78%)
Mutual labels:  india, coronavirus-real-time, covid-19, covid-api, covid19-data, covid-19-india
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+172.22%)
Mutual labels:  coronavirus-real-time, covid-19, covid-api, covid19-data
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+138.89%)
Mutual labels:  coronavirus-real-time, covid-19, covid-api, covid19-data
Covid-19-Tracker
This is an Covid-19 tracker especially made for India
Stars: ✭ 39 (+116.67%)
Mutual labels:  india, covid-19, covid-api, covid-19-india
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (+5.56%)
Mutual labels:  india, covid-19, covid19-data, covid-19-india
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+161.11%)
Mutual labels:  covid-19, covid-api, covid19-data, covid-19-india
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+11.11%)
Mutual labels:  coronavirus-real-time, covid-19, covid19-data
us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (+105.56%)
Mutual labels:  covid-19, covid-api, covid19-data
covid19-kerala-api-deprecated
Deprecated - A fast API service for retrieving day to day stats about Coronavirus(COVID-19, SARS-CoV-2) outbreak in Kerala(India).
Stars: ✭ 14 (-22.22%)
Mutual labels:  coronavirus-real-time, covid19-data, covid-19-india
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+155.56%)
Mutual labels:  coronavirus-real-time, covid-19, covid19-data
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+111.11%)
Mutual labels:  coronavirus-real-time, covid-19, covid-api
livecovid.in-webapp
Web app for state-wise India Covid-19 tracker.
Stars: ✭ 25 (+38.89%)
Mutual labels:  india, covid-19, covid-19-india
open-data-covid-19
Open Data Repository for the Covid-19 dataset.
Stars: ✭ 19 (+5.56%)
Mutual labels:  covid-19, covid19-data
api-service
The REST API backend server for the Jalgaon CoHelp application. Built with Kotlin Ktor.
Stars: ✭ 26 (+44.44%)
Mutual labels:  covid-19, covid-19-india
covidthailand
Thailand Covid testing and case data gathered and combined from various sources for others to download or view
Stars: ✭ 126 (+600%)
Mutual labels:  covid-api, covid19-data
Covidview
A complete COVID-19 tracker cum dashboard website made by me.
Stars: ✭ 24 (+33.33%)
Mutual labels:  covid-19, covid19-data
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (+55.56%)
Mutual labels:  coronavirus-real-time, covid-19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+111.11%)
Mutual labels:  covid-19, covid19-data
covid19-cli
A CLI for getting covid-19 coronavirus status of your district or state or country at lightning speed right on your terminal built using https://api.covid19india.org.
Stars: ✭ 19 (+5.56%)
Mutual labels:  india, covid19-data
NCOV-19
An app that keeps you Updated on the CORONA virus outbreak stats.
Stars: ✭ 16 (-11.11%)
Mutual labels:  coronavirus-real-time, covid-19

Covidstat.info Official

https://covidstat.info

alt text

PS: This repo holds the Official document and doesn't hold the source code, the code cannot be made open source as the UI template has a single user license. Any interested collaborator, please create an issue here. I can provide you access

API's

Covidstats provides Graphql API's, you can find the detailed schema here

Graphql playground - https://covidstat.info/graphql

Graphql Endpoint - https://covidstat.info/graphql

Graphql Queries

Here are the current possible queries

"To get details of the world"
all: Country
"To get all details of cases in all continents"
continents: [Continent]
"To get all details of cases of a particular continent"
continent(name: ID!): Continent
"To get all details of cases in all countries"
countries: [Country]
"To get all details of cases of a particular Country"
country(name: ID!): Country
"To get all details of cases in all States. Currently only USA and India are supported"
states(countryName: ID!): [State]
"To get all details of of a particular state. Currently only USA and India are supported"
state(countryName: ID!, stateName: ID!): State

Historical data comes from jhu processor

PS: State information is currently available only for India and USA

India specific API's can be found here

We are constantly expanding our data. If you need any customized graphql query create an issue here we are happy to help

You can also contribute by yourself. Please create an issue here we will give access to the source code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].