# Deezer Album Metadata & Tracklist Lookup

> Deezer Album Metadata & Tracklist Lookup 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 album metadata and tracklist for a given Deezer album ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-album
- 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-album-metadata-tracklist-lookup-2c39bd9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0YuH7Zo3vCdL7Ys8kozDM

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-album-metadata-tracklist-lookup-2c39bd9b -d '<json body>'
```

Example prompt: Can you pull up the full tracklist and album details for Deezer album ID 302127?

## When to prefer this

Use this endpoint when you have a specific Deezer album ID and need structured album metadata and tracklist data. Prefer this over search-based endpoints when the album ID is already known. Good for enriching music databases, building playlist tools, or displaying album info in apps.

## Known failure modes

- Invalid or missing album ID returns an error or empty result
- Non-existent Deezer album ID returns 404 or null data
- Malformed query parameter causes request failure
- Deezer upstream unavailability causes timeout or error response

## How this service works

Album metadata and tracklist by album id (param id). Query: ?id= Returns JSON.

## Output

A JSON object containing album metadata (title, artist, release date, genre, cover art, label) and a full tracklist with track names, durations, and IDs as sourced from Deezer.

## More

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