# Suverse Wiki Random — Wikipedia Article Summary

> Suverse Wiki Random — Wikipedia Article Summary 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-14).

Returns a random English Wikipedia article summary including title, extract, and URL for serendipitous content discovery

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-wiki-random
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-wiki-random-wikipedia-article-summary-3be983a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aNh4iF0k-288N5wQNMzL9

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 suverse-wiki-random-wikipedia-article-summary-3be983a8 -d '<json body>'
```

Example prompt: Give me a completely random Wikipedia article — I want the title, a short summary, and the link so I can explore something interesting today.

## When to prefer this

Choose this endpoint when you need zero-configuration random knowledge retrieval without a Wikipedia API key, especially for AI agents building trivia, discovery feeds, or serendipity content — it wraps the Wikipedia REST API in a pay-per-call model so no API credentials are needed.

## Known failure modes

- Wikipedia REST API upstream outage returns a 502 or timeout
- Empty or stub Wikipedia articles may return a minimal extract with little content
- Payment not processed results in 402 response blocking the call
- Malformed POST body may result in a 400 validation error

## How this service works

A random English Wikipedia article summary via the REST API, no key. Returns title, extract, and URL. For AI agents generating discovery, trivia, and serendipity content.

## Output

Returns a JSON object containing the Wikipedia article title, a plain-text extract summarizing the article, and the full Wikipedia URL for the randomly selected article.

## 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/suverse-wiki-random-wikipedia-article-summary-3be983a8/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)
