Musicfetch

Get the distributor for any song

How to use Musicfetch to find the distributor or label for any track.

Need to know who distributes a song? Musicfetch makes it easy to fetch distributor (label) information for any track using a Spotify or YouTube link.

How to use Musicfetch API to get a song's distributor

Use the /url endpoint with a track URL. Note: You must include youtube in the services query param to ensure distributor data is returned.

See the track lookup API docs for more details.

From a Spotify track URL

curl "https://api.musicfetch.io/api/url?url=https%3A%2F%2Fopen.spotify.com%2Ftrack%2F2hiJe5kecnjIiywY9R1HVy&services=spotify,youtube"

Example response

{
"result": {
"type": "track",
"name": "Cruel Summer",
"distributor": "Universal Music Group",
}
}