No! This data is not available openely :(
You can do page scrapping with YQL, e.g. is here http://bit.ly/islamicapi
This works on this YQL query
select * from html where url="http://www.islamicfinder.org/prayerDetail.php?country=lesotho&city=Api&state=00&id=7&month=&year=&email=&home=2012-10-2&lang=&aversion=&athan=" and
xpath='//html/body/center/table[3]/tr/td/center[1]/table/tr/td[1]/table/tr[1]/td/table/tr[3]/td/table/tr[1]/td[1]/table'
you might need permission from website owner.