API Reference
Hadiths
Get Hadith

Get Hadith by ID

Retrieve a single hadith with its translations in specified language.

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

Path Parameters

ParameterTypeDescription
idintegerRequired. The hadith ID

Query Parameters

ParameterTypeDefaultDescription
languagestring"en"Language code

Response

Response200
{
  "id": 1,
  "collection": "Sahih al-Bukhari",
  "collectionId": 1,
  "bookNumber": 1,
  "hadithNumber": 1,
  "arabicText": "إنما الأعمال بالنيات...",
  "arabicNarrator": "عمر بن الخطاب",
  "translation": {
    "id": 1,
    "languageCode": "en",
    "text": "Actions are but by intentions...",
    "narrator": "Umar ibn al-Khattab",
    "grade": "Sahih"
  },
  "metadata": {}
}

Try It Live! 🚀

GET/hadiths/1
🔥 Try it live!

Get your API key from dashboard.mumin.ink

language