This API describes all the types of raw data available in RED Alert. All analyses done by RED Alert are based on the contents of these endpoints.

GET /api/data/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "case_counts": "/api/data/case_counts/",
    "causes": "/api/data/causes/",
    "diseases": "/api/data/diseases/",
    "historical_events": "/api/data/historical_events/",
    "indicators": "/api/data/indicators/",
    "locations": "/api/data/locations/",
    "populations": "/api/data/populations/",
    "vaccines": "/api/data/vaccines/",
    "who_regions": "/api/data/who_regions/"
}