This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 31
Cases Endpoint not returning expected Json Load #33
Comments
Hmm, I'm not seeing this issue - can you confirm? https://covid-api.mmediagroup.fr/v1/cases |
Hi |
It's case sensitive - try https://covid-api.mmediagroup.fr/v1/cases?country=Germany |
I'm running into the same issue even with the above link. Also getting a 500 error here: https://mmediagroup.fr/covid-19 |
Hmm, must've been a hiccup, doesn't seem to be happening now. |
Closing this issue for now, feel free to create a new one should you run into any more problems. |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi when i send a request to the cases endpoint. I get the following Json back
https://covid-api.mmediagroup.fr/v1/cases
{"Global": {"All": {"population": 7444509223, "confirmed": 0, "recovered": 0, "deaths": 0}}}
When i use query Parameters i get the same result.
https://covid-api.mmediagroup.fr/v1/cases?country=France
{"Global": {"All": {"population": 7444509223, "confirmed": 0, "recovered": 0, "deaths": 0}}}
Vaccines and History Endpoints are working
The text was updated successfully, but these errors were encountered: