Summary

GET https://api.covid19tracker.ca/summary

Returns a summary of total cases and fatalities.

data

An array of summary. When reporting on all provinces, there will only be one object in this array.

last_updated

Refers to the last time the reports were processed, in America/Regina time.

RESPONSES

status: OK

{"data":[{"latest_date":"2020-05-18","change_cases":"1066","change_fatalities":"57","change_tests":"14068","change_hospitalizations":"48","change_criticals":"-1","change_recoveries":"397","total_cases":"79272","total_fatalities":"5940","total_tests":"1369443","total_hospitalizations":"2872","total_criticals":"382","total_recoveries":"38947"}],"last_updated":"2020-05-18 21:45:17"}