Free APIKnowledgeNo keyOfficial
Fruityvice
Tiny keyless API for fruit nutrition and taxonomy: calories, sugar, protein, fat, and carbs per 100g.
Fruityvice is a free, no-auth webservice that returns nutritional and botanical information about fruits. Look up all fruits, a single fruit by name or id, or filter fruits by nutrition or family/order/genus ranges. Each fruit returns family, order, genus, and nutritions (calories, fat, sugar, carbohydrates, protein) based on 100g. It is small, fast, and dependency-free, making it a great teaching example and a handy building block for simple nutrition or healthy-eating automations.
Free tier
Completely free, no API key, no account (verified live and keyless in 2026). Community-contributable via PUT to add fruit data.Rate limits
Not published. Hobbyist-maintained, so be considerate and cache results.Auth
No keyBase URL
https://www.fruityvice.com/api/fruitWhat you'd build with it
- Fruit nutrition lookup for healthy-eating bots
- Teaching/demo dataset for an API-integration Claude Skill
- Filtering fruit by low-sugar / high-protein criteria
- Botanical classification (family/order/genus) enrichment
Key endpoints
- GET
/allReturn all fruits with taxonomy and nutrition - GET
/{name}Get one fruit by name (e.g. /banana) or numeric id - GET
/family/{family}Filter fruits by botanical family (also /order, /genus) - PUT
/Add a new fruit (JSON body); community contribution
Members
Members get the runnable recipe
Sign in free to copy the example request, see a sample response, and read the gotchas.
Tags
fruitnutritionfoodkeylesstaxonomy