You can now fetch a whole month (or year) in one go
changelogSmall but useful update to the API today.
Before, if you wanted to display a full month of prayer times, you had to call the API 30 times. That always felt a bit silly. So I added two new endpoints:
/api/v1/prayer-times/month/2026/05/api/v1/prayer-times/year/2026
One request, all the data. Each record is the same shape as the daily endpoint so nothing breaks on your end.
Everything else stays the same. No breaking changes.