v1

latestOpenAPI 3.0.12026-07-176129.7 KB
words

List words of a specific surah

get/words

Query parameters

surah_numberinteger required

The number of a surah.

include_arabic_textboolean

Add text in arabic?

languagestring

The language code based on ISO 639-1

start_ayah_numberinteger

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

end_ayah_numberinteger

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

Response

Successful operation

surah_numberinteger

Surah number

numberinteger

Ayah number

Example response

[
  {
    "surah_number": 1,
    "number": 1,
    "words": [
      {
        "position": 1,
        "arabic_text": "بِسْمِ",
        "translation": "С именем"
      }
    ]
  }
]