# FanPulse Artist Discography Deep-Dive

> FanPulse Artist Discography Deep-Dive 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-15).

Returns comprehensive artist catalog analysis including eras, musical evolution, deep cuts, essential listening, and cultural legacy for any major artist.

## Facts

- Endpoint: GET https://fanpulse-tau.vercel.app/api/fan/discography
- 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-artist-discography-deep-dive-f2350274
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_owUysK69oTtZ7A5WXN4_G

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-artist-discography-deep-dive-f2350274
```

Example prompt: Give me a full deep-dive on Radiohead's discography — the distinct eras, how their sound evolved, essential albums for a new listener, their best deep cuts, and their overall cultural legacy.

## When to prefer this

Use this endpoint when a user wants a comprehensive, editorial-quality breakdown of a major music artist's career — covering eras, evolution, essential picks, and cultural significance — rather than just track listings or streaming stats. Ideal for fan agents, music recommendation agents, or any agent needing deep music knowledge rather than raw catalog data.

## Known failure modes

- Unknown or obscure artist not in catalog returns no results or error
- Ambiguous artist name (e.g. common name shared by multiple artists) may return wrong artist data
- Missing artist query parameter results in a 400 bad request
- Network timeout or Vercel cold start may cause latency spike
- Payment failure via x402 protocol returns 402 Payment Required before data is served

## How this service works

Artist catalog deep-dive for fan and music agents. Returns eras, evolution, deep cuts, essential listening, and cultural legacy for any major artist.

## Output

A structured response covering the artist's career eras, musical evolution narrative, curated essential listening guide, notable deep cut tracks, and an assessment of their cultural legacy and influence.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-artist-discography-deep-dive-f2350274/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)
