Skip to main content

Get Ayah recitations for specific Ayah

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

Path Parameters
    recitation_id number required

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

    ayah_key string required

    Possible values: >= 1 and <= 60

    Ayah key is combination of surah number and ayah number. e.g 1:1 will be first Ayah of first Surah

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_ayah/:ayah_key

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