Get Specific Hadith
Retrieve a single Hadith by its unique ID.
- URL:
/api/early-access/book/[slug]/hadith/[hadithId] - Method:
GET - Auth required: Yes
Example Request: GET /api/early-access/book/bukhari/hadith/1
Example Response:
json
{
"id": 1,
"metadata": {
"volume": {
"id": 1
},
"chapter": {
"id": 1,
"language": {
"en": {
"text": "How the Divine Revelation started being revealed to Allah's Messenger"
},
"ar": {
"text": "باب كَيْفَ كَانَ بَدْءُ الْوَحْىِ إِلَى رَسُولِ اللَّهِ صلى الله عليه وسلم"
},
"al": {
"text": ""
}
}
}
},
"language": {
"ar": {
"text": "حَدَّثَنَا الْحُمَيْدِيُّ عَبْدُ اللَّهِ بْنُ الزُّبَيْرِ..."
},
"al": {
"text": "Transmeton Omer ibn el-Hatabi..."
},
"en": {
"narrator": "Narrated 'Umar bin Al-Khattab:",
"text": "I heard Allah's Messenger (ﷺ) saying..."
}
}
}