# FanPulse Easter Eggs & Hidden Secrets Finder

> FanPulse Easter Eggs & Hidden Secrets Finder is a paid API for AI agents from fanpulse-tau.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns confirmed hidden meanings, easter eggs, and secret callbacks embedded in music albums and film/TV franchises

## Facts

- Endpoint: GET https://fanpulse-tau.vercel.app/api/fan/easter-eggs
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-easter-eggs-hidden-secrets-finder-daa0f1ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QsKpAHbMvFgVOO9FT0ivn

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-easter-eggs-hidden-secrets-finder-daa0f1ea
```

Example prompt: What are all the confirmed easter eggs, hidden meanings, and secret callbacks hidden in the Marvel Cinematic Universe — especially any that connect back to the comics or earlier films that most fans haven't noticed?

## When to prefer this

Use this endpoint when a user wants to discover hidden easter eggs, secret callbacks, or confirmed hidden meanings specifically within entertainment media (music albums, films, TV shows). Prefer this over general lore or trivia endpoints when the focus is on intentionally hidden or secret content rather than general canon facts or trivia questions.

## Known failure modes

- Unknown or unsupported franchise/album returns empty or partial results
- Ambiguous title with multiple franchises may return results for wrong property
- Very niche or obscure titles may have limited easter egg data
- Payment failure (402) if USDC not provided or insufficient
- Rate limiting if too many calls are made in succession

## How this service works

Hidden meanings and confirmed secrets for fan and entertainment agents. Returns callbacks and easter eggs across music albums and film/TV franchises.

## Output

A structured response listing confirmed easter eggs, hidden meanings, and secret callbacks for the requested music album or film/TV franchise, including descriptions of each secret and its significance within the fan community or canon

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "album": {
   "type": "string",
   "description": "album"
  },
  "artist": {
   "type": "string",
   "description": "For music artists"
  },
  "franchise": {
   "type": "string",
   "description": "For film/TV franchises"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-easter-eggs-hidden-secrets-finder-daa0f1ea/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)
