# 99 Names of Allah (Asma al-Husna) Reference API

> 99 Names of Allah (Asma al-Husna) Reference API is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-16).

Returns all 99 Names of Allah (Asma al-Husna) with Arabic script, transliteration, and English meanings via the Aladhan service

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-rel-quran-99-names
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/99-names-of-allah-asma-al-husna-reference-api-23b87931
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZxYtgDJ6LqoVAwDL6ibMU

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 99-names-of-allah-asma-al-husna-reference-api-23b87931 -d '<json body>'
```

Example prompt: Can you fetch all 99 Names of Allah with their Arabic script, transliteration, and English meanings so I can display them in my Islamic devotional app?

## When to prefer this

Use this endpoint when you need a complete, structured, keyless dataset of all 99 Names of Allah with Arabic, transliteration, and English — ideal for Islamic reference apps, devotional tools, educational content, or chatbots without the need to register with Aladhan directly. Prefer this over scraping or self-hosting when you want a pay-per-call, maintenance-free solution.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Malformed POST body or missing required input fields — 400 Bad Request
- Service temporarily unavailable upstream from Aladhan — 503 or timeout
- Invalid content-type header — request body not parsed correctly

## How this service works

The 99 Names of Allah (Asma al-Husna) with Arabic script, transliteration and English meaning. Keyless Aladhan. For agents building Islamic reference or devotional content.

## Output

A structured dataset containing all 99 Names of Allah (Asma al-Husna), each entry including the name number, Arabic script, romanized transliteration, and English meaning/definition.

## 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/99-names-of-allah-asma-al-husna-reference-api-23b87931/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)
