covid-19-api icon indicating copy to clipboard operation
covid-19-api copied to clipboard

Sorting cases by country

Open CKschneid opened this issue 5 years ago • 0 comments

I'm trying to extract a list of confirmed cases by country using the endpoint .../api/confirmed. All countries except China and the United States seem to have their own entry. Can this endpoint be modified to include China and US totals so that I can access these totals without having to make a separate request or doing a reduce on the regional data?

CKschneid avatar Mar 23 '20 02:03 CKschneid