Quran

API

RESTful Quran API with multi-language translations and verse access

Visit Website

Overview

The Quran API is a RESTful service offering access to Quranic verses, chapters (surahs), and translations in multiple languages (English, Arabic, Urdu, etc.). Key endpoints include fetching specific verses by surah/verse number, retrieving entire surahs, accessing language-specific translations, and getting chapter metadata (names, verse counts). Responses are in JSON format for seamless integration. Ideal use cases: building Quran reading apps, educational tools for Islamic studies, religious websites adding Quranic content, or personal study platforms.

Example Integration (JavaScript)

script.js JS

fetch('https://quran.api-docs.io/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • Multi-language translations
  • JSON response format
  • Surah and verse endpoints
  • Chapter metadata access

Frequently Asked Questions

? Is the Quran API free to use?

Yes, the Quran API is available for free public use.

? Does it require an API Key?

No, the API does not require an authentication key for access.

? What is the response format?

All responses from the Quran API are in JSON format.

Top Alternatives

Al Quran Cloud API Search Google
Quran.com API Search Google

People Also Ask about Quran

Quran vs Al Quran Cloud APIQuran vs Quran.com API Quran 2025 review

Tool Info

Pricing Free
Category Books
Platform Public API

Pros

  • Easy to integrate
  • Free public access
  • Wide language support
  • Comprehensive Quranic data

Cons

  • Potential rate limits
  • No audio recitation support
  • Limited advanced filtering

More Books Tools