Skip to content

Gauravsahadev/COVID19-India-Data-API

 
 

Repository files navigation

COVID19-India-Data-API

COVID19India API provides you with the details of the Country Cases and the State Cases as per the data updated in the MyGOV website. Source

API Homepage: COVID19 India API

Maintenance GitHub stars GitHub forks

API Response - JSON 📨

Country Data 👨🏻‍⚕️

      {
      active_cases: 2650,
      death_cases: 68,
      last_updated: "04 April 2020, 09:00 GMT+5:30",
      migrated_cases: 1,
      passengers_screened: "15,24,266",
      recovered_cases: 183
      }

State Data 😷

      {
      Confirmed: "161",
      Cured: "1",
      Death: "1 ",
      State: "AndhraPradesh"
      },
      {
      Confirmed: "10",
      Cured: "0",
      Death: "0 ",
      State: "AndamanNicobar"
      },

ICMR Lab Details 🔬

      {
      government_labs: [
      {
      address: " ICMR-Regional Medical Research Centre, Post Bag 13, Dollygunj, Port Blair, Andaman and Nicobar Islands 744103",
      name: " ICMR-Regional Medical Research Centre, Port Blair"
      }
      ],
            state_or_UT: "Andaman & Nicobar Island"
      },
      {
      collection_sites: [
      {
      address: "National Highway 52A, Old Assembly Complex, Naharlagun, Arunachal Pradesh 791110",
      name: "Tomo Riba Institute of Health & Medical Sciences, Naharlagun"
      }
      ],
            state_or_UT: "Arunachal Pradesh"
      },

Helpline Numbers 📞

      contact_details: [
      {
            helpline_number: "0866-2410978",
            state_or_UT: "Andhra Pradesh"
      },
      {
            helpline_number: "9436055743",
            state_or_UT: "Arunachal Pradesh"
      },

Built With

  • Flask - The web framework used

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Feel free to contribute

Submit a Pull Request or drop an issue.

About

A Flask application which fetches the data from MoHFW and returns a JSON object.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • CSS 0.1%
  • JavaScript 0.1%
  • Shell 0.1%
  • HTML 0.1%
  • PowerShell 0.0%