RecipeCore
RecipeCore gives developers instant access to a rich, structured recipe database through a clean and simple REST API. Whether you're building a meal planner, a cooking app, a nutrition tracker, or a food discovery feature, RecipeCore provides everything you need to get started fast. What you can do: - Browse all recipes with filters by cuisine, category, diet, difficulty, and flavor profile -…
RecipeCore endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Recipes /recipes |
Returns a paginated list of recipes. Filter by cuisine, category, diet, difficulty, and flavor profile. |
| GET |
Get Recipe /recipes/{id} |
Returns the full details of a single recipe including ingredients with measurements, nutritional info, and tags. |
| GET |
Search Recipes /recipes/search |
Search recipes by name using partial, case-insensitive matching. |
| GET |
Recipes by Ingredient /recipes/by-ingredient |
Returns all recipes that contain a specific ingredient. |
| GET |
Random Recipes /recipes/random |
Returns one or more random recipes. |
RecipeCore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $4.99 / month | 30 / minute |
|
| ULTRA | $14.99 / month | 100 / minute |
|