Gracenote

GMD API v3 Overview

Welcome to the GMD API v3. In addition to this documentation, you can find information and resources on the Gracenote Help Center.

The GMD API is a REST service that provides music understanding and enrichment to enable improved display, search, navigation, discovery, and recommendations.

The API supports text searches and ID-based lookups of artists, albums, recordings, and tracks. These operations return descriptive metadata such as genre, origin, and mood, and other related content items.

Endpoints

The table below lists endpoints to retrieve GMD objects:

EndpointDescription
ArtistsAn Artist object is a recording artist with a unique identity and billing. An Artist may be an individual, group, ensemble, or collaboration of any of these. An Artist creates Recordings. Recordings are released as Track objects in one or more Albums Edition object.
TracksA Track object is a numbered entity in an Album Edition object. An Album Edition must have at least one track and often has multiple.

You can retrieve these data objects using text search, lookup by ID, or explore. For details see the API Reference.

Last modified on