Quran Finder API is a simple API to get the verses of the Quran.
Get a verse by its Surah number and Ayah number in the specified language.
GET text/{lang}/{suraNum}/{ayaNum}/
{lang}
is the two-letter language code (en
for English, ar
for Arabic, etc.). Only ar
is supported at the moment. More languages will be added in the future.{suraNum}
is the Surah number (1-114).{ayaNum}
is the Ayah number.The response is a plain text of the verse in the specified language. If the verse is not found (e.g. invalid Surah number or Ayah number, or language code not supported), the response will be an empty string, along with a 404 status code.
GET /text/ar/1/1
بسم الله الرحمن الرحيم
Get a diacritized verse by its Surah number and Ayah number in the specified language. Only Arabic is supported for diacritized verses.
GET text/{lang}/{suraNum}/{ayaNum}/diacritized/
Same as the previous endpoint (GET text/{lang}/{suraNum}/{ayaNum}/
).
The response is a plain text of the diacritized verse in Arabic. If the verse is not found (e.g. invalid Surah number or Ayah number, or language code not supported), the response will be an empty string, along with a 404 status code.
GET /text/ar/1/1/diacritized/
بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