Reference
Napster metadata block (no longer available)
Napster metadata is no longer available from the AudD API: the platform ceased operations. What happens if you still request it, and what to use instead.
The AudD API used to offer a napster provider block — Napster’s (formerly
Rhapsody) own metadata for a recognized recording. Napster ceased
operations as a music platform, and the block was removed from the API.
What that means in practice:
napsteris no longer a valid value for thereturnparameter (return_metadatain the SDKs). The supported providers areapple_music,spotify,deezer, andmusicbrainz.- Sending
napsteranyway does not fail the request — the API adds warning #51 (“deprecated or nonexistent parameters”) to the response and returns no Napster block. - SDK versions with a typed
napsterfield never populate it; with the SDKs’ lenient parsing it reads as null/absent.
What to use instead
- For streaming links, request the remaining providers —
Apple Music,
Spotify,
Deezer — or use the universal
song_linkthat every match carries. - For cross-catalog identification, use
isrcandupcon the match (Startup plan or higher) or the MusicBrainz block.
Related
Reading this as an AI agent? The raw Markdown is at reference/napster.md, and the full index is /resources/llms.txt.
