Skip to main content
GET
/
api
/
health
/
v1
/
list-disease-outbreaks
ListDiseaseOutbreaks
curl --request GET \
  --url https://api.example.com/api/health/v1/list-disease-outbreaks
{
  "outbreaks": [
    {
      "id": "<string>",
      "disease": "<string>",
      "location": "<string>",
      "countryCode": "<string>",
      "alertLevel": "<string>",
      "summary": "<string>",
      "sourceUrl": "<string>",
      "publishedAt": 123,
      "sourceName": "<string>",
      "lat": 123,
      "lng": 123,
      "cases": 123
    }
  ],
  "fetchedAt": 123,
  "alertLevelMethodologyVersion": "<string>"
}

Response

Successful response

outbreaks
object[]
fetchedAt
integer<int64>

Warning: Values > 2^53 may lose precision in JavaScript

alertLevelMethodologyVersion
string

Version of the editorial alert-level classifier (keyword sets, regexes, promotion rules) used to label each item's alert_level. Bumping this signals to downstream clients that the labelling rules changed so cached comparisons across versions are no longer apples-to-apples. See docs/methodology/disease-alert-level.mdx for the change protocol.