http://www.londonprayertimes.com/api/times/
GET
Check out our CODEPEN example we have put together to show you an example of the JS you could use. Remember to use your own API Key once it has been provided to you.
http://www.londonprayertimes.com/api/times/?format=json&key=abc123
{ "city":"london", "date":"2016-07-01", "fajr":"02:51", "fajr_jamat":"03:11", "sunrise":"04:48", "dhuhr":"01:10", "dhuhr_jamat":"01:30", "asr":"05:27", "asr_2":"05:57", "asr_jamat":"06:15", "magrib":"09:24", "magrib_jamat":"09:34", "isha":"11:00", "isha_jamat":"11:10" }
http://www.londonprayertimes.com/api/times/?format=json&year=2016&month=July&key=abc123
{ "city":"london", "times":{ "2016-07-01":{ "date":"2016-07-01", "fajr":"02:51", "fajr_jamat":"03:11", "sunrise":"04:48", "dhuhr":"01:10", "dhuhr_jamat":"01:30", "asr":"05:27", "asr":"05:57", "asr_jamat":"06:15", "magrib":"09:24", "magrib_jamat":"09:34", "isha":"11:00", "isha_jamat":"11:10" }, "2016-07-02":{ ... }, ... } }
http://www.londonprayertimes.com/api/times/?format=json&key=abc123&year=2017