Getting started

First of all, you need to create an application.

After registering the app you will receive credentials for authentication.

Base API URL is https://digital-quran.quranacademy.org.

General concepts

  • API works exclusively over HTTPS.

  • Every API request must include the "Language" header with the code of a language. See the list of available languages.

  • Every request to the API must be authenticated.

  • API always returns HTTP code 200 if the request is correctly handled by the server.

  • API returns data in JSON format.

Last updated

Was this helpful?