Gas Price

부분 유료
분류별 CollectAPI | 업데이트됨 24일 전 | Travel
인기

9.2 / 10

지연 시간

1,761ms

서비스 수준

97%

Health Check

N/A

모든 토론으로 돌아가기

europeanCountries not working properly

Rapid account: Ruben Graf 16718
RubenGraf16718
한 달 전

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 한 달 전

It works now,

Thank you very much!

Best regards.

Rapid account: Collectapi
collectapi Commented 한 달 전

Hello,

We are checking it. It will be resolved.

Thanks

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입