Description Usage Format Details Source Examples
A dataset containing the Arabic text of the Qur'an, with vowels.
1 |
A data frame with 6236 rows and 18 columns:
surah_idUnique id number for the surah
ayah_idUnique id number for the ayah
surah_title_arName of the surah (Arabic)
surah_title_enName of the surah (English; transliterated)
surah_title_en_transName of the surah (English; translated)
revelation_typeType of the surah (Meccan or Medinan)
textAyah text
surahSurah
ayahAyah
ayah_titleCombined surah and ayah (e.g. 2:242)
juzJuz'
manzilManzil
pagePage number
hizb_quarterMaqra
sajdaBinary indicator for presence of a sajdah
sajda_idUnique id number for the sajdah
sajda_recommendedBinary indicator for whether a sajdah is recommended
sajda_obligatoryBinary indicator for whether a sajdah is obligatory
Because Surahs 89 and 113 are both translated as "The Dawn," Surah 113 has been retitled "The Daybreak"
Tanzil (http://tanzil.net/docs/download) and Al Quran Cloud (https://alquran.cloud/)
1 2 3 4 5 6 7 8 9 |
surah_id ayah_id surah_title_ar surah_title_en surah_title_en_trans
1 1 1 الفاتحة Al-Faatiha The Opening
2 1 2 الفاتحة Al-Faatiha The Opening
3 1 3 الفاتحة Al-Faatiha The Opening
4 1 4 الفاتحة Al-Faatiha The Opening
5 1 5 الفاتحة Al-Faatiha The Opening
6 1 6 الفاتحة Al-Faatiha The Opening
revelation_type text surah ayah ayah_title juz manzil page
1 Meccan بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ 1 1 1:1 1 1 1
2 Meccan الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ 1 2 1:2 1 1 1
3 Meccan الرَّحْمَٰنِ الرَّحِيمِ 1 3 1:3 1 1 1
4 Meccan مَالِكِ يَوْمِ الدِّينِ 1 4 1:4 1 1 1
5 Meccan إِيَّاكَ نَعْبُدُ وَإِيَّاكَ نَسْتَعِينُ 1 5 1:5 1 1 1
6 Meccan اهْدِنَا الصِّرَاطَ الْمُسْتَقِيمَ 1 6 1:6 1 1 1
hizb_quarter sajda sajda_id sajda_recommended sajda_obligatory
1 1 FALSE NA NA NA
2 1 FALSE NA NA NA
3 1 FALSE NA NA NA
4 1 FALSE NA NA NA
5 1 FALSE NA NA NA
6 1 FALSE NA NA NA
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
`summarise()` ungrouping output (override with `.groups` argument)
# A tibble: 114 x 2
surah_title_ar total_ayaat
<fct> <int>
1 الفاتحة 7
2 البقرة 286
3 آل عمران 200
4 النساء 176
5 المائدة 120
6 الأنعام 165
7 الأعراف 206
8 الأنفال 75
9 التوبة 129
10 يونس 109
# … with 104 more rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.