← Underholdning

Musikksøk

GET /music/search

Søk etter sanger og artister i Deezer-musikkatalogen. Filtrer etter type (spor eller artister) for å snevre inn resultatene. Returnerer sportitler, artistnavn, albuminfo, forhåndsvisnings-URL-er og omslagskunst-lenker. Nyttig for musikkoppdagelsesapper, spillelistebyggere, artistoppslagsverktøy og enhver funksjon som trenger å søke i en stor musikkdatabase.

Parametere

q påkrevd

Query

type valgfri

tracks or artists

Eksempelforespørsler

Grunnleggende bruk
curl "https://nordapi.ee/api/v1/music/search?q=Beatles"
Search for Beatles songs
curl "https://nordapi.ee/api/v1/music/search?q=Beatles"
Search for artists named Adele
curl "https://nordapi.ee/api/v1/music/search?q=Adele&type=artists"
Search for tracks by keyword
curl "https://nordapi.ee/api/v1/music/search?q=bohemian+rhapsody&type=tracks"

Livesvar

{
  "count": 20,
  "data": [
    {
      "album": "Let It Be (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/fcf05300b7c17ec77a6d01028a4bef61/250x250-000000-80-0-0.jpg",
      "duration_seconds": 243,
      "explicit": false,
      "id": 116348656,
      "link": "https://www.deezer.com/track/116348656",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/a/f/5/0/af5b351b100513b1c167e5ed96b7ece3.mp3?hdnea=exp=1786520757~acl=/api/1/1/a/f/5/0/af5b351b100513b1c167e5ed96b7ece3.mp3*~data=user_id=0,application_id=42~hmac=4c3ae232246557087700d275c4464880ddfb0c9c04d754d9971ce1addbbe4f90",
      "title": "Let It Be (Remastered 2009)"
    },
    {
      "album": "Abbey Road (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/aa94ab293730bb7845d2aa8c672b2c29/250x250-000000-80-0-0.jpg",
      "duration_seconds": 184,
      "explicit": false,
      "id": 116348464,
      "link": "https://www.deezer.com/track/116348464",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/d/7/0/0/d702cdd1d89e261b22fc740f854c1a0f.mp3?hdnea=exp=1786520757~acl=/api/1/1/d/7/0/0/d702cdd1d89e261b22fc740f854c1a0f.mp3*~data=user_id=0,application_id=42~hmac=1c231b7dc0217109bf5a9b06517f4f83cd2e8571e99b1bd3c1bd4082cfb15fb8",
      "title": "Here Comes The Sun (Remastered 2009)"
    },
    {
      "album": "Abbey Road (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/aa94ab293730bb7845d2aa8c672b2c29/250x250-000000-80-0-0.jpg",
      "duration_seconds": 258,
      "explicit": false,
      "id": 116348452,
      "link": "https://www.deezer.com/track/116348452",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/b/2/2/0/b2215e49d659c178394641df9945e645.mp3?hdnea=exp=1786520757~acl=/api/1/1/b/2/2/0/b2215e49d659c178394641df9945e645.mp3*~data=user_id=0,application_id=42~hmac=24611bc64ab87016e395da69007faa1b14badbf6d22bdb83bc26c76575c320d6",
      "title": "Come Together (Remastered 2009)"
    },
    {
      "album": "1 (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/c65b3bd84e81056e060be144381c06c8/250x250-000000-80-0-0.jpg",
      "duration_seconds": 429,
      "explicit": false,
      "id": 116348632,
      "link": "https://www.deezer.com/track/116348632",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/b/e/3/0/be3c33e5b05a25dc63b8951748615d74.mp3?hdnea=exp=1786520757~acl=/api/1/1/b/e/3/0/be3c33e5b05a25dc63b8951748615d74.mp3*~data=user_id=0,application_id=42~hmac=ec4af370b531824d403e8366864a86ed22285a22f38261d3a1a8a356aeacfd08",
      "title": "Hey Jude (Remastered 2015)"
    },
    {
      "album": "Please Please Me (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/03a4debd84fd2769cf1beb7c2e7c40a4/250x250-000000-80-0-0.jpg",
      "duration_seconds": 153,
      "explicit": false,
      "id": 116348340,
      "link": "https://www.deezer.com/track/116348340",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/9/f/a/0/9fa89f97b7ec94f95b7b85db845740dd.mp3?hdnea=exp=1786520757~acl=/api/1/1/9/f/a/0/9fa89f97b7ec94f95b7b85db845740dd.mp3*~data=user_id=0,application_id=42~hmac=4a9d7b59c0659737bfe1416b243978b56c148230b717938adc9e148d1c6e2d31",
      "title": "Twist And Shout (Remastered 2009)"
    },
    {
      "album": "The Beatles (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/f8b236243adae6bc187d27157bc61ae9/250x250-000000-80-0-0.jpg",
      "duration_seconds": 285,
      "explicit": false,
      "id": 116348204,
      "link": "https://www.deezer.com/track/116348204",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/f/0/d/0/f0df8658b7fd13035d3ea7708992682c.mp3?hdnea=exp=1786520757~acl=/api/1/1/f/0/d/0/f0df8658b7fd13035d3ea7708992682c.mp3*~data=user_id=0,application_id=42~hmac=0975db0d366e2298dfa8a6b414c81b129dd7dfe448bd0799666db1596d8d34b8",
      "title": "While My Guitar Gently Weeps (Remastered 2009)"
    },
    {
      "album": "Bleached",
      "artist": "Revés",
      "cover": "https://cdn-images.dzcdn.net/images/cover/50e6f17276e496da0bbe4f1e26af11ff/250x250-000000-80-0-0.jpg",
      "duration_seconds": 145,
      "explicit": false,
      "id": 3886522131,
      "link": "https://www.deezer.com/track/3886522131",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/7/f/9/0/7f9ef35c2d8f2cc770843c645f404b85.mp3?hdnea=exp=1786520757~acl=/api/1/1/7/f/9/0/7f9ef35c2d8f2cc770843c645f404b85.mp3*~data=user_id=0,application_id=42~hmac=517c678d8c264bf7a7cfe1a628f1926e153ea6abe9ba4865b2c20df62056d638",
      "title": "Beatles"
    },
    {
      "album": "Now And Then",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/120998ec2b30b9e11c15092b16ff242a/250x250-000000-80-0-0.jpg",
      "duration_seconds": 248,
      "explicit": false,
      "id": 2522288451,
      "link": "https://www.deezer.com/track/2522288451",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/6/2/0/0/6207b99b694bc3292004325f215fa44c.mp3?hdnea=exp=1786520757~acl=/api/1/1/6/2/0/0/6207b99b694bc3292004325f215fa44c.mp3*~data=user_id=0,application_id=42~hmac=8adb3736adc2f702a3d0692510696c41bc68565efe4462bb5fc0950bd4daf0af",
      "title": "Now And Then"
    },
    {
      "album": "Karl Elsener",
      "artist": "Mola",
      "cover": "https://cdn-images.dzcdn.net/images/cover/02597c016e5c669f1a3a9cd7d6fa4a42/250x250-000000-80-0-0.jpg",
      "duration_seconds": 150,
      "explicit": true,
      "id": 3567641811,
      "link": "https://www.deezer.com/track/3567641811",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/c/4/c/0/c4c40410c02b9654e2b820e8826344b3.mp3?hdnea=exp=1786520757~acl=/api/1/1/c/4/c/0/c4c40410c02b9654e2b820e8826344b3.mp3*~data=user_id=0,application_id=42~hmac=62797f8d501cc1cf170b4e316532e569134a52a24689f9f67367dd7930304a09",
      "title": "Beatles"
    },
    {
      "album": "Abbey Road (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/aa94ab293730bb7845d2aa8c672b2c29/250x250-000000-80-0-0.jpg",
      "duration_seconds": 181,
      "explicit": false,
      "id": 116348454,
      "link": "https://www.deezer.com/track/116348454",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/8/f/d/0/8fdd63845967dc8758b23b224842824f.mp3?hdnea=exp=1786520757~acl=/api/1/1/8/f/d/0/8fdd63845967dc8758b23b224842824f.mp3*~data=user_id=0,application_id=42~hmac=5d4da833b407e949b205c30550dbeb293f42fadea84f6ab662e13fdc68ce2ef1",
      "title": "Something (Remastered 2009)"
    },
    {
      "album": "A Hard Day's Night (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/7d1c6019481f5b2b2a6e5de1ee57425c/250x250-000000-80-0-0.jpg",
      "duration_seconds": 149,
      "explicit": false,
      "id": 116348434,
      "link": "https://www.deezer.com/track/116348434",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/9/1/7/0/9170938bc90d380cca0ac289585468be.mp3?hdnea=exp=1786520757~acl=/api/1/1/9/1/7/0/9170938bc90d380cca0ac289585468be.mp3*~data=user_id=0,application_id=42~hmac=60c62f1a99330cca9a6b6d53cdb6d3e6c69bd22a73bd51a2e8498e690b20b34a",
      "title": "And I Love Her (Remastered 2009)"
    },
    {
      "album": "The Beatles (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/f8b236243adae6bc187d27157bc61ae9/250x250-000000-80-0-0.jpg",
      "duration_seconds": 138,
      "explicit": false,
      "id": 116348212,
      "link": "https://www.deezer.com/track/116348212",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/2/2/c/0/22cd980df84d49bf5cbfb32992e47b7e.mp3?hdnea=exp=1786520757~acl=/api/1/1/2/2/c/0/22cd980df84d49bf5cbfb32992e47b7e.mp3*~data=user_id=0,application_id=42~hmac=90220db10cc6589efc4474de1f990cc62561c8bd9d3cae8b708770aa6c3f1419",
      "title": "Blackbird (Remastered 2009)"
    },
    {
      "album": "1 (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/c65b3bd84e81056e060be144381c06c8/250x250-000000-80-0-0.jpg",
      "duration_seconds": 137,
      "explicit": false,
      "id": 116348610,
      "link": "https://www.deezer.com/track/116348610",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/a/e/b/0/aebf14b1355a5d295b677433ac27229e.mp3?hdnea=exp=1786520757~acl=/api/1/1/a/e/b/0/aebf14b1355a5d295b677433ac27229e.mp3*~data=user_id=0,application_id=42~hmac=5c40754a809d8f950da7281b7ab620bd860d5cfbe4b2e32a0a551594a3172009",
      "title": "Help! (Remastered 2015)"
    },
    {
      "album": "1 (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/c65b3bd84e81056e060be144381c06c8/250x250-000000-80-0-0.jpg",
      "duration_seconds": 123,
      "explicit": false,
      "id": 116348612,
      "link": "https://www.deezer.com/track/116348612",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/b/9/2/0/b92a1a6becd36ae9f8721999d3d916a6.mp3?hdnea=exp=1786520757~acl=/api/1/1/b/9/2/0/b92a1a6becd36ae9f8721999d3d916a6.mp3*~data=user_id=0,application_id=42~hmac=0813864718b2475499396cb32feafed4ae83a6c1e898c2f1434faf2f994417b2",
      "title": "Yesterday (Remastered 2015)"
    },
    {
      "album": "1 (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/c65b3bd84e81056e060be144381c06c8/250x250-000000-80-0-0.jpg",
      "duration_seconds": 167,
      "explicit": false,
      "id": 116348614,
      "link": "https://www.deezer.com/track/116348614",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/1/1/9/0/1190024ccfe9e24bb7b9d493ecb87a13.mp3?hdnea=exp=1786520757~acl=/api/1/1/1/1/9/0/1190024ccfe9e24bb7b9d493ecb87a13.mp3*~data=user_id=0,application_id=42~hmac=2ee8f099ee95350062a98c3e248863c775220618e9df7bc4ba34d34089210c7f",
      "title": "Day Tripper (Remastered 2015)"
    },
    {
      "album": "Rubber Soul (Remastered 2009)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/da80520440d5d29876b9df3e375793b5/250x250-000000-80-0-0.jpg",
      "duration_seconds": 145,
      "explicit": false,
      "id": 116348272,
      "link": "https://www.deezer.com/track/116348272",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/1/1/d/0/11d42f1cc2e2934417a8fe0f5a683305.mp3?hdnea=exp=1786520757~acl=/api/1/1/1/1/d/0/11d42f1cc2e2934417a8fe0f5a683305.mp3*~data=user_id=0,application_id=42~hmac=251a126d6d7a93f20212c65433ea169cd7a4f364fe895c75caf7dcc59df6790a",
      "title": "In My Life (Remastered 2009)"
    },
    {
      "album": "Rubber Soul (Remastered 2009)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/da80520440d5d29876b9df3e375793b5/250x250-000000-80-0-0.jpg",
      "duration_seconds": 161,
      "explicit": false,
      "id": 116348264,
      "link": "https://www.deezer.com/track/116348264",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/8/2/a/0/82aed4ff815e92629fbd193688e8de2b.mp3?hdnea=exp=1786520757~acl=/api/1/1/8/2/a/0/82aed4ff815e92629fbd193688e8de2b.mp3*~data=user_id=0,application_id=42~hmac=b08f32f813373fced4d1497599dc8f3fb0daaf5b0bb66c9d9dfe01922a568c1a",
      "title": "Michelle (Remastered 2009)"
    },
    {
      "album": "Michelle (Take 1)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/e6b1f1fe4b354609ba357015a52c9921/250x250-000000-80-0-0.jpg",
      "duration_seconds": 196,
      "explicit": false,
      "id": 4178471742,
      "link": "https://www.deezer.com/track/4178471742",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/b/1/1/0/b1147c38b162821a02b1ec27e43f5f73.mp3?hdnea=exp=1786520757~acl=/api/1/1/b/1/1/0/b1147c38b162821a02b1ec27e43f5f73.mp3*~data=user_id=0,application_id=42~hmac=9a74a4fc32910ae4852d10b6f775983b45b63f4c1e63c49bfd06c646f0a702cf",
      "title": "Michelle (Take 1)"
    },
    {
      "album": "Yellow Submarine (Remastered)",
      "artist": "The Beatles",
      "cover": "https://cdn-images.dzcdn.net/images/cover/c105ffd0f6855c565cd3a0be47a1ee31/250x250-000000-80-0-0.jpg",
      "duration_seconds": 158,
      "explicit": false,
      "id": 116348724,
      "link": "https://www.deezer.com/track/116348724",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/5/a/2/0/5a279882b0d400936b2b897a5b86b441.mp3?hdnea=exp=1786520757~acl=/api/1/1/5/a/2/0/5a279882b0d400936b2b897a5b86b441.mp3*~data=user_id=0,application_id=42~hmac=5838a768f79f44e176faa87ff12d20b4f8114a4491d0cf0a2b155d3cd27724b9",
      "title": "Yellow Submarine (Remastered 2009)"
    },
    {
      "album": "Stars On 45 - The Very Best Of ...",
      "artist": "Stars On 45",
      "cover": "https://cdn-images.dzcdn.net/images/cover/6f69fb81b81ab67c98980205beb8b815/250x250-000000-80-0-0.jpg",
      "duration_seconds": 405,
      "explicit": false,
      "id": 60703718,
      "link": "https://www.deezer.com/track/60703718",
      "preview_url": "https://cdnt-preview.dzcdn.net/api/1/1/4/e/e/0/4ee7fb18b8863abc90b3fd9cf7a56d2b.mp3?hdnea=exp=1786520757~acl=/api/1/1/4/e/e/0/4ee7fb18b8863abc90b3fd9cf7a56d2b.mp3*~data=user_id=0,application_id=42~hmac=598d7a04f36c4362396c2ab66ae9bcc6db73319f3bf7d0f6b04e116d9af0163d",
      "title": "Beatles (George Harrison) (Original Album Track)"
    }
  ],
  "success": true,
  "type": "tracks"
}