GET api/COVIDExport/getCOVIDCountyCaseRate_7DayAvg

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of COVIDCountyCaseRate
NameDescriptionTypeAdditional information
CountyName

string

None.

Cases7Day

decimal number

None.

CaseRate

decimal number

None.

Death7Day

decimal number

None.

DeathRate

decimal number

None.

Testing7Day

decimal number

None.

TestingRate

decimal number

None.

ReportDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CountyName": "sample string 1",
    "Cases7Day": 2.0,
    "CaseRate": 3.0,
    "Death7Day": 4.0,
    "DeathRate": 5.0,
    "Testing7Day": 6.0,
    "TestingRate": 7.0,
    "ReportDate": "2025-06-13T04:20:43.153276-05:00"
  },
  {
    "CountyName": "sample string 1",
    "Cases7Day": 2.0,
    "CaseRate": 3.0,
    "Death7Day": 4.0,
    "DeathRate": 5.0,
    "Testing7Day": 6.0,
    "TestingRate": 7.0,
    "ReportDate": "2025-06-13T04:20:43.153276-05:00"
  }
]

text/html

Sample:
[{"CountyName":"sample string 1","Cases7Day":2.0,"CaseRate":3.0,"Death7Day":4.0,"DeathRate":5.0,"Testing7Day":6.0,"TestingRate":7.0,"ReportDate":"2025-06-13T04:20:43.153276-05:00"},{"CountyName":"sample string 1","Cases7Day":2.0,"CaseRate":3.0,"Death7Day":4.0,"DeathRate":5.0,"Testing7Day":6.0,"TestingRate":7.0,"ReportDate":"2025-06-13T04:20:43.153276-05:00"}]

application/xml, text/xml

Sample:
<ArrayOfCOVIDCountyCaseRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.COVIDCountyModels">
  <COVIDCountyCaseRate>
    <CaseRate>3</CaseRate>
    <Cases7Day>2</Cases7Day>
    <CountyName>sample string 1</CountyName>
    <Death7Day>4</Death7Day>
    <DeathRate>5</DeathRate>
    <ReportDate>2025-06-13T04:20:43.153276-05:00</ReportDate>
    <Testing7Day>6</Testing7Day>
    <TestingRate>7</TestingRate>
  </COVIDCountyCaseRate>
  <COVIDCountyCaseRate>
    <CaseRate>3</CaseRate>
    <Cases7Day>2</Cases7Day>
    <CountyName>sample string 1</CountyName>
    <Death7Day>4</Death7Day>
    <DeathRate>5</DeathRate>
    <ReportDate>2025-06-13T04:20:43.153276-05:00</ReportDate>
    <Testing7Day>6</Testing7Day>
    <TestingRate>7</TestingRate>
  </COVIDCountyCaseRate>
</ArrayOfCOVIDCountyCaseRate>

text/csv

Sample:

Sample not available.