A .NET 8 Web API middleware layer that proxies the Apple iTunes public catalog — returning clean, minimal JSON for artist search, album browsing, and track listings.
Search for artists by name. Returns a list of matching artists from the iTunes catalog including artist ID, name, genre, and Apple Music link.
Returns the album discography for a given artist ID. Includes album title, artwork, track count, release date, and collection ID for further track lookup.
Returns the full track listing for a given album collection ID. Each track includes title, artist, track number, duration, genre, release date, and a 30 second audio preview URL.