Prayer
Allah, Al-Wakeel (The Trustee), provides for our needs and protects us from harm, as mentioned in Surah Quraysh—He feeds us when hungry and grants us security when fearful. This divine care should inspire us to place our complete trust in Him and submit to His guidance, knowing that He manages all affairs with perfect wisdom and justice. Let us respond to this compassion by adhering to His boundaries and seeking His protection through righteous conduct.
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/prayer/qibla
Methods
GET /api/v1/prayer/qiblaGet the qibla — the compass bearing to face for Islamic prayer from a location
| Argument | Type | Description |
|---|---|---|
lat * | number | Latitude of the location |
lon * | number | Longitude of the location |
curl \ "https://micro.mu/api/v1/prayer/qibla?lat=1.5&lon=1.5"
GET /api/v1/prayer/reflectionGet today's Islamic reflection — a verse of the Quran with its surah, a saying of the Prophet, and a name of Allah
curl \ "https://micro.mu/api/v1/prayer/reflection"
GET /api/v1/prayer/sayingLook up a hadith from Sahih al-Bukhari, optionally from a given book
| Argument | Type | Description |
|---|---|---|
book | number | Book number within Sahih al-Bukhari. Omit for a saying from any book |
curl \ "https://micro.mu/api/v1/prayer/saying"
GET /api/v1/prayer/searchSearch the Quran, the hadith and the names of Allah by meaning — ask a question in plain language rather than naming a reference
| Argument | Type | Description |
|---|---|---|
query * | string | A question in plain language, e.g. "what is said about patience" |
curl \ "https://micro.mu/api/v1/prayer/search?query=query"
GET /api/v1/prayer/timesGet today's Islamic prayer times (salah) for a location, and which prayer is next
| Argument | Type | Description |
|---|---|---|
lat * | number | Latitude of the location |
lon * | number | Longitude of the location |
tz | string | IANA timezone of the location, e.g. Europe/London (defaults to UTC) |
method | string | Calculation convention: isna, mwl, egypt, karachi, gulf, diyanet, muis or jakim (defaults to isna) |
curl \ "https://micro.mu/api/v1/prayer/times?lat=1.5&lon=1.5"
GET /api/v1/prayer/verseLook up a chapter of the Quran, or one verse within it, by number. Use prayer_search to ask a question instead of naming a reference
| Argument | Type | Description |
|---|---|---|
chapter * | number | Chapter (surah) number, 1-114 |
verse | number | Verse number within the chapter. Omit for the whole chapter |
curl \ "https://micro.mu/api/v1/prayer/verse?chapter=1.5"
The same methods are tools over MCP, and every service on this instance is in one reference.
