REQUEST

POST/recordings/publishing-enrichment

RESPONSES

CodeDescription200Request successful
internal_song_idstring
titlestring
artistsstring
isrcstring
iswcstring
labelstring
parent_labelstring
versionstring
all_writer_namesstring
publishing_chains
original
namestring
ipiint
internal_idint
administratorOPTIONAL
namestring
ipiint
internal_idint
parent_publisherstring
namestring
ipiint
internal_idint
pro_rata
sharefloat
territory_tisint
confirmedbool
linked_writers
namestring
ipinumber

RESPONSES

400Bad request, please review and try again.401Unauthorised request, you need to be logged in to use the service.403Access denied, you do not have the necessary permissions. Please check if you have the correct authorisation to use this service.500Internal server error. Please get in touch with Blokur for more information.
cog
Given a set of ISRCs, this API will return the matched copyright data including pro rata. It can also return label information

TRY IT NOW

REQUEST

[
  {
    "title": "SET FIRE TO THE RAIN",
    "artists": ["ADELE"],
    "isrc": "GBBKS1000348"
  }
]

RESPONSE BODY

[
  {
    "title": "SET FIRE TO THE RAIN",
    "isrc": "GBBKS1000348",
    "publishing_chains": [
      {
        "pro_rata": [
          {
            "share": 50,
            "territory_tis": 840,
            "confirmed": true
          }
        ],
        "administrator": {
          "parent_publisher": {
            "name": "UNIVERSAL MUSIC PUBLISHING GROUP",
            "ipi": 31312147,
            "internal_id": 7202
          },
          "name": "UNIVERSAL - SONGS OF POLYGRAM INTERNATIONAL INC",
          "ipi": 353265272,
          "internal_id": 7380
        },
        "original": {
          "name": "MELTED STONE PUB LTD",
          "ipi": 676466696,
          "internal_id": 0
        }
      },
      {
        "pro_rata": [
          {
            "share": 50,
            "territory_tis": 840,
            "confirmed": true
          }
        ],
        "administrator": {
          "parent_publisher": {
            "name": "RESERVOIR MEDIA MUSIC",
            "ipi": 547043753,
            "internal_id": 49845
          },
          "name": "CHRYSALIS SONGS (DIGITAL ONLY)",
          "ipi": 650318566,
          "internal_id": 9713
        },
        "original": {
          "name": "CHRYSALIS SONGS LTD",
          "ipi": 176880135,
          "internal_id": 9713
        }
      }
    ],
    "artists": [
      "ADELE"
    ],
    "all_writer_names": [
      "ADELE LAURIE BLUE ADKINS",
      "FRASER LANC THORNEYCROFT SMITH"
    ]
  }
]