Search translations api
Search translations and get the matched results
Query Parameters
q string required
the query string
client_auth_token string required
Client API token
search_type string
Possible values: [approximate
, exact
]
Default value: approximate
search type
Responses
- 200
Example response
application/json
Schema
Example (from schema)
Example 1
Schema
- Array [
- ]
id integer
text string
translation text
translated_name string
name of the translation
from integer
from ayah number
to integer
to ayah number
translation_id integer
[
{
"id": 0,
"text": "string",
"translated_name": "string",
"from": 0,
"to": 0,
"translation_id": 0
}
]
[
{
"id": 13,
"text": "˹Remember˺ when Joseph said to his father, “O my dear father! Indeed I dreamt of eleven stars, and the sun, and the moon—I saw them prostrating to me!” - Joseph/4",
"translated_name": "Joseph",
"from": 4,
"to": 4,
"translation_id": 5
}
]
Loading...