-
Notifications
You must be signed in to change notification settings - Fork 76
Description
My name is Mahmoud Aghil, I’m building a bilingual Hadith app for educational and scholarly use.
Email: mahmoud.aghil@gmail.com
The app will serve authenticated Hadith collections to users in Arabic and English. It supports compliance training, religious education, and scholarly reference. It includes offline fallback and caching to reduce load, and is designed to scale to thousands of users.
Maximum requests per second: 2
Maximum requests per day: 5000
(These are conservative estimates to start. We will cache and batch requests to reduce load.)
Is your use case better served by having an offline dump of hadith data or programmatic API access?
Programmatic API access is preferred for now. Offline dump would be helpful later for bulk syncing and fallback.
What are the languages in which would you like hadith data?
Arabic and English
What programming language will your API client be in?
Dart (Flutter mobile app)