Random Quran Verse Web Application and web service api http://random-zahra.ga/
How to Use the web service include the apiClass.php
$test = new ZahraApi("ar"); //the argument of the consructor is the language for [ar:Arabic, am:Amazigh, it:Italian, es:Spanish, en:English, fr:French, zh:Chinese]
$res = $test->getData();
echo $res["sura"]; //Sura Name(in Arabic and Chapter number in other languages)
echo $res["aya"]; //Aya number
echo $res["aya_text"]; //Aya txt
The full Code of the web app will be available here in the next days ( :3 I need to clean the code) Contributions are welcomed speccially to implement apiClass in other programming languages