Fetch a Wikipedia article summary in any of 30 supported languages
Fetch a Wikipedia article summary in any of 30 supported languages. Returns title, displayTitle, lang, pageId, description, extract (plain text), extractHtml, lead image, canonical URLs, last-modified timestamp, word count, license, and an attribution string. Backed by https://<lang>.wikipedia.org/api/rest_v1/page/summary. Content is CC BY-SA 4.0 with attribution provided.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
255 msmedian answer time
$0.0025listed price per call
$0.0025price 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://2s.io/api/wikipedia/summary
| Category | Image and media |
|---|---|
| Provider host | 2s.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 17 from 5 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.0025 | 255 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"lang": "en",
"title": "example"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"lang": {
"default": "en",
"enum": [
"en",
"es",
"fr",
"de",
"it",
"pt",
"ru",
"ja",
"zh",
"ko",
"ar",
"nl",
"pl",
"tr",
"sv",
"cs",
"fi",
"da",
"no",
"el",
"he",
"hi",
"th",
"vi",
"uk",
"id",
"ms",
"ro",
"hu",
"simple"
],
"type": "string"
},
"title": {
"maxLength": 300,
"minLength": 1,
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}