Powerful and efficient API for accessing Quranic recitations (Murotal) with comprehensive features and easy integration.
- Complete Quran Recitations - Access full Quran audio from various renowned reciters
- Multiple Reciters - Choose from different qaris with high-quality audio
- Surah & Verse Access - Get specific surahs or individual verses
- Audio Formats - Multiple audio format support (MP3, etc.)
- Fast Response - Optimized for speed and reliability
- Easy Integration - Simple REST API endpoints
- Comprehensive Metadata - Detailed information about surahs, verses, and reciters
Complete API documentation available at: cloudku.us.kg
npm install cloudku-murotal
const { MurotalAPI } = require('cloudku-murotal');
const api = new MurotalAPI();
const recitation = await api.getMurotal('abdulbasit', 1);
GET /api/murotal/{reciter}/{surah}
GET /api/murotal/{reciter}/{surah}/{verse}
const { MurotalAPI } = require('cloudku-murotal');
const api = new MurotalAPI({
baseURL: 'https://cloudku.us.kg'
});
const data = await api.getRecitation({
reciter: 'abdulbasit',
surah: 1
});
{
"status": "success",
"data": {
"surah": 1,
"name": "Al-Fatihah",
"reciter": "Abdul Basit",
"audio_url": "https://...",
"duration": "02:30"
}
}
/reciters
- List all available reciters/surahs
- Get all surah information/murotal/{reciter}
- Get all recitations by specific reciter/murotal/{reciter}/{surah}
- Get specific surah recitation/search?q={query}
- Search reciters or surahs
- WhatsApp Channel: Join Channel
- Telegram: @cloudkudev
- WhatsApp Chat: Direct Chat
- Fork this repository
- Create feature branch (
git checkout -b feature/amazing-feature
) - Commit changes (
git commit -m 'Add amazing feature'
) - Push to branch (
git push origin feature/amazing-feature
) - Open Pull Request
If this project helps you, please give it a ⭐ star!
This project is licensed under the MIT License - see the LICENSE file for details.
© 2025 AlfiDev
Built with ❤️ for the Muslim community
Documentation: cloudku.us.kg | Support: WhatsApp