Skip to main content

Translations list API

Get list of translations

Query Parameters
    client_auth_token string required

    Client API token

Responses

OK

Response Headers

    Schema
      items object[]
    • Array [
    • id integer
      text string
    • ]
    GET /v1/translations

    Request

    Base URL
    https://quranreflect.com
    client_auth_token — query required
    curl / cURL
    curl -L -X GET 'https://quranreflect.com/v1/translations' \
    -H 'Accept: application/json'