{"name":"Hisnul Muslim Dua API","version":"1.0.0","description":"Complete REST API for Hisnul Muslim duas in Arabic and Bengali","base_url":"https://dua-api.hisnul.workers.dev","endpoints":[{"method":"GET","path":"/api/categories","description":"All categories"},{"method":"GET","path":"/api/categories/:id","description":"Single category"},{"method":"GET","path":"/api/categories/:id/duas","description":"Duas in a category"},{"method":"GET","path":"/api/books","description":"All books"},{"method":"GET","path":"/api/books/:bookId","description":"Single book"},{"method":"GET","path":"/api/books/:bookId/chapters","description":"Chapters of a book"},{"method":"GET","path":"/api/books/:bookId/chapters/:chapId","description":"Single chapter"},{"method":"GET","path":"/api/books/:bookId/duas","description":"All duas in a book (paginated)"},{"method":"GET","path":"/api/books/:bookId/chapters/:chapId/duas","description":"Duas in a chapter (with full segments)"},{"method":"GET","path":"/api/duas/random","description":"Random dua (full detail)"},{"method":"GET","path":"/api/duas/:duaGlobalId","description":"Full dua with segments & word-by-word"},{"method":"GET","path":"/api/duas/:duaGlobalId/segments/:segId/words","description":"Word-by-word for one segment"},{"method":"GET","path":"/api/search?q=query","description":"Search by name/tags"},{"method":"GET","path":"/api/search/arabic?q=query","description":"Search by Arabic text"}],"pagination":"?page=1&limit=20 (max 100)"}