Get Collection
Retrieve detailed metadata for a specific Hadith collection using its slug.
GET
🔐Auth Requiredhttps://api.mumin.ink/collections/:slugPath Parameters
| Parameter | Type | Description |
|---|---|---|
slug | string | The collection slug (e.g., sahih-bukhari) |
Response
Returns a single collection object.
{
"id": 1,
"nameEnglish": "Sahih al-Bukhari",
"nameArabic": "صحيح البخاري",
"slug": "sahih-bukhari",
"description": "The most authentic collection of Hadith...",
"totalHadith": 7563
}Try It Live! 🔍
GET
/collections/sahih-bukhari🔥 Try it live!
Get your API key from dashboard.mumin.ink