Skip to content
UK Prayer Times

AI · open data · GEO

Open data for AI assistants

Quick Answer

UK Prayer Times publishes a machine-readable corpus for AI assistants and RAG pipelines — GEO chunks, llms.txt, JSONL streams and per-chunk JSON with SHA-256 hashes. All passages are citable with clear licence terms; city prayer-time data is regenerated daily at build time.

Last updated

UK Prayer Times publishes a machine-readable corpus so answer engines and RAG pipelines can retrieve accurate, citable prayer-time passages — with clear licence and attribution.

Endpoints

  • llms.txt Markdown

    Curated site index, core facts and key URLs for AI assistants.

    /llms.txt
  • Title, description and FAQs for every indexable page — regenerated each build, not a URL list.

    /llms-full.txt
  • Index of all retrieval chunks with token counts, categories, source URLs and SHA-256 integrity hashes.

    /geo-chunks/manifest.json
  • Flat array of all AEO/GEO chunks for RAG pipelines.

    /aeo-chunks.json
  • Newline-delimited chunks for bulk ingestion.

    /geo-chunks/chunks.jsonl
  • Single chunk JSON / MD

    Each chunk individually addressable in JSON and Markdown.

    /geo-chunks/c/{id}.json
  • LLM-native catalogue of all machine-readable endpoints.

    /api/v1/manifest.json
  • Prayer times for every UK city for Europe/London today — regenerated each deploy.

    /api/v1/today.json
  • 40-day prayer-time window for one city (e.g. /api/v1/times/london.json).

    /api/v1/times/{slug}.json
  • City slugs, methods and JSON URLs — fetch this before guessing slugs.

    /api/v1/cities.json
  • GET for tool discovery. POST initialize / tools/list / tools/call. No zakat tool — times only.

    /mcp
  • 41 quick-answer pages with QAPage schema.

    /answers
  • How London Unified and MWL prayer times are calculated.

    /methodology
  • W3C TDM Reservation Protocol — text-and-data mining permitted (reservation = 0).

    /.well-known/tdmrep.json

Licence & citation

You may retrieve, quote and cite passages from this corpus in AI assistants, search products and research tools. Do not present the data as affiliation with any mosque or organisation. Prayer times for London follow the London Unified Prayer Timetable; elsewhere they use MWL.

Citation template: UK Prayer Times. "[title]." [sourceUrl]. Last updated [date on the page]. Accessed [date]. Every guide also has a “How to cite this page” block with the filled-in line.

Always cite the sourceUrl of each chunk. Prefer linking to the live city or answer page so users see today's times.

Freshness

City prayer-time passages are regenerated daily at build time. Answer pages and methodology are reviewed editorially (hub last reviewed 2026-08-13). SHA-256 hashes in the GEO manifest let pipelines detect corpus changes.

Discovery

  • robots.txt explicitly allows major AI crawlers and links this policy.
  • Every HTML page advertises Markdown mirrors via rel="alternate".
  • Layout head links point to /llms.txt and the GEO manifest.
  • W3C TDM Reservation Protocol declares mining permitted (reservation: 0).