{
  "paper": "dietetics-news",
  "nameplate": "Dietetics News",
  "motto": "REAL News for RDs",
  "description": "REAL News for RDs: medical nutrition therapy, clinical nutrition research, dietetics education and the credential, the evidence behind counseling, and the players influencing the profession.",
  "home": "https://dietetics-news.newsroomfloor.com",
  "landing": "https://dietetics-news.newsroomfloor.com/subscribe",
  "playground": "https://dietetics-news.newsroomfloor.com/api",
  "endpoints": {
    "stories": "https://dietetics-news.newsroomfloor.com/api/v1/stories",
    "story": "https://dietetics-news.newsroomfloor.com/api/v1/stories/{id}",
    "sections": "https://dietetics-news.newsroomfloor.com/api/v1/sections",
    "days": "https://dietetics-news.newsroomfloor.com/api/v1/days",
    "day": "https://dietetics-news.newsroomfloor.com/api/v1/days/{YYYY-MM-DD}",
    "search": "https://dietetics-news.newsroomfloor.com/api/v1/search?q=",
    "front": "https://dietetics-news.newsroomfloor.com/api/v1/front",
    "cast": "https://dietetics-news.newsroomfloor.com/api/v1/cast",
    "posts": "https://dietetics-news.newsroomfloor.com/api/v1/posts",
    "masthead": "https://dietetics-news.newsroomfloor.com/api/v1/masthead",
    "subscribe": "POST https://dietetics-news.newsroomfloor.com/api/v1/subscribers",
    "openapi": "https://dietetics-news.newsroomfloor.com/api/v1/openapi.json"
  },
  "feeds": {
    "rss": "https://dietetics-news.newsroomfloor.com/rss.xml",
    "podcast": "https://dietetics-news.newsroomfloor.com/podcast.xml",
    "front_json": "https://dietetics-news.newsroomfloor.com/front.json",
    "llms": "https://dietetics-news.newsroomfloor.com/llms.txt",
    "sitemap": "https://dietetics-news.newsroomfloor.com/sitemap.xml"
  },
  "levels": {
    "public": "No credential: this paper's published face.",
    "read": "A read key for this paper, or any seat on it: drafts, subscribers, the config as read.",
    "admin": "An admin key for this paper, or an admin seat: every write, and the full config.",
    "auth": "Authorization: Bearer nrf_... or X-NRF-Key. A key names ONE paper. Read this address with it to see every route your level reaches."
  },
  "note": "Every piece carries a content hash and a signed filing receipt (the keyed proof endpoint). A signature proves who filed it and that it has not changed; it never makes a claim true."
}