Unofficial wrapper over the public Wikimedia REST API. Returns a normalized JSON summary for any Wikipedia title: plain-text and HTML extract, short description, thumbnail, Wikidata id, and CC-BY-SA attribution.
Pay from $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 718ms
- avg response
- 479ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 (p44 in Data)
- price (min)
- $0.005
- category percentile (min)
- p44 in Data
- endpoints / prices
- 1 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.001 30d · 0 buyers
- volume 30d
- $0.001
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- 2026-07-15
- top buyer share
- 50% of 30d volume
- trend 7d vs 30d
- 1.07x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides summaries of Wikipedia articles including plain-text, HTML extract, short description, thumbnail, and Wikidata id.
- category
- wikipedia-summary
- in
- query params
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /summary | $0.005 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /summary returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://wiki.use.x402atlas.com/summary'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x6A706D6Fcf192C15fB592d7502258Ed41425DD36",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://wiki.use.x402atlas.com/summary",
"mimeType": "application/json",
"description": "Wikipedia article summary — plain-text and HTML extract, short description, thumbnail and Wikidata id for any title, in a clean normalized envelope with CC-BY-SA attribution.",
"serviceName": "Wikipedia Article Summary"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"title": "Albert Einstein",
"redirect": "true"
}
},
"output": {
"type": "json",
"example": {
"lang": "en",
"type": "standard",
"title": "Albert Einstein",
"extract": "Albert Einstein was a German-born theoretical physicist who is widely held to be one of the greatest and most influential scientists of all time...",
"queried_at": "2026-07-06T12:00:00Z",
"attribution": {
"text": "\"Albert Einstein\" by Wikipedia contributors, licensed under CC BY-SA 4.0.",
"license": "CC BY-SA 4.0",
"source_url": "https://en.wikipedia.org/wiki/Albert_Einstein",
"license_url": "https://creativecommons.org/licenses/by-sa/4.0/"
},
"content_url": "https://en.wikipedia.org/wiki/Albert_Einstein",
"description": "German-born theoretical physicist (1879–1955)",
"wikibase_item": "Q937"
}
}
},
"tags": [
"wikipedia",
"summary",
"encyclopedia",
"knowledge",
"extract",
"rag",
"reference"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"maxLength": 300,
"description": "Wikipedia article title (e.g. Albert Einstein). Spaces or underscores both work; internal spaces are normalized to underscores."
},
"redirect": {
"type": "string",
"default": "true",
"description": "Set to false to disable redirect following (default follows, e.g. Einstein -> Albert Einstein). Any other value is treated as follow."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"type",
"title",
"extract",
"attribution"
],
"properties": {
"dir": {
"type": "string",
"description": "Text direction: ltr or rtl."
},
"lang": {
"type": "string",
"description": "Wikipedia language code (e.g. en)."
},
"type": {
"type": "string",
"description": "Wikipedia page type: standard, disambiguation, no-extract, or mainpage."
},
"title": {
"type": "string",
"description": "Resolved article title (post-redirect unless redirect=false)."
},
"extract": {
"type": "string",
"description": "Plain-text summary extract."
},
"thumbnail": {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"source": {
"type": "string"
}
},
"description": "Thumbnail image, present when the article has one."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp of the request."
},
"attribution": {
"type": "object",
"required": [
"text",
"license",
"license_url",
"source_url"
],
"properties": {
"text": {
"type": "string"
},
"license": {
"type": "string"
},
"source_url": {
"type": "string"
},
"license_url": {
"type": "string"
}
},
"description": "CC-BY-SA attribution block; must be carried when reusing the extract."
},
"content_url": {
"type": "string",
"description": "Canonical desktop URL of the article."
},
"coordinates": {
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
}
},
"description": "Latitude/longitude, present only for geolocated topics."
},
"description": {
"type": "string",
"description": "Short one-line description of the topic."
},
"extract_html": {
"type": "string",
"description": "HTML-formatted summary extract."
},
"wikibase_item": {
"type": "string",
"description": "Wikidata QID for the topic (e.g. Q937)."
},
"original_image": {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"source": {
"type": "string"
}
},
"description": "Full-resolution image, present when the article has one."
}
}
}
}
}
}
},
"category": "reference",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/wikipedia-article-summary-mrtoqzsc-0/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/wikipedia-article-summary-mrtoqzsc-0?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/wikipedia-article-summary-mrtoqzsc-0.svg" alt="Wikipedia Article Summary listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/wikipedia-article-summary-mrtoqzsc-0?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/wikipedia-article-summary-mrtoqzsc-0?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/wikipedia-article-summary-mrtoqzsc-0.svg?data=uptime" alt="Wikipedia Article Summary uptime on x402-list" height="28"> </a>