An open API service indexing awesome lists of open source software.

https://github.com/vndevpro/2019-ncov-confirmed

CoronaVirus 2019 JSON data about numbers of infection / deaths in the globe
https://github.com/vndevpro/2019-ncov-confirmed

json ncov-2019 who

Last synced: 5 days ago
JSON representation

CoronaVirus 2019 JSON data about numbers of infection / deaths in the globe

Awesome Lists containing this project

README

          

# 2019-ncov-confirmed
JSON data about infected / resolved numbers in the globe

Structure of data
```
[
{
date: in format yyyymmdd,
global_confirmed: number,
global_new: number,
global_deaths: number,
outside_china_confirm: number,
outside_china_new: number,
outside_china_deaths: number,
countries: number,
},
{},
{}
]
```