This repository serves as an automated archive and a JSON-based API for the weekly Friday Sermons (Hutbe / Khutbah) published by the Presidency of Religious Affairs (Diyanet).
It allows developers, researchers, and mobile application creators to access Jumu'ah sermon data in a structured format without needing to scrape websites manually.
This is a read-only API that provides:
- Weekly Khutbahs: The text/PDF of the Friday sermon.
- Multi-Language: Supports Turkish, English (Khutbah), German (Freitagspredigt), French, Arabic, and more.
- Prayers (Dualar): Standard Arabic prayers recited during the Khutbah.
1. Get All Hutbes (Sermons) https://raw.githubusercontent.com/TalhaY61/open-hutbe-api/main/hutbes.json
2. Get Static Prayers (Dualar) https://raw.githubusercontent.com/TalhaY61/open-hutbe-api/main/prayers.json
The hutbes.json file contains an array of objects:
- id: Unique identifier.
- title: Title of the Hutbe.
- date: Date (YYYY-MM-DD).
- language: Language code (tr, en, de, etc.).
- pdf_url: Direct link to the archived PDF.
- Source: Official Website of the Presidency of Religious Affairs (Diyanet).
- Ownership: Content belongs entirely to Diyanet. This is an open-source mirror project.
Diyanet İşleri Başkanlığı tarafından haftalık yayınlanan Cuma Hutbelerini otomatik arşivleyen ve JSON formatında sunan açık kaynak veri deposudur.
1. Tüm Hutbeler https://raw.githubusercontent.com/TalhaY61/open-hutbe-api/main/hutbes.json
2. Hutbe Duaları https://raw.githubusercontent.com/TalhaY61/open-hutbe-api/main/prayers.json
hutbes.json dosyası şunları içerir:
- id: Benzersiz kimlik.
- title: Hutbe başlığı.
- date: Tarih.
- language: Dil kodu.
- pdf_url: PDF dosyasına giden kalıcı bağlantı.
- Kaynak: Diyanet İşleri Başkanlığı Resmi Web Sitesi.
- Mülkiyet: İçerik mülkiyeti Diyanet'e aittir. Bu proje kâr amacı gütmeyen bir arşivleme hizmetidir.