API Reference
Hadiths
Daily Hadith

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.

GEThttps://api.mumin.ink/hadiths/daily
🔐Auth Required

Query Parameters

ParameterTypeDefaultDescription
langstring"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