Search for playlists by query string.
OAuth access token
Search query text
Optional
Zero-based page number (10 results per page)
Paginated list of matching playlists
When the API returns an error
import { searchPlaylists } from 'soundcloud-api-ts';const result = await searchPlaylists(token, 'chill vibes');result.collection.forEach(p => console.log(p.title)); Copy
import { searchPlaylists } from 'soundcloud-api-ts';const result = await searchPlaylists(token, 'chill vibes');result.collection.forEach(p => console.log(p.title));
https://developers.soundcloud.com/docs/api/explorer/open-api#/playlists/get_playlists
Search for playlists by query string.