-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the API return a fatten list of data? #55
Comments
This is exactly what I’m working on right now for v2! Will hopefully be done some time today. |
Maybe add scopes as optional query: /all?scope=recovered%20confirmed%20deaths |
@Sem1084 yes, something like that shouldn’t be too hard to implement. |
Hey, @ExpDev07 thanks for the API. I've made this command line tracker using your API. I am also exposing flattened JSON of all countries here: |
|
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!!
The text was updated successfully, but these errors were encountered: