Social Fetch
Spotify

Get Spotify artist

Get a Spotify artist by id or profile URL.

GET/v1/spotify/artist
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
2
artistIdstringquery

Optional Spotify artist id for the request.

min 1 chars · max 128 chars

urlstringquery

Optional Spotify artist URL for the request.

min 1 chars · max 4096 chars

Response fields
35

Endpoint-specific response payload.

datalookupStatus
string

Whether the artist was found.

one of: found, not_found

Artist details when available.

dataartistplatform
string

Platform for this artist.

one of: spotify

dataartistartistId
string

Stable Spotify artist identifier.

min 1 chars

dataartistdisplayName
string

Public display name for the artist.

min 1 chars

dataartistbio
stringnullable

Artist biography text when available.

dataartistavatarUrl
stringnullable

Best available square avatar image URL when available.

dataartistprofileUrl
string

Canonical public Spotify artist profile URL.

min 1 chars

dataartistverified
boolean

Whether the artist is marked as verified on Spotify.

Outbound profile links when available.

dataartistexternalLinks[]name
string

Link label as shown on the artist profile.

min 1 chars

dataartistexternalLinks[]url
string

Outbound URL for this link.

min 1 chars

Artist metrics when available.

datametricsfollowers
integer

Follower count for the artist.

≥ 0

datametricsmonthlyListeners
integeroptional

Monthly listener count when available.

≥ 0

datametricsworldRank
integeroptional

Global popularity rank when available.

≥ 0

Top listener cities when available.

datametricstopCities[]city
string

City name.

min 1 chars

datametricstopCities[]country
string

ISO country code when available.

min 1 chars

datametricstopCities[]listeners
integer

Monthly listener count for this city when available.

≥ 0

datametricstopCities[]region
stringoptional

Region code within the country when available.

Related artists when available (may be empty).

datarelatedArtists[]artistId
string

Related artist Spotify id.

min 1 chars

datarelatedArtists[]displayName
string

Related artist display name.

min 1 chars

datarelatedArtists[]avatarUrl
stringnullable

Best available avatar URL for the related artist.

datarelatedArtists[]profileUrl
string

Canonical public Spotify URL for the related artist.

min 1 chars

Discography counts when available.

datadiscographySummaryalbumCount
integer

Number of albums listed in the artist discography.

≥ 0

datadiscographySummarysingleCount
integer

Number of singles listed in the artist discography.

≥ 0

datadiscographySummarycompilationCount
integer

Number of compilations listed in the artist discography.

≥ 0

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/spotify/artist?artistId=1uNFoZAHBGtllmzznpCI3s" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Lookup result. Check `data.lookupStatus` for `found` or `not_found`.

On this page

No Headings