Skip to main content

Get Chapter Info

Get #model:wc8vsnXdQpa7bpWa4 in specific language. Default to English.

Path Parameters
    chapter_id integer required

    Possible values: >= 1 and <= 114

    Chapter number ( 1-114 )

Query Parameters
    language string

    Default value: en

Responses

Successful response


Schema
    chapter_info object
    chapter_id number required
    text string required

    Long text of chapter info, this could include html tags for formatting and styling.

    short_text string required
    language_name string
    source string required

    Name of the source, could be a book name or site name.

GET /chapters/:chapter_id/info

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