Skip to main content

List of Chapter Reciters

Get list of #model:Q4runBANeeCjwqfcT.

Query Parameters
    language string

    Default value: en

    Name of reciters in specific language. Will fallback to English if we don't have names in specific language.

Responses

Successful response


Schema
    reciters object[]
  • Array [
  • id integer required

    Reciter ID

    name string required

    Name of reciter in English

    arabic_name string

    Reciter name in Arabic

    relative_path string
    format string

    Default value: mp3

    Audio files format

    files_size number

    Total size of all audio files in KBs

  • ]
GET /resources/chapter_reciters

Authorization

name: x-auth-tokentype: apiKeydescription: The JWT access token required for accessing the endpoints.in: header
name: x-client-idtype: apiKeydescription: Your client Idin: header

Request

Base URL
https://apis-prelive.quran.foundation/content/api/v4
x-auth-token
x-client-id
language — query
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/resources/chapter_reciters' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'