Skip to content

MusicBrainz API

MusicBrainz is an API that offers information about music releases.

  • Website: musicbrainz.org
  • Supported formats: music releases
  • Authentication: No authentication required
  • Rate limiting: 50 requests per second
  • SFW filter support: No

The ID of a release is not easily accessible through the website, so you are better off just searching by title.

The search is generally for albums, but you can have more granular searches using advanced query syntax:

artist:"Lady Gaga" AND primarytype:"album"
artist:"Lady Gaga" AND primarytype:"album" AND releasegroup:"The Fame"
artist:"Lady Gaga" AND releasegroup:"Poker face"

MusicBrainz supports advanced query syntax with operators like:

  • AND - Both terms must match
  • OR - Either term must match
  • artist: - Filter by artist name
  • primarytype: - Filter by release type (album, single, etc.)
  • releasegroup: - Filter by release group name