Getting started

API is currently under development. Stay tuned to the project repository on GitHub.

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