GET api/COVIDExport/getCOVIDSurveillanceWeeklyCountyDeaths?CountyName={CountyName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CountyName

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of COVIDWeeklyDeathsExport
NameDescriptionTypeAdditional information
ReportDate

date

None.

CountyName

string

None.

Deaths

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReportDate": "2025-06-13T04:18:29.5374398-05:00",
    "CountyName": "sample string 2",
    "Deaths": 3
  },
  {
    "ReportDate": "2025-06-13T04:18:29.5374398-05:00",
    "CountyName": "sample string 2",
    "Deaths": 3
  }
]

text/html

Sample:
[{"ReportDate":"2025-06-13T04:18:29.5374398-05:00","CountyName":"sample string 2","Deaths":3},{"ReportDate":"2025-06-13T04:18:29.5374398-05:00","CountyName":"sample string 2","Deaths":3}]

application/xml, text/xml

Sample:
<ArrayOfCOVIDWeeklyDeathsExport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.ExportModels.Surveillance">
  <COVIDWeeklyDeathsExport>
    <CountyName>sample string 2</CountyName>
    <Deaths>3</Deaths>
    <ReportDate>2025-06-13T04:18:29.5374398-05:00</ReportDate>
  </COVIDWeeklyDeathsExport>
  <COVIDWeeklyDeathsExport>
    <CountyName>sample string 2</CountyName>
    <Deaths>3</Deaths>
    <ReportDate>2025-06-13T04:18:29.5374398-05:00</ReportDate>
  </COVIDWeeklyDeathsExport>
</ArrayOfCOVIDWeeklyDeathsExport>

text/csv

Sample:

Sample not available.