Track

List Tracks

GET https://api.idol.io/api/v2/tracks

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

{
  "data": [
  {
    "id": "<ID>",
    "type": "tracks",
    "links": {
      "self": "https://api.idol.io/api/v2/tracks/<ID>"
    },
    "attributes": {
      "created-at": "2024-08-30T18:55:33.000+02:00",
      "updated-at": "2024-11-18T08:07:13.000+01:00",
      "title": "Best of mix",
      "subtitle": "",
      "track-number": 1,
      "volume-number": 1,
      "isrc-code": "FR9W10501167",
      "dolby-atmos-isrc": null,
      "length": 4471,
      "production-line": null,
      "iswc-code": null,
      "clean": null,
      "parental-advisory": false,
      "preview-url": "https://streaming.idol.io/protected-audio/<ID>/<ID>/<ID>/Audio%20MP3%20192/<ID>_m4a_16_44100_2.m4a?expires=1527859125&md5=L83FM_TRpyCpx4VdiMv2qA",
      "work": "",
      "production-date": null,
      "recording-place": "Alabama",
      "is-hidden": null,
      "is-digital-exclusivity": null,
      "is-compilation": false,
      "preview-start": 30,
      "is-video": false,
      "original-id": "362587",
      "lyrics": null,
      "ttml-lyrics-url": "https://api.idol.io/attachments/eyJpZCI6IjIwMjUvMDMvMTkvZmlsZS83NWMwNjc4ZWZkNzQzNTAzMTQzNWQzNzQxMzZmMjYyMS50eHQiLCJzdG9yYWdlIjoic3RvcmUiLCJtZXRhZGF0YSI6eyJmaWxlbmFtZSI6ImRhdGEyMDI1MDMxOS0zNi00",
      "explicit-content": null,
      "audio-language": null,
      "author": [
        "Kluba Wylliam"
      ],
      "composer": [
        "Kluba Wylliam"
      ],
      "artist": [
        "Kluba Wylliam"
      ],
      "contributor": null,
      "remixer": null,
      "featuring": null,
      "publisher": null,
      "acoustic-guitar": null,
      "alto-saxophone": null,
      "alto-solo": null,
      "arranger": null,
      "background-vocals": null,
      "banjo": null,
      "baritone-saxophone": null,
      "baritone-solo": null,
      "bass-clarinet": null,
      "bass-guitar": null,
      "bass-trombone": null,
      "bassoon": null,
      "bongos": null,
      "cajon": null,
      "cello": null,
      "choir": null,
      "choir-master": null,
      "chorus": null,
      "clarinet": null,
      "classical-guitar": null,
      "clavier": null,
      "conductor": null,
      "congas": null,
      "cornet": null,
      "countertenor-solo": null,
      "dj": null,
      "djembe": null,
      "double-bass": null,
      "drums": null,
      "electric-guitar": null,
      "fiddle": null,
      "first-violin": null,
      "flugelhorn": null,
      "flute": null,
      "fretless-electric-bass-guitar": null,
      "guitar": null,
      "guitar-technician": null,
      "hammond-organ": null,
      "harmonica": null,
      "harmony-vocals": null,
      "harp": null,
      "harpsichord": null,
      "horn": null,
      "keyboards": null,
      "kora": null,
      "lead-guitar": null,
      "lead-vocals": null,
      "librettist": null,
      "lyricist": null,
      "mandolin": null,
      "mastering-engineer": null,
      "mezzo-soprano-solo": null,
      "mixing-engineer": null,
      "music-director": null,
      "oboe": null,
      "organ": null,
      "pedal-steel-guitar": null,
      "percussion": null,
      "performer": null,
      "piano": null,
      "piccolo": null,
      "producer": null,
      "production-assistant": null,
      "rhodes-piano": null,
      "rhythm-guitar": null,
      "saxophone": null,
      "second-violin": null,
      "sitar": null,
      "songwriter": null,
      "soprano-saxophone": null,
      "soprano-solo": null,
      "sound-engineer": null,
      "steel-guitar": null,
      "tabla": null,
      "tambourine": null,
      "tenor-saxophone": null,
      "tenor-solo": null,
      "timbales": null,
      "timpani": null,
      "transcriber": null,
      "trombone": null,
      "trumpet": null,
      "tuba": null,
      "ukulele": null,
      "upright-bass": null,
      "viola": null,
      "violin": null,
      "vocal-adaptation": null,
      "vocal-engineer": null,
      "vocal-ensemble": null,
      "vocal-solo": null,
      "audio16bits": true,
      "audio24bits": false
    },
    "relationships": {
      "product": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/product",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/product"
        },
        "data": {
          "type": "products",
          "id": "<ID>"
        }
      },
              "audio-language": {
                  "links": {
                      "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/audio-language",
                      "related": "https://api.idol.io/api/v2/tracks/<ID>/audio-language"
                  },
                  "data": {
                      "type": "languages",
                      "id": "<ID>"
                  }
              },
      "label": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/label",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/label"
        },
        "data": {
          "type": "labels",
          "id": "<ID>"
        }
      },
      "performers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/performers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/performers"
        }
      },
      "authors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/authors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/authors"
        }
      },
      "composers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/composers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/composers"
        }
      },
      "contributors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/contributors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/contributors"
        }
      },
      "remixers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/remixers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/remixers"
        }
      },
      "featurings": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/featurings",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/featurings"
        }
      },
      "publishers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/publishers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/publishers"
        }
      },
      "track-videos: {
          "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/track-videos",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/track-videos"
        }
      }
    }
  },
  {
    "id": "<ID>",
    "type": "tracks",
    "links": {
      "self": "https://api.idol.io/api/v2/tracks/<ID>"
    },
    "attributes": {
      "created-at": "2023-08-30T18:55:43.000+02:00",
      "updated-at": "2024-11-18T08:07:13.000+01:00",
      "title": "Sounds of Freedom",
      "subtitle": "",
      "track-number": 1,
      "volume-number": 1,
      "isrc-code": "US9W10200079",
      "dolby-atmos-isrc": null,
      "length": 1807,
      "production-line": null,
      "iswc-code": null,
      "clean": null,
      "parental-advisory": false,
      "preview-url": "https://streaming.idol.io/protected-audio/<ID>/<ID>/<ID>/Audio%20MP3%20192/<ID>_m4a_16_44100_2.m4a?expires=1527859126&md5=gNxZIrjJKCcdrOcnZHxOTw",
      "work": "",
      "production-date": null,
      "recording-place": "Alabama",
      "is-hidden": null,
      "is-digital-exclusivity": null,
      "is-compilation": false,
      "preview-start": 30,
      "is-video": false,
      "original-id": "362588",
      "lyrics": null,
      "explicit-content": null,
      "audio-language": null,
      "author": [
        "Kluba Wylliam"
      ],
      "composer": [
        "Kluba Wylliam"
      ],
      "artist": [
        "Kluba Wylliam"
      ],
      "contributor": null,
      "remixer": null,
      "featuring": null,
      "publisher": null,
      "acoustic-guitar": null,
      "alto-saxophone": null,
      "alto-solo": null,
      "arranger": null,
      "background-vocals": null,
      "banjo": null,
      "baritone-saxophone": null,
      "baritone-solo": null,
      "bass-clarinet": null,
      "bass-guitar": null,
      "bass-trombone": null,
      "bassoon": null,
      "bongos": null,
      "cajon": null,
      "cello": null,
      "choir": null,
      "choir-master": null,
      "chorus": null,
      "clarinet": null,
      "classical-guitar": null,
      "clavier": null,
      "conductor": null,
      "congas": null,
      "cornet": null,
      "countertenor-solo": null,
      "dj": null,
      "djembe": null,
      "double-bass": null,
      "drums": null,
      "electric-guitar": null,
      "fiddle": null,
      "first-violin": null,
      "flugelhorn": null,
      "flute": null,
      "fretless-electric-bass-guitar": null,
      "guitar": null,
      "guitar-technician": null,
      "hammond-organ": null,
      "harmonica": null,
      "harmony-vocals": null,
      "harp": null,
      "harpsichord": null,
      "horn": null,
      "keyboards": null,
      "kora": null,
      "lead-guitar": null,
      "lead-vocals": null,
      "librettist": null,
      "lyricist": null,
      "mandolin": null,
      "mastering-engineer": null,
      "mezzo-soprano-solo": null,
      "mixing-engineer": null,
      "music-director": null,
      "oboe": null,
      "organ": null,
      "pedal-steel-guitar": null,
      "percussion": null,
      "performer": null,
      "piano": null,
      "piccolo": null,
      "producer": null,
      "production-assistant": null,
      "rhodes-piano": null,
      "rhythm-guitar": null,
      "saxophone": null,
      "second-violin": null,
      "sitar": null,
      "songwriter": null,
      "soprano-saxophone": null,
      "soprano-solo": null,
      "sound-engineer": null,
      "steel-guitar": null,
      "tabla": null,
      "tambourine": null,
      "tenor-saxophone": null,
      "tenor-solo": null,
      "timbales": null,
      "timpani": null,
      "transcriber": null,
      "trombone": null,
      "trumpet": null,
      "tuba": null,
      "ukulele": null,
      "upright-bass": null,
      "viola": null,
      "violin": null,
      "vocal-adaptation": null,
      "vocal-engineer": null,
      "vocal-ensemble": null,
      "vocal-solo": null,
      "audio16bits": true,
      "audio24bits": false
    },
    "relationships": {
      "product": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/product",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/product"
        },
        "data": {
          "type": "products",
          "id": "<ID>"
        }
      },
      "label": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/label",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/label"
        },
        "data": {
          "type": "labels",
          "id": "<ID>"
        }
      },
              "audio-language": {
                  "links": {
                      "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/audio-language",
                      "related": "https://api.idol.io/api/v2/tracks/<ID>/audio-language"
                  },
                  "data": {
                      "type": "languages",
                      "id": "<ID>"
                  }
              },
      "performers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/performers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/performers"
        }
      },
      "authors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/authors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/authors"
        }
      },
      "composers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/composers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/composers"
        }
      },
      "contributors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/contributors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/contributors"
        }
      },
      "remixers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/remixers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/remixers"
        }
      },
      "featurings": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/featurings",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/featurings"
        }
      },
      "publishers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/publishers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/publishers"
        }
      }
    }
  },
  {
    "id": "<ID>",
    "type": "tracks",
    "links": {
      "self": "https://api.idol.io/api/v2/tracks/<ID>"
    },
    "attributes": {
      "created-at": "2023-08-30T18:55:43.000+02:00",
      "updated-at": "2024-11-18T08:07:13.000+01:00",
      "title": "Sounds of Liberty",
      "subtitle": "",
      "track-number": 2,
      "volume-number": 1,
      "isrc-code": "US9W10200080",
      "dolby-atmos-isrc": null,
      "length": 1827,
      "production-line": null,
      "iswc-code": null,
      "clean": null,
      "parental-advisory": false,
      "preview-url": "https://streaming.idol.io/protected-audio/<ID>/<ID>/<ID>/Audio%20MP3%20192/<ID>_m4a_16_44100_2.m4a?expires=1527859126&md5=o5zdBSXwYuqlUYow-8Yb-A",
      "work": "",
      "production-date": null,
      "recording-place": "Alabama",
      "is-hidden": null,
      "is-digital-exclusivity": null,
      "is-compilation": false,
      "preview-start": 30,
      "is-video": false,
      "original-id": "362589",
      "lyrics": null,
      "explicit-content": null,
      "audio-language": null,
      "author": [
        "Kluba Wylliam"
      ],
      "composer": [
        "Kluba Wylliam"
      ],
      "artist": [
        "Basic Phase"
      ],
      "contributor": null,
      "remixer": null,
      "featuring": null,
      "publisher": null,
      "acoustic-guitar": null,
      "alto-saxophone": null,
      "alto-solo": null,
      "arranger": null,
      "background-vocals": null,
      "banjo": null,
      "baritone-saxophone": null,
      "baritone-solo": null,
      "bass-clarinet": null,
      "bass-guitar": null,
      "bass-trombone": null,
      "bassoon": null,
      "bongos": null,
      "cajon": null,
      "cello": null,
      "choir": null,
      "choir-master": null,
      "chorus": null,
      "clarinet": null,
      "classical-guitar": null,
      "clavier": null,
      "conductor": null,
      "congas": null,
      "cornet": null,
      "countertenor-solo": null,
      "dj": null,
      "djembe": null,
      "double-bass": null,
      "drums": null,
      "electric-guitar": null,
      "fiddle": null,
      "first-violin": null,
      "flugelhorn": null,
      "flute": null,
      "fretless-electric-bass-guitar": null,
      "guitar": null,
      "guitar-technician": null,
      "hammond-organ": null,
      "harmonica": null,
      "harmony-vocals": null,
      "harp": null,
      "harpsichord": null,
      "horn": null,
      "keyboards": null,
      "kora": null,
      "lead-guitar": null,
      "lead-vocals": null,
      "librettist": null,
      "lyricist": null,
      "mandolin": null,
      "mastering-engineer": null,
      "mezzo-soprano-solo": null,
      "mixing-engineer": null,
      "music-director": null,
      "oboe": null,
      "organ": null,
      "pedal-steel-guitar": null,
      "percussion": null,
      "performer": null,
      "piano": null,
      "piccolo": null,
      "producer": null,
      "production-assistant": null,
      "rhodes-piano": null,
      "rhythm-guitar": null,
      "saxophone": null,
      "second-violin": null,
      "sitar": null,
      "songwriter": null,
      "soprano-saxophone": null,
      "soprano-solo": null,
      "sound-engineer": null,
      "steel-guitar": null,
      "tabla": null,
      "tambourine": null,
      "tenor-saxophone": null,
      "tenor-solo": null,
      "timbales": null,
      "timpani": null,
      "transcriber": null,
      "trombone": null,
      "trumpet": null,
      "tuba": null,
      "ukulele": null,
      "upright-bass": null,
      "viola": null,
      "violin": null,
      "vocal-adaptation": null,
      "vocal-engineer": null,
      "vocal-ensemble": null,
      "vocal-solo": null,
      "audio16bits": true,
      "audio24bits": false
    },
    "relationships": {
      "product": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/product",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/product"
        },
        "data": {
          "type": "products",
          "id": "<ID>"
        }
      },
      "label": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/label",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/label"
        },
        "data": {
          "type": "labels",
          "id": "<ID>"
        }
      },
              "audio-language": {
                  "links": {
                      "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/audio-language",
                      "related": "https://api.idol.io/api/v2/tracks/<ID>/audio-language"
                  },
                  "data": {
                      "type": "languages",
                      "id": "<ID>"
                  }
              },
      "performers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/performers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/performers"
        }
      },
      "authors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/authors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/authors"
        }
      },
      "composers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/composers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/composers"
        }
      },
      "contributors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/contributors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/contributors"
        }
      },
      "remixers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/remixers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/remixers"
        }
      },
      "featurings": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/featurings",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/featurings"
        }
      },
      "publishers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/publishers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/publishers"
        }
      }
    }
  }
  ],
  "meta": {
  "record-count": 650,
  "page-count": 217
  },
  "links": {
  "first": "https://api.idol.io/api/v2/tracks?page%5Bnumber%5D=1&page%5Bsize%5D=3",
  "next": "https://api.idol.io/api/v2/tracks?page%5Bnumber%5D=2&page%5Bsize%5D=3",
  "last": "https://api.idol.io/api/v2/tracks?page%5Bnumber%5D=217&page%5Bsize%5D=3"
  }
}

