-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
Describe the bug
Tiers are not taken into account for the ImageIcon value when calling the API_GetUserAwards endpoint.
Currently, the ImageIcon seems to return the event Icon
To Reproduce
Steps to reproduce the behavior:
- Query the
API_GetUserAwardsusing :https://retroachievements.org/API/API_GetUserAwards.php?y={{apiKey}}&u=Ampo - Check
ImageIconfor theAchievement of the Week 2025or for theRA-TALITYevent
{
"AwardedAt": "2025-10-18T16:19:49+00:00",
"AwardType": "Event",
"AwardData": 1,
"AwardDataExtra": 3,
"DisplayOrder": 24,
"Title": "Achievement of the Week 2025",
"ConsoleID": 101,
"ConsoleName": "Events",
"Flags": null,
"ImageIcon": "/Images/106174.png"
}Expected behavior
The ImageIcon should return the image asset of the user's earned award tier and not the event image asset.
{
"AwardedAt": "2025-10-18T16:19:49+00:00",
"AwardType": "Event",
"AwardData": 1,
"AwardDataExtra": 3,
"DisplayOrder": 24,
"Title": "Achievement of the Week 2025",
"ConsoleID": 101,
"ConsoleName": "Events",
"Flags": null,
"ImageIcon": "/Images/106726.png"
}Screenshots
Event awards on the website's profile :

Event awards displayed using the API's data :

Achievement of the Week 2025 tiers for reference :
