Skip to main content

Get chapter's audio file of a reciter

Get chapter's audio file of a reciter

Path Parameters
    id number required

    The Id of the reciter

    chapter_number number required

    Possible values: >= 1 and <= 114

    The number of the chapter

Responses

Successful response


Schema
    audio_file object
    id integer

    The Id of the audio file

    chapter_id integer

    The chapter id

    file_size integer

    The file size in bytes

    format string

    The format of the file

    total_files integer

    The total number of files

    audio_url string

    The audio file's url

GET /chapter_recitations/:id/:chapter_number

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
id — path required
chapter_number — path required
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/chapter_recitations/:id/:chapter_number' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'