I am using the this API, and it's great! Thank again.
However is it possible to have another endpoint of all combined Confirmed, Recovered and Deaths in a single object sort by country, it seem that JSON we got now is getting a bit big now, and country , coordinates, province, info are duplicated, a combined data may save a bit of download time. For example a endpoint like: /all_fattened
{
locations
--coordinates
--country
--province
--confirmed
----latest
----history
--deaths
----latest
----history
--recovered
----latest
----history
}
thanks!!
I am using the this API, and it's great! Thank again.
However is it possible to have another endpoint of all combined Confirmed, Recovered and Deaths in a single object sort by country, it seem that JSON we got now is getting a bit big now, and country , coordinates, province, info are duplicated, a combined data may save a bit of download time. For example a endpoint like: /all_fattened
{
locations
--coordinates
--country
--province
--confirmed
----latest
----history
--deaths
----latest
----history
--recovered
----latest
----history
}
thanks!!