v1

latestOpenAPI 3.0.12026-07-176129.7 KB
ayahs

List ayahs of a specific surah

get/ayahs

Query parameters

surah_numberinteger required

integer The number of a surah

include_arabic_textboolean

should response add text in arabic?

translationsstring[]

Codes of translations (taken from translations api)

start_ayah_numberinteger

The number of the start ayah (if you want to get a range of ayahs)

end_ayah_numberinteger

The number of the end ayah (if you want to get a range of ayahs)

Response

Successful operation

surah_numberinteger
numberinteger
juz_numberinteger
hizb_numberinteger
rub_numberinteger
sajdahboolean
word_countinteger
arabic_textstring

Example response

[
  {
    "surah_number": 1,
    "number": 1,
    "juz_number": 1,
    "hizb_number": 1,
    "rub_number": 1,
    "word_count": 4,
    "arabic_text": "بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ",
    "translations": {
      "en-saheeh-international": "In the name of Allah, the Entirely Merciful, the Especially Merciful.",
      "ru-abu-adel": "С именем Аллаха Милостивого, Милосердного!"
    }
  }
]