Quran Cloud
一个 RESTful 古兰经 API,可获取一节经文、一章、一卷或整部古兰经
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 书籍
- 文档 / URL
- https://alquran.cloud/api
简介
Quran Cloud 提供古兰经——章节、经文、音频和翻译——免密钥(实测可用)。
快速开始
第 1 章(实测可用):
curl "https://api.alquran.cloud/v1/surah/1"
{
"code": 200,
"status": "OK",
"data": {
"number": 1,
"name": "سُورَةُ ٱلْفَاتِحَةِ",
"englishName": "Al-Faatiha",
"ayahs": [ { "number": 1, "text": "بِسْمِ ٱللَّهِ ٱلرَّحْمَـٰنِ ٱلرَّحِيمِ" } ]
}
}
带翻译 / 音频:
curl "https://api.alquran.cloud/v1/surah/1/en.asad"
curl "https://api.alquran.cloud/v1/surah/1/ar.alafasy"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;请礼貌使用——没有公开的硬性限制。
- 版本:100+ 翻译和音频诵读(
{章节}/{版本})。 - 端点:
/v1/surah/{n}、/v1/ayah/{key}、/v1/edition。
常见问题
Quran Cloud 免费吗? 是的——免费且免密钥(实测)。
有音频吗?
有——诵读版本(ar.alafasy 等)。
有多少翻译? 100+ 版本。
书籍 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| A Bíblia Digital Do not worry about managing the multiple versions of the Bible | API Key | Yes | No | ↗ |
| Amanah Sunnah Semantic search across Quran, Hadith, Tafsir & 18K+ Rijal narrators | API Key | Yes | Yes | ↗ |
| Bhagavad Gita Bhagavad Gita text | OAuth | Yes | Yes | ↗ |
| Bhagavad Gita Open Source Shrimad Bhagavad Gita API including 21+ authors translation in Sanskrit/English/Hindi | API Key | Yes | Yes | ↗ |
| Bhagavad Gita telugu Bhagavad Gita API in telugu and odia languages | No auth | Yes | Yes | ↗ |