UMG Catalog / 7digital API

This guide describes how to use the 7digital API endpoints to access the UMG catalog made available for this hackathon

Overview

Universal Music Group have made a some of their songs available for this hackathon

  • ≈ 20,000 songs

  • ≈ 1,500 unique artists

  • ≈ 5,000 albums/singles

  • Covers many genres, rock, pop, country....etc

  • Spans each decade from 1960's to present

7digital have activated some of their API endpoints to get access to the UMG catalog

  • Browse catalog and discover artists, albums and tracks

  • Get data for artists, albums and tracks - artist name, album title, track name

  • Retrieve album artwork (CD covers) for every album in the catalog

  • Stream full length audio files for every song in the catalog

API Architecture

Catalog Schema

List of catalog metadata can be found on this page

Accessing UMG Catalog using 7digital API

Access to UMG catalog using 7digital services (API)

  • Provided through a REST style interface

  • Controlled by a consumer key that needs to passed in as a parameter

  • consumer_key = 7d4vr6cgb392

  • Identified by a shop identifier that needs to be passed in as a parameter

  • shopId = 2020

Streaming audio files requires API requests to be signed with an oauth 1.0 signature

  • Sign requests using consumer key and secret

  • consumer_key = 7d4vr6cgb392

  • consumer_secret = m4ntskavq56rddsa

Sample API Call

http://api.7digital.com/1.2/artist/search?shopId=2020&oauth_consumer_key=7d4vr6cgb392&q=john

API Endpoint List

The following table lists the endpoints that we have made available for this hackathon. For each endpoint there is a sample call that works and returns real results. Click on these links to see how each call is constructed and obtain the call responses

Last updated