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"
    }
]

Last updated

Was this helpful?