ConsoleCatalog
Sign in
101 Cookbooks logo

101 Cookbooks

101cookbooks.comFood Diningno auth

Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.

Article Details

ASYNCREADNo auth

Returns an article or recipe roundup page with title, body HTML, linked recipe slugs, and canonical URL.

ParametersFormJSON

URL path slug for the article or roundup page (e.g. pie-recipes)

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_101cookbooks_article_detail_ssr",
    "params": {
      "article_slug": "pie-recipes"
    }
  }'