This is public API for the Covid 19 data of India
Contact information:
heetkv@gmail.com
License: MIT
Get all Indian states Data
Get all the tasks
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| max_date | query | Max Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| min_date | query | Min Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| Code | Description | Schema |
|---|---|---|
| 200 | successful operation | [ StateResponse ] |
| 400 | Invalid status value | InvalidResponse |
Get Indian state data by state code
Get Indian state data by state code
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| state_code | path | State Code | Yes | string |
| max_date | query | Max Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| min_date | query | Min Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| Code | Description | Schema |
|---|---|---|
| 200 | successful operation | [ StateResponse ] |
| 400 | Invalid State Code or Date value | InvalidResponse |
Get Indian state data by state abbreviation
Get Indian state data by state abbreviation
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| state_abbr | path | State Abbreviation | Yes | string |
| max_date | query | Max Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| min_date | query | Min Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| Code | Description | Schema |
|---|---|---|
| 200 | successful operation | [ StateResponse ] |
| 400 | Invalid State Code or Date value | InvalidResponse |
Get India's Covid Data
Get India's Covid Data
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| max_date | query | Max Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| min_date | query | Min Date for the state data to be fetched(yyyy-mm-dd) | No | string |
| Code | Description | Schema |
|---|---|---|
| 200 | successful operation | [ CountryResponse ] |
| 400 | Invalid status value | InvalidResponse |
| Name | Type | Description |
|---|---|---|
| id | integer | |
| active_today | integer | |
| death_today | integer | |
| recovered_today | integer | |
| active | integer | |
| death | integer | |
| recovered | integer | |
| positive | integer | |
| positive_today | integer | |
| state_name | string | |
| state_code | string | |
| state_abbr | string | |
| date | string |
| Name | Type | Description |
|---|---|---|
| id | integer | |
| active_today | integer | |
| death_today | integer | |
| recovered_today | integer | |
| vaccinated | integer | |
| vaccinated_today | integer | |
| active | integer | |
| death | integer | |
| recovered | integer | |
| date | string |
| Name | Type | Description |
|---|---|---|
| error | string |