Bản dịch thuật ý nghĩa nội dung Kinh Qur'an bằng tiếng Bosnia, dịch thuật bởi tập thể Trung tâm Dịch thuật Rowwad, phối hợp với trang web www.islamhouse.com
EQE is a portal featuring free and trustworthy translations of the meanings and exegeses of the noble Qur'an in many world languages. These renditions have been prepared by reliable translators under the careful supervision of specialized bodies. They are both accessible and shareable on social media.
The best and the most authentic translations and exegeses of the meanings of the Qur'an are compiled to give free access to them in all possible formats.
The selected translations of the meanings of the Qur'an are entered into the system. The texts are carefully converted and uploaded, so they can easily be saved, retrieved, and shared electronically. The translations will be continuously revised and corrected, Allah willing.
A large number of translations of the meanings and exegeses of the noble Qur'an are published on EQE portal, accessible on all systems, smart devices, and electronic networks.
GET / https://quranenc.com/api/translation/sura/{translation_key}/{sura_number}
description: get the specified translation (by its translation_key) for the speicified sura (by its number)
Parameters:
translation_key: (the key of the currently selected translation)
sura_number: [1-114] (Sura number in the mosshaf which should be between 1 and 114)
Returns:
json object containing array of objects, each object contains the "sura", "aya", "translation" and "footnotes".
GET / https://quranenc.com/api/translation/aya/{translation_key}/{sura_number}/{aya_number}
description: get the specified translation (by its translation_key) for the speicified aya (by its number sura_number and aya_number)
Parameters:
translation_key: (the key of the currently selected translation)
sura_number: [1-114] (Sura number in the mosshaf which should be between 1 and 114)
aya_number: [1-114] (Aya number in the sura which should be between 1 and 286)
Returns:
json object containing the "sura", "aya", "translation" and "footnotes".