This API describes all the algorithms that RED Alert can run on its data.

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

{
    "box_plot": "/api/inferred/box_plot/",
    "bubble_plot": "/api/inferred/bubble_plot/",
    "global_reemergence": "/api/inferred/global_reemergence/",
    "incidence_series": "/api/inferred/incidence_series/",
    "last_event": "/api/inferred/last_event/",
    "reemergence_series": "/api/inferred/reemergence_series/",
    "spline": "/api/inferred/spline/"
}