Skip to main content

Tafsir Info

Get the information of a specific tafsir. Could include information about the author, when it was published etc.

Path Parameters
    tafsir_id string required
Responses

Successful response


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