When retrieving a ratable object, an aggregate rating object may be returned. This object gives an overview of ratings for this ratable object or for a rating dimension for the ratable object.
{
"totalRatings": 414,
"formattedTotalRatings": "414",
"averageRating": 4.282,
"formattedAverageRating": "4.282",
"maxRating": 5,
"lastRating": "2025-09-22T15:07:16.833",
"formattedLastRating": "9/22/2025 3:07:16 PM"
}
Object Properties
- totalRatings int32
- Total number of ratings cast.
- formattedTotalRatings string
- Total number of ratings cast, formatted to the specified requested culture.
- averageRating decimal
- The average rating.
- formattedAverageRating string
- The average rating, formatted to the specified requested culture.
- maxRating uint8
- The maximum permitted rating for this dimension.
- lastRating datetime?
- The date a player last cast a rating.
- formattedLastRating string
- The date a player last cast a rating, formatted to the specified requested culture.