Words
List words of a specific surah
URL
GET /wordsParameters
Name
Type
Description
Required
Default
surah_number
integer
The number of a surah.
Yes
None
include_arabic_text
boolean
Add text in arabic?
No
false
language
string
The code of a language.
No
None
start_ayah_number
integer
The number of the start ayah (if you want to get words of a range of ayahs).
No
None
end_ayah_number
integer
The number of the end ayah (if you want to get words of a range of ayahs).
No
None
Example:
{
"surah_number": 1,
"include_arabic_text": true,
"language": "ru"
}Response
Last updated
Was this helpful?