GET /v1/wikiFind the best-matching Wikipedia article for a query and return its summary, description, URL and thumbnail (any language).
Price: $0.002 per call, paid in USDC on Base via x402. No API key or signup.
npx x402-fetch "https://tools.anokha.space/v1/wiki?q=x402+protocol&lang=en"
{
"title": "...",
"description": "...",
"extract": "...",
"url": "https://en.wikipedia.org/wiki/..."
}
The first request returns HTTP 402 with a PAYMENT-REQUIRED header. An x402 client signs a USDC authorization and retries with a PAYMENT-SIGNATURE header. You are charged only when the call succeeds.