backtrackbaba / covid-api

API's to interact with COVID19 dataset by John Hopkins University
https://covidapi.info/
MIT License
77 stars 19 forks source link

missing countries #28

Open token-ek opened 3 years ago

token-ek commented 3 years ago

I was searching for data related to Solomon Islands and western Samoa but couldn't get anything from request.

backtrackbaba commented 3 years ago

Hi @token-ek ,

Thank you for pointing out the missing countries. This project is basically a wrapper/layer around the dataset of John's Hopkins University so we are dependant on the countries covered by the parent dataset.

In this case, a few days back they had added the data for a few countries which were not mapped by this project. I've added the following countries which can be accessed by their corresponding ISO code.

Marshall Islands: MHL Samoa: WSM Solomon Islands: SLB Vanuatu: VUT

Data for Solomon Islands: https://covidapi.info/api/v1/country/SLB Data for Samoa: https://covidapi.info/api/v1/country/WSM

Let me know if this works.