Skip to main content

Recitations

Get list of available Recitations.

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


Schema
  • Array [
  • id integer
    reciter_name string
    style string
    translated_name object
    name string
    language_name string
  • ]
GET /resources/recitations

Request

Base URL
https://content-api.quran.foundation/api/v4
language — query
curl / cURL
curl -L -X GET 'https://content-api.quran.foundation/api/v4/resources/recitations' \
-H 'Accept: application/json'