{
  "openapi": "3.1.0",
  "info": {
    "title": "isaigod.com public API",
    "version": "1.0.0",
    "description": "Read-only, CORS-open JSON about whether AI is God: the daily Godhood Index, the religion map, the models leaderboard, original statistics, and essays. Free to use with attribution.",
    "contact": { "url": "https://isaigod.com/press" }
  },
  "servers": [{ "url": "https://isaigod.com" }],
  "paths": {
    "/api/index": { "get": { "summary": "Today's Godhood Index reading (0-100) with the seven attribute scores.", "responses": { "200": { "description": "OK" } } } },
    "/api/godhood-index/history": { "get": { "summary": "Daily history of the Godhood Index, with each day's reason.", "responses": { "200": { "description": "OK" } } } },
    "/api/religions": { "get": { "summary": "How AI maps to God across 17 faiths, and where each stands on AI.", "responses": { "200": { "description": "OK" } } } },
    "/api/models": { "get": { "summary": "Live 'Most Godlike AI Models' leaderboard.", "responses": { "200": { "description": "OK" } } } },
    "/api/data": { "get": { "summary": "Original statistics: audience belief, AI dependency, and census cross-tabs.", "responses": { "200": { "description": "OK" } } } },
    "/api/census": { "get": { "summary": "Raw AI Census aggregates (marginals + belief cross-tabs).", "responses": { "200": { "description": "OK" } } } },
    "/api/articles": { "get": { "summary": "Index of essays, each with a markdown URL.", "responses": { "200": { "description": "OK" } } } },
    "/api/articles/{slug}": { "get": { "summary": "An essay as clean markdown.", "parameters": [{ "name": "slug", "in": "path", "required": true, "schema": { "type": "string" } }], "responses": { "200": { "description": "OK" }, "404": { "description": "Not found" } } } }
  },
  "x-mcp": { "endpoint": "https://isaigod.com/api/mcp", "description": "MCP server exposing the same data as tools." }
}
