🧑‍🍳 Drake Enterprise Recipe API

Free, no-auth JSON API for all 10 recipes. Built for developers, meal planners, and hackers.

GET/recipes/recipes.json

Returns all recipes as a JSON array with full metadata.

curl https://sythaia.tailb509d6.ts.net/recipes/recipes.json
GET/recipes/feed.json

JSON Feed v1.1 format for feed readers.

curl https://sythaia.tailb509d6.ts.net/recipes/feed.json
GET/recipes/feed.rss

RSS 2.0 feed for podcast readers and RSS aggregators.

curl https://sythaia.tailb509d6.ts.net/recipes/feed.rss
GET/recipes/{slug}.html

Individual recipe page with JSON-LD schema, Open Graph, and print stylesheet.

curl https://sythaia.tailb509d6.ts.net/recipes/laos-chicken-larb.html

Schema

{
  "title": "Laos Chicken Larb",
  "slug": "laos-chicken-larb",
  "description": "Fresh, zesty, explosive...",
  "tags": ["laotian", "chicken", "gluten-free"],
  "meta": { "prep_time": "15 min", "cook_time": "10 min", "servings": 4 },
  "ingredients": [...],
  "instructions": [...]
}

Usage

No API key required. No rate limits (be nice). CORS enabled.

Build meal planners, shopping lists, or voice assistants. Attribution appreciated but not required.

💰 Support Drake Enterprise — 28 books & protocols, instant download Browse Library →