- User
- Song
- Auth
- Artist
- Collection
- Search
- Payment
- Check HealthGET
Get All Playlists
GET
/v1/collection/playlists
Collection
Request
Query Params
page
integer
optional
Example:
1
limit
integer
optional
Example:
20
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hustmusik.live/v1/collection/playlists?page=1&limit=20'
Responses
🟢200Success
application/json
Body
data
array [object {5}]
required
id
string
optional
title
string
optional
type
string
optional
thumbnailurl
string
optional
owner
object
optional
Example
{"data":[{"id":"84314965-219d-47a9-a4cf-5cc0b4cf15d6","title":"Test","type":"Playlist","thumbnailurl":"<image link>","owner":{"id":"aa587095-a604-4c32-9215-ac74a1db33d5","username":"TestUpdated"}}]}
Modified at 2024-11-03 14:50:45