API Reference
Collections
Get Collection

Get Collection

Retrieve detailed metadata for a specific Hadith collection using its slug.

GEThttps://api.mumin.ink/collections/:slug
🔐Auth Required

Path Parameters

ParameterTypeDescription
slugstringThe 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