What the response contains
Fields worth checking
- Science & Nature
- disease.sh results
- public source
Load a fresh response from disease.sh; no search term is required.
Fields worth checking
The /v3/covid-19/countries/{country} route can return updated, cases, deaths, recovered, active, critical, tests, population, and per-million indicators. updated is a millisecond timestamp; show its conversion and the queried country whenever displaying numbers. cases and deaths are cumulative counts, while fields beginning with today describe the update attributed to the day by the source itself.
todayCases, todayDeaths, and todayRecovered are values from the returned update, not a clinical assessment of exposure or transmission in a city. In a current Brazil response, some daily fields were zero beside cumulative totals. Show the date and source, and use local health authorities whenever a decision concerns symptoms, testing, vaccination, or care.
/v3/covid-19/historical/{country}?lastdays={n} returns a timeline with separate cases, deaths, and recovered objects. Its keys are dates supplied by the source; a response can reflect available coverage rather than the calendar at query time. Before calculating change, align the same date in every series and check for values that were not updated.