covid19
covid19 copied to clipboard
List of countries and Provinces
Please provide endpoints for get plain lists of countries and provinces
We’re working on it for Italian provinces. We’ll update you ASAP.
Sure, didn't want to push, just wanted to highlight my interest :)
Hi @4face-studi0, for an endpoint of plain lists of countries or provinces you mean something like this?
/countries.json
[ "us", "italy" ]
/us/provinces.json
[ "santa-clara-ca", "san-diego-county-ca" ]
The countries ad provinces at the moment could be extracted from the children objects.
@enrichman yes, exactly. It's true that they could be extracted, but it's sub-optimal, specially on mobile devices, where we need to download and parse a big amount of """trash""" data :)