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):
My name is Mohamad Safwan one of the founder for 4Fource Technologies Enterprise. Also, I am one of developer currently working on BetterMuslim mobile application with the 4FourceInternal team — mohamadsafwan.1905@gmail.com.
Your purpose in using this API:
BetterMuslim is a free, non-commercial mobile app (React Native / Expo) for Muslims in Malaysia that helps users track prayers, read the Qur'an, and build daily worship habits. We'd like to add a Hadith/Sunnah section:
browse the major collections, read individual hadith with Arabic + English and the grade/reference, show a "Hadith of the Day", and let users bookmark hadith — always with clear attribution and a link back to sunnah.com.
We proxy the API from our own backend and cache responses (hadith text is static), so upstream traffic stays low.
API rate limits:
Maximum requests per second: ~5/s peak.
Maximum requests per day: ~10,000/day (in practice far lower — most responses are served from our cache).
Is your use case better served by having an offline dump of hadith data or programmatic API access?
Programmatic API access (live), with our own server-side caching layer. An offline data dump would also work if you prefer that for our scale.
What are the languages in which would you like hadith data?
English and Arabic primarily; Bahasa Melayu (Malay) too if available
What programming language will your API client be in?
Node.js / TypeScript (Express backend; React Native mobile client).
Please tell us about yourself (include an email address):
My name is Mohamad Safwan one of the founder for 4Fource Technologies Enterprise. Also, I am one of developer currently working on BetterMuslim mobile application with the 4FourceInternal team — mohamadsafwan.1905@gmail.com.
Your purpose in using this API:
BetterMuslim is a free, non-commercial mobile app (React Native / Expo) for Muslims in Malaysia that helps users track prayers, read the Qur'an, and build daily worship habits. We'd like to add a Hadith/Sunnah section:
Is your use case better served by having an offline dump of hadith data or programmatic API access?
Programmatic API access (live), with our own server-side caching layer. An offline data dump would also work if you prefer that for our scale.
What are the languages in which would you like hadith data?
English and Arabic primarily; Bahasa Melayu (Malay) too if available
What programming language will your API client be in?