{
  "version": "1.0.0",
  "publisher": "WorldCalculators.org",
  "site": "https://worldcalculators.org",
  "generatedAt": "2026-07-26T02:11:12.936Z",
  "purpose": "Machine-readable calculator intelligence for agentic AI, answer engines, and zero-context retrieval of country-specific math and finance answers.",
  "authentication": "Public read endpoints — no API key required for GEO chunks.",
  "targetChunkTokens": 800,
  "endpoints": [
    {
      "path": "/api/v1/manifest.json",
      "method": "GET",
      "format": "application/json",
      "description": "This catalogue of ingestible endpoints."
    },
    {
      "path": "/geo-chunks/manifest.json",
      "method": "GET",
      "format": "application/json",
      "description": "GEO passage index — 639 chunks at ~800 tokens each for RAG retrieval."
    },
    {
      "path": "/geo-chunks/chunks.jsonl",
      "method": "GET",
      "format": "application/x-ndjson",
      "description": "Newline-delimited JSON chunk stream for embedding pipelines."
    },
    {
      "path": "/geo-chunks/c/{id}.json",
      "method": "GET",
      "format": "application/json",
      "description": "Single self-contained passage chunk by ID."
    },
    {
      "path": "/geo-chunks/c/{id}.md",
      "method": "GET",
      "format": "text/markdown",
      "description": "Markdown mirror of a single GEO chunk for LLM crawlers."
    },
    {
      "path": "/aeo-chunks.json",
      "method": "GET",
      "format": "application/json",
      "description": "GPT-tokenizer (~800 token) chunk array for generative engine / RAG pipelines."
    },
    {
      "path": "/llms.txt",
      "method": "GET",
      "format": "text/plain",
      "description": "Site-wide LLM citation and coverage summary."
    },
    {
      "path": "/llms-full.txt",
      "method": "GET",
      "format": "text/plain",
      "description": "Complete calculator directory with descriptions."
    }
  ],
  "dataDomains": [
    "calculators",
    "tax",
    "paycheck",
    "mortgage",
    "bmi",
    "inflation",
    "learning",
    "countries"
  ]
}
