8000 GitHub - hultime78/covid19cd-API: A simple WEB API to get COVID-19 information of each province in DRC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hultime78/covid19cd-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19cdAPI

A simple WEB API to get COVID-19 information of each province in DRC

I created this API to help disseminate about the DRC COVID-19 information. I am updating this API from time to time.

Features

Build anything from console widget to mobile applications,with this free and easy to use API.

  • Update data every two hours

  • Provide REST API

  • Get info of each provinces in DRC

  • Simple data and easy to parse

  • JSON Formatted

Provinces

Response
[
  {
    "id":1,
    "name":"Kinshasa",
    "lat":54.5454,
    "lng":58.4242,
    "confirmed":8071,
    "discharge":7228,
    "deaths":177
    }
]
...

Totals

Response
[
  {
    "id":1,
    "name":"RDC",
    "confirmed":8071,
    "discharge":7228,
    "deaths":177
    }
]

About

A simple WEB API to get COVID-19 information of each province in DRC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0