Skip to main content

Get Ayah recitations for specific Surah

Get list of ayah #model:knzdXGgyjYnAqbhGX for a Surah.

Path Parameters
    recitation_id number required

    Recitation Id, you can get list of all ayah by ayah recitations using this endpoint #endpoint:HLbauN2sdGitPQPPL

    chapter_number number required

    Possible values: >= 1 and <= 114

Responses

Successful response


Schema
    audio_files object[]
  • Array [
  • url string
    duration number
    format string
    segments object[]
  • ]
  • pagination object
    per_page integer

    Entries per api call

    current_page integer
    next_page integer

    Next page in paginated result

    total_pages= integer

    Total number of pages

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