Skip to main content
GET
/
api
/
research
/
playlist
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/research/playlist
{
  "status": "<string>",
  "name": "<string>",
  "id": 123,
  "description": "<string>",
  "followers": 123,
  "num_tracks": 123,
  "curator_name": "<string>"
}

Query Parameters

platform
enum<string>
required

Streaming platform.

Available options:
spotify,
applemusic,
deezer,
amazon,
youtube
id
string
required

Playlist ID on the platform.

Response

200 - application/json

Playlist metadata

Playlist metadata — name, description, follower count, track count, and curator info.

status
string
name
string
id
integer
description
string
followers
integer
num_tracks
integer
curator_name
string