Music — entry 001 of 32

7digital

Verified Jul 2026

7digital's Catalogue API — now operated under Songtradr's MassiveMusic brand after 7digital's 2025 reorganization — gives partners programmatic access to track, release, and artist metadata plus licensed audio delivery drawn from a catalogue of tens of millions of tracks. Every request is signed with an OAuth 1.0 consumer key (and, for some endpoints, a matching signature and user ID), and real production credentials require a commercial partner agreement rather than self-serve signup. Responses are returned as JSON.

musiccataloglicensingb2b
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingPaidSubscription required — no meaningful free tier.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score46out of 100
Authentication8/25OAuth flow required
Pricing9/20Paid API
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 46 on greatapis.com
<a href="https://greatapis.com/api/7digital/"><img src="https://greatapis.com/badge/7digital.svg" alt="Scored 46 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.