Skip to main content

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

Example response


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
  • ]
Loading...