# Joke Search by Keyword

> Joke Search by Keyword is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Searches a jokes database by keyword and returns matching jokes with metadata

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/joke/search
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/joke-search-by-keyword-a7c56274
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_48Z8Y3tZFiuk_PvrcXff3

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 joke-search-by-keyword-a7c56274
```

Example prompt: Can you find some jokes about programming? Keep it safe-for-work, so use safe mode.

## When to prefer this

Choose this endpoint when you need to find jokes on a specific topic or keyword, especially when you want safe-mode filtering for family-friendly content. It is ideal for entertainment bots, icebreaker generators, or any agent feature that needs topic-specific humor retrieval rather than random jokes.

## Known failure modes

- Missing required 'q' query parameter returns an error
- No jokes found for obscure or unusual keywords returns empty results
- Network timeout from the Cloudflare Worker if upstream joke source is unavailable
- Invalid safe mode value may be ignored or cause unexpected filtering behavior

## 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 data object containing matching jokes found for the keyword, along with metadata including whether the result was cached, the source of the jokes, a confidence score, and a last-updated timestamp, plus a success boolean indicating if the request succeeded.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/joke-search-by-keyword-a7c56274/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)
