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
- Array [
- ]
items object[]
id integer
text string
{
"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"
}
]
}
Loading...