{
  "paper": "colombia-news",
  "nameplate": "Colombia News",
  "motto": "Colombia and the Americas, on the record.",
  "description": "Colombia News covers the whole country and the region around it: the government in Bogotá, the economy, security and the peace process, the regions from the Caribbean coast to the Amazon, and the neighbours from Venezuela to the Southern Cone. English, with a Spanish edition of e",
  "home": "https://colombia-news.newsroomfloor.com",
  "landing": "https://colombia-news.newsroomfloor.com/subscribe",
  "playground": "https://colombia-news.newsroomfloor.com/api",
  "endpoints": {
    "stories": "https://colombia-news.newsroomfloor.com/api/v1/stories",
    "story": "https://colombia-news.newsroomfloor.com/api/v1/stories/{id}",
    "sections": "https://colombia-news.newsroomfloor.com/api/v1/sections",
    "days": "https://colombia-news.newsroomfloor.com/api/v1/days",
    "day": "https://colombia-news.newsroomfloor.com/api/v1/days/{YYYY-MM-DD}",
    "search": "https://colombia-news.newsroomfloor.com/api/v1/search?q=",
    "front": "https://colombia-news.newsroomfloor.com/api/v1/front",
    "cast": "https://colombia-news.newsroomfloor.com/api/v1/cast",
    "posts": "https://colombia-news.newsroomfloor.com/api/v1/posts",
    "masthead": "https://colombia-news.newsroomfloor.com/api/v1/masthead",
    "subscribe": "POST https://colombia-news.newsroomfloor.com/api/v1/subscribers",
    "openapi": "https://colombia-news.newsroomfloor.com/api/v1/openapi.json"
  },
  "feeds": {
    "rss": "https://colombia-news.newsroomfloor.com/rss.xml",
    "podcast": "https://colombia-news.newsroomfloor.com/podcast.xml",
    "front_json": "https://colombia-news.newsroomfloor.com/front.json",
    "llms": "https://colombia-news.newsroomfloor.com/llms.txt",
    "sitemap": "https://colombia-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."
}