ق

Quran API

Developer Platform

Free Quran API with Riwayat support

Build Quran apps with a clean, fast API.

Access Surahs, Ayahs, pages, Hizb, Juz, Thumn and Riwayat data through structured JSON endpoints designed for mobile and web applications.

114

Surahs

6236

Ayahs

V1

API Version

API Preview

Online

GET /api/v1/quran/riwayas

List all available riwayat with min and max pages.

GET /api/v1/quran/page

Get all Ayahs from a page by riwaya_id.

GET /api/v1/quran/surah

Get one Surah with Ayahs and metadata.

{
  "success": true,
  "data": [
    {
      "id": 1,
      "name": "Hafs",
      "min_page": 1,
      "max_page": 604
    }
  ]
}

Laravel API

Built with clean controllers, Eloquent models and JSON responses.

Swagger Ready

Explore and test your endpoints directly from documentation.