Books — entry 014 of 22

Quran

Verified Jul 2026

The quran.api-docs.io listing was a legacy Stoplight documentation shell for the old Quran.com API v3 that now redirects to the generic api-docs.io platform landing with no Quran content — but the underlying project is alive under its rebrand as the Quran Foundation, the nonprofit endowment behind Quran.com and QuranReflect. Its Content APIs serve chapters, verses, translations, tafsir, and audio/recitation data as JSON from apis.quran.foundation, gated by a free developer registration and an OAuth2 client-credentials exchange (an issued client_id plus a bearer access token) rather than a static key. A live GET against the production chapters endpoint with a deliberately invalid token returned a 401 that still carried access-control-allow-origin: *, and no paid tier is documented anywhere in the docs.

booksreligious-textqurantranslationoauth
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score71out of 100
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 71 on greatapis.com
<a href="https://greatapis.com/api/quran/"><img src="https://greatapis.com/badge/quran.svg" alt="Scored 71 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.