GET api/COVID19/Export/getCasesDeathsAgeDemographics?countyName={countyName}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| countyName | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDCountyAgeExport| Name | Description | Type | Additional information | 
|---|---|---|---|
| CountyName | string | None. | |
| AgeGroup | string | None. | |
| Cases | integer | None. | |
| Deaths | integer | None. | |
| Report_Date | date | None. | |
| DateUpdated | date | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "CountyName": "sample string 1",
    "AgeGroup": "sample string 2",
    "Cases": 3,
    "Deaths": 4,
    "Report_Date": "2025-10-31T15:54:52.0917079-05:00",
    "DateUpdated": "2025-10-31T15:54:52.0917079-05:00"
  },
  {
    "CountyName": "sample string 1",
    "AgeGroup": "sample string 2",
    "Cases": 3,
    "Deaths": 4,
    "Report_Date": "2025-10-31T15:54:52.0917079-05:00",
    "DateUpdated": "2025-10-31T15:54:52.0917079-05:00"
  }
]
        text/html
            Sample:
        
[{"CountyName":"sample string 1","AgeGroup":"sample string 2","Cases":3,"Deaths":4,"Report_Date":"2025-10-31T15:54:52.0917079-05:00","DateUpdated":"2025-10-31T15:54:52.0917079-05:00"},{"CountyName":"sample string 1","AgeGroup":"sample string 2","Cases":3,"Deaths":4,"Report_Date":"2025-10-31T15:54:52.0917079-05:00","DateUpdated":"2025-10-31T15:54:52.0917079-05:00"}]
        application/xml, text/xml
            Sample:
        
<ArrayOfCOVIDCountyAgeExport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.COVID19.Export">
  <COVIDCountyAgeExport>
    <AgeGroup>sample string 2</AgeGroup>
    <Cases>3</Cases>
    <CountyName>sample string 1</CountyName>
    <DateUpdated>2025-10-31T15:54:52.0917079-05:00</DateUpdated>
    <Deaths>4</Deaths>
    <Report_Date>2025-10-31T15:54:52.0917079-05:00</Report_Date>
  </COVIDCountyAgeExport>
  <COVIDCountyAgeExport>
    <AgeGroup>sample string 2</AgeGroup>
    <Cases>3</Cases>
    <CountyName>sample string 1</CountyName>
    <DateUpdated>2025-10-31T15:54:52.0917079-05:00</DateUpdated>
    <Deaths>4</Deaths>
    <Report_Date>2025-10-31T15:54:52.0917079-05:00</Report_Date>
  </COVIDCountyAgeExport>
</ArrayOfCOVIDCountyAgeExport>
        text/csv
            Sample:
    
Sample not available.
