Italian Recipes API
🍝 Italian Recipes API Discover more than 5,900 authentic Italian recipes with ingredients, categories, portions, and names — all in clean JSON format. Perfect for food apps, culinary chatbots, meal planners, and recipe websites. Available Language: English Additional languages may be added in the future. Feel free to reach out with requests! Some entries retain Italian names intentionally, in…
Italian Recipes API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Recipes | ||
| GET |
listRecipes /v1/recipes/ |
Returns a paginated list of Italian recipes. |
| GET |
getRecipeByID /v1/recipes/{recipe_id} |
Get a single recipe by its unique ID. |
| GET |
searchRecipesByName /v1/recipes/search/name/ |
Search recipes by name (full or partial match). |
| GET |
searchRecipesByIngredients /v1/recipes/search/ingredients/ |
Search recipes by list of ingredients (comma-separated, min 2 chars). |
| Utils | ||
| GET |
healthCheck / |
Simple endpoint to check if the API is alive and reachable. |
Italian Recipes API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.99 / month | 1 / minute |
|
| ULTRA | $5.99 / month | 1 / minute |
|
| MEGA | $11.99 / month | 1 / minute |
|