/diseases/{disease_code}/outbreaks/countries
/diseases/{disease_code}/outbreaks/countries
Authentication
Query parameters
Calendar year filter (supply this or days).
/diseases/{disease_code}/outbreaks/countries
Calendar year filter (supply this or days).
Returns a per-country aggregate of outbreak and sporadic records for one disease: total cases, deaths, and outbreaks (row count), plus the country’s display name, GIDEON country_code, and gid_0 (ISO 3166-1 alpha-3 when available).
You must supply at least one of year or days. If both are present, days wins (the rolling window logic is applied first).
type includes outbreak or sporadic are counted.{ "data": [ … ] } — each item has country_name, country_code, cases (integer sum, or an empty string when none), deaths (integer sum, or empty string when none), outbreaks (integer count of matching records), gid_0 (alpha-3 or null), and year (the year you passed, or the current calendar year when you used days). Results are sorted by cases descending.
Unknown disease ids typically yield 200 with an empty data array.