Ayahs

List ayahs of a specific surah

URL

GET /ayahs

Parameters

Example:

{
    "surah_number": 1,
    "include_arabic_text": true,
    "translations": ["en-saheeh-international", "ru-abu-adel"]
}

Response

[
    {
        "surah_number": 1,
        "number": 1,
        "juz_number": 1,
        "hizb_number": 1,
        "rub_number": 1,
        "sajdah": false,
        "word_count": 4,
        "arabic_text": "بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ",
        "translations": {
            "en-saheeh-international": "In the name of Allah, the Entirely Merciful, the Especially Merciful.",
            "ru-abu-adel": "С именем Аллаха Милостивого, Милосердного!"
        }
    },
    {
        "surah_number": 1,
        "number": 2,
        "juz_number": 1,
        "hizb_number": 1,
        "rub_number": 1,
        "sajdah": false,
        "word_count": 4,
        "arabic_text": "الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ",
        "translations": {
            "en-saheeh-international": "(All) praise is (due) to Allah, Lord of the worlds -",
            "ru-abu-adel": "(Вся) хвала – (лишь одному) Аллаху, Господу миров [Господу всех творений],\n"
        }
    }
]

Last updated