GET api/COVID/GetProbableCases
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
COVIDProbableModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| LastUpdatedDate | date | None. | |
| probable_cases | integer | None. | |
| probable_deaths | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "LastUpdatedDate": "2025-10-31T01:35:36.3183373-05:00",
  "probable_cases": 2,
  "probable_deaths": 3
}
        text/html
            Sample:
        
{"LastUpdatedDate":"2025-10-31T01:35:36.3183373-05:00","probable_cases":2,"probable_deaths":3}
        application/xml, text/xml
            Sample:
<COVIDProbableModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models"> <LastUpdatedDate>2025-10-31T01:35:36.3183373-05:00</LastUpdatedDate> <probable_cases>2</probable_cases> <probable_deaths>3</probable_deaths> </COVIDProbableModel>
