Quick Start
Let's get your first API response in under 5 minutes. 🚀
1. Create an Account
Sign up at dashboard.mumin.ink (opens in a new tab)
You'll receive 1,000 free credits to get started!
2. Get Your API Key
- Navigate to API Keys
- Click "Create New Key"
- Copy your API key (starts with
sk_mumin_)
⚠️
Important: Store your API key securely. It will only be shown once!
Make Your First Request
Try this interactive example - it makes a real API call! 🔥
GET
/hadiths/1🔥 Try it live!
Get your API key from dashboard.mumin.ink
lang
3. Try Different Languages
We have SDKs for JavaScript, React, and Vue. For other languages, use standard HTTP requests.
javascript✨ Live Editor
Next Steps
📖 API Reference
Explore all available endpoints
🎓 Tutorials
Follow step-by-step guides
💻 SDKs
Use our client libraries
Common Use Cases
### Get Random Hadith Great for "Hadith of the Day" widgets.
GET
/hadiths/random🔥 Try it live!
Get your API key from dashboard.mumin.ink
lang
### Search Hadiths Full-text search across all languages.
GET
/hadiths/search🔥 Try it live!
Get your API key from dashboard.mumin.ink
q
lang
limit
Need Help?
- 📧 Email: support@mumin.ink
- 💬 Discord: Join our community (opens in a new tab)
- 📝 GitHub: Report issues (opens in a new tab)