-
Notifications
You must be signed in to change notification settings - Fork 78
Description
-
Please tell us about yourself (include an email address):
I am the lead developer of our new app, a comprehensive, privacy-first Islamic progressive web application.
Email: naimursharon@gmail.com Name:Naimur Sharon -
Your purpose in using this API:
The API will be used to power the Hadith curriculum section of our new upcoming APP for Deen learning. Our application features a beautiful, modern frontend that allows users to browse through major Hadith collections, filter by chapters, and read individual Hadiths. We focus on providing high-fidelity dual typography (Bangla/Arabic/English) and offline-first capabilities to make authentic Islamic knowledge easily accessible. -
API rate limits:
Our system routes all requests through a centralised Next.js backend proxy configured with aggressive 24-hour caching (stale-while-revalidate). Therefore, actual hits to your servers will be highly optimized and minimal.
Maximum requests per second: 5 req/s (To handle occasional cache-miss bursts during peak hours)
Maximum requests per day: 2,000 req/day (Thanks to our caching layer, the vast majority of our user traffic never reaches your servers directly)
-
Is your use case better served by having an offline dump of hadith data or programmatic API access?
offline dump of hadith data -
What are the languages in which would you like hadith data?
Bangla, Arabic, english, urdu, hindi -
What programming language will your API client be in?
Javascript(Next js)