{
  "name": "Codex Musica — static recipe API",
  "description": "Pre-compiled recording recipes for recorded-music traditions. Each tradition resolves to a descriptor-stack \"recipe\" plus a structured arrangement. Static files only — open a URL and read the JSON. No server, no key.",
  "generated": "2026-09-12",
  "counts": {
    "traditions": 2503,
    "instruments": 1406
  },
  "endpoints": {
    "traditions_index": "traditions/index.json",
    "tradition": "traditions/{id}.json",
    "instruments_index": "instruments/index.json",
    "instrument": "instruments/{id}.json",
    "all": "all.json",
    "browse": "browse.json"
  },
  "license": "See repository LICENSE."
}