get_category
Fetch a Spotify browse category's details by ID to get localized name, description, and metadata. Use category_id from category list to retrieve specific category information.
Instructions
Get a single Spotify browse category by ID (GET /browse/categories/{id}). Quota: 🟢 single.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Locale, e.g. en_US | |
| country | No | ISO 3166-1 alpha-2 country code | |
| category_id | Yes | Category ID from get_categories | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |