# Urban Dictionary Random Slang Word

> Urban Dictionary Random Slang Word is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns a random slang word and its definition from Urban Dictionary

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/urbandict/random
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/urban-dictionary-random-slang-word-44dab0a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BiBaihGsphHbJSCS3cEpe

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 urban-dictionary-random-slang-word-44dab0a4
```

Example prompt: Give me a random slang word from Urban Dictionary — something fun or weird I might not have heard before.

## When to prefer this

Use this endpoint when you need a random slang or informal vocabulary term for entertainment, content generation, language learning, or enriching conversation. Prefer this over a dictionary lookup when the goal is informal, colloquial, or internet-culture language rather than formal definitions.

## Known failure modes

- Urban Dictionary API unavailable — returns error or empty data object
- Cached response may be stale if last_updated is old
- Low confidence score on definition if source data is ambiguous
- Network timeout from the Workers edge if upstream is slow

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a random slang entry from Urban Dictionary including the word, its informal definition, example usage in a sentence, and metadata such as cache status, data source, confidence score, and last updated timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object"
    },
    "_meta": {
     "type": "object",
     "properties": {
      "cached": {
       "type": "boolean"
      },
      "source": {
       "type": "string"
      },
      "confidence": {
       "type": "number"
      },
      "last_updated": {
       "type": "string"
      }
     }
    },
    "success": {
     "type": "boolean"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/urban-dictionary-random-slang-word-44dab0a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
