List Collections
Retrieve a list of all available Hadith collections in the Mumin library.
GET
🔐Auth Requiredhttps://api.mumin.ink/collectionsResponse
Returns an array of collection objects.
[
{
"id": 1,
"nameEnglish": "Sahih al-Bukhari",
"nameArabic": "صحيح البخاري",
"slug": "sahih-bukhari",
"description": "The most authentic collection of Hadith...",
"totalHadith": 7563
},
{
"id": 2,
"nameEnglish": "Sahih Muslim",
"nameArabic": "صحيح مسلم",
"slug": "sahih-muslim",
"description": "Highly acclaimed collection of authentic sayings...",
"totalHadith": 7190
}
]Try It Live! 📚
GET
/collections🔥 Try it live!
Get your API key from dashboard.mumin.ink