# Sna4an Domain Checker API

> Sna4an Domain Checker API is a paid API for AI agents from sna4an-misc.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Checks the availability or status of a domain name via a RapidAPI-backed sub-endpoint

## Facts

- Endpoint: POST https://sna4an-misc.vercel.app/api/domain-checker
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-domain-checker-api-cb4b6244
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XAirHDhjhukxTFU1davT-

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 sna4an-domain-checker-api-cb4b6244 -d '<json body>'
```

Example prompt: Can you check if 'coolstartup.io' is available to register?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call domain availability or status check without managing a full registrar API subscription. Best for one-off lookups in automated workflows where $0.1 USDC per call is acceptable.

## Known failure modes

- Invalid or missing domain name returns an error
- Unsupported RapidAPI sub-endpoint path returns 404 or error body
- Payment not provided or insufficient causes 402 response
- RapidAPI upstream timeout causes delayed or empty response
- Malformed params object may cause unexpected API behavior

## How this service works

News, AI, SEO, e-commerce, and utility APIs

## Output

Returns an object with domain availability status, registration details, or WHOIS-style information about the queried domain, routed through a RapidAPI sub-endpoint.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-domain-checker-api-cb4b6244/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-misc.vercel.app](https://www.zero.xyz/host/sna4an-misc.vercel.app/llms.txt)
