Welcome to the Prism Album Data Engine

This tool interfaces with the MusicBrainz database to retrieve high-fidelity album metadata for developers, hobbyists, or anybody in need of album data in JSON.

Human View

View accurate tracklists with precise durations (ms) and year of release.

Developer View

Get raw JSON output, including embedded Base64 Album Art.

Developer API Access

Prism provides a JSON endpoint for programmatic access:

POST /api/search

Request Body (JSON):

{
  "artist": "Pink Floyd",
  "album": "Dark Side of the Moon"
}

Response: Returns a JSON object containing track metadata and Base64-encoded artwork.