Fruityvice

Nutrition and taxonomy facts for common fruits

🩺 Health & FoodUNMONITOREDchecked 28 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Fruityvice answers questions about fruit—family, genus, order and per-serving nutrition like calories, sugar and protein. Query a single fruit by name or pull the whole list. Keyless JSON, no signup.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://www.fruityvice.com/api/fruit/banana

{
  "name": "Banana",
  "id": 1,
  "family": "Musaceae",
  "genus": "Musa",
  "nutritions": {
    "calories": 96,
    "sugar": 17.2,
    "protein": 1
  }
}
Call itcurl · fetch · python
curl "https://www.fruityvice.com/api/fruit/banana"
const res = await fetch("https://www.fruityvice.com/api/fruit/banana");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.fruityvice.com/api/fruit/banana")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 5On scheduleFULL DOCS ↗
First rollup pending — GET /fruit/banana has been probed
GET/fruit/bananaPROBED

Nutrition and taxonomy facts for common fruits

GET/fruit

Fruit — documented GET route.

GET/fruit/1

Fruit details by ID (example: 1).

GET/fruit?limit=10

Fruit — documented GET route.

GET/fruit/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Fruityvice: common questions

Is Fruityvice free to use?

Yes — Fruityvice is a free health & food API. Free tier: Free — no API key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Fruityvice need an API key?

No — Fruityvice needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Fruityvice from the browser?

Not directly — Fruityvice doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Fruityvice up right now?

As of our last scheduled check, Fruityvice is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.