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 Translations
  • URL
  • Parameters
  • Response

Was this helpful?

  1. API
  2. Public endpoints

Translations

List Translations

URL

GET /translations

Parameters

Name

Type

Description

Required

language

string

The code of a language (if you want to get translations in a specific language).

No

Response

[
    {
        "code": "en-saheeh-international",
        "name": "Saheeh International",
        "language": "en"
    },
    {
        "code": "ru-kuliev",
        "name": "Kuliev",
        "language": "ru"
    }
]
PreviousWordsNextContributors

Last updated 5 years ago

Was this helpful?