# FanPulse Fan Quiz Generator

> FanPulse Fan Quiz Generator is a paid API for AI agents from fanpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Generates 10 mixed-difficulty trivia questions with explanations for any franchise or artist

## Facts

- Endpoint: GET https://fanpulse.theaslangroupllc.com/api/fan/quiz
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-fan-quiz-generator-b22c3981
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V1_c5eFMa2zKV-fMfPsM9

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-fan-quiz-generator-b22c3981
```

Example prompt: Can you generate a mixed-difficulty trivia quiz about the Marvel Cinematic Universe — 10 questions with explanations for each answer so fans can actually learn something?

## When to prefer this

Use this endpoint when you need a ready-made set of 10 trivia questions for any well-known franchise or artist, especially when you want mixed difficulty and explanations included. Prefer this over custom trivia generation when you want structured quiz output with educational context baked in, rather than just raw questions.

## Known failure modes

- Unknown or too-obscure franchise returns generic or low-quality questions
- Ambiguous franchise/artist name may return questions for the wrong property
- Rate limiting or payment failure returns 402 or 429 error
- Empty or missing query parameter returns 400 bad request
- Very niche or newly released content may lack sufficient training data for accurate questions

## How this service works

AI-generated fan trivia for fan and trivia agents. Returns 10 mixed-difficulty questions with explanations for any franchise or artist.

## Output

Returns a set of 10 trivia questions spanning mixed difficulty levels (easy, medium, hard), each with the question text, correct answer, and an explanation providing context or lore insight for the given franchise or artist.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "franchise"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "topic": {
   "type": "string",
   "description": "topic"
  },
  "franchise": {
   "type": "string",
   "description": "franchise"
  },
  "difficulty": {
   "type": "string",
   "description": "easy|medium|hard|mixed"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-fan-quiz-generator-b22c3981/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)
