{
  "name": "Latent Forge Public API",
  "version": "1",
  "description": "Read-only access to all published Latent Forge content (news, concepts, projects) and weekly editions. No auth required. Only public, live content is returned.",
  "base_url": "https://latentforge.net/api/v1",
  "content_types": [
    "news",
    "concepts",
    "projects"
  ],
  "endpoints": {
    "content": {
      "list": "https://latentforge.net/api/v1/content",
      "item": "https://latentforge.net/api/v1/content/{type}/{slug}",
      "query_params": [
        "type=news|concepts|projects",
        "q=search",
        "limit (1-100, default 50)",
        "offset"
      ]
    },
    "editions": {
      "list": "https://latentforge.net/api/v1/editions",
      "item": "https://latentforge.net/api/v1/editions/{week}"
    },
    "feeds": {
      "rss": "https://latentforge.net/feed.xml",
      "sitemap": "https://latentforge.net/sitemap.xml"
    }
  },
  "license": "Content © Latent Forge. Free to read and reference with attribution."
}