GET api/COVIDExport/getCOVIDSurveillanceWeeklyCountyDeaths?CountyName={CountyName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CountyName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDWeeklyDeathsExport| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportDate | date |
None. |
|
| CountyName | string |
None. |
|
| Deaths | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReportDate": "2025-12-13T20:35:03.83889-06:00",
"CountyName": "sample string 2",
"Deaths": 3
},
{
"ReportDate": "2025-12-13T20:35:03.83889-06:00",
"CountyName": "sample string 2",
"Deaths": 3
}
]
text/html
Sample:
[{"ReportDate":"2025-12-13T20:35:03.83889-06:00","CountyName":"sample string 2","Deaths":3},{"ReportDate":"2025-12-13T20:35:03.83889-06: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-12-13T20:35:03.83889-06:00</ReportDate>
</COVIDWeeklyDeathsExport>
<COVIDWeeklyDeathsExport>
<CountyName>sample string 2</CountyName>
<Deaths>3</Deaths>
<ReportDate>2025-12-13T20:35:03.83889-06:00</ReportDate>
</COVIDWeeklyDeathsExport>
</ArrayOfCOVIDWeeklyDeathsExport>
text/csv
Sample:
Sample not available.