First of all, thank you for creating such an extensive and intuitive API for free. I was struggling to find an updated API whose endpoints are just as comprehensive as yours.
Today, I tried configuring my baseUrl in axios as:
https://vaccovid-coronavirus-vaccine-and-treatment-tracker.p.rapidapi.com
OR
https://vaccovid-coronavirus-vaccine-and-treatment-tracker.p.rapidapi.com/api/npm-covid-data
But got a 404 error on both instances. Requests work fine on Rapid API website, so I know I’m doing something wrong.
I prefer to use create.axios with a baseUrl first then repeating code with GET method.
Partecipa alla discussione - aggiungi un commento di seguito:
I managed to get it to working. Thank you very much!
Hi there.
the base url is "https://vaccovid-coronavirus-vaccine-and-treatment-tracker.p.rapidapi.com/"
For fetching data on different endpoints, pleas use the assigned API as listed in Endpoints section.
if you faced any further error, inform me on Telegram and I will fix the issue ASAP.
Telegram id: @Arman_Feili
Bests.
I got it to work by using https://vaccovid-coronavirus-vaccine-and-treatment-tracker.p.rapidapi.com/api/npm-covid-data/countries, but I’ll stll need to use other endpoints in other features.