Recipe search by keyword or ingredient, categories, and recipe details.
Category Recipe Listing
ASYNCREADNo auth
Returns recipes in a category with titles, IDs, and images.
ParametersFormJSON
Category URL path segment (e.g. recipes/22992/everyday-cooking/sheet-pan-dinners/) - browse a different taxonomy branch by changing this value
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_allrecipes_category_recipe_listing", "params": { "category_path": "recipes/22992/everyday-cooking/sheet-pan-dinners/" } }'