# Wikipedia Article Search

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

Searches Wikipedia articles by query string, returning ranked results in a specified language

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/wikipedia/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wikipedia-article-search-37f5c7a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tFp4yfrOh2mm2GRB9Gu9y

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 wikipedia-article-search-37f5c7a9
```

Example prompt: Search Wikipedia for 'quantum entanglement' and give me up to 10 results in English.

## When to prefer this

Choose this endpoint when you need quick, structured Wikipedia article search results with caching support and optional language filtering. Prefer it over raw Wikipedia API calls for its simplified interface, built-in caching (reducing latency and cost), and x402 micropayment-compatible access. Best for encyclopedia-style factual lookups, background research, or surfacing article candidates on a topic.

## Known failure modes

- Missing required 'q' parameter returns an error
- Invalid language code may return no results or default to English
- Limit parameter out of range may be ignored or clamped
- Wikipedia API rate limits or outages may cause failures
- Query returning no matches returns empty results array

## 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 structured object with Wikipedia search results (article titles, snippets, URLs), metadata including whether the response was cached, the data source, a confidence score, and a last_updated timestamp, plus a top-level success boolean.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikipedia-article-search-37f5c7a9/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)
