{
  "version": "1.0.0",
  "publisher": "Celluloid",
  "site": "https://newmoviesreviews.com",
  "generatedAt": "2026-07-06T16:00:13.594Z",
  "purpose": "Machine-readable film review intelligence for generative search and agentic retrieval.",
  "authentication": "Public read endpoints — no API key required.",
  "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 — 598 chunks at ~800 tokens each."
    },
    {
      "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."
    },
    {
      "path": "/aeo-chunks.json",
      "method": "GET",
      "format": "application/json",
      "description": "GPT-tokenizer chunk array for answer-engine pipelines."
    },
    {
      "path": "/movies/{slug}.md",
      "method": "GET",
      "format": "text/markdown",
      "description": "Plain Markdown movie fact sheet with scores and consensus."
    },
    {
      "path": "/api/movies/{slug}.md",
      "method": "GET",
      "format": "text/markdown",
      "description": "API mirror of movie Markdown fact sheets."
    },
    {
      "path": "/llms.txt",
      "method": "GET",
      "format": "text/plain",
      "description": "Site-wide LLM citation and coverage summary."
    }
  ],
  "dataDomains": [
    "movies",
    "reviews",
    "news",
    "critics",
    "genres",
    "regional"
  ]
}
