# FanPulse Artist Discography Deep-Dive

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

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

## Facts

- Endpoint: GET https://fanpulse.theaslangroupllc.com/api/fan/discography
- 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-artist-discography-deep-dive-bba1aecf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_op1Xj3ngWVS2YqsYDqhds

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-bba1aecf
```

Example prompt: Give me a full artist deep-dive on Radiohead — I want their discography broken down by era, their sonic evolution, essential albums for a new fan, some underrated deep cuts, and what their cultural legacy looks like.

## When to prefer this

Use this endpoint when a user wants a comprehensive, structured breakdown of a music artist's entire catalog and legacy — especially when they need era-based organization, evolution narratives, deep cut recommendations, or cultural context. Prefer this over a generic music search when depth and fan-oriented curation matter, not just track listings.

## Known failure modes

- Artist not recognized or too obscure — may return empty or partial results
- Ambiguous artist name with multiple artists sharing the same name — may return wrong artist
- Rate limit or payment failure via x402 — returns 402 or 429 status
- Service unavailable — returns 503

## 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 containing the artist's discography organized by eras, a narrative of their sonic or stylistic evolution over time, curated essential listening recommendations, notable deep cuts for dedicated fans, and an assessment of the artist's broader cultural and musical legacy.

## 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-bba1aecf/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)
