# Deezer Playlist Metadata & Tracklist

> Deezer Playlist Metadata & Tracklist 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 full metadata and tracklist for a Deezer playlist given its playlist ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-playlist
- 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-playlist-metadata-tracklist-cbb030ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bQfBsL8U1UGnC-C5YDhIt

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-playlist-metadata-tracklist-cbb030ef -d '<json body>'
```

Example prompt: Can you pull up the full tracklist and metadata for Deezer playlist ID 1362528775?

## When to prefer this

Use this endpoint when you have a Deezer playlist ID and need structured metadata and a full tracklist. Prefer this over a Deezer album endpoint when working with user-curated or editorial playlists rather than studio albums. Ideal for music discovery agents, playlist analysis, or syncing playlist data into another system.

## Known failure modes

- Invalid or non-existent playlist ID returns an error or empty result
- Private or deleted playlists may not be accessible
- Missing or malformed ?id= query parameter results in a bad request
- Deezer API upstream downtime may cause failures

## How this service works

Playlist metadata and tracklist by playlist id (param id). Query: ?id= Returns JSON.

## Output

A JSON object containing the playlist's metadata (title, description, creator, duration, creation date, number of tracks) and a complete tracklist with track-level details such as track titles, artists, albums, durations, and positions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deezer-playlist-metadata-tracklist-cbb030ef/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)
