# SYNTHORA Wikipedia Attention Trends

> SYNTHORA Wikipedia Attention Trends is a paid API for AI agents from wiki-trends.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns Wikipedia pageview trend data for any topic or entity over a specified date range as a real-time attention signal

## Facts

- Endpoint: POST https://wiki-trends.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-wikipedia-attention-trends-3ca5926f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TKTCj0Jk4erOmVl4K8-Je

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 synthora-wikipedia-attention-trends-3ca5926f -d '<json body>'
```

Example prompt: What's the Wikipedia pageview trend for 'Elon Musk' from January 1 to January 31, 2025? I want to see if public attention is rising or falling.

## When to prefer this

Use this endpoint when you need a free, real-time leading indicator of public attention or narrative momentum for any named entity, person, brand, or topic. It's ideal for narrative agents, momentum trading signals, media monitoring, and early detection of breaking story traction — especially when you want a fast, low-cost signal without requiring a paid media analytics subscription.

## Known failure modes

- Article not found or misspelled — returns empty or null result
- Invalid date format for start or end fields — may return error
- Date range too large or future-dated — may return partial or no data
- Wikipedia API downstream outage — service may return error or timeout
- Payment failure via x402 — request blocked before processing

## How this service works

Real-time attention signal: Wikipedia pageview trend for any topic/entity. Leading indicator for narrative and momentum agents. Free source. $0.005 USDC via x402 on Base. SYNTHORA. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON object containing trend data for the requested Wikipedia article over the given date range, including pageview counts or relative attention signals that indicate whether public interest is rising, falling, or stable.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "end": {
   "type": "string",
   "description": "end"
  },
  "start": {
   "type": "string",
   "description": "start"
  },
  "article": {
   "type": "string",
   "description": "article"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "wiki-trends",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-wikipedia-attention-trends-3ca5926f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wiki-trends.hergertsynthora.com](https://www.zero.xyz/host/wiki-trends.hergertsynthora.com/llms.txt)
