Ayahs

List ayahs of a specific surah

URL

GET /ayahs

Parameters

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

translations

string[]

Codes of translations.

No

None

start_ayah_number

integer

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

No

None

end_ayah_number

integer

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

No

None

Example:

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

Response

Last updated

Was this helpful?