Get Uthmani Tajweed Script of ayah
Get Uthmani color coded tajweed text of ayah. Tajweed rules are embeded in text as tajweed
html tags.
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
- Array [
- ]
verses object[]
id integer
verse_key string
text_uthmani_tajweed string
{
"verses": [
{
"id": 0,
"verse_key": "string",
"text_uthmani_tajweed": "string"
}
]
}
{
"verses": [
{
"id": 1,
"verse_key": "1:1",
"text_uthmani_tajweed": "بِسْمِ <tajweed class=ham_wasl>ٱ</tajweed>للَّهِ <tajweed class=ham_wasl>ٱ</tajweed><tajweed class=laam_shamsiyah>ل</tajweed>رَّحْمَ<tajweed class=madda_normal>ـٰ</tajweed>نِ <tajweed class=ham_wasl>ٱ</tajweed><tajweed class=laam_shamsiyah>ل</tajweed>رَّح<tajweed class=madda_permissible>ِي</tajweed>مِ <span class=end>١</span>"
}
]
}
Loading...