{
  "version": "1.0.0",
  "publisher": "HealthAnswers",
  "site": "https://healthanswers.co.uk",
  "generatedAt": "2026-09-08T10:25:18.080Z",
  "purpose": "Optional machine-readable UK health information. Consult the source page for context, sources and its medical review or editorial source-check status.",
  "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 — 755 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 article text in one markdown file."
    }
  ],
  "dataDomains": [
    "conditions",
    "symptoms",
    "treatments",
    "tests",
    "guides",
    "mental-health",
    "womens-health",
    "mens-health",
    "childrens-health",
    "sexual-health"
  ]
}
