List All Books
Retrieve a list of all Hadith collections available in the API.
- URL:
/api/early-access/books - Method:
GET - Auth required: Yes
Example Response:
json
[
{
"collection": "Sahih al-Bukhari",
"slug": "bukhari"
}
]