Gas Price

FREEMIUM
От CollectAPI | Обновлено il y a 25 jours | Travel
Популярность

9.2 / 10

Задержка

1,777ms

Уровень обслуживания

97%

Health Check

N/A

Назад ко всем обсуждениям

europeanCountries not working properly

Rapid account: Ruben Graf 16718
RubenGraf16718
il y a un mois

Hello, i wan’t to your API:

https://rapidapi.com/collectapi/api/gas-price

With this endpoint: europeanCountries

But it seems that not working properly.

I just testing with a request like this (as the example in your sandbox):

const axios = require(‘axios’);

const options = {
method: ‘GET’,
url: ‘https://gas-price.p.rapidapi.com/europeanCountries’,
headers: {
‘X-RapidAPI-Key’: ‘XXXXXXX’,
‘X-RapidAPI-Host’: ‘gas-price.p.rapidapi.com
}
};

try {
const response = await axios.request(options);
console.log(response.data);
} catch (error) {
console.error(error);
}

And i receive the following error:

{ “success”: false, “message”: “Internal Error. Please check required parameters.” }

Could you help me please?

Thank you!

Rapid account: Ruben Graf 16718
RubenGraf16718 Commented il y a un mois

It works now,

Thank you very much!

Best regards.

Rapid account: Collectapi
collectapi Commented il y a un mois

Hello,

We are checking it. It will be resolved.

Thanks

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии