get_category
Retrieve details of a specific Spotify browse category using its ID. Specify locale and country for localized data, and choose concise, detailed, or raw JSON output.
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, e.g. 'US' | |
| category_id | Yes | Category ID from get_categories | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |