Use Case Guide
Recipe API for Fitness & Macro Tracking Apps
Fitness apps run on macros. Recipe API exposes exact protein, carbs, and fat per serving as part of 32 tracked nutrients on every response. Filter for high-protein meals with min_protein, cap calories for cutting phases, and generate fresh recipes tuned to an athlete's goals when the library needs a boost.
Free discovery. Full recipe detail uses one credit. Commercial use and caching start on Developer.
- Search, filters, and generation
- 32 USDA-backed nutrients
- One consistent schema
- No attribution required
Typical Builder Journey
Macro Tracking Query Example
Find high-protein, calorie-capped recipes for a macro tracking app.
GET /api/v1/recipes
curl "https://recipe-api.com/api/v1/recipes?min_protein=40&max_calories=600&per_page=20" \
-H "X-API-Key: rapi_your_key"Related Guides
Start Building
Exact protein, carbs, and fat per serving. Filter high-protein meals and generate for athlete goals out of the box.