Nutrition API
YMove vs Edamam: Nutrition API Comparison
Feature Comparison
| Feature | YMove | Edamam Nutrition | Edamam Food DB |
|---|---|---|---|
| USDA FoodData Central | |||
| Open Food Facts (180+ countries) | |||
| Barcode lookup | |||
| AI food logging (text + photo) | |||
| Meal plan generation | |||
| Recipe search bundled | |||
| Exercise videos bundled | |||
| Workout generation bundled | |||
| Self-serve signup | |||
| Single subscription for nutrition + food DB + recipes | |||
| Starting price | $19/mo | $9/mo (nutrition only) | $9/mo (food DB only) |
| Bundle price (nutrition + recipes + exercise) | $19/mo | $58+/mo | N/A |
USDA FoodData Central
Open Food Facts (180+ countries)
Barcode lookup
AI food logging (text + photo)
Meal plan generation
Recipe search bundled
Exercise videos bundled
Workout generation bundled
Self-serve signup
Single subscription for nutrition + food DB + recipes
Starting price
Bundle price (nutrition + recipes + exercise)
How Edamam structures nutrition vs YMove
Edamam ships three products: Nutrition Analysis API, Food Database API, and Recipe Search API. Each has its own pricing and rate limits. Build a basic calorie tracker and you are subscribing to two of them; add recipe search and you are on three. YMove rolls all of that into one plan, with USDA-grade nutrition, Open Food Facts coverage for branded products, barcode lookup, and recipe search all reachable through a single API key.
Coverage: USDA + Open Food Facts vs Edamam
YMove uses USDA FoodData Central for generic foods (the same source most fitness apps trust) and merges Open Food Facts for branded and packaged products from 180+ countries. The country boost (country=NL, country=DE, etc.) ranks locale-matched products higher so users in a given country see local brands first.
Edamam covers USDA generic foods well but leans on its own crowdsourced and licensed databases for branded items, with thinner non-US coverage. If your user base is global, the YMove + Open Food Facts pairing typically returns more product matches per query.
Pricing the real workload
- Edamam Nutrition Analysis: from $9/mo, covers ingredient/recipe nutrition computation only.
- Edamam Food Database: from $9/mo, separate plan, covers food and barcode lookup.
- Edamam Recipe Search: from $40/mo, separate plan, covers recipe search.
- YMove: $19/mo for nutrition api + food database api + recipe api + exercise api + workout generator + AI food logging.
Endpoint mapping
# Edamam: nutrition lookup by ingredient
GET /api/nutrition-data?ingr=1+cup+rice (Nutrition Analysis API)
# YMove: equivalent (food search returning per-serving macros inline)
GET /api/v2/foods?q=rice
# Edamam: barcode lookup
GET /api/food-database/v2/parser?upc=041631000564 (Food Database API)
# YMove: barcode lookup
GET /api/v2/foods/barcode/041631000564?cc=usFrequently Asked Questions
Can I use Edamam and YMove together?
Yes. Some teams keep Edamam for its recipe analysis API and add YMove for the food database, barcode, AI food logging, and exercise content. Most teams find that consolidating to one provider is simpler.
Is YMove cheaper than Edamam?
For comparable feature sets (nutrition + food database + recipe search), YMove is significantly cheaper: $19/mo vs $58+/mo on Edamam's separate plans. The price gap widens when you also need exercise content.
Does YMove support recipe nutrition analysis like Edamam?
Yes. Every recipe in /api/v2/recipes returns per-ingredient and per-serving macros. For free-form ingredient strings, the food search endpoint returns the same shape Edamam's nutrition analysis returns.
How does the food database size compare?
Both providers cover USDA's ~8k generic foods. For branded items, YMove + Open Food Facts has 3M+ products with global coverage. Edamam's branded coverage is competitive in the US but thinner outside.
Which provider is better for a global app?
YMove. The country=XX boost on the food search endpoint plus Open Food Facts' multi-language coverage means users in NL, DE, FR, BR, JP, and 175+ other countries see local products with locale-aware labels.
One key, every endpoint
Try the nutrition API, recipe API, and exercise API on the same $19/mo plan.
Start Free Trial