FitPrep
Welcome to FitPrep by Karim Studio. We believe that accessing nutritional data shouldn't be a nightmare of nested JSON objects and high price tags. We’re building a streamlined alternative for developers who want to ship fast without the bloat. Why FitPrep? Simplified Data Structure: We’ve taken the raw USDA food database and optimized it for developer experience (DX). No more 10-level deep…
FitPrep endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get USDA food by FDC ID /api/v1/usda/{fdc_id} |
Returns USDA archive food data for a given fdc_id. If the food does not exist, returns 404 Not Found. |
| GET |
Get Ingredient Details by Name /api/v1/ingredients/{slug} |
Fetches core tracking data and macronutrients for a specific ingredient by its URL name |
| GET |
Search Recipes /api/v1/recipe/search |
Flexible search endpoint to find recipes. You can look up a recipe by its unique ID, list all recipes matching a fitness goal, or find a specific recipe ID filtered by a goal… |
| GET |
List Recipes by Fitness Goal /api/v1/recipe/goal |
Returns a optimized collection of curated recipes tailored entirely for a specific fitness path. Supports database-level limiting to optimize performance. (Note: Parameter keys… |
FitPrep pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $79.99 / month | — |
|