{
  "paper": "mexico-news",
  "nameplate": "Mexico News",
  "motto": "Mexico, the border and the Americas, on the record.",
  "description": "Mexico News covers the whole country and what surrounds it: the government in Mexico City, the economy and trade under the USMCA, security and the courts, the border with the United States, the states from Tijuana to Yucatán, and Latin America. English, with a Spanish edition of ",
  "home": "https://mexico-news.newsroomfloor.com",
  "landing": "https://mexico-news.newsroomfloor.com/subscribe",
  "playground": "https://mexico-news.newsroomfloor.com/api",
  "endpoints": {
    "stories": "https://mexico-news.newsroomfloor.com/api/v1/stories",
    "story": "https://mexico-news.newsroomfloor.com/api/v1/stories/{id}",
    "sections": "https://mexico-news.newsroomfloor.com/api/v1/sections",
    "days": "https://mexico-news.newsroomfloor.com/api/v1/days",
    "day": "https://mexico-news.newsroomfloor.com/api/v1/days/{YYYY-MM-DD}",
    "search": "https://mexico-news.newsroomfloor.com/api/v1/search?q=",
    "front": "https://mexico-news.newsroomfloor.com/api/v1/front",
    "cast": "https://mexico-news.newsroomfloor.com/api/v1/cast",
    "posts": "https://mexico-news.newsroomfloor.com/api/v1/posts",
    "masthead": "https://mexico-news.newsroomfloor.com/api/v1/masthead",
    "subscribe": "POST https://mexico-news.newsroomfloor.com/api/v1/subscribers",
    "openapi": "https://mexico-news.newsroomfloor.com/api/v1/openapi.json"
  },
  "feeds": {
    "rss": "https://mexico-news.newsroomfloor.com/rss.xml",
    "podcast": "https://mexico-news.newsroomfloor.com/podcast.xml",
    "front_json": "https://mexico-news.newsroomfloor.com/front.json",
    "llms": "https://mexico-news.newsroomfloor.com/llms.txt",
    "sitemap": "https://mexico-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."
}