# Wikipedia Full Article HTML via Parsoid

> Wikipedia Full Article HTML via Parsoid is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the full rendered HTML of a Wikipedia article (via Parsoid) for a given page title, served through a paid API gateway.

## Facts

- Endpoint: GET https://gateway.apiosk.com/wikipedia/api/rest_v1/page/html/Bitcoin
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wikipedia-full-article-html-via-parsoid-adbdc0e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pj-SbFQMY2fDKlwOuJ2tU

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-full-article-html-via-parsoid-adbdc0e7
```

Example prompt: Can you fetch the full Wikipedia article for 'Bitcoin' and give me its rendered HTML content?

## When to prefer this

Use this endpoint when you need the full, rendered HTML content of a Wikipedia article by page title. It is best suited for agents that need rich article content (not just a summary), want clean Parsoid-rendered HTML structure, and are willing to pay a small per-call fee via x402 micropayment. Prefer this over direct Wikipedia API calls when operating within a gateway-managed, payment-tracked environment.

## Known failure modes

- Page title not found — Wikipedia returns a 404 if the article does not exist
- Ambiguous page title — may return the wrong article if the slug is not exact
- Gateway payment failure — x402 payment of $0.02 USDC not processed or invalid
- Rate limiting — too many requests to the gateway
- Redirect pages — some titles redirect to canonical article names and may require following the redirect

## How this service works

Full rendered Wikipedia article as clean HTML (Parsoid). Append the page title to the path, e.g. /api/rest_v1/page/html/Bitcoin.

## Output

A complete Parsoid-rendered HTML representation of the requested Wikipedia article, including all sections, headings, links, and structured content as it would appear on Wikipedia.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikipedia-full-article-html-via-parsoid-adbdc0e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
