Search Hadiths
Perform full-text search across all hadiths.
GET
🔐Auth Requiredhttps://api.mumin.ink/hadiths/searchQuery Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
q | string | - | Required. Search query |
language | string | "en" | Result language |
page | integer | 1 | Page number |
limit | integer | 20 | Results per page |
Response
Response200
{
"data": [
{
"id": 1,
"collection": "Sahih al-Bukhari",
"collectionId": 1,
"bookNumber": 1,
"hadithNumber": 1,
"arabicText": "...",
"translation": {
"text": "..."
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 42,
"totalPages": 3,
"hasNext": true,
"hasPrev": false
}
}Try It Live! 🔥
GET
/hadiths/search🔥 Try it live!
Get your API key from dashboard.mumin.ink
q
language