Method signature
Parameters
The region to execute against. Must be one of:
ap, br, esports, eu, kr, latam, na.The locale to retrieve data for. If not specified, all locales will be returned. Valid locales are:
ar-AE(Arabic - UAE)de-DE(German)en-GB(English - UK)en-US(English - US)es-ES(Spanish - Spain)es-MX(Spanish - Mexico)fr-FR(French)id-ID(Indonesian)it-IT(Italian)ja-JP(Japanese)ko-KR(Korean)pl-PL(Polish)pt-BR(Portuguese - Brazil)ru-RU(Russian)th-TH(Thai)tr-TR(Turkish)vi-VN(Vietnamese)zh-CN(Chinese - Simplified)zh-TW(Chinese - Traditional)
Returns
Content data object containing game assets and metadata.
When
raw_data=True is set on the client, this method returns a Dict instead of a ContentDto object.Exceptions
InvalidRegion: If the provided region is invalid.InvalidLocale: If the provided locale is invalid.RiotAPIResponseError: If the API response indicates an error.

