Wikipedia article summary — plain-text and HTML extract, short description, thum
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
636 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://wiki.use.x402atlas.com/summary
| Category | Image and media |
|---|---|
| Provider host | wiki.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 11 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 636 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"redirect": "true",
"title": "Albert Einstein"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"redirect": {
"default": "true",
"description": "Set to false to disable redirect following (default follows, e.g. Einstein -> Albert Einstein). Any other value is treated as follow.",
"type": "string"
},
"title": {
"description": "Wikipedia article title (e.g. Albert Einstein). Spaces or underscores both work; internal spaces are normalized to underscores.",
"maxLength": 300,
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"attribution": {
"description": "CC-BY-SA attribution block; must be carried when reusing the extract.",
"properties": {
"license": {
"type": "string"
},
"license_url": {
"type": "string"
},
"source_url": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"text",
"license",
"license_url",
"source_url"
],
"type": "object"
},
"content_url": {
"description": "Canonical desktop URL of the article.",
"type": "string"
},
"coordinates": {
"description": "Latitude/longitude, present only for geolocated topics.",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
}
},
"type": "object"
},
"description": {
"description": "Short one-line description of the topic.",
"type": "string"
},
"dir": {
"description": "Text direction: ltr or rtl.",
"type": "string"
},
"extract": {
"description": "Plain-text summary extract.",
"type": "string"
},
"extract_html": {
"description": "HTML-formatted summary extract.",
"type": "string"
},
"lang": {
"description": "Wikipedia language code (e.g. en).",
"type": "string"
},
"original_image": {
"description": "Full-resolution image, present when the article has one.",
"properties": {
"height": {
"type": "integer"
},
"source": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"type": "object"
},
"queried_at": {
"description": "UTC timestamp of the request.",
"format": "date-time",
"type": "string"
},
"thumbnail": {
"description": "Thumbnail image, present when the article has one.",
"properties": {
"height": {
"type": "integer"
},
"source": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"type": "object"
},
"title": {
"description": "Resolved article title (post-redirect unless redirect=false).",
"type": "string"
},
"type": {
"description": "Wikipedia page type: standard, disambiguation, no-extract, or mainpage.",
"type": "string"
},
"wikibase_item": {
"description": "Wikidata QID for the topic (e.g. Q937).",
"type": "string"
}
},
"required": [
"queried_at",
"type",
"title",
"extract",
"attribution"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}