Accurate Fajr, Dhuhr, Asr, Maghrib and Isha for any point on earth — free, no API key, no sign-up. The same calculation engine that powers the Noor app, served from the edge as clean, deterministic JSON.
Runs against the real API on this page — no code required.
One GET request. Coordinates or a city slug, and you're done.
# Request
curl "https://get-noor.com/api/v1/prayer-times?lat=51.5074&lng=-0.1278&tz=Europe/London"
// JavaScript const res = await fetch( "https://get-noor.com/api/v1/prayer-times?lat=51.5074&lng=-0.1278&tz=Europe/London" ); const data = await res.json(); console.log(data.localTimes.fajr); // "03:09"
Prayer times are returned as UTC ISO-8601 (unambiguous, deterministic). Pass tz to also get localTimes. Sunnah times (middle & last third of the night) are always included.
{
"status": "ok",
"version": "1.0",
"location": { "latitude": 51.51, "longitude": -0.13, "timezone": "Europe/London", "utcOffset": "+01:00" },
"date": "2026-08-11",
"settings": { "method": "mwl", "methodName": "Muslim World League", "madhab": "shafi", "highLatitudeRule": "twilightangle" },
"times": {
"fajr": "2026-08-11T02:09:00Z",
"sunrise": "2026-08-11T04:40:00Z",
"dhuhr": "2026-08-11T12:07:00Z",
"asr": "2026-08-11T16:08:00Z",
"maghrib": "2026-08-11T19:31:00Z",
"isha": "2026-08-11T21:48:00Z"
},
"localTimes": { "fajr": "03:09", "sunrise": "05:40", "dhuhr": "13:07", "asr": "17:08", "maghrib": "20:31", "isha": "22:48" },
"sunnah": { "middleOfTheNight": "2026-08-10T23:50:00Z", "lastThirdOfTheNight": "2026-08-11T01:03:00Z" },
"attribution": "Prayer times by Noor (get-noor.com) …"
}
| Param | Type | Description | Example |
|---|---|---|---|
lat | number | Latitude, −90 to 90. Required unless city is given. | 51.5074 |
lng | number | Longitude, −180 to 180. Required unless city is given. | -0.1278 |
city | string | Convenience: a Noor city slug (see /prayer-times) — resolves coordinates and timezone. | london |
date | string | Day to calculate, YYYY-MM-DD. Defaults to today in the resolved timezone. Within ±1 year. | 2026-08-11 |
method | string | Calculation method (see table). Default mwl. | isna |
madhab | string | Asr calculation: shafi (standard) or hanafi. Default shafi. | hanafi |
highLatitudeRule | string | twilightangle, middleofthenight, or seventhofthenight. Default twilightangle (matches Noor). | twilightangle |
tz | string | IANA timezone for localTimes and “today”. Optional — UTC times are always returned. | Europe/London |
Pass any as method=. Defaults to mwl. Asr follows madhab (Shafi/standard or Hanafi).
| Slug | Authority | Angles |
|---|---|---|
mwl | Muslim World League | Fajr 18° · Isha 17° |
isna | Islamic Society of North America | Fajr 15° · Isha 15° |
egypt | Egyptian General Authority of Survey | Fajr 19.5° · Isha 17.5° |
karachi | University of Islamic Sciences, Karachi | Fajr 18° · Isha 18° |
ummalqura | Umm al-Qura University, Makkah | Fajr 18.5° · Isha 90 min after Maghrib |
dubai | Dubai | Fajr 18.2° · Isha 18.2° |
qatar | Qatar | Fajr 18° · Isha 90 min after Maghrib |
kuwait | Kuwait | Fajr 18° · Isha 17.5° |
singapore | Singapore (MUIS) | Fajr 20° · Isha 18° |
turkey | Diyanet İşleri, Turkey | Fajr 18° · Isha 17° |
tehran | Institute of Geophysics, Tehran | Fajr 17.7° · Isha 14° |
moonsighting | Moonsighting Committee Worldwide | Fajr 18° · Isha 18° (seasonal) |
The API is free and unmetered — please help keep it that way.
Cache-Control: public, max-age=86400 and serve from Cloudflare's edge. Cache the responses on your side too. Coordinates are rounded to ~1.1 km before calculation and caching — we never process or store a user's precise location, and there is no per-user data. Uncached bursts are soft-limited to ~120/min per IP; cached reads are unlimited. No key, no quota for normal use.
Free to use in commercial and non-commercial projects.
<a href="https://get-noor.com" rel="nofollow">Prayer times by Noor</a>Please keep attribution a plain branded link (not keyword-stuffed anchor text). Building a prayer-times widget or app? Noor does the whole thing beautifully.
This API runs the same engine as Noor — the free app for prayer times, the full Qur'an, qibla, duas and Ask Noor. If it's useful to you, you'll love the app.
Get Noor — free on the App Store