GET api/COVID/GetCountyRaceDemographicsWeekly?CountyName={CountyName}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CountyName | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDCountyRaceModelSeries| Name | Description | Type | Additional information | 
|---|---|---|---|
| ReportDate | date | None. | |
| Race | string | None. | |
| WeeklyChange | integer | None. | |
| WeeklyRate | decimal number | None. | |
| DeathsCount | integer | None. | |
| DeathsChange | integer | None. | |
| DeathsWeeklyRate | decimal number | None. | |
| description | string | None. | |
| count | integer | None. | |
| tested | integer | None. | |
| deaths | integer | None. | |
| color | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ReportDate": "2025-10-31T17:02:07.4974467-05:00",
    "Race": "sample string 2",
    "WeeklyChange": 3,
    "WeeklyRate": 4.0,
    "DeathsCount": 5,
    "DeathsChange": 6,
    "DeathsWeeklyRate": 7.0,
    "description": "sample string 8",
    "count": 9,
    "tested": 10,
    "deaths": 11,
    "color": "sample string 12"
  },
  {
    "ReportDate": "2025-10-31T17:02:07.4974467-05:00",
    "Race": "sample string 2",
    "WeeklyChange": 3,
    "WeeklyRate": 4.0,
    "DeathsCount": 5,
    "DeathsChange": 6,
    "DeathsWeeklyRate": 7.0,
    "description": "sample string 8",
    "count": 9,
    "tested": 10,
    "deaths": 11,
    "color": "sample string 12"
  }
]
        text/html
            Sample:
        
[{"ReportDate":"2025-10-31T17:02:07.4974467-05:00","Race":"sample string 2","WeeklyChange":3,"WeeklyRate":4.0,"DeathsCount":5,"DeathsChange":6,"DeathsWeeklyRate":7.0,"description":"sample string 8","count":9,"tested":10,"deaths":11,"color":"sample string 12"},{"ReportDate":"2025-10-31T17:02:07.4974467-05:00","Race":"sample string 2","WeeklyChange":3,"WeeklyRate":4.0,"DeathsCount":5,"DeathsChange":6,"DeathsWeeklyRate":7.0,"description":"sample string 8","count":9,"tested":10,"deaths":11,"color":"sample string 12"}]
        application/xml, text/xml
            Sample:
        
<ArrayOfCOVIDCountyRaceModelSeries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.Demographics">
  <COVIDCountyRaceModelSeries>
    <color xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">sample string 12</color>
    <count xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">9</count>
    <deaths xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">11</deaths>
    <description xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">sample string 8</description>
    <tested xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">10</tested>
    <DeathsChange>6</DeathsChange>
    <DeathsCount>5</DeathsCount>
    <DeathsWeeklyRate>7</DeathsWeeklyRate>
    <Race>sample string 2</Race>
    <ReportDate>2025-10-31T17:02:07.4974467-05:00</ReportDate>
    <WeeklyChange>3</WeeklyChange>
    <WeeklyRate>4</WeeklyRate>
  </COVIDCountyRaceModelSeries>
  <COVIDCountyRaceModelSeries>
    <color xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">sample string 12</color>
    <count xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">9</count>
    <deaths xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">11</deaths>
    <description xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">sample string 8</description>
    <tested xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">10</tested>
    <DeathsChange>6</DeathsChange>
    <DeathsCount>5</DeathsCount>
    <DeathsWeeklyRate>7</DeathsWeeklyRate>
    <Race>sample string 2</Race>
    <ReportDate>2025-10-31T17:02:07.4974467-05:00</ReportDate>
    <WeeklyChange>3</WeeklyChange>
    <WeeklyRate>4</WeeklyRate>
  </COVIDCountyRaceModelSeries>
</ArrayOfCOVIDCountyRaceModelSeries>
        text/csv
            Sample:
    
Sample not available.
