Music — entry 001 of 32
7digital
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.
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
Score46
Authentication8/25OAuth flow required
Pricing9/20Paid API
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.