Skip to main content

Editions

Lists all Types

Lists all types of editions

Curl

curl -X 'GET' \
  'https://api-staging.quranhub.com/v1/edition/type' \
  -H 'accept: application/json'

Request URL:

https://api-staging.quranhub.com/v1/edition/type

Server response

{
  "code": 200,
  "status": "OK",
  "data": [
    "quran",
    "tafsir",
    "translation",
    "transliteration",
    "versebyverse"
  ]
}