Recipe site - categories, recipe details, ingredients, steps, and ratings.
Category Listing
ASYNCREADNo auth
Returns recipe cards for a category with titles, links, and images.
ParametersFormJSON
Category archive path slug (e.g. breakfast, dessert)
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_ambitiouskitchen_com_category_listing_ssr", "params": { "category_slug": "breakfast" } }'