You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please tell us about yourself (include an email address):
Sulaiman Rabiu — Sulaymancodes@gmail.com
Your purpose in using this API:
I am building iman+, a productivity tracker for Muslims worldwide. The app includes a "Hadith of the Day" feature on the dashboard that displays authentic hadith with proper references (collection and number). Hadith text is fetched server-side through a Next.js API route when users load the dashboard or refresh for another hadith. The goal is to help Muslims build consistent daily habits (Qur'an reading, salah, reflection) while receiving daily reminders from the Sunnah.
API rate limits:
Maximum requests per second: 1
Maximum requests per day: 300
Is your use case better served by having an offline dump of hadith data or programmatic API access?
Programmatic API access. Hadith are loaded on demand when a user opens the dashboard or taps refresh — typically one request per session plus occasional refreshes. A live API keeps references authoritative and up to date with sunnah.com.
What are the languages in which would you like hadith data?
English and Arabic
What programming language will your API client be in?
TypeScript/Node.js via a Next.js server route (API key stored server-side, not exposed to the browser)
Please tell us about yourself (include an email address):
Sulaiman Rabiu — Sulaymancodes@gmail.com
Your purpose in using this API:
I am building iman+, a productivity tracker for Muslims worldwide. The app includes a "Hadith of the Day" feature on the dashboard that displays authentic hadith with proper references (collection and number). Hadith text is fetched server-side through a Next.js API route when users load the dashboard or refresh for another hadith. The goal is to help Muslims build consistent daily habits (Qur'an reading, salah, reflection) while receiving daily reminders from the Sunnah.
API rate limits:
Is your use case better served by having an offline dump of hadith data or programmatic API access?
Programmatic API access. Hadith are loaded on demand when a user opens the dashboard or taps refresh — typically one request per session plus occasional refreshes. A live API keeps references authoritative and up to date with sunnah.com.
What are the languages in which would you like hadith data?
English and Arabic
What programming language will your API client be in?
TypeScript/Node.js via a Next.js server route (API key stored server-side, not exposed to the browser)