Free, no-auth JSON API for all 10 recipes. Built for developers, meal planners, and hackers.
/recipes/recipes.json
Returns all recipes as a JSON array with full metadata.
curl https://sythaia.tailb509d6.ts.net/recipes/recipes.json
/recipes/feed.json
JSON Feed v1.1 format for feed readers.
curl https://sythaia.tailb509d6.ts.net/recipes/feed.json
/recipes/feed.rss
RSS 2.0 feed for podcast readers and RSS aggregators.
curl https://sythaia.tailb509d6.ts.net/recipes/feed.rss
/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
{
"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": [...]
}
No API key required. No rate limits (be nice). CORS enabled.
Build meal planners, shopping lists, or voice assistants. Attribution appreciated but not required.