Base URL:
https://dua-data-api.vercel.app
Duas & Adkar
/api/dailyAdkar
Morning and evening adhkar with Arabic, transliteration, and meaning
{
"duas": [
{
"id": 1,
"duaTitle": "The Greatest Istighfar",
"dua": "اللَّهُمَّ أَنْتَ رَبِّي...",
"transliteration": "Allāhumma anta rabbī...",
"translation": "O Allah, You are my Lord...",
"times": "1x",
"benefits": {
"benefitOne": "...",
"benefitTwo": "..."
}
}
]
}
/api/postSalaah
Zikr and duas to recite after salah
[
{
"id": 1,
"arabic": "أَسْتَغْفِرُ اللَّهَ",
"transliteration": "Astaghfirullah",
"translation": "I seek forgiveness from Allah",
"repeat": 3
}
]
/api/usefulDuas
100+ duas organized by category (travel, health, family, etc.)
[
{
"id": 1,
"title": "Dua for Traveling",
"category": "Travel",
"arabic": "سُبْحَانَ الَّذِي سَخَّرَ لَنَا هَذَا...",
"transliteration": "Subhanal-ladhi sakh-khara lana hadha...",
"translation": "Glory to Him who has subjected this to us..."
}
]
Guides & Knowledge
/api/prayerGuide
Complete guide to what to recite in each part of salah
[
{
"section": "Opening",
"items": [
{
"name": "Opening Takbir",
"arabic": "اللَّهُ أَكْبَرُ",
"transliteration": "Allahu Akbar",
"meaning": "Allah is the Greatest"
}
]
}
]
/api/surahVirtues
Surahs to read regularly with their virtues and hadith sources
[
{
"id": 1,
"name": "Surah Al-Mulk",
"arabicName": "سورة الملك",
"whenToRead": "Every night before sleeping",
"benefits": ["Protection from the grave..."],
"hadith": "Sahih al-Tirmidhi"
}
]
/api/fortyNawawi
Complete 40 Hadith Nawawi with Arabic, translation, and explanations
[
{
"number": 1,
"title": "Actions are by Intentions",
"topic": "Sincerity",
"arabic": "إِنَّمَا الْأَعْمَالُ بِالنِّيَّاتِ...",
"translation": "Actions are according to intentions...",
"narrator": "Umar ibn al-Khattab",
"source": "Bukhari & Muslim"
}
]
/api/fiqhBasics
Practical fiqh rulings on wudu, ghusl, prayer, and fasting
[
{
"section": "Wudu (Ablution)",
"items": [
{
"id": 1,
"title": "Steps of Wudu",
"points": ["Make intention...", "Say Bismillah..."],
"note": "Washing three times is sunnah"
}
]
}
]
Usage
Example request:
fetch('https://dua-data-api.vercel.app/api/dailyAdkar')
.then(res => res.json())
.then(data => console.log(data));
100+
Duas
40
Hadith
7
Endpoints
This is Sadaqah Jariyah - ongoing charity. No API keys, no rate limits, no cost. A curated collection of authentic Islamic content, free for anyone building apps that benefit Muslims.
Free for any Islamic project. Please use responsibly and do not misrepresent the content. Attribution appreciated but not required.
Built for Naikiyah