taste recipe api
The Taste API gives developers instant access to a rich catalog of recipes, cooking tips, and food content designed for modern applications. With real‑time updates, your users always see the freshest dishes, trending meals, and the latest culinary insights. Key highlights: - Recipe Discovery – Search by keyword, ingredient, or tag to find exactly what users need. - Detailed Content – Access…
taste recipe api endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
home /api/home |
The Home API provides a single endpoint to fetch all homepage content in one request, separated by , through the include query. Supported values are: tips, stories, shows,… |
| GET |
recent /api/recent |
Endpoint to returns the most recently added content. Use it to get the latest recipes, articles, or other items in reverse chronological order. |
| GET |
details /api/recipe/{recipe_slug} |
Returns complete information about a single recipe by its unique slug. This endpoint is optimized for SEO and structured data, making it easy to display recipe pages with rich… |
| GET |
getRecipeByTag /api/tags/{tag}/recipes |
Returns all recipes associated with a specific tag |
| GET |
ingredients /api/ingredients |
Returns all ingredients |
| GET |
search /api/search |
Allows you to query recipes and related content by keyword. It supports filters, pagination, and sorting to deliver fast, SEO‑friendly results |
| GET |
trending /api/trending |
Returns the most popular and highly engaged recipes or articles based on views, ratings, or interactions. This endpoint helps surface content that is currently trending among… |
| GET |
getRecipeByIngredient /api/ingredients/{ingredient}/recipes |
Returns all recipes that include a specific ingredient. |
| GET |
tips /api/recipe/{recipe_id}/tips |
Returns cooking tips and techniques related to recipes |
| GET |
related /api/recipe/{recipe_id}/related/{recipe_slug} |
Returns a list of recipes that are similar or connected to a given recipe. Relationships can be based on shared ingredients, tags, cuisine type, cooking method, or popularity… |
taste recipe api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $19.99 / month | — |
|
| MEGA | $60 / month | — |
|