GET api/COVID/GetProbableCases

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

COVIDProbableModel
NameDescriptionTypeAdditional information
LastUpdatedDate

date

None.

probable_cases

integer

None.

probable_deaths

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "LastUpdatedDate": "2025-06-13T04:06:30.8571132-05:00",
  "probable_cases": 2,
  "probable_deaths": 3
}

text/html

Sample:
{"LastUpdatedDate":"2025-06-13T04:06:30.8571132-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-06-13T04:06:30.8571132-05:00</LastUpdatedDate>
  <probable_cases>2</probable_cases>
  <probable_deaths>3</probable_deaths>
</COVIDProbableModel>