Seeking answers through the divine wisdom of the Holy Quran
Ask questions and receive answers based on Quranic teachings
Use our web interface to ask questions without writing code
5 requests per day per IP address with automatic daily reset
Each IP address is limited to 5 requests per day. The limit automatically resets after 24 hours. No API key is required.
Check your remaining requests at any time with GET /api/rate-limit-info.
POST /api/guidance
Submit a question to receive guidance based on Quranic teachings.
{ "question": "Your question here" }
curl -X POST https://quran.rspt.se/api/guidance \ -H "Content-Type:
application/json" \ -d '{"question":"Is charity encouraged in
Islam?"}'
{ "answer": "Yes, charity (sadaqah and zakat) is highly encouraged...",
"guidance": "aligned", "references": [ { "surah": "Al-Baqarah", "ayah":
"261", "text": "The example of those who spend their wealth in the way
of Allah..." } ], "requests_left": 4 }