Lists All Available Editions by Type
Lists all available editions for a given type
Curl
curl -X 'GET' \
'https://api-staging.quranhub.com/v1/edition/type/tafsir' \
-H 'accept: application/json'
Request URL:
https://api-staging.quranhub.com/v1/edition/type/tafsir
Server response
{
"code": 200,
"status": "OK",
"data": [
{
"identifier": "ar.tanwiralmiqbas",
"language": "ar",
"name": "?????????? ?????????????? ???? ?????????? ???? ????????",
"englishName": "Tanwir al-Miqbas min Tafsir ibn Abbas",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.ibnkathir",
"language": "ar",
"name": "?????????? ?????? ????????",
"englishName": "Tafsir Ibn Kathir",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.wasit",
"language": "ar",
"name": "?????????????? ????????????",
"englishName": "Tafsir al-wasit",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.saddi",
"language": "ar",
"name": "?????????? ????????????",
"englishName": "Tafsir al-saddi",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.baghawi",
"language": "ar",
"name": "?????????? ????????????",
"englishName": "Tafsir al-baghawi",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.muyassar",
"language": "ar",
"name": "?????????? ????????????",
"englishName": "King Fahad Quran Complex",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.tabari",
"language": "ar",
"name": "?????????? ????????????",
"englishName": "Tafsir al-tabari",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.qurtubi",
"language": "ar",
"name": "?????????? ??????????????",
"englishName": "Tafsir al-qurtubi",
"format": "text",
"type": "tafsir",
"direction": "rtl"
},
{
"identifier": "ar.jalalayn",
"language": "ar",
"name": "?????????? ????????????????",
"englishName": "Jalal ad-Din al-Mahalli and Jalal ad-Din as-Suyuti",
"format": "text",
"type": "tafsir",
"direction": "rtl"
}
]
}