Skip to main content

Get Chapter

Get details of a single #model:aC7ed7aoTAZEKLCGF.

Path Parameters
    id integer required

    Possible values: >= 1 and <= 114

    Chapter ID ( 1-114)

Query Parameters
    language string

    Default value: en

Responses

Successful response


Schema
    chapter object
    id integer
    revelation_place string
    revelation_order integer
    bismillah_pre boolean
    name_complex string
    name_arabic string
    verses_count integer
    pages integer[]
    translated_name object required
    language_name string required

    Default value: english

    name string required

    Name of the resource in specific language.

GET /chapters/:id

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