Filter resources

api/v2/tracks?filter[distributor-id]=1

Get Track

GET https://api.idol.io/api/v2/tracks/:id

Path Parameters

Name
Type
Description

id*

number

ID of the Track

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

{
  "data": {
    "id": "<ID>",
    "type": "tracks",
    "links": {
      "self": "https://api.idol.io/api/v2/tracks/<ID>"
    },
    "attributes": {
      "created-at": "2023-08-30T18:55:33.000+02:00",
      "updated-at": "2024-11-18T08:07:13.000+01:00",
      "title": "Best of mix",
      "subtitle": "",
      "track-number": 1,
      "volume-number": 1,
      "isrc-code": "US9W10501167",
      "dolby-atmos-isrc": null,
      "length": 4471,
      "production-line": null,
      "iswc-code": null,
      "clean": null,
      "parental-advisory": false,
      "preview-url": "https://streaming.idol.io/protected-audio/<ID>/<ID>/<ID>/Audio%20MP3%20192/<ID>_m4a_16_44100_2.m4a?expires=1527859126&md5=s5g41GO-kmcGu2U8DMinhg",
      "work": "",
      "production-date": null,
      "recording-place": "Alabama",
      "is-hidden": null,
      "is-digital-exclusivity": null,
      "is-compilation": false,
      "preview-start": 30,
      "preview-end": 90,
      "is-video": false,
      "original-id": "362587",
      "lyrics": null,
      "ttml-lyrics-url": "https://api.idol.io/attachments/eyJpZCI6IjIwMjUvMDMvMTkvZmlsZS83NWMwNjc4ZWZkNzQzNTAzMTQzNWQzNzQxMzZmMjYyMS50eHQiLCJzdG9yYWdlIjoic3RvcmUiLCJtZXRhZGF0YSI6eyJmaWxlbmFtZSI6ImRhdGEyMDI1MDMxOS0zNi00",
      "explicit-content": null,
      "audio-language": null,
      "author": [
        "Kluba Wylliam"
      ],
      "composer": [
        "Kluba Wylliam"
      ],
      "artist": [
        "Kluba Wylliam"
      ],
      "publisher": [
        "Kluba Wylliam"
      ],
      "contributor": null,
      "remixer": null,
      "featuring": null,
      "publisher": null,
      "acoustic-guitar": null,
      "alto-saxophone": null,
      "alto-solo": null,
      "arranger": null,
      "background-vocals": null,
      "banjo": null,
      "baritone-saxophone": null,
      "baritone-solo": null,
      "bass-clarinet": null,
      "bass-guitar": null,
      "bass-trombone": null,
      "bassoon": null,
      "bongos": null,
      "cajon": null,
      "cello": null,
      "choir": null,
      "choir-master": null,
      "chorus": null,
      "clarinet": null,
      "classical-guitar": null,
      "clavier": null,
      "conductor": null,
      "congas": null,
      "cornet": null,
      "countertenor-solo": null,
      "dj": null,
      "djembe": null,
      "double-bass": null,
      "drums": null,
      "electric-guitar": null,
      "fiddle": null,
      "first-violin": null,
      "flugelhorn": null,
      "flute": null,
      "fretless-electric-bass-guitar": null,
      "guitar": null,
      "guitar-technician": null,
      "hammond-organ": null,
      "harmonica": null,
      "harmony-vocals": null,
      "harp": null,
      "harpsichord": null,
      "horn": null,
      "keyboards": null,
      "kora": null,
      "lead-guitar": null,
      "lead-vocals": null,
      "librettist": null,
      "lyricist": null,
      "mandolin": null,
      "mastering-engineer": null,
      "mezzo-soprano-solo": null,
      "mixing-engineer": null,
      "music-director": null,
      "oboe": null,
      "organ": null,
      "pedal-steel-guitar": null,
      "percussion": null,
      "performer": null,
      "piano": null,
      "piccolo": null,
      "producer": null,
      "production-assistant": null,
      "rhodes-piano": null,
      "rhythm-guitar": null,
      "saxophone": null,
      "second-violin": null,
      "sitar": null,
      "songwriter": null,
      "soprano-saxophone": null,
      "soprano-solo": null,
      "sound-engineer": null,
      "steel-guitar": null,
      "tabla": null,
      "tambourine": null,
      "tenor-saxophone": null,
      "tenor-solo": null,
      "timbales": null,
      "timpani": null,
      "transcriber": null,
      "trombone": null,
      "trumpet": null,
      "tuba": null,
      "ukulele": null,
      "upright-bass": null,
      "viola": null,
      "violin": null,
      "vocal-adaptation": null,
      "vocal-engineer": null,
      "vocal-ensemble": null,
      "vocal-solo": null,
      "audio16bits": true,
      "audio24bits": false
    },
    "relationships": {
      "product": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/product",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/product"
        },
        "data": {
          "type": "products",
          "id": "<ID>"
        }
      },
      "label": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/label",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/label"
        },
        "data": {
          "type": "labels",
          "id": "<ID>"
        }
      },
      "audio-language": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/audio-language",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/audio-language"
        },
        "data": {
          "type": "languages",
          "id": "<ID>"
        }
      },
      "performers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/performers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/performers"
        }
      },
      "authors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/authors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/authors"
        }
      },
      "composers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/composers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/composers"
        }
      },
      "contributors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/contributors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/contributors"
        }
      },
      "remixers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/remixers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/remixers"
        }
      },
      "featurings": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/featurings",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/featurings"
        }
      },
      "publishers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/publishers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/publishers"
        }
      }
    }
  }
}

Create Track

POST https://api.idol.io/api/v2/tracks

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

Request Body

Name
Type
Description

product*

object

Product Object

volume-number*

number

1

track-number*

number

1

title*

string

Super track

subtitle

string

Subtitle

artist*

array

["Artist name"]

isrc-code*

string

US1234876346

dolby-atmos-isrc

string

US1234876347

audio-language*

object

Language Object

preview-start*

number

Default 30

preview-end

number

End of preview

production-line

string

production line

publisher

array

["Publisher 1", "'Publisher 2"]

iswc-code

string

AEA02900003

clean

boolean

true

parental-advisory

boolean

false

recording-place

string

Recording place

lyrics

string

My super lyrics

ttml-lyrics

string

Base64 - e.g. data:text/plain;base64,JsqWlWh...

is-compilation

boolean

false

is-video

boolean

false

In addition, you can add any available contributor role from the list provided at this endpoint to the input attribute, using the same syntax as the artist attribute.

{
  "data": {
    "id": "<ID>",
    "type": "tracks",
    "links": {
      "self": "https://api.idol.io/api/v2/tracks/<ID>"
    },
    "attributes": {
      "created-at": "2024-05-30T12:38:40.692+02:00",
      "updated-at": "2024-05-30T12:38:40.692+02:00",
      "title": "My title",
      "subtitle": null,
      "track-number": 3,
      "volume-number": 1,
      "isrc-code": "AEA020900003",
      "dolby-atmos-isrc": null,
      "length": 0,
      "production-line": null,
      "iswc-code": null,
      "clean": null,
      "parental-advisory": false,
      "preview-url": null,
      "work": null,
      "production-date": null,
      "recording-place": null,
      "is-hidden": null,
      "is-digital-exclusivity": null,
      "is-compilation": null,
      "preview-start": 30,
      "preview-end": 90,
      "is-video": false,
      "original-id": "1709847",
      "lyrics": null,
      "ttml-lyrics-url": "https://api.idol.io/attachments/eyJpZCI6IjIwMjUvMDMvMTkvZmlsZS83NWMwNjc4ZWZkNzQzNTAzMTQzNWQzNzQxMzZmMjYyMS50eHQiLCJzdG9yYWdlIjoic3RvcmUiLCJtZXRhZGF0YSI6eyJmaWxlbmFtZSI6ImRhdGEyMDI1MDMxOS0zNi00",
      "explicit-content": null,
      "audio-language": null,
      "author": null,
      "composer": null,
      "artist": [
        "My Artist"
      ],
      "publisher": [
        "Publisher 1",
        "Publisher 2"
      ],
      "contributor": null,
      "remixer": null,
      "featuring": null,
      "publisher": null,
      "acoustic-guitar": null,
      "alto-saxophone": null,
      "alto-solo": null,
      "arranger": null,
      "background-vocals": null,
      "banjo": null,
      "baritone-saxophone": null,
      "baritone-solo": null,
      "bass-clarinet": null,
      "bass-guitar": null,
      "bass-trombone": null,
      "bassoon": null,
      "bongos": null,
      "cajon": null,
      "cello": null,
      "choir": null,
      "choir-master": null,
      "chorus": null,
      "clarinet": null,
      "classical-guitar": null,
      "clavier": null,
      "conductor": null,
      "congas": null,
      "cornet": null,
      "countertenor-solo": null,
      "dj": null,
      "djembe": null,
      "double-bass": null,
      "drums": null,
      "electric-guitar": null,
      "fiddle": null,
      "first-violin": null,
      "flugelhorn": null,
      "flute": null,
      "fretless-electric-bass-guitar": null,
      "guitar": null,
      "guitar-technician": null,
      "hammond-organ": null,
      "harmonica": null,
      "harmony-vocals": null,
      "harp": null,
      "harpsichord": null,
      "horn": null,
      "keyboards": null,
      "kora": null,
      "lead-guitar": null,
      "lead-vocals": null,
      "librettist": null,
      "lyricist": null,
      "mandolin": null,
      "mastering-engineer": null,
      "mezzo-soprano-solo": null,
      "mixing-engineer": null,
      "music-director": null,
      "oboe": null,
      "organ": null,
      "pedal-steel-guitar": null,
      "percussion": null,
      "performer": null,
      "piano": null,
      "piccolo": null,
      "producer": null,
      "production-assistant": null,
      "rhodes-piano": null,
      "rhythm-guitar": null,
      "saxophone": null,
      "second-violin": null,
      "sitar": null,
      "songwriter": null,
      "soprano-saxophone": null,
      "soprano-solo": null,
      "sound-engineer": null,
      "steel-guitar": null,
      "tabla": null,
      "tambourine": null,
      "tenor-saxophone": null,
      "tenor-solo": null,
      "timbales": null,
      "timpani": null,
      "transcriber": null,
      "trombone": null,
      "trumpet": null,
      "tuba": null,
      "ukulele": null,
      "upright-bass": null,
      "viola": null,
      "violin": null,
      "vocal-adaptation": null,
      "vocal-engineer": null,
      "vocal-ensemble": null,
      "vocal-solo": null,
      "audio16bits": false,
      "audio24bits": false
    },
    "relationships": {
      "product": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/product",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/product"
        },
        "data": {
          "type": "products",
          "id": "<ID>"
        }
      },
      "label": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/label",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/label"
        },
        "data": {
          "type": "labels",
          "id": "<ID>"
        }
      },
      "audio-language": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/audio-language",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/audio-language"
        },
        "data": {
          "type": "languages",
          "id": "<ID>"
        }
      },
      "performers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/performers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/performers"
        }
      },
      "authors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/authors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/authors"
        }
      },
      "composers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/composers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/composers"
        }
      },
      "contributors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/contributors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/contributors"
        }
      },
      "remixers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/remixers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/remixers"
        }
      },
      "featurings": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/featurings",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/featurings"
        }
      },
      "publishers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/publishers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/publishers"
        }
      }
    }
  }
}

Update Track

PUT https://api.idol.io/api/v2/tracks/:id

Path Parameters

Name
Type
Description

id*

number

ID of the Track

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

Request Body

Name
Type
Description

publisher

array

["Publisher 1", "Publisher 2"]

preview-end

number

End of preview

product*

object

Product Object

audio-language*

object

Language Object

title*

string

Super track

subtitle

string

Subtitle

isrc-code*

string

US1234876346

dolby-atmos-isrc

string

US1234876347

iswc-code

string

AEA02900003

track-number*

number

1

volume-number*

number

1

preview-start*

number

Default 30

clean

boolean

true

parental-advisory

boolean

false

recording-place

string

Recording place

lyrics

string

My super lyrics

production-line

string

production line

is-compilation

boolean

false

is-video

boolean

false

artist*

array

["Artist name"]

ttml-lyrics

string

Base64 - e.g. data:text/plain;base64,JsqWlWh...

{
  "data": {
    "id": "<ID>",
    "type": "tracks",
    "links": {
      "self": "https://api.idol.io/api/v2/tracks/<ID>"
    },
    "attributes": {
      "created-at": "202'-05-30T12:38:40.692+02:00",
      "updated-at": "2024-05-30T12:38:40.692+02:00",
      "title": "My title",
      "subtitle": null,
      "track-number": 3,
      "volume-number": 1,
      "isrc-code": "AEA020900003",
      "dolby-atmos-isrc": null,
      "length": 0,
      "production-line": null,
      "iswc-code": null,
      "clean": null,
      "parental-advisory": false,
      "preview-url": null,
      "work": null,
      "production-date": null,
      "recording-place": null,
      "is-hidden": null,
      "is-digital-exclusivity": null,
      "is-compilation": null,
      "preview-start": 30,
      "preview-end": 90,
      "is-video": false,
      "original-id": "1709847",
      "lyrics": null,
      "ttml-lyrics-url": "https://api.idol.io/attachments/eyJpZCI6IjIwMjUvMDMvMTkvZmlsZS83NWMwNjc4ZWZkNzQzNTAzMTQzNWQzNzQxMzZmMjYyMS50eHQiLCJzdG9yYWdlIjoic3RvcmUiLCJtZXRhZGF0YSI6eyJmaWxlbmFtZSI6ImRhdGEyMDI1MDMxOS0zNi00",
      "explicit-content": null,
      "audio-language": null,
      "author": null,
      "composer": null,
      "artist": [
        "My Artist"
      ],
      "publisher": [
        "Publisher 1",
        "Publisher 2"
      ],

      "contributor": null,
      "remixer": null,
      "featuring": null,
      "publisher": null,
      "acoustic-guitar": null,
      "alto-saxophone": null,
      "alto-solo": null,
      "arranger": null,
      "background-vocals": null,
      "banjo": null,
      "baritone-saxophone": null,
      "baritone-solo": null,
      "bass-clarinet": null,
      "bass-guitar": null,
      "bass-trombone": null,
      "bassoon": null,
      "bongos": null,
      "cajon": null,
      "cello": null,
      "choir": null,
      "choir-master": null,
      "chorus": null,
      "clarinet": null,
      "classical-guitar": null,
      "clavier": null,
      "conductor": null,
      "congas": null,
      "cornet": null,
      "countertenor-solo": null,
      "dj": null,
      "djembe": null,
      "double-bass": null,
      "drums": null,
      "electric-guitar": null,
      "fiddle": null,
      "first-violin": null,
      "flugelhorn": null,
      "flute": null,
      "fretless-electric-bass-guitar": null,
      "guitar": null,
      "guitar-technician": null,
      "hammond-organ": null,
      "harmonica": null,
      "harmony-vocals": null,
      "harp": null,
      "harpsichord": null,
      "horn": null,
      "keyboards": null,
      "kora": null,
      "lead-guitar": null,
      "lead-vocals": null,
      "librettist": null,
      "lyricist": null,
      "mandolin": null,
      "mastering-engineer": null,
      "mezzo-soprano-solo": null,
      "mixing-engineer": null,
      "music-director": null,
      "oboe": null,
      "organ": null,
      "pedal-steel-guitar": null,
      "percussion": null,
      "performer": null,
      "piano": null,
      "piccolo": null,
      "producer": null,
      "production-assistant": null,
      "rhodes-piano": null,
      "rhythm-guitar": null,
      "saxophone": null,
      "second-violin": null,
      "sitar": null,
      "songwriter": null,
      "soprano-saxophone": null,
      "soprano-solo": null,
      "sound-engineer": null,
      "steel-guitar": null,
      "tabla": null,
      "tambourine": null,
      "tenor-saxophone": null,
      "tenor-solo": null,
      "timbales": null,
      "timpani": null,
      "transcriber": null,
      "trombone": null,
      "trumpet": null,
      "tuba": null,
      "ukulele": null,
      "upright-bass": null,
      "viola": null,
      "violin": null,
      "vocal-adaptation": null,
      "vocal-engineer": null,
      "vocal-ensemble": null,
      "vocal-solo": null,
      "audio16bits": false,
      "audio24bits": false
    },
    "relationships": {
      "product": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/product",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/product"
        },
        "data": {
          "type": "products",
          "id": "<ID>"
        }
      },
      "label": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/label",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/label"
        },
        "data": {
          "type": "labels",
          "id": "<ID>"
        }
      },
      "audio-language": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/audio-language",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/audio-language"
        },
        "data": {
          "type": "languages",
          "id": "<ID>"
        }
      },
      "performers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/performers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/performers"
        }
      },
      "authors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/authors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/authors"
        }
      },
      "composers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/composers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/composers"
        }
      },
      "contributors": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/contributors",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/contributors"
        }
      },
      "remixers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/remixers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/remixers"
        }
      },
      "featurings": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/featurings",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/featurings"
        }
      },
      "publishers": {
        "links": {
          "self": "https://api.idol.io/api/v2/tracks/<ID>/relationships/publishers",
          "related": "https://api.idol.io/api/v2/tracks/<ID>/publishers"
        }
      }
    }
  }
}

In addition, you can add any available role from the list available on this endpoint into the input attribute, using the same syntax as the artist attribute.

Delete Track

DELETE https://api.idol.io/api/v2/tracks/:id

Path Parameters

Name
Type
Description

id*

number

ID of the Track

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

Last updated