get_prayer_times
Get the five daily prayer times plus sunrise for a city or coordinates, computed with the same engine as the Wasilah app. On Fridays, Dhuhr is marked as Jumu’ah.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asr | No | Asr juristic method. "auto" follows the calculation method’s regional default. | |
| city | No | City name to resolve, e.g. "Dhaka" or "Madinah". Ignored when latitude and longitude are given. | |
| date | No | Date as YYYY-MM-DD. Defaults to today in the location’s timezone. | |
| method | No | Calculation method. Defaults to "karachi" (the app default). | |
| latitude | No | Latitude in degrees, north positive. | |
| timezone | No | IANA timezone, e.g. "Asia/Dhaka". Used with explicit latitude/longitude. If omitted, the zone is inferred from the nearest known city and reported in the answer. | |
| longitude | No | Longitude in degrees, east positive. | |
| offset_minutes | No | Optional per-prayer adjustment in whole minutes, matching the offset settings in the Wasilah app, e.g. {"maghrib": 3}. Applies to the five obligatory prayers only; Sunrise is never offset. These are the user's own adjustments, not a calculation method. |