
Quran Cloud is a public API providing a restful quran api to retrieve an ayah, surah, juz or the entire holy quran.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://alquran.cloud/api | Primary API endpoint. |
curl -X GET "https://alquran.cloud/api" \ -H "Accept: application/json"