City endpoint
Get today's prayer times for a city
https://pray.zone/api/public/cities/paris/prayer-times?lang=en
Public API
Look up city prayer times, mosque prayer times, and nearby mosques in JSON.
City endpoint
https://pray.zone/api/public/cities/paris/prayer-times?lang=en
Mosque endpoint
https://pray.zone/api/public/mosques/paris_grande-mosquee-de-paris/prayer-times?lang=en
Nearby mosques
https://pray.zone/api/mosques/nearby?longitude=2.3522&latitude=48.8566&maxDistance=5000
Widget Builder
Generate an iframe for a city or mosque prayer-times widget with theme and layout options.
Usage rules
The public API may be used in personal and commercial projects. Attribution, reasonable usage, and the rules below are required.
City prayer times
Enter a city slug such as paris, london, or casablanca.
Request URL
https://pray.zone/api/public/cities/paris/prayer-times?lang=en
Mosque prayer times
Use a mosque id directly, or find one from the nearby search below and click a result.
Request URL
https://pray.zone/api/public/mosques/paris_grande-mosquee-de-paris/prayer-times?lang=en
Nearby mosques
This uses the existing nearby-mosques JSON endpoint and lets you promote a result into the mosque prayer-times form.
Request URL
https://pray.zone/api/mosques/nearby?longitude=2.3522&latitude=48.8566&maxDistance=5000