Digital Quran
  • Introduction
  • Standards & conventions
    • Quran
    • Naming convention
    • Translation files: description
    • Translation files: examples
    • Translation texts
    • Quranic Text Markup Language (QTML)
    • Code examples
  • Content & Releases
    • Quran text
    • Font (Kitab)
    • Meta data
    • Translations
    • Tafsirs
    • Word-by-word translations
  • FAQ
    • How can I contribute?
    • Why Quran Academy website has more data than Digital Quran?
    • What if I found a mistake or a typo in a translation?
    • Who is using this standard?
    • How can I use content?
  • API
    • Getting started
    • Authentication
    • Creating an application
    • Limits
    • Errors
    • Pagination
    • CORS
    • Public endpoints
      • Languages
      • Surahs
      • Ayahs
      • Words
      • Translations
  • Other
    • Contributors
Powered by GitBook
On this page
  • List All Languages
  • URL
  • Parameters
  • Response

Was this helpful?

  1. API
  2. Public endpoints

Languages

List All Languages

URL

GET /languages

Parameters

None.

Response

[
    {
        "code": "ar",
        "name": "Arabic",
        "native_name": "العربية",
        "direction": "rtl"
    },
    {
        "code": "en",
        "name": "English",
        "native_name": "English",
        "direction": "ltr"
    },
    {
        "code": "ru",
        "name": "Russian",
        "native_name": "Русский",
        "direction": "ltr"
    }
]
PreviousPublic endpointsNextSurahs

Last updated 5 years ago

Was this helpful?