Get a Category
Developing
GET
/browse/categories/{category_id}
category-browse
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.spotify.com/v1/browse/categories/' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
"href": "string",
"icons": [
{
"height": 0,
"url": "string",
"width": 0
}
],
"id": "string",
"name": "string"
}
Request
Path Params
category_id
string
required
Query Params
country
string
optional
locale
string
optional
es_MX
, meaning "Spanish (Mexico)". Provide this parameter if you want the category strings returned in a particular language. Note that, if locale
is not supplied, or if the specified language is not available, the category strings returned will be in the Spotify default language (American English).Header Params
Authorization
string
required
Responses
Modified at 2022-09-12 10:04:50