getFeaturedPlaylists

suspend fun getFeaturedPlaylists(locale: String? = null, timestamp: String? = null, pagingOptions: PagingOptions = PagingOptions(), country: CountryCode? = null): SpotifyApiResponse<FeaturedPlaylists>

Deprecated

Spotify marks GET /v1/browse/featured-playlists as deprecated.

Gets Spotify featured playlists.

Return

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

Parameters

locale

Locale used for localized strings (for example en_US).

timestamp

Optional date-time used by Spotify to select the featured message set (ISO 8601, UTC offset supported).

pagingOptions

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

country

Country code used for market-specific filtering.