# FanPulse Lore Q&A

> FanPulse Lore Q&A is a paid API for AI agents from fanpulse-tau.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Answers deep canon lore questions about popular fiction universes including Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, and Dune

## Facts

- Endpoint: GET https://fanpulse-tau.vercel.app/api/fan/lore
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-lore-q-a-848864ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_56v5USL_nJ3ip_Tu1BmHU

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 fanpulse-lore-q-a-848864ef
```

Example prompt: Can you look up the deep canon lore on who the Sith'ari is in Star Wars — I want the full official canon explanation, not just a summary.

## When to prefer this

Use this endpoint when a user wants detailed, canonical lore answers about major fiction franchises (Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, Dune) rather than general web search or Wikipedia-style summaries. Best suited for deep, specific canon questions rather than plot recaps or opinion-based queries.

## Known failure modes

- Question outside supported universes returns no results or error
- Ambiguous query may return generic or partial lore
- Non-canon or Legends-only content may not be included
- Payment failure (x402) results in 402 response before lore is returned
- Rate limiting or service unavailability returns 5xx error

## How this service works

Deep canon lore Q&A for fan and entertainment agents. Answers canon questions for Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, Dune, and more.

## Output

A detailed lore answer drawn from canon sources within the specified fictional universe, covering character histories, world-building facts, events, rules of magic/technology, and other deep canon details relevant to the query.

## Example request

```json
{
 "lang": "en",
 "query": "Who is the Sith'ari in Star Wars canon?",
 "franchise": "Star Wars"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query",
  "franchise"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "query"
  },
  "franchise": {
   "type": "string",
   "description": "franchise"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-lore-q-a-848864ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse-tau.vercel.app](https://www.zero.xyz/host/fanpulse-tau.vercel.app/llms.txt)
