Skip to main content

Get Ayah recitations for specific Madani Mushaf page

Get list of ayah #model:knzdXGgyjYnAqbhGX for a Madani Mushaf page.

Path Parameters
    recitation_id number required

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

    page_number number required

    Possible values: >= 1 and <= 604

Responses

Successful response


Schema
    audio_files object[] required
  • Array [
  • url string
    duration number
    format string
    segments object[]
  • ]
  • pagination object required
    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_page/:page_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
page_number — path required
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/recitations/:recitation_id/by_page/:page_number' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'