v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Users
Artists
Library

Check If User Follows Artists or Users

Check to see if the current user is following one or more artists or other Spotify users.

get/me/following/contains

Query parameters

type'artist' | 'user' required

The ID type: either artist or user.

Example:artist
idsstring required

A comma-separated list of the artist or the user Spotify IDs to check. For example: ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q. A maximum of 50 IDs can be sent in one request.

Example:2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E,1vCWHaC5f2uS3yhpwWbIA6

Response

Array of booleans

boolean[] required

Example response

[
  false,
  true
]