Get Multiple Genres
Fetch metadata for genres from the catalog by using their identifiers.
URL
GET https://api.ent.apple.com/v1/catalog/{storefront}/genresPath Parameters
| Name | Type | Description |
|---|---|---|
storefront Required | string | An iTunes Store territory, specified by an ISO 3166 alpha-2 country code. The possible values are the |
Query Parameters
| Name | Type | Description |
|---|---|---|
ids Required | [string] | The unique identifiers for the genres. |
l Optional | string | The localization to use, specified by a language tag. The possible values are in the |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GenresResponse | The request was successful. |
| 401 | Unauthorized Content-Type: application/json | UnauthorizedResponse | A response indicating an incorrect |
| 500 | Internal Server Error Content-Type: application/json | ErrorsResponse | A response indicating an error occurred on the server. |