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

/vaccines api returns unexpected response #40

Open
akshay-panchakshari opened this issue Oct 6, 2022 · 2 comments
Open

/vaccines api returns unexpected response #40

akshay-panchakshari opened this issue Oct 6, 2022 · 2 comments

Comments

@akshay-panchakshari
Copy link

akshay-panchakshari commented Oct 6, 2022

Please check below request details

GET https://covid-api.mmediagroup.fr/v1/vaccines?country=France

Expected Response as per documentation:

{
  "All": {
    "administered": 7927771,
    "people_vaccinated": 2297100,
    "people_partially_vaccinated": 5630671,
    "country": "France",
    "population": 64979548,
    "sq_km_area": 551500,
    "life_expectancy": "78.8",
    "elevation_in_meters": 375,
    "continent": "Europe",
    "abbreviation": "FR",
    "location": "Western Europe",
    "iso": 250,
    "capital_city": "Paris",
    "lat": "46.2276",
    "long": "2.2137",
    "updated": "2020/12/26 12:21:56+00"
  }
}

Actual Response received -

{
    "Global": {
        "All": {
            "population": 7444509223,
            "administered": 0,
            "people_vaccinated": 0,
            "people_partially_vaccinated": 0
        }
    }
}

image

@Rom3ik
Copy link

Rom3ik commented Oct 6, 2022

I have the same problem

@mwargan
Copy link
Member

mwargan commented Oct 7, 2022

Unfortunately I don't have the time to look at this right now - if you find the solution feel free to open a merge request :)

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

3 participants