Translations list API
Get list of translations
Query Parameters
client_auth_token string required
Client API token
Responses
- 200
OK
Response Headers
application/json
Schema
Example (from schema)
Example 1
Example
Schema
items object[]
{
"items": [
{
"id": 0,
"text": "string"
}
]
}
{
"items": [
{
"id": 5,
"text": "Khattab, Clear Quran"
}
]
}
{
"items": [
{
"id": 1,
"text": "Arabic"
},
{
"id": 5,
"text": "Saheeh International"
},
{
"id": 6,
"text": "Transliteration"
},
{
"id": 7,
"text": "Garcia"
},
{
"id": 8,
"text": "Arabic Tashkeel"
}
]
}
GET /v1/translations
Request
Request
curl / cURL
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET 'https://quranreflect.com/v1/translations' \
-H 'Accept: application/json'