City endpoint
Get today's prayer times for a city
/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
/api/public/cities/paris/prayer-times?lang=en
Mosque endpoint
/api/public/mosques/paris_grande-mosquee-de-paris/prayer-times?lang=en
Nearby mosques
/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.
City prayer times
Enter a city slug such as paris, london, or casablanca.
Request URL
/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
/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
/api/mosques/nearby?longitude=2.3522&latitude=48.8566&maxDistance=5000