---
title: "Check If User Follows Artists or Users"
method: GET
path: "/me/following/contains"
tags: ["Users", "Artists", "Library"]
---

# Check If User Follows Artists or Users

`GET /me/following/contains`

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

## Query parameters

- `type` 'artist' | 'user', required — The ID type: either `artist` or `user`.
- `ids` string, required — A comma-separated list of the artist or the user [Spotify IDs](/documentation/web-api/#spotify-uris-and-ids) to check. For example: `ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q`. A maximum of 50 IDs can be sent in one request.

## Response `200`

Array of booleans

- boolean[]

## Other responses

- `401` — Bad or expired token. This can happen if the user revoked a token or the access token has expired. You should re-authenticate the user.
- `403` — Bad OAuth request (wrong consumer key, bad nonce, expired timestamp...). Unfortunately, re-authenticating the user won't help here.
- `429` — The app has exceeded its rate limits.

---

[API](https://skmtc.net/spotify/apis/sonallux.md) · [All operations](https://skmtc.net/spotify/apis/sonallux/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotify/sonallux/versions/1459b27f2e48/schema)
