getSeveralBrowseCategories

suspend fun getSeveralBrowseCategories(locale: String? = null, pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<BrowseCategories>

Deprecated

Spotify marks GET /v1/browse/categories as deprecated.

Gets Spotify browse categories.

Return

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

Parameters

locale

Locale used for localized strings (for example en_US).

pagingOptions

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