Get Imlaei Simple text of ayah
Get Imlaei simple script(without tashkiq/diacritical marks) of ayah.
Query Parameters
chapter_number integer
Possible values: >= 1
and <= 114
If you want to get text of a specific surah.
juz_number integer
Possible values: >= 1
and <= 30
If you want to get text of a specific juz.
page_number integer
Possible values: >= 1
and <= 604
If you want to get text of a Madani Muhsaf page
hizb_number integer
Possible values: >= 1
and <= 60
If you want to get text of a specific hizb.
rub_el_hizb_number integer
Possible values: >= 1
and <= 240
If you want to get text of a specific Rub el Hizb.
verse_key string
If you want to get text of a specific ayah.
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
verses object[]
{
"verses": [
{
"id": 0,
"verse_key": "string",
"text_imlaei": "string"
}
]
}
{
"verses": [
{
"id": 1,
"verse_key": "1:1",
"text_imlaei": "بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ"
}
]
}
GET /quran/verses/imlaei
Request
Request
curl / cURL
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET 'https://api.quran.com/api/v4/quran/verses/imlaei' \
-H 'Accept: application/json'