Daily Hadith
Retrieve a consistent "Hadith of the Day". This endpoint uses the current date to select a specific hadith, ensuring all users see the same featured content each day.
GET
🔐Auth Requiredhttps://api.mumin.ink/hadiths/dailyQuery Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
lang | string | "en" | Language code |
Response
Returns a single hadith object.
{
"id": 123,
"collection": "Sahih al-Bukhari",
"bookNumber": 1,
"hadithNumber": 1,
"arabicText": "...",
"translation": {
"id": 1,
"languageCode": "en",
"text": "Actions are but by intentions..."
}
}Try It Live! 🌟
GET
/hadiths/daily🔥 Try it live!
Get your API key from dashboard.mumin.ink
lang