└── README.md /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | # Api الأسلاميه 4 | 5 | هذا المشروع هو تطبيق يهدف إلى توفير مواقيت الصلاة والمصادر الإسلامية المتعلقة في مكان واحد. يمكنك الحصول على مواقيت الصلاة الدقيقة لمدينة القاهرة في مصر وقراءة القرآن الكريم والتفسير والاستماع إلى الأحاديث النبوية واستعراض الأذكار المهمة. يتم استخدام واجهات برمجة التطبيقات المشار إليها في المشروع لجلب المعلومات اللازمة. 6 | 7 | ## المواقيت الصلاة 8 | 9 | يمكنك الحصول على مواقيت الصلاة باستخدام [API مواقيت الصلاة](https://api.aladhan.com/v1/timingsByCity?city=cairo&country=egypt&method=8). 10 | 11 | ## القرآن الكريم 12 | 13 | يمكنك الوصول إلى القرآن الكريم من خلال [API القرآن الكريم](http://api.alquran.cloud/v1/surah/114). 14 | 15 | 16 | 17 | ## القرآن الكريم صوت 18 | 19 | يمكنك الوصول إلى القرآن الكريم صوت من خلال [API القرآن الكريم صوت](https://api.quran.com/api/v4/chapter_recitations/1). 20 | 21 | ( يمكنك تغيير القارئ عن طريق تبديل ال id برقم مثل : [https://api.quran.com/api/v4/chapter_recitations/$id] ) 22 | 23 | 24 | 25 | ## التفسير 26 | 27 | يمكنك الحصول على التفسير من خلال [API التفسير](https://quranenc.com/api/v1/translation/sura/arabic_moyassar/114). 28 | 29 | ## الأحاديث 30 | 31 | يمكنك الوصول إلى الأحاديث من خلال [API الأحاديث](https://hadis-api-id.vercel.app/hadith/abu-dawud?page=2&limit=300). 32 | 33 | ## الأذكار 34 | 35 | يمكنك الحصول على الأذكار من خلال [API الأذكار](https://raw.githubusercontent.com/nawafalqari/azkar-api/56df51279ab6eb86dc2f6202c7de26c8948331c1/azkar.json). 36 | 37 | ## مصدر آخر 38 | 39 | يمكنك الاطلاع على مصدر آخر للأذكار من خلال [هذا الرابط](https://www.hisnmuslim.com/api/ar/27.json). 40 | 41 | 42 | 43 | ## راديو ل 18 قارئ واذاعات القرأن الكريم 44 | 45 | يمكنك الحصول على الراديو من خلال [API الراديو](https://data-rosy.vercel.app/radio.json). 46 |
47 | 48 | --- 49 | 50 |
51 | 52 | # Islamic API 53 | 54 | This project is an application aimed at providing prayer timings and related Islamic resources in one place. You can get accurate prayer timings for Cairo, Egypt, read the Holy Quran, access its interpretation, listen to Hadiths, and browse important Adhkar (supplications). The mentioned APIs are used in the project to fetch the required information. 55 | 56 | ## Prayer Timings 57 | 58 | You can retrieve the prayer timings using the [Prayer Times API](https://api.aladhan.com/v1/timingsByCity?city=cairo&country=egypt&method=8). 59 | 60 | ## Holy Quran 61 | 62 | You can access the Holy Quran through the [Quran API](http://api.alquran.cloud/v1/surah/114). 63 | 64 | 65 | ## Holy Quran Audio 66 | 67 | You can access the Holy Quran Audio through [API Holy Quran Audio](https://api.quran.com/api/v4/chapter_recitations/1). 68 | 69 | (You can change the reader by swapping the ID with a Number like : [https://api.quran.com/api/v4/chapter_recitations/$id]) 70 | 71 | 72 | ## Tafsir 73 | 74 | You can obtain the Tafsir using the [Tafsir API](https://quranenc.com/api/v1/translation/sura/arabic_moyassar/114). 75 | 76 | ## Hadiths 77 | 78 | You can access the Hadiths through the [Hadith API](https://hadis-api-id.vercel.app/hadith/abu-dawud?page=2&limit=300). 79 | 80 | ## Azkar 81 | 82 | You can retrieve Adhkar through the [Azkar API](https://raw.githubusercontent.com/nawafalqari/azkar-api/56df51279ab6eb86dc2f6202c7de26c8948331c1/azkar.json). 83 | 84 | ## Another Source 85 | 86 | You can refer to another source of Azkar through [this link](https://www.hisnmuslim.com/api/ar/27.json). 87 | 88 | ## Radio to18 reciters and broadcasts of the Holy Quran 89 | 90 | You can get the radio through [Radio API](https://data-rosy.vercel.app/radio.json). 91 | 92 |
93 | --------------------------------------------------------------------------------