Get Apple Music artist
Get an Apple Music artist by id or artist URL.
Headers
Get your API keyAPI key (`sfk_...`)
Optional Apple Music artist id for the request.
min 1 chars · max 128 chars
Optional Apple Music artist URL for the request.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Whether the artist was found.
one of: found, not_found
Artist details when available.
Platform for this artist.
one of: apple_music
Stable Apple Music artist identifier.
min 1 chars
Public display name for the artist.
min 1 chars
Canonical public Apple Music artist profile URL.
min 1 chars
Best available square artwork image URL when available.
Editorial notes for the artist when available.
Top songs for the artist.
Stable Apple Music song identifier.
min 1 chars
Song title.
min 1 chars
Primary artist display name when available.
Canonical public Apple Music song URL.
min 1 chars
Song duration in milliseconds when available.
≥ 0
Albums for the artist.
Stable Apple Music album identifier.
min 1 chars
Album title.
min 1 chars
Album subtitle, typically the artist name, when available.
Number of tracks on the album when available.
≥ 0
Canonical public Apple Music album URL.
min 1 chars
Music videos for the artist.
Stable Apple Music music video identifier.
min 1 chars
Music video title.
min 1 chars
Canonical public Apple Music music video URL.
min 1 chars
Playlists for the artist.
Stable Apple Music playlist identifier.
min 1 chars
Playlist title.
min 1 chars
Canonical public Apple Music playlist URL.
min 1 chars
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/apple-music/artist?artistId=159260351" \
-H "x-api-key: YOUR_API_KEY"Responses
Artist lookup result.