v1

latestOpenAPI 3.0.12026-07-176129.7 KB
surahs

Fetch a specific surah

get/surah

Query parameters

surah_numberinteger required

The number of a surah

Response

Successful operation

numberinteger
basmalaboolean
revelation_place'meccan' | 'medinan'
ayah_countinteger

Example response

{
  "number": 1,
  "revelation_place": "meccan",
  "ayah_count": 7,
  "name": {
    "arabic": "الفاتحة",
    "translation": "The Opening",
    "transliteration": "Al-Fatiha"
  }
}