# Deezer Top Charts

> Deezer Top Charts 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 current top-ranked tracks (title, artist, album, rank, preview) from Deezer's global charts with no parameters required.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-chart
- 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-top-charts-be220e67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4AYp3J_zzFfciagIpM0SD

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-top-charts-be220e67 -d '<json body>'
```

Example prompt: What are the top songs on Deezer's charts right now? I want the track titles, artists, albums, and their rankings.

## When to prefer this

Use this endpoint when you need real-time global music chart data from Deezer without any authentication or query parameters — ideal for quickly surfacing trending tracks, populating a music discovery feature, or checking what songs are currently popular worldwide.

## Known failure modes

- Deezer upstream API unavailable — returns error or empty response
- Payment not processed — 402 response requiring x402 payment
- Stale chart data if Deezer hasn't updated charts recently
- Rate limiting if called too frequently

## How this service works

Current top tracks (title, artist, album, rank, preview) from the keyless Deezer charts endpoint. No parameters. Returns JSON.

## Output

A JSON array of current chart entries, each containing the track title, artist name, album name, chart rank position, and a preview URL for the song.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deezer-top-charts-be220e67/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)
