getCategorysPlaylists

suspend fun getCategorysPlaylists(categoryId: String, pagingOptions: PagingOptions = PagingOptions(), country: CountryCode? = null): SpotifyApiResponse<CategorysPlaylists>

Deprecated

Spotify marks GET /v1/browse/categories/{category_id}/playlists as deprecated.

Gets playlists for a Spotify browse category.

Return

Wrapped Spotify API response with status code and parsed Spotify payload.

Parameters

categoryId

Spotify category ID from the Browse API.

pagingOptions

Paging options (limit, offset) used for paged endpoints.

country

Country code used for market-specific filtering.