Naar de inhoud
GET /v1/playlist

Playlist and tracks by id

Probeer het live

10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.

Aangepaste headers (optioneel)
api.oanor.com/deezer-api

Het werkt. Haal een API-key op en gebruik hem in je project.

Verkrijg een API-sleutel

Codefragmenten

curl "https://api.oanor.com/deezer-api/v1/playlist" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/deezer-api/v1/playlist", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/deezer-api/v1/playlist");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/deezer-api/v1/playlist",
    headers={"x-oanor-key": "oanor_test_..."}
)

Voorbeeldrespons

Een echte respons van dit endpoint, vastgelegd bij de laatste health check.

{
    "data": {
        "tracks": [
            {
                "id": 116348632,
                "link": "https://www.deezer.com/track/116348632",
                "rank": 839332,
                "album": {
                    "id": 12047956,
                    "cover": "https://cdn-images.dzcdn.net/images/cover/c65b3bd84e81056e060be144381c06c8/1000x1000-000000-80-0-0.jpg",
                    "title": "1 (Remastered)"
                },
                "title": "Hey Jude (Remastered 2015)",
                "artist": {
                    "id": 1,
                    "link": "https://www.deezer.com/artist/1",
                    "name": "The Beatles"
                },
                "preview": "https://cdnt-preview.dzcdn.net/api/1/1/b/e/3/0/be3c33e5b05a25dc63b8951748615d74.mp3?hdnea=exp=1780851828~acl=/api/1/1/b/e/3/0/be3c33e5b05a25dc63b8951748615d74.mp3*~data=user_id=0,application_id=42~hmac=fc319762692b865197433db25de5baca7697e5cd63b92a404b1b2925cd1a4689",
                "explicit": false,
                "duration_s": 429,
                "title_short": "Hey Jude"
            },
            {
                "id": 92551068,
                "link": "https://www.deezer.com/track/92551068",
                "rank": 528418,
                "album": {
                    "id": 9392704,
                    "cover": "https://cdn-images.dzcdn.net/images/cover/9e92eafc4763ff46daa2e17b6df33717/1000x1000-000000-80-0-0.jpg",
                    "title": "Georgia on My Mind (Remastered)"
                },
                "title": "What a Wonderful World (Remastered)",
                "artist": {
                    "id": 2337,
                    "link": "https://www.deezer.com/artist/2337",
                    "name": "Louis Armstrong"
                },
                "preview": "https://cdnt-preview.dzcdn.net/api/1/1/d/2/e/0/d2e998a675dd794d58546297eef1951e.mp3?hdnea=exp=1780851828~acl=/api/1/1/d/2/e/0/d2e998a675dd794d58546297eef1951e.mp3*~data=user_id=0,application_id=42~hmac=0e44ed4b28163c657b932f81d4ed5ea2851813311c0b67b048bf805ca9282d6f",
                "explicit": false,
                "duration_s": 140,
                "title_short": "What a Wonderful World"
            },
            {
                "id": 366450991,
                "link": "https://www.deezer.com/track/366450991",
                "rank": 776737,
                "album": {
                    "id": 42219371,
                    "cover": "https://cdn-images.dzcdn.net/images/cover/ab19dfe1340d810a1146a16f5230b3c6/1000x1000-000000-80-0-0.jpg",
                    "title": "Nights In White Satin"
                },
                "title": "Nights In White Satin",
                "artist": {
                    "id": 4212,
                    "link": "https://www.deezer.com/artist/4212",
                    "name": "The Moody Blues"
                },
                "preview": "https://cdnt-preview.dzcdn.net/api/1/1/3/8/3/0/3838f7c599f4bf115dd60f91208799d9.mp3?hdnea=exp=178
…