Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Cases Endpoint not returning expected Json Load #33

Closed
xoxoedg opened this issue Dec 14, 2021 · 7 comments
Closed

Cases Endpoint not returning expected Json Load #33

xoxoedg opened this issue Dec 14, 2021 · 7 comments

Comments

@xoxoedg
Copy link

xoxoedg commented Dec 14, 2021

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

@mwargan
Copy link
Member

mwargan commented Dec 14, 2021

Hmm, I'm not seeing this issue - can you confirm? https://covid-api.mmediagroup.fr/v1/cases

@xoxoedg
Copy link
Author

xoxoedg commented Dec 14, 2021

Hi
thank you for the quick reply. I tested it now with different countries and it works.
Thank your very much!

@mwargan
Copy link
Member

mwargan commented Dec 14, 2021

It's case sensitive - try https://covid-api.mmediagroup.fr/v1/cases?country=Germany

@RhysMalyon
Copy link

I'm running into the same issue even with the above link. Also getting a 500 error here: https://mmediagroup.fr/covid-19

@mwargan
Copy link
Member

mwargan commented Dec 15, 2021

Hmm, must've been a hiccup, doesn't seem to be happening now.

@mwargan
Copy link
Member

mwargan commented Dec 16, 2021

Closing this issue for now, feel free to create a new one should you run into any more problems.

@mwargan mwargan closed this as completed Dec 16, 2021
@akshay-panchakshari
Copy link

Closing this issue for now, feel free to create a new one should you run into any more problems.
Facing similar issue for vaccines api created #40

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants