# Suverse Islamic Prayer Times

> Suverse Islamic Prayer Times is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Returns daily Islamic prayer times (Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha, Imsak, Midnight) for any city or address using a configurable calculation method, via a keyless Aladhan proxy.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-rel-prayer-times
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-islamic-prayer-times-5d3c6261
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DQ5nl6ML3Weia7rpVJWhH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability suverse-islamic-prayer-times-5d3c6261 -d '<json body>'
```

Example prompt: What are the Islamic prayer times for Karachi today using the University of Islamic Sciences, Karachi calculation method?

## When to prefer this

Choose this endpoint when you need keyless access to Islamic prayer times for any global city or address with support for multiple calculation methods. It is ideal for building prayer reminder apps, Muslim lifestyle assistants, or Ramadan scheduling tools without managing an Aladhan API key directly. Prefer this over a direct Aladhan integration when you want a pre-proxied, agent-friendly micro-payment endpoint.

## Known failure modes

- Invalid or unrecognized city/address returns an error or empty result
- Unsupported calculation method identifier causes a bad request response
- Network timeout if the upstream Aladhan API is unavailable
- Malformed POST body (missing required fields) returns a validation error
- Payment failure via x402 protocol blocks the request before processing

## How this service works

Daily Islamic prayer times (Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha, Imsak, Midnight) for any city or address with a configurable calculation method. Keyless Aladhan. For agents building prayer reminders or schedules.

## Output

A structured response containing daily Islamic prayer times for the requested city or address, including Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha, Imsak, and Midnight times, along with the calculation method used and date metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-islamic-prayer-times-5d3c6261/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
