Allrecipies Api
收藏AllRecipes API 数据集概述
基本信息
- 数据集名称:AllRecipes API
- 提供商:g3oapi
- 类别:Food
- 订阅者数量:17
- API状态:v1 (current)
性能与评级
- 流行度:9.7
- 服务等级:100%
- 延迟:638ms
- 测试通过率:100%
- 用户评分:(5)
定价计划
- BASIC:$0.00 / mo
- PRO:$5.00 / mo
- ULTRA:$15.00 / mo
- MEGA:$45.00 / mo
API 概述
The Unofficial All Recipes API delivers fast access to a large collection of recipes, ingredients, nutrition data, and step-by-step cooking instructions. Easily integrate recipe search, meal ideas, and food data into apps, websites, meal planners, and culinary tools. Perfect for developers building cooking apps, grocery planners, recipe recommendation engines, or AI food assistants. This API provides reliable recipe details, ingredient breakdowns, cooking times, dietary filters, and more—making it a powerful solution for any food, recipe, or meal-planning platform looking to enhance user experience with high-quality culinary content.
Access recipes, ingredients, nutrition, and cooking instructions with this unofficial All Recipes API—ideal for food apps, meal planners, and recipe search tools.
端点
1. 搜索食谱
- 端点:
GET search?query={keyword}&page={page} - 描述:Search for recipes by keyword.
- 参数:
query- Search keyword (e.g., "curry")page- Page number (default: 1)
- 示例请求:
GET /api/allrecipies/search?query=curry&page=1 - 响应示例: json [ { "id": "recipe/214222/curry-pineapple-fried-rice", "position": "1", "url": "https://www.allrecipes.com/recipe/214222/curry-pineapple-fried-rice/", "title": "Curry Pineapple Fried Rice", "category": "Chicken", "rating_count": "1,538", "star_rating": 4.5, "image": "https://www.allrecipes.com/thmb/..." } ]
2. 获取食谱详情
- 端点:
GET recipe?recipe_id={id} - 描述:Get full recipe details including ingredients, directions, and nutrition.
- 参数:
recipe_id- Full recipe path (e.g., "recipe/214222/curry-pineapple-fried-rice")
- 示例请求:
GET recipe_id=recipe/214222/curry-pineapple-fried-rice - 响应示例: json { "title": "Curry Pineapple Fried Rice", "description": "...", "author": "...", "url": "https://www.allrecipes.com/recipe/214222/curry-pineapple-fried-rice/", "prep_time": "PT20M", "cook_time": "PT10M", "total_time": "PT30M", "servings": "4", "image": "https://www.allrecipes.com/thmb/...", "rating_value": 4.5, "rating_count": 1538, "ingredients": [...], "directions": [...], "nutrition": {...}, "categories": [...], "cuisine": [...] }




