# Deezer Radio Stations Catalog

> Deezer Radio Stations Catalog 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 full catalog of Deezer radio stations as a JSON list with no required parameters.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-radio
- 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-radio-stations-catalog-71b5c7ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ulzrr9r733_IO-qH3mQwC

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-radio-stations-catalog-71b5c7ef -d '<json body>'
```

Example prompt: Can you pull up the full list of radio stations available on Deezer so I can see what's in their catalog?

## When to prefer this

Use this endpoint when you need a complete, up-to-date listing of all Deezer radio stations without any filtering — ideal for populating UI dropdowns, building music discovery features, or checking what radio options are available on Deezer. Prefer this over genre or artist endpoints when you specifically want radio stations rather than tracks, albums, or genres.

## Known failure modes

- Upstream Deezer API unavailable — returns error or empty response
- Payment not processed (x402) — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 or similar error
- Malformed JSON response if upstream data changes structure

## How this service works

Deezer radio stations catalog (no params). Returns JSON.

## Output

A JSON array of Deezer radio stations including station identifiers, names, and associated metadata for the complete catalog offered by Deezer.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deezer-radio-stations-catalog-71b5c7ef/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)
