api.aladhan.com
api.aladhan.com copied to clipboard
The AlAdhan API
The Hijri calendar in the `calendar` endpoint is not correct. 1st day of Ramadan should be on April 2nd, however it's on April 4th. I used the `adjustment=2` param to...
Since the project uses Google Maps API for the geocoding, it would be useful to also get the country and city data in the response alongside the coordinates currently being...
I have come across instances where a website calls the API each time a user visits it. Ideally the API should be called once per day for each user. If...
Check utf-8 encoding on city and address names before passing to geocoding API
Redirect all timings endpoints from timestamp to date so they can be cached. This would be mean that the API would only actually calculate timings for one location once per...
Like this example: ``` $DateTime = new DateTime(); $IntlDateFormatter = new IntlDateFormatter( 'en_US@calendar=islamic-civil', // or islamic IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'Asia/Tehran', IntlDateFormatter::TRADITIONAL); echo $IntlDateFormatter->format($DateTime); ```
Hi, Did you guys make any changes to daily prayer times recently, it is no longer working for me. I use the following in my HomeAssistant it has been working...