Food unit of measurement converter

FREEMIUM
By Isaac Cyril | Updated 25 days ago | Food
Popularity

6.8 / 10

Latency

96ms

Service Level

100%

Health Check

N/A

Back to All Discussions

API is NOT working

Rapid account: Johnkane
johnkane
4 months ago

I am using the following call via Unirest as shown below

HttpResponse<String> response = Unirest.get(“https://food-unit-of-measurement-converter.p.rapidapi.com/convert”)
.queryString(“unit”, “lbs”)
.queryString(“ingredient”, “tomato”)
.queryString(“value”, 40)
.header(“X-RapidAPI-Key”, “5R8RTSaibMSjhDbl5DyxubW5rydPJPXD”)
.header(“X-RapidAPI-Host”, “food-unit-of-measurement-
converter.p.rapidapi.com”)
.asString();

unfortunately after a while waiting I get a timeout message.

Join in the discussion - add comment below:

Login / Signup to post new comments