Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giriaakula/corona-ap-district-status
A simple API which show noval corona virus status in Andhra Pradesh district wise
https://github.com/giriaakula/corona-ap-district-status
andhra-pradesh corona coronavirus coronavirus-analysis coronavirus-api coronavirus-dataset coronavirus-globaloutbreak coronavirus-info coronavirus-real-time coronavirus-tracker coronavirus-tracking telugu
Last synced: 4 days ago
JSON representation
A simple API which show noval corona virus status in Andhra Pradesh district wise
- Host: GitHub
- URL: https://github.com/giriaakula/corona-ap-district-status
- Owner: GiriAakula
- License: mit
- Created: 2020-03-27T06:31:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:30:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T02:52:23.173Z (about 2 months ago)
- Topics: andhra-pradesh, corona, coronavirus, coronavirus-analysis, coronavirus-api, coronavirus-dataset, coronavirus-globaloutbreak, coronavirus-info, coronavirus-real-time, coronavirus-tracker, coronavirus-tracking, telugu
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo is not actively being maintained.
Coronavirus district wise status API - Andhra PradeshProvides up-to-date data about Coronavirus outbreak. Includes numbers about confirmed cases, deaths and recovered.
Covers all districts in Andhra Pradesh.
Data source: http://hmfw.ap.gov.in/## API URL
```
https://corona-andhra-pradesh.herokuapp.com/covid19-ap-dist
```
You'll get response in JSON format.## Sample Response
```
[
{
"Name of the District": "Srikakulam",
"Total Samples Tested": "9",
"Positive Cases": "0",
"Negative Cases": "9",
"Pending Cases": "0"
},
{
"Name of the District": "Vizianagaram",
"Total Samples Tested": "1",
"Positive Cases": "0",
"Negative Cases": "1",
"Pending Cases": "0"
},
{
"Name of the District": "Visakhapatnam",
"Total Samples Tested": "102",
"Positive Cases": "3",
"Negative Cases": "90",
"Pending Cases": "9"
},
{
"Name of the District": "East Godavari",
"Total Samples Tested": "51",
"Positive Cases": "1",
"Negative Cases": "46",
"Pending Cases": "4"
},
{
"Name of the District": "West Godavari",
"Total Samples Tested": "11",
"Positive Cases": "0",
"Negative Cases": "10",
"Pending Cases": "1"
},
{
"Name of the District": "Krishna",
"Total Samples Tested": "21",
"Positive Cases": "3",
"Negative Cases": "18",
"Pending Cases": "0"
},
{
"Name of the District": "Guntur",
"Total Samples Tested": "34",
"Positive Cases": "1",
"Negative Cases": "24",
"Pending Cases": "9"
},
{
"Name of the District": "Prakasam",
"Total Samples Tested": "19",
"Positive Cases": "1",
"Negative Cases": "16",
"Pending Cases": "2"
},
{
"Name of the District": "Nellore",
"Total Samples Tested": "15",
"Positive Cases": "1",
"Negative Cases": "13",
"Pending Cases": "1"
},
{
"Name of the District": "Chittoor",
"Total Samples Tested": "41",
"Positive Cases": "1",
"Negative Cases": "39",
"Pending Cases": "1"
},
{
"Name of the District": "Kadapa",
"Total Samples Tested": "20",
"Positive Cases": "0",
"Negative Cases": "17",
"Pending Cases": "3"
},
{
"Name of the District": "Ananthapuram",
"Total Samples Tested": "17",
"Positive Cases": "0",
"Negative Cases": "15",
"Pending Cases": "2"
},
{
"Name of the District": "Kurnool",
"Total Samples Tested": "19",
"Positive Cases": "0",
"Negative Cases": "19",
"Pending Cases": "0"
},
{
"Name of the District": "Total",
"Total Samples Tested": "360",
"Positive Cases": "11",
"Negative Cases": "317",
"Pending Cases": "32"
}
]
```
If you find my work useful, make me happy by giving a start.
You can find me at http://giriaakula.com