Rapid account: null

/ meezaan

إِنَّا لِلَّهِ وَإِنَّا إِلَيْهِ رَاجِعُونَ

Diskussionen

11
Title
Created at (Click to sort ascending)
A
2
No, that's just an ordered list. Actual method ids can be seen at https://api.aladhan.com/methods. 日 4:00 18/10/20
A
1
@matovsky This is the timezone, and it differs based on the location you query for. It's actually needed because countries that implement Daylight Savings Time often change the name of the 'time' they use, and the results just start skipping or adding an hour, and that leads to a lot of confusion. You have a few options to deal with this: 1. The timings are always in military time, so just use the first 5 characters and strip out the rest. 2. Use the ISO 8601 date format returned by the API and create a date object out of it - then you can do with the display as you wish, on the client side or server side (if you're using the API server side). Just append `&iso8601=true` to your query parameters to get the date in that format, For instance: `http://api.aladhan.com/v1/calendar?latitude=51.508515&longitude=-0.1254872&method=2&month=4&year=2017&adjustment=1&iso8601=true`. Hope this helps. 水 9:16 9/9/20
A
2
Please share the actual query. Obviously no city or country is a bad request. 日 9:34 26/4/20
A
1
Al Salaamu Alaykum, You cannot pass a city as AND the co-ordinates, it is one or the other. See the complete docs at https://aladhan.com/prayer-times-api and join the Discord group for more questions: https://discord.gg/FwUy69M 水 8:40 19/6/19
A
1
I've just seen this - to keep up to date or get answers to your questions please join https://discord.gg/FwUy69M. 水 8:39 19/6/19
A
2
Is there a reason why you are not using Guzzle for PHP or the AlAdhan PHP API Client (https://github.com/islamic-network/aladhan-api-client-php)? 木 1:47 15/11/18