# Suverse Wikipedia Top Pageviews

> Suverse Wikipedia Top Pageviews is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns up to 1000 top-viewed English Wikipedia articles ranked by daily view count via the Wikimedia metrics REST API

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-kb-pageviews-top
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-wikipedia-top-pageviews-8904246a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y5yVrBWPm-Q_lQlSCM7zA

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 suverse-wikipedia-top-pageviews-8904246a -d '<json body>'
```

Example prompt: What were the top 1000 most-viewed English Wikipedia articles today? I want to see what topics the world is reading about right now.

## When to prefer this

Use this endpoint when you need a no-auth, ready-to-call ranked list of the most-read Wikipedia articles for a given day, especially for trending topic detection, knowledge graph enrichment, or monitoring what subjects are capturing public attention globally. Prefer this over scraping Wikipedia directly or building your own Wikimedia API integration.

## Known failure modes

- Wikimedia API unavailable — upstream service outage returns an error
- Invalid or future date requested — no data available yet
- Rate limiting or payment failure — x402 payment not processed
- Empty response if the requested day has no data indexed yet

## How this service works

Top viewed English Wikipedia articles for a day via the Wikimedia metrics REST API, no key. Up to 1000 articles ranked by daily view count. For agents tracking trending topics and what the world is reading.

## Output

A ranked list of up to 1000 English Wikipedia article titles with their daily view counts, ordered from most to least viewed for the requested day, sourced from the Wikimedia metrics REST API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-wikipedia-top-pageviews-8904246a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
