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
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

outbreaks
object[]
fetchedAt
integer<int64>

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