# FanPulse Canon Lore Q&A

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

Answers deep canon lore questions about major entertainment franchises including Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, and Dune

## Facts

- Endpoint: GET https://fanpulse.theaslangroupllc.com/api/fan/lore
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-canon-lore-q-a-ae4b5e8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zXgxhbHoqV_c-0LnpWVae

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-canon-lore-q-a-ae4b5e8f
```

Example prompt: Can you look up the canon lore answer to this question: 'How does the Spice Melange affect prescience in Dune, and which Great Houses controlled its production on Arrakis?'

## When to prefer this

Use this endpoint when an agent or user needs a definitive, canon-accurate answer to a specific lore question within a major entertainment franchise (Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, Dune, etc.). Prefer this over general web search when the user wants authoritative in-universe facts rather than fan speculation or Wikipedia summaries.

## Known failure modes

- Question outside supported franchises returns no result or error
- Ambiguous question with insufficient franchise context may return generic response
- Non-canon or fan-fiction questions may be flagged as outside scope
- Payment failure (x402) blocks access to the endpoint
- Overly broad questions may return incomplete answers

## 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, canon-accurate answer to the submitted lore question, drawing from the specified franchise's official canon, including relevant in-universe facts, character details, timeline context, and source references where applicable.

## 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-canon-lore-q-a-ae4b5e8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse.theaslangroupllc.com](https://www.zero.xyz/host/fanpulse.theaslangroupllc.com/llms.txt)
