GET api/COVIDExport/GetIllinoisCases

COVID-19 Daily total case, testing, and deaths information for the state of Illinois in time series starting on 3/10/2020

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of COVIDStateTestResults
NameDescriptionTypeAdditional information
testDate

date

None.

total_tested

integer

None.

confirmed_cases

integer

None.

deaths

integer

None.

tested_change

integer

None.

cases_change

integer

None.

deaths_change

integer

None.

tested_7_day_rolling_avg

decimal number

None.

cases_7_day_rolling_avg

decimal number

None.

deaths_7_day_rolling_avg

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "testDate": "2025-06-13T03:38:28.5486144-05:00",
    "total_tested": 2,
    "confirmed_cases": 3,
    "deaths": 4,
    "tested_change": 5,
    "cases_change": 6,
    "deaths_change": 7,
    "tested_7_day_rolling_avg": 8.0,
    "cases_7_day_rolling_avg": 9.0,
    "deaths_7_day_rolling_avg": 10.0
  },
  {
    "testDate": "2025-06-13T03:38:28.5486144-05:00",
    "total_tested": 2,
    "confirmed_cases": 3,
    "deaths": 4,
    "tested_change": 5,
    "cases_change": 6,
    "deaths_change": 7,
    "tested_7_day_rolling_avg": 8.0,
    "cases_7_day_rolling_avg": 9.0,
    "deaths_7_day_rolling_avg": 10.0
  }
]

text/html

Sample:
[{"testDate":"2025-06-13T03:38:28.5486144-05:00","total_tested":2,"confirmed_cases":3,"deaths":4,"tested_change":5,"cases_change":6,"deaths_change":7,"tested_7_day_rolling_avg":8.0,"cases_7_day_rolling_avg":9.0,"deaths_7_day_rolling_avg":10.0},{"testDate":"2025-06-13T03:38:28.5486144-05:00","total_tested":2,"confirmed_cases":3,"deaths":4,"tested_change":5,"cases_change":6,"deaths_change":7,"tested_7_day_rolling_avg":8.0,"cases_7_day_rolling_avg":9.0,"deaths_7_day_rolling_avg":10.0}]

application/xml, text/xml

Sample:
<ArrayOfCOVIDStateTestResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">
  <COVIDStateTestResults>
    <cases_7_day_rolling_avg>9</cases_7_day_rolling_avg>
    <cases_change>6</cases_change>
    <confirmed_cases>3</confirmed_cases>
    <deaths>4</deaths>
    <deaths_7_day_rolling_avg>10</deaths_7_day_rolling_avg>
    <deaths_change>7</deaths_change>
    <testDate>2025-06-13T03:38:28.5486144-05:00</testDate>
    <tested_7_day_rolling_avg>8</tested_7_day_rolling_avg>
    <tested_change>5</tested_change>
    <total_tested>2</total_tested>
  </COVIDStateTestResults>
  <COVIDStateTestResults>
    <cases_7_day_rolling_avg>9</cases_7_day_rolling_avg>
    <cases_change>6</cases_change>
    <confirmed_cases>3</confirmed_cases>
    <deaths>4</deaths>
    <deaths_7_day_rolling_avg>10</deaths_7_day_rolling_avg>
    <deaths_change>7</deaths_change>
    <testDate>2025-06-13T03:38:28.5486144-05:00</testDate>
    <tested_7_day_rolling_avg>8</tested_7_day_rolling_avg>
    <tested_change>5</tested_change>
    <total_tested>2</total_tested>
  </COVIDStateTestResults>
</ArrayOfCOVIDStateTestResults>

text/csv

Sample:

Sample not available.