{
  "x402Version": 2,
  "id": 2984,
  "slug": "2984",
  "resource": "https://api.qist.info/api/prayer-times",
  "description": "High-precision Islamic prayer times (fajr, sunrise, dhuhr, asr, maghrib, isha) plus qibla direction for any coordinates and date. Pure astronomical computation (adhan library), 11 calculation methods including Umm al-Qura, Dubai, Egyptian, MWL. Ideal for agents building Muslim-facing schedules, reminders, or travel plans.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x21353452E547B306a6007d834C433a118638D3b3",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "date": "2026-08-03",
            "lat": 25.2048,
            "lng": 55.2708,
            "method": "dubai",
            "tz": "Asia/Dubai"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "coordinates": {
              "lat": 25.2048,
              "lng": 55.2708
            },
            "date": "2026-08-03",
            "madhab": "shafi",
            "method": "dubai",
            "qiblaDegreesFromNorth": 258.26,
            "times": {
              "asr": "15:53",
              "dhuhr": "12:29",
              "fajr": "04:22",
              "isha": "20:35",
              "maghrib": "19:05",
              "sunrise": "05:47"
            },
            "timezone": "Asia/Dubai"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "date": {
                    "description": "Gregorian date YYYY-MM-DD (default: today)",
                    "type": "string"
                  },
                  "lat": {
                    "description": "Latitude, -90 to 90",
                    "type": "number"
                  },
                  "lng": {
                    "description": "Longitude, -180 to 180",
                    "type": "number"
                  },
                  "madhab": {
                    "description": "Asr madhab: shafi (default) or hanafi",
                    "type": "string"
                  },
                  "method": {
                    "description": "Calculation method: ummalqura (default), mwl, egyptian, karachi, dubai, qatar, kuwait, singapore, northamerica, turkey, moonsighting",
                    "type": "string"
                  },
                  "tz": {
                    "description": "IANA timezone for local HH:mm output, e.g. Asia/Riyadh. Omit for ISO 8601 UTC",
                    "type": "string"
                  }
                },
                "required": [
                  "lat",
                  "lng"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.qist.info",
  "lastUpdated": "2026-09-17T03:57:51.511Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T03:57:51.323Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.qist.info",
    "manifest_name": "api.qist.info",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}