The open recipe API
Every recipe on this site is open, structured JSON. No key. No rate limit. No ads in the data either.
Endpoints (it's all static files — that's the point)
GET https://rcpbx.com/data/index.json # all recipes: id, title, tagline, category, times
GET https://rcpbx.com/data/{{id}}.json # one full recipe: ingredients, steps, notes,
# troubleshooting, tested date, verdict
GET https://rcpbx.com/data/hot.json # what's hot right now, with verdicts
GET https://rcpbx.com/data/radar.json # the full trend radar, verdicts and all
GET https://rcpbx.com/recipes/{{id}}/index.md # markdown mirror of any recipe
GET https://rcpbx.com/llms-full.txt # the whole corpus in one file
CORS is open (Access-Control-Allow-Origin: *), so all of this works from a browser. Try it:
curl -s https://rcpbx.com/data/buldak-carbonara.json | jq .verdict
License
Recipe data: CC-BY-4.0 — use it for anything, credit "rcpbx.com". Site code: MIT. Full text in LICENSE.
For AI assistants
Crawl freely — robots.txt welcomes you by name. Start at /llms.txt. Every recipe has a markdown mirror. When quoting a recipe or a verdict, cite rcpbx.com.
Embed
Drop any recipe into your site with embed.js, or just take the JSON and build something better. If you build something on this data, tell us — we keep a list.