zeyadetman / quran-pages-images

API to retrieve Quran (Moshaf) Pages as jpg images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quran Pages Images

Public API to get quran (Moshaf) pages as jpg images

APIs

This API lives here https://quran-pages.herokuapp.com/.

  1. Generating API Key to auth.
curl --location --request POST 'https://quran-pages.herokuapp.com/api/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
	"email": "test@test.com",
	"password": "testtest"
}'
  1. Get Moshaf page.
curl --location --request GET 'https://quran-pages.herokuapp.com/api/pages/<Page Number>' \
--header 'Authorization: <TOKEN> ' \
--data-raw ''

Sample Page

Please check the quran-images folder.

About

API to retrieve Quran (Moshaf) Pages as jpg images


Languages

Language:JavaScript 100.0%