Giter Site home page Giter Site logo

0xflotus / covid-19-rest-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shahmirfaisal/covid-19-rest-api

0.0 2.0 0.0 51 KB

A COVID-19 Rest Api that will give all the current information of covid-19 around the world.

JavaScript 100.00%

covid-19-rest-api's Introduction

COVID-19 Rest Api

It's a Rest Api that provides all the information about COVID-19.

How to use it?

URL: https://covid-19-rest-api.herokuapp.com/

End Points

Following are the end points for this api that you can use to get the information:

/all

Use this end point to get the overall covid-19 situation of the world.

It includes the following properties:

  • Total Cases
  • Total Deaths
  • Total Recovered
  • Active Cases
  • Closed Cases

Full URL: https://covid-19-rest-api.herokuapp.com/all

Click here to test this end point


/countries

Use this end point to get the covid-19 information about every country in the world.

It includes the following properties about the countries:

  • Country Name
  • Total Cases
  • New Cases
  • Total Deaths
  • New Deaths
  • Total Recovered
  • Active Cases
  • Critical Cases
  • Population of the country

Full URL: https://covid-19-rest-api.herokuapp.com/countries

Click here to test this end point


/countries/country_name

Use this end point to get the covid-19 information about a specific country. Put the name of the country in place of country_name.

It includes the following properties about the country:

  • Country Name
  • Total Cases
  • New Cases
  • Total Deaths
  • New Deaths
  • Total Recovered
  • Active Cases
  • Critical Cases
  • Population of the country

Full URL: https://covid-19-rest-api.herokuapp.com/countries/country_name

Click here to test this end point


If you like it then make sure to give it a star :)

Happy Coding :)

covid-19-rest-api's People

Contributors

shahmirfaisal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.