Education
Quran
A RESTful Quran API that provides text and translations of the Holy Quran.
2
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('https://api.quran.com/api/v4/chapters', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'https://api.quran.com/api/v4/chapters'Quran
0.0%
EDUCATION
A RESTful Quran API that provides text and translations of the Holy Quran.
PERFORMANCE TELEMETRY
RATE LIMITSCHECK DOCS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data