Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woctezuma/77032a538932949c3e273e7a7d52620b to your computer and use it in GitHub Desktop.
Save woctezuma/77032a538932949c3e273e7a7d52620b to your computer and use it in GitHub Desktop.
Fall Guys: rating with 2 decimals, #raters, #voters for each tag
{
"data": {
"RatingsPolls": {
"getProductResult": {
"averageRating": 4.53,
"pollResult": [
{
"id": 67,
"pollDefinitionId": 2,
"localizations": {
"text": "Yes",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2705.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f423.svg",
"resultTitle": "Great for Beginners",
"resultText": "This game is"
},
"total": 49350
},
{
"id": 12,
"pollDefinitionId": 21,
"localizations": {
"text": "Yes",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2705.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f6c1.svg",
"resultTitle": "Relaxing",
"resultText": "This game is"
},
"total": 45733
},
{
"id": 15,
"pollDefinitionId": 20,
"localizations": {
"text": "Yes",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2705.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f5b1.svg",
"resultTitle": "Quickly Understood Controls",
"resultText": "This game has"
},
"total": 45462
},
{
"id": 63,
"pollDefinitionId": 18,
"localizations": {
"text": "Yes",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2705.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f3c6.svg",
"resultTitle": "Competitive Players",
"resultText": "This game has"
},
"total": 45329
},
{
"id": 75,
"pollDefinitionId": 6,
"localizations": {
"text": "Yes",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2705.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f310.svg",
"resultTitle": "Diverse Characters",
"resultText": "This game has"
},
"total": 43564
},
{
"id": 71,
"pollDefinitionId": 4,
"localizations": {
"text": "Yes",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2705.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/23f1.svg",
"resultTitle": "Great for Quick Sessions",
"resultText": "This game is"
},
"total": 43069
},
{
"id": 27,
"pollDefinitionId": 13,
"localizations": {
"text": "Very fun",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f60a.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f60d.svg",
"resultTitle": "Extremely Fun",
"resultText": "This game is"
},
"total": 41905
},
{
"id": 40,
"pollDefinitionId": 10,
"localizations": {
"text": "Very likely",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2764.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f4e2.svg",
"resultTitle": "Highly Recommended",
"resultText": "This game is"
},
"total": 39934
},
{
"id": 32,
"pollDefinitionId": 11,
"localizations": {
"text": "Liked Them",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f60a.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f3ad.svg",
"resultTitle": "Amazing Characters",
"resultText": "This game has"
},
"total": 39442
},
{
"id": 36,
"pollDefinitionId": 12,
"localizations": {
"text": "Loved it",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/2764.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f4dd.svg",
"resultTitle": "Amazing Storytelling",
"resultText": "This game has"
},
"total": 37393
},
{
"id": 46,
"pollDefinitionId": 8,
"localizations": {
"text": "Playful",
"emoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f388.svg",
"resultEmoji": "https://cdn2.epicgames.com/static/fonts/joypixel/1f388.svg",
"resultTitle": "Playful Visuals",
"resultText": "This game has"
},
"total": 35401
}
],
"ratingCount": 778924
}
}
},
"extensions": {}
}
@woctezuma
Copy link
Author

Reference: the API of the Epic Games Store.

@woctezuma
Copy link
Author

More in this repository: nikop/epic-games-ratings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment