Skip to main content

Editions

List All Languages

Lists all languages in which editions are available.

Curl

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

Request URL:

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

Server response

{
  "code": 200,
  "status": "OK",
  "data": [
    "ar",
    "az",
    "bg",
    "bn",
    "bs",
    "cs",
    "de",
    "dv",
    "en",
    "es",
    "fa",
    "fr",
    "ha",
    "hi",
    "id",
    "it",
    "ja",
    "ko",
    "ku",
    "ml",
    "ms",
    "nl",
    "no",
    "pl",
    "pt",
    "ro",
    "ru",
    "sd",
    "si",
    "so",
    "sq",
    "sv",
    "sw",
    "ta",
    "tg",
    "th",
    "tr",
    "tt",
    "ug",
    "ur",
    "uz",
    "zh"
  ]
}