Skip to main content

UserThinTrophy

The UserThinTrophy entity is a thin subset of the Trophy model. These entities are generally returned when using the getUserTrophiesEarnedForTitle() function.

NameTypeDescription
trophyIdnumberUnique ID for this trophy (unique within the title and not just the group).
trophyHiddenbooleantrue if this is a secret trophy (ie. further details are not displayed by default unless earned).
earnedbooleantrue if this trophy has been earned.
earnedDateTimestringAn ISO 8601 string representing the date the trophy was earned. Only truthy if earned is true. ex- "2021-08-15T21:22:08Z"
trophyType"bronze" | "silver" | "gold" | "platinum"The trophy grade.
trophyRareTrophyRarityRarity of the trophy.
trophyEarnedRatestringPercentage of all users who have earned the trophy.
trophyProgressTargetValuestringIf the trophy tracks progress towards unlock, this is the total required to achieve the unlock. This is included on PS5 titles only, and only if the trophy itself tracks progress (ex: Diablo II: Resurrected).
trophyRewardImageUrlstringURL for the graphic associated with the reward. This is included on PS5 titles only, and is only returned if the trophy has a reward associated with it.
trophyRewardNamestringName of the reward that earning the trophy grants. This is included on PS5 titles only, and only if the trophy itself has a reward associated with it.