Recipe API

YMove vs Edamam: Recipe API Comparison

Edamam Recipe Search API is a popular recipe API for developers, with a large licensed recipe database. YMove offers a developer-friendly alternative with per-ingredient USDA-mapped nutrition, diet/cuisine filters, CDN-served images, and recipe + nutrition + exercise content under one API key.

Feature Comparison

Recipe search by name/ingredient

YMove
Edamam Recipes

Diet filtering (keto, vegan, paleo, etc.)

YMove
Edamam Recipes

Cuisine filtering

YMove
Edamam Recipes

Per-ingredient nutrition mapped to USDA

YMove
Edamam Recipes

Per-serving full macros

YMove
Edamam Recipes

Macro-target search (e.g. minProtein)

YMove
Edamam Recipes

Recipe images (CDN-served)

YMove
Edamam Recipes

Bundled with food database & barcode lookup

YMove
Edamam Recipes

Bundled with exercise content

YMove
Edamam Recipes

Single API key for nutrition + recipes

YMove
Edamam Recipes

Starting price (recipes only)

YMove$19/mo bundle
Edamam Recipes$40/mo

Bundle price (nutrition + recipes + exercise)

YMove$19/mo
Edamam RecipesN/A

Recipe coverage and data shape

Edamam licenses recipes from a large network of food publishers and runs them through an in-house parser to produce structured ingredient data. The result is broad coverage (hundreds of thousands of recipes) and reasonable per-recipe nutrition.

YMove's recipe corpus is smaller and curated, with each ingredient mapped to a USDA FoodData Central row. That makes the per-ingredient nutrition more consistent (no parser ambiguity) and lets you re-scale, swap ingredients, or render a clean nutrition label without follow-up calls.

Why bundle nutrition + recipes

Most apps that need recipe search also need a food database for free-form food logging, barcode scanning, and macro tracking. With Edamam, that means subscribing to two products (Recipe Search + Food Database, or Recipe Search + Nutrition Analysis). With YMove, the same API key gets you all of it, plus the exercise side. Compare in detail on the nutrition vs Edamam page.

Endpoint mapping

# Edamam: search recipes
GET /search?q=chicken&diet=high-protein (Recipe Search API)

# YMove: equivalent
GET /api/v2/recipes/search?query=chicken&diet=high_protein

# Edamam: recipe details (re-fetch by URI)
GET /search?r=URI

# YMove: recipe details by slug
GET /api/v2/recipes/{slug}

When Edamam wins

Edamam wins on raw recipe count and breadth. If your product needs to surface hundreds of thousands of cooking blog recipes, Edamam has the licensing in place. YMove wins on per-ingredient nutrition fidelity, bundled pricing, and shipping recipe + nutrition + exercise content under one key.

Frequently Asked Questions

How many recipes does YMove have vs Edamam?

Edamam has hundreds of thousands of recipes via licensed publisher feeds. YMove's recipe set is smaller and curated, with focus on protein-forward, modernized classics, and cuisine-tagged dishes that have clean USDA-mapped nutrition. Volume is not the differentiator; nutrition fidelity and bundling are.

Does YMove have the same diet filters as Edamam?

Yes. high_protein, keto, vegan, paleo, vegetarian, mediterranean, and the common diet/cuisine slugs are supported on /api/v2/recipes/search. The full list is exposed via /api/v2/recipes/diets and /api/v2/recipes/meal-types.

Can I get nutrition per ingredient like Edamam?

Yes. /api/v2/recipes/{slug} returns each ingredient with quantity, unit, and per-ingredient calories/protein/carbs/fat from a mapped USDA food row. Edamam returns parser-derived nutrition per ingredient; YMove returns it from a USDA reference row, which is more consistent across recipes.

Are recipe images included?

Yes. Every YMove recipe has an imageUrl served from Bunny CDN with on-the-fly resize, format conversion, and quality control. Pass ?width=400&format=auto&quality=80 to keep thumbnails small.

How does pricing compare?

Edamam Recipe Search starts at $40/mo and is separate from their nutrition and food database products. YMove bundles recipes, nutrition, food database, barcode lookup, AI food logging, and exercise content for $19/mo total.

Ship recipes, nutrition, and exercise on one key

Try the YMove recipe API on the same plan as the nutrition and exercise APIs.

Start Free Trial