covid-19-api
covid-19-api copied to clipboard
Sorting cases by country
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?