BatchGetArtists
BatchGetArtists retrieves multiple artists by their unique identifiers. Returns a map of ID to result, where each result is either the artist or an error.
Headers
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Optional if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access without user context. Optional if Authorization is provided.
"ang_live_..."
Preferred locale for localized content (BCP 47). Determines which language variant is returned for LocalizedString fields.
"ar"
Body
BatchGetArtistsRequest is the request message for retrieving multiple artists by ID.
1 - 100 elementsResponse
Successful response
BatchGetArtistsResponse is the response message containing the requested artists.
Map of artist ID to result. Every requested ID appears in this map. Value is either the artist or an error explaining why it could not be retrieved.