# Deezer Genre List

> Deezer Genre List is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the complete list of Deezer music genres as JSON, with no input parameters required.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-genre
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deezer-genre-list-216038d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qfh4HV73TvyiiIYjNpRoD

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 deezer-genre-list-216038d7 -d '<json body>'
```

Example prompt: Can you pull up the full list of music genres that Deezer uses to categorize its catalog?

## When to prefer this

Use this endpoint when you need a static reference list of Deezer's genre taxonomy — for example, to populate a genre picker, map genre IDs before querying Deezer tracks, or classify music content by Deezer's own categorization scheme. Prefer this over scraping Deezer directly or guessing genre IDs.

## Known failure modes

- Upstream Deezer API unavailable — returns error or empty response
- Payment not processed (x402 protocol failure) — endpoint returns 402 before delivering data
- Network timeout from clonecho proxy layer

## How this service works

List of Deezer music genres (no params). Returns JSON.

## Output

A JSON array of Deezer music genres, each containing genre identifiers (IDs) and genre names covering all top-level music categories available on the Deezer platform.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deezer-genre-list-216038d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
