Warner Music Group website screenshot

Warner Music Group

Warner Music Group is one of the major record labels in the music industry, with recorded music and music publishing operations spanning a roster of artists, songwriters, and labels around the world. WMG includes Warner Records, Atlantic Records, Elektra Records, and Warner Chappell Music (one of the world's largest music publishing companies). WMG provides music licensing APIs and developer tools for integrating licensed music into applications.

1 APIs 0 Features
MusicEntertainmentStreamingLicensingPublishing

APIs

Warner Music Group Licensing API

The Warner Music Group Licensing API enables content creators and developers to request synchronization licenses, mechanical licenses, and other music rights for WMG's catalog o...

Collections

Pricing Plans

Rate Limits

Warner Music Group Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Warner Music Group Context

5 classes · 15 properties

JSON-LD

API Governance Rules

Warner Music Group API Rules

10 rules · 6 errors 3 warnings 1 info

SPECTRAL

JSON Structure

Warner Music Group License Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

WARNER MUSIC GROUP AND SUNO FORGE ...

2026-05-25

WARNER MUSIC PARTNERS WITH EDITH PIAF'S ...

2026-05-25

Spotify and Universal Music Group have agreed on a deal ...

2026-05-25

Sony Music Group, Universal Music ...

2026-05-25

WARNER MUSIC GROUP AND SUNO FORGE ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Website
Website
🌐
Portal
Portal
👥
GitHubOrganization
GitHubOrganization

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Warner Music Group Licensing API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://auth.wmg.com/oauth/authorize
    accessTokenUrl: https://auth.wmg.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Catalog
    type: folder
  items:
  - info:
      name: Search Music Catalog
      type: http
    http:
      method: GET
      url: https://api.wmg.com/v1/catalog/search
      params:
      - name: q
        value: ''
        type: query
        description: Search query (artist name, track title, or keyword)
      - name: type
        value: ''
        type: query
        description: Type of music asset to search
      - name: label
        value: ''
        type: query
        description: Filter by record label
      - name: limit
        value: ''
        type: query
        description: Maximum results to return
      - name: offset
        value: ''
        type: query
        description: Pagination offset
    docs: Search the WMG music catalog for recordings and compositions. Supports searching by artist name, track title, ISRC,
      ISWC, or keyword.
- info:
    name: Tracks
    type: folder
  items:
  - info:
      name: Get Track by ISRC
      type: http
    http:
      method: GET
      url: https://api.wmg.com/v1/tracks/:isrc
      params:
      - name: isrc
        value: ''
        type: path
        description: International Standard Recording Code (ISRC)
    docs: Retrieve full details of a recording by its International Standard Recording Code (ISRC).
- info:
    name: Artists
    type: folder
  items:
  - info:
      name: Get Artist
      type: http
    http:
      method: GET
      url: https://api.wmg.com/v1/artists/:artistId
      params:
      - name: artistId
        value: ''
        type: path
        description: WMG artist identifier
    docs: Retrieve artist profile and catalog information.
- info:
    name: Licenses
    type: folder
  items:
  - info:
      name: List Licenses
      type: http
    http:
      method: GET
      url: https://api.wmg.com/v1/licenses
      params:
      - name: status
        value: ''
        type: query
        description: Filter by license status
      - name: licenseType
        value: ''
        type: query
        description: Filter by license type
      - name: limit
        value: ''
        type: query
        description: Maximum results to return
    docs: List all license requests submitted by the authenticated partner.
  - info:
      name: Request License
      type: http
    http:
      method: POST
      url: https://api.wmg.com/v1/licenses
      body:
        type: json
        data: '{}'
    docs: Submit a new license request for a WMG recording or composition. Specify the use case (sync, mechanical, digital,
      performance) and usage details.
  - info:
      name: Get License
      type: http
    http:
      method: GET
      url: https://api.wmg.com/v1/licenses/:licenseId
      params:
      - name: licenseId
        value: ''
        type: path
        description: License request identifier
    docs: Retrieve the details and status of a specific license request.
bundled: true