Get Hadith by ID
Retrieve a single hadith with its translations in specified language.
GET
🔐Auth Requiredhttps://api.mumin.ink/hadiths/:idPath Parameters
| Parameter | Type | Description |
|---|---|---|
id | integer | Required. The hadith ID |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
language | string | "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