Get All Juzs
Get list of all #model:XwogxNra8JdvchxBE
Responses
- default
application/json
Schema
Example (from schema)
Schema
object
{}
GET /juzs
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
Request
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
python / requests
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
go / native
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
nodejs / axios
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
php / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
java / OkHttp
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/juzs' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'