Revadike / epicgames-freebies-claimer

Claim available free game promotions from the Epic Games Store.
MIT License
2.23k stars 361 forks source link

Claim non-game weekly giveaway #101

Open Revadike opened 3 years ago

Revadike commented 3 years ago

Current Behavior (if any)

It ignores non-game items from weekly giveaways

Desired Behavior

Claim non-game items from weekly giveaways

Motivation / Use Case for Changing the Behavior

To claim this week's Discord Nitro promotion automatically.

Revadike commented 3 years ago

I could do it with this graphql query:

fetch("https://www.epicgames.com/graphql?operationName=storefrontDiscover&variables=%7B%22locale%22:%22en-US%22,%22layoutSlug%22:%22free-games%22,%22layoutType%22:%22discover%22,%22country%22:%22NL%22%7D&extensions=%7B%22persistedQuery%22:%7B%22version%22:1,%22sha256Hash%22:%227d201763edfa418bb55b11cbb609043ba07befcbc30d0db8c96c37fc3ba975f3%22%7D%7D", {
  "referrer": "https://www.epicgames.com/store/en-US/free-games",
  "referrerPolicy": "no-referrer-when-downgrade",
  "body": null,
  "method": "GET",
  "mode": "cors",
  "credentials": "omit"
});

with reponse:

{
    "data": {
        "Storefront": {
            "discoverLayout": {
                "affiliateId": null,
                "modules": [
                    {
                        "__typename": "PageHeader",
                        "eyebrow": "Play More",
                        "type": "PageHeader",
                        "title": "Free Games",
                        "description": "Epic Games Store gives you a free game every week. Come back often for the exclusive offers. Download a free game or join a free-to-play game community today.",
                        "banner": {
                            "src": null,
                            "altText": null
                        }
                    },
                    {
                        "__typename": "StorefrontFreeGames",
                        "type": "freeGames",
                        "title": "Free Games"
                    },
                    {
                        "__typename": "StorefrontBreaker",
                        "type": "breaker",
                        "title": "FREE DISCORD NITRO",
                        "titleGroup": "Offer ends June 24",
                        "description": "3 months of free Discord Nitro for first-time Nitro users. Auto-renews unless canceled.",
                        "backgroundColors": [
                            "#B473F5",
                            "#E292AA"
                        ],
                        "layout": "singleImageInset",
                        "action": "link",
                        "couponSlug": null,
                        "link": {
                            "src": "/p/discord--discord-nitro",
                            "linkText": "FREE NOW"
                        },
                        "image": {
                            "src": "https://cdn2.unrealengine.com/egs-discord-breaker-1280x956-4973195c8f18.png",
                            "alt": "EGS_Discord_Breaker.png"
                        }
                    },
                    {
                        "__typename": "StorefrontCardGroup",
                        "type": "group",
                        "title": "Free to Play",
                        "offerPresentation": "fullGrid",
                        "offerType": "topic",
                        "titleIcon": null,
                        "groupStyle": "standard",
                        "hideTitle": false,
                        "cardType": null,
                        "link": {
                            "src": null,
                            "linkText": null
                        },
                        "offers": [
                            {
                                "namespace": "fn",
                                "id": "09176f4ff7564bbbb499bbe20bd6348f",
                                "offer": {
                                    "title": "Fortnite",
                                    "id": "09176f4ff7564bbbb499bbe20bd6348f",
                                    "namespace": "fn",
                                    "description": "Fortnite",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/17BR_S17_Launcher_EGS_Blade_2560x1440_2560x1440-713334cd3a6adfe74ca68f25498f3d74"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/17BR_S17_Launcher_EGS_Blade_1200x1600_1201x1600-711dd5f589b12dc04d79312bbb4ce4f3"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/17BR_S17_Launcher_EGS_Thumb_1200x1600_1201x1600-711dd5f589b12dc04d79312bbb4ce4f3"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/17BR_S17_Launcher_EGS_Thumb_1200x1600_1201x1600-711dd5f589b12dc04d79312bbb4ce4f3"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/17BR_S17_Launcher_EGS_Thumb_1200x1600_1201x1600-711dd5f589b12dc04d79312bbb4ce4f3"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/17BR_S17_Launcher_EGS_Blade_2560x1440_2560x1440-713334cd3a6adfe74ca68f25498f3d74"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-aa83a0a9bc45e98c80c1b1c9d92e9e",
                                        "name": "Epic Games"
                                    },
                                    "productSlug": "fortnite",
                                    "urlSlug": "fortnite-free-audience",
                                    "items": [
                                        {
                                            "id": "48ff3f41680e403bb2717737f68731c5",
                                            "namespace": "fn"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "developerName",
                                            "value": "Epic Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "fortnite"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "fortnite",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": null,
                                    "effectiveDate": "2017-09-20T13:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "9773aa1aa54f4f7b80e44bef04986cea",
                                "id": "02d44be4c21c4ce094c6151133c91482",
                                "offer": {
                                    "title": "Rocket League®",
                                    "id": "02d44be4c21c4ce094c6151133c91482",
                                    "namespace": "9773aa1aa54f4f7b80e44bef04986cea",
                                    "description": "Rocket League ®",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/9773aa1aa54f4f7b80e44bef04986cea/offer/EGS_RocketLeague_PsyonixLLC_S2-1200x1600-94b99fd67ae08c9d640f2d228991ae19.jpg"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/9773aa1aa54f4f7b80e44bef04986cea/offer/EGS_RocketLeague_PsyonixLLC_S1-2560x1440-e9dc9ecfd5a872841615d15ba04600a6.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/9773aa1aa54f4f7b80e44bef04986cea/offer/EGS_RocketLeague_PsyonixLLC_S2-1200x1600-94b99fd67ae08c9d640f2d228991ae19.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/9773aa1aa54f4f7b80e44bef04986cea/offer/EGS_RocketLeague_PsyonixLLC_S2-1200x1600-94b99fd67ae08c9d640f2d228991ae19.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/9773aa1aa54f4f7b80e44bef04986cea/offer/EGS_RocketLeague_PsyonixLLC_S1-2560x1440-e9dc9ecfd5a872841615d15ba04600a6.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/9773aa1aa54f4f7b80e44bef04986cea/offer/EGS_RocketLeague_PsyonixLLC_S2-1200x1600-94b99fd67ae08c9d640f2d228991ae19.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-98larctxyhn55kqjq5xjb9wzjl9hf9",
                                        "name": "Psyonix LLC"
                                    },
                                    "productSlug": "rocket-league",
                                    "urlSlug": "rocket-league",
                                    "items": [
                                        {
                                            "id": "e5f19442ad29489c8a6e055dd2b6bbb1",
                                            "namespace": "9773aa1aa54f4f7b80e44bef04986cea"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "CN,HK,MO,TW,KR"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Psyonix LLC"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "rocket-league"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "rocket-league",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-09-23T15:00:00.000Z",
                                    "effectiveDate": "2020-09-23T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "879b0d8776ab46a59a129983ba78f0ce",
                                "id": "acc319019e974ec9a4af28530141d888",
                                "offer": {
                                    "title": "Genshin Impact",
                                    "id": "acc319019e974ec9a4af28530141d888",
                                    "namespace": "879b0d8776ab46a59a129983ba78f0ce",
                                    "description": "Genshin Impact",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_GenshinImpact_miHoYoLimited_S1_2560x1440-91c6cd7312cc2647c3ebccca10f30399"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_GenshinImpact_miHoYoLimited_S2_1200x1600-c12cdcc2cac330df2185aa58c508e820"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_GenshinImpact_miHoYoLimited_S2_1200x1600-c12cdcc2cac330df2185aa58c508e820"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_GenshinImpact_miHoYoLimited_S2_1200x1600-c12cdcc2cac330df2185aa58c508e820"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EN_EGS_GenshinImpact_BonusCode_1920x1080_1920x1080-896705039852a0cbd5eda6eeed211ec8"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EN_EGS_GenshinImpact_BonusCode_1200x1600_1200x1600-72287195c25de9461d16d54675253da3"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-wlaqew5gv79ufa3slnqhhsqbpjdvnb",
                                        "name": "miHoYo Co., Ltd"
                                    },
                                    "productSlug": "genshin-impact",
                                    "urlSlug": "genshin-impact",
                                    "items": [
                                        {
                                            "id": "9e81ef5caf374f89ad95b1cb782dbf3f",
                                            "namespace": "879b0d8776ab46a59a129983ba78f0ce"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "CN"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "miHoYo Limited"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "genshin-impact"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "freegames"
                                        },
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "genshin-impact",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-06-08T23:00:00.000Z",
                                    "effectiveDate": "2021-06-08T23:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "0ffb7cf5cff64cd0a621222a8e969c28",
                                "id": "2a2b00dc10c04a3ba964d5c5b8df7bfe",
                                "offer": {
                                    "title": "Scavengers",
                                    "id": "2a2b00dc10c04a3ba964d5c5b8df7bfe",
                                    "namespace": "0ffb7cf5cff64cd0a621222a8e969c28",
                                    "description": "Scavengers",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_Scavengers_MidwinterEntertainment_S1_2560x1440-7cf56d0c2c86b5cf934c5121ee0cf8d1"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_Scavengers_MidwinterEntertainment_S2_1200x1600-a6aa959b9f24a30b1123e5a29cfbb397"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_Scavengers_MidwinterEntertainment_S2_1200x1600-a6aa959b9f24a30b1123e5a29cfbb397"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_Scavengers_MidwinterEntertainment_S2_1200x1600-a6aa959b9f24a30b1123e5a29cfbb397"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_Scavengers_MidwinterEntertainment_S1_2560x1440-7cf56d0c2c86b5cf934c5121ee0cf8d1"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_Scavengers_MidwinterEntertainment_S2_1200x1600-a6aa959b9f24a30b1123e5a29cfbb397"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-rvmaypy9jeuja8bknjqftauuas6bph",
                                        "name": "Improbable Worlds Limited"
                                    },
                                    "productSlug": "scavengers",
                                    "urlSlug": "jackfruitgeneralaudience",
                                    "items": [
                                        {
                                            "id": "90469841a8d847f8a62b8d52a5684fb5",
                                            "namespace": "0ffb7cf5cff64cd0a621222a8e969c28"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "[]"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Improbable Worlds Limited"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Midwinter Entertainment"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "scavengers"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "scavengers",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-05-01T16:00:00.000Z",
                                    "effectiveDate": "2021-05-01T16:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "8ff186a4415d4ce6b5a287ccfd11cf04",
                                "id": "e9b574eacfaf4c7bb244670eded87d31",
                                "offer": {
                                    "title": "Core",
                                    "id": "e9b574eacfaf4c7bb244670eded87d31",
                                    "namespace": "8ff186a4415d4ce6b5a287ccfd11cf04",
                                    "description": "Core",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/8ff186a4415d4ce6b5a287ccfd11cf04/offer/EGS_Core_ManticoreGames_S9-1920x1080-e1b43d736cc16cce2e1b1be816582d74.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/8ff186a4415d4ce6b5a287ccfd11cf04/offer/EGS_Core_ManticoreGames_S2-1200x1600-6724c3b1a1b771d1fcfd34af273281bb.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/8ff186a4415d4ce6b5a287ccfd11cf04/offer/EGS_Core_ManticoreGames_S2-1200x1600-6724c3b1a1b771d1fcfd34af273281bb.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/8ff186a4415d4ce6b5a287ccfd11cf04/offer/EGS_Core_ManticoreGames_S2-1200x1600-6724c3b1a1b771d1fcfd34af273281bb.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/8ff186a4415d4ce6b5a287ccfd11cf04/offer/EGS_Core_ManticoreGames_S9-1920x1080-e1b43d736cc16cce2e1b1be816582d74.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/8ff186a4415d4ce6b5a287ccfd11cf04/offer/EGS_Core_ManticoreGames_S2-1200x1600-6724c3b1a1b771d1fcfd34af273281bb.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-gef9apdv7sv2tr6vrvz6efgfv6p858",
                                        "name": "Manticore Games"
                                    },
                                    "productSlug": "core",
                                    "urlSlug": "lykoigeneralaudience",
                                    "items": [
                                        {
                                            "id": "b0e39838823c471e86bcdba53ff3e1b8",
                                            "namespace": "8ff186a4415d4ce6b5a287ccfd11cf04"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Manticore Games"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Manticore Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "core"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "core",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-04-15T15:00:00.000Z",
                                    "effectiveDate": "2021-04-15T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "933ada2ec45e4184ae840d64c99e0ba9",
                                "id": "36bfbc7a0b664a2891c68dc947922469",
                                "offer": {
                                    "title": "Rogue Company",
                                    "id": "36bfbc7a0b664a2891c68dc947922469",
                                    "namespace": "933ada2ec45e4184ae840d64c99e0ba9",
                                    "description": "Rogue Company",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/RoCo-EGS-Season2MackIllustration-HeroCarouselImage-1920x1080_1920x1080-18bd6c83817997f8853533f8476ec92d"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/RoCo-EGS-Season2MackIllustration-PortraitProductImage-1200x1600_1200x1600-cc4c8a33b91b49737056e259ac350e4b"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/RoCo-EGS-Season2MackIllustration-HeroCarouselImage-1920x1080_1920x1080-18bd6c83817997f8853533f8476ec92d"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/RoCo-EGS-Season2MackIllustration-PortraitProductImage-1200x1600_1200x1600-cc4c8a33b91b49737056e259ac350e4b"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/RoCo-EGS-Season2MackIllustration-PortraitProductImage-1200x1600_1200x1600-cc4c8a33b91b49737056e259ac350e4b"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/RoCo-EGS-Season2MackIllustration-PortraitProductImage-1200x1600_1200x1600-cc4c8a33b91b49737056e259ac350e4b"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-7aklpapnk74p66sqs6hm5byt29wp66",
                                        "name": "Hi-Rez Studios"
                                    },
                                    "productSlug": "rogue-company/home",
                                    "urlSlug": "rogue-company",
                                    "items": [
                                        {
                                            "id": "167fe4a0caee4da689193e3e12af241e",
                                            "namespace": "933ada2ec45e4184ae840d64c99e0ba9"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Hi-Rez Studios"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "rogue-company/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "rogue-company",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-09-30T15:00:00.000Z",
                                    "effectiveDate": "2020-09-30T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "5fdcc0dc67294af3be740f362bd976fd",
                                "id": "e8c01dff9a524977a2e51c5831155a91",
                                "offer": {
                                    "title": "Magic The Gathering Arena",
                                    "id": "e8c01dff9a524977a2e51c5831155a91",
                                    "namespace": "5fdcc0dc67294af3be740f362bd976fd",
                                    "description": "Magic: The Gathering Arena",
                                    "keyImages": [
                                        {
                                            "type": "DieselGameBoxLogo",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_WOTC_MTGARENA_IC1_WHITE-260x200-2398d066e3fc892e44d8aabbbba911ed.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_WOTC_MTGARENA_N2_STILL-2560x1440-8c5241cf0d667c3fdb33e83a7ae2dca4.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_WOTC_MTGARENA_N2_STILL-2560x1440-8c5241cf0d667c3fdb33e83a7ae2dca4.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_WOTC_MTGARENA_N2_STILL-2560x1440-8c5241cf0d667c3fdb33e83a7ae2dca4.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/5fdcc0dc67294af3be740f362bd976fd/offer/Tumbnail_MTGlogo-576x576-eae5f6bc6e63800e8d97399db0467548.png"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/5fdcc0dc67294af3be740f362bd976fd/offer/Tumbnail_MTGlogo-576x576-eae5f6bc6e63800e8d97399db0467548.png"
                                        },
                                        {
                                            "type": "DieselGameBox",
                                            "url": "https://cdn1.epicgames.com/5fdcc0dc67294af3be740f362bd976fd/offer/MTG_Store-2560x1440-8c5241cf0d667c3fdb33e83a7ae2dca4.jpg"
                                        },
                                        {
                                            "type": "DieselGameBoxTall",
                                            "url": "https://cdn1.epicgames.com/5fdcc0dc67294af3be740f362bd976fd/offer/MTG_Store-2560x1440-8c5241cf0d667c3fdb33e83a7ae2dca4.jpg"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_WOTC_MTGARENA_N2_STILL-2560x1440-8c5241cf0d667c3fdb33e83a7ae2dca4.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-xlb74ml56wsa5dcfcgrpvu4ywndlmm",
                                        "name": "Wizards of the Coast"
                                    },
                                    "productSlug": "mtg-arena/home",
                                    "urlSlug": "stargazergeneralaudience",
                                    "items": [
                                        {
                                            "id": "c5192a89967b408e86812779eb98c907",
                                            "namespace": "5fdcc0dc67294af3be740f362bd976fd"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "CN,KR,HK,MO,TW,TH,VN,ID,PH,MY,SG,KH,LA,BN,MM"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Wizards of the Coast"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "mtg-arena/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "mtg-arena",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-01-16T08:00:00.000Z",
                                    "effectiveDate": "2020-01-16T18:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "7e508f543b05465abe3a935960eb70ac",
                                "id": "a9748abde1c94b66aae5250bb9fc5503",
                                "offer": {
                                    "title": "Idle Champions of the Forgotten Realms",
                                    "id": "a9748abde1c94b66aae5250bb9fc5503",
                                    "namespace": "7e508f543b05465abe3a935960eb70ac",
                                    "description": "Idle Champions of the Forgotten Realms",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/7e508f543b05465abe3a935960eb70ac/offer/EGS_IdleChampionsoftheForgottenRealms_CodenameEntertainment_S1-2560x1440-a890c6157dce97993be432cb8338cb79.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/7e508f543b05465abe3a935960eb70ac/offer/EGS_IdleChampionsoftheForgottenRealms_CodenameEntertainment_S2-1200x1600-c67f1998f4ed6ba79d9e5e71cfb30b23.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/7e508f543b05465abe3a935960eb70ac/offer/EGS_IdleChampionsoftheForgottenRealms_CodenameEntertainment_S2-1200x1600-c67f1998f4ed6ba79d9e5e71cfb30b23.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/7e508f543b05465abe3a935960eb70ac/offer/EGS_IdleChampionsoftheForgottenRealms_CodenameEntertainment_S2-1200x1600-c67f1998f4ed6ba79d9e5e71cfb30b23.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_IdleChampionsoftheForgottenRealms_CodenameEntertainment_S2-1200x1600-c67f1998f4ed6ba79d9e5e71cfb30b23_1200x1600-c67f1998f4ed6ba79d9e5e71cfb30b23"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_IdleChampionsoftheForgottenRealms_CodenameEntertainment_S1-2560x1440-a890c6157dce97993be432cb8338cb79_2560x1440-a890c6157dce97993be432cb8338cb79"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-3kpjwtwqwfl2p9wdwvpad7yqz4kt6c",
                                        "name": "Codename Entertainment"
                                    },
                                    "productSlug": "idle-champions-of-the-forgotten-realms",
                                    "urlSlug": "banegeneralaudience",
                                    "items": [
                                        {
                                            "id": "9a4e1a1eb6b140f6a9e5e4dcb5a2bf55",
                                            "namespace": "7e508f543b05465abe3a935960eb70ac"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Codename Entertainment"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Codename Entertainment"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "idle-champions-of-the-forgotten-realms"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "idle-champions-of-the-forgotten-realms",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-02-16T17:00:00.000Z",
                                    "effectiveDate": "2021-02-16T17:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "jackal",
                                "id": "e64af2d6202d4b64b86abe428250dbff",
                                "offer": {
                                    "title": "Dauntless",
                                    "id": "e64af2d6202d4b64b86abe428250dbff",
                                    "namespace": "jackal",
                                    "description": "Dauntless",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LIVEFORTHEHUNT_PhoenixLabs_S2_1200x1600-9aac4e7ff2e633023200dd1f83206442"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LIVEFORTHEHUNT_PhoenixLabs_S1_2560x1440-515f54e8312322f81d3d16698453060b"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LIVEFORTHEHUNT_PhoenixLabs_S2_1200x1600-9aac4e7ff2e633023200dd1f83206442"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LIVEFORTHEHUNT_PhoenixLabs_S2_1200x1600-9aac4e7ff2e633023200dd1f83206442"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LIVEFORTHEHUNT_PhoenixLabs_S2_1200x1600-9aac4e7ff2e633023200dd1f83206442"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LIVEFORTHEHUNT_PhoenixLabs_S1_2560x1440-515f54e8312322f81d3d16698453060b"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-krlzxj88qrtb69fredeuaf887bl5az",
                                        "name": "Phoenix Labs"
                                    },
                                    "productSlug": "dauntless/home",
                                    "urlSlug": "jackalgeneralaudience",
                                    "items": [
                                        {
                                            "id": "75cf1b4f9d2d45bbbd96579b476f5198",
                                            "namespace": "jackal"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Phoenix Labs"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "dauntless/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "dauntless",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-03-19T13:51:00.000Z",
                                    "effectiveDate": "2019-04-30T16:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "badb0ee71b474ed591ec43212547cfc8",
                                "id": "6005be154ca94b978757989243a9ec73",
                                "offer": {
                                    "title": "Paladins",
                                    "id": "6005be154ca94b978757989243a9ec73",
                                    "namespace": "badb0ee71b474ed591ec43212547cfc8",
                                    "description": "Paladins",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Paladins-EGS-Patch21p4Vatu-LandscapeIMG-2560x1440_2560x1440-e1ea775748e8349026a97d471cb40b55"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Paladins-EGS-Patch21p4Vatu-PortraitIMG-860x1148_860x1148-adf7e4cfebfee50c7c89707881e330a8"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Paladins-EGS-Patch21p4Vatu-LandscapeIMG-2560x1440_2560x1440-e1ea775748e8349026a97d471cb40b55"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Paladins-EGS-Patch21p4Vatu-PortraitIMG-860x1148_860x1148-adf7e4cfebfee50c7c89707881e330a8"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Paladins-EGS-Patch21p4Vatu-PortraitIMG-860x1148_860x1148-adf7e4cfebfee50c7c89707881e330a8"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Paladins-EGS-Patch21p4Vatu-PortraitIMG-860x1148_860x1148-adf7e4cfebfee50c7c89707881e330a8"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-7aklpapnk74p66sqs6hm5byt29wp66",
                                        "name": "Hi-Rez Studios"
                                    },
                                    "productSlug": "paladins",
                                    "urlSlug": "paladins",
                                    "items": [
                                        {
                                            "id": "0346d1ff3b004a7187f1610ad0046d7c",
                                            "namespace": "badb0ee71b474ed591ec43212547cfc8"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR,CN"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Hi-Rez Studios"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Evil Mojo Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "paladins"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "paladins",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-03-24T15:00:00.000Z",
                                    "effectiveDate": "2020-03-24T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "b04882669b2e495e9f747c8560488c93",
                                "id": "6e02cab6e82243858462ba7f93c82e9d",
                                "offer": {
                                    "title": "Trackmania",
                                    "id": "6e02cab6e82243858462ba7f93c82e9d",
                                    "namespace": "b04882669b2e495e9f747c8560488c93",
                                    "description": "Trackmania",
                                    "keyImages": [
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Trackmania_Royal_KeyArt_1200x1600_1200x1600-baf0e1c64be7ae2fefa18ba9e845f4c2"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Trackmania_Royal_KeyArt_1200x1600_1200x1600-baf0e1c64be7ae2fefa18ba9e845f4c2"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Trackmania_Royal_KeyArt_1200x1600_1200x1600-baf0e1c64be7ae2fefa18ba9e845f4c2"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Trackmania_Royal_KeyArt_1200x1600_1200x1600-baf0e1c64be7ae2fefa18ba9e845f4c2"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/TM_StarterEd_Store_Landscape_2560x1440_2560x1440-0208bfc8d824b707130420b61249d4f5"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/TM_StarterEd_Store_Landscape_2560x1440_2560x1440-0208bfc8d824b707130420b61249d4f5"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-3efjudxdtgsqnulml4bkeq3v9nec38",
                                        "name": "Ubisoft Entertainment"
                                    },
                                    "productSlug": "trackmania/home",
                                    "urlSlug": "pigeongeneralaudience",
                                    "items": [
                                        {
                                            "id": "4e1475312e8a44f4b815c66a4847d76b",
                                            "namespace": "b04882669b2e495e9f747c8560488c93"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "CN"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Ubisoft"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Ubisoft Nadeo"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "trackmania/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "trackmania",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-07-01T15:00:00.000Z",
                                    "effectiveDate": "2020-07-01T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "076207fa2b5c4803a636af606c3c28b7",
                                "id": "f57f2cf4b6aa49be84688e4ea571ccbe",
                                "offer": {
                                    "title": "SMITE",
                                    "id": "f57f2cf4b6aa49be84688e4ea571ccbe",
                                    "namespace": "076207fa2b5c4803a636af606c3c28b7",
                                    "description": "SMITE",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Smite-EGS-MorganLeFay-LandscapeIMG-2560x1440_2560x1440-2b9caefdbb81a3f65074b296a79e5a9e"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Smite-EGS-MorganLeFay-PortraitIMG-1200x1600_1200x1600-f27d2096e78ee3a0c434dc4b711ed5ab"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Smite-EGS-MorganLeFay-LandscapeIMG-2560x1440_2560x1440-2b9caefdbb81a3f65074b296a79e5a9e"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Smite-EGS-MorganLeFay-PortraitIMG-1200x1600_1200x1600-f27d2096e78ee3a0c434dc4b711ed5ab"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Smite-EGS-MorganLeFay-PortraitIMG-1200x1600_1200x1600-f27d2096e78ee3a0c434dc4b711ed5ab"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/Smite-EGS-MorganLeFay-PortraitIMG-1200x1600_1200x1600-f27d2096e78ee3a0c434dc4b711ed5ab"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-7aklpapnk74p66sqs6hm5byt29wp66",
                                        "name": "Hi-Rez Studios"
                                    },
                                    "productSlug": "smite",
                                    "urlSlug": "smite",
                                    "items": [
                                        {
                                            "id": "824c0955d3cb43bdb6ca522d476f6a21",
                                            "namespace": "076207fa2b5c4803a636af606c3c28b7"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR,CN"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Hi-Rez Studios"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Titan Forge Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "smite"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "smite",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-04-28T15:00:00.000Z",
                                    "effectiveDate": "2020-04-28T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "84c76746bce94effb8e1047fabfd7eb7",
                                "id": "419b4e7fd0a443e4843d3e6d3cc18a98",
                                "offer": {
                                    "title": "World of Warships",
                                    "id": "419b4e7fd0a443e4843d3e6d3cc18a98",
                                    "namespace": "84c76746bce94effb8e1047fabfd7eb7",
                                    "description": "World of Warships",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/84c76746bce94effb8e1047fabfd7eb7/offer/EGS_WorldofWarships_WargamingGroupLimited_S5-1920x1080-0e04d731de30455231f06f17d743360e.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/84c76746bce94effb8e1047fabfd7eb7/offer/EGS_WorldofWarships_WargamingGroupLimited_S6-1200x1600-858f5b6aa568397ff7d5632e9fe23e1c.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/84c76746bce94effb8e1047fabfd7eb7/offer/EGS_WorldofWarships_WargamingGroupLimited_S6-1200x1600-858f5b6aa568397ff7d5632e9fe23e1c.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/84c76746bce94effb8e1047fabfd7eb7/offer/EGS_WorldofWarships_WargamingGroupLimited_S6-1200x1600-858f5b6aa568397ff7d5632e9fe23e1c.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/84c76746bce94effb8e1047fabfd7eb7/offer/EGS_WorldofWarships_WargamingGroupLimited_S5-1920x1080-0e04d731de30455231f06f17d743360e.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/84c76746bce94effb8e1047fabfd7eb7/offer/EGS_WorldofWarships_WargamingGroupLimited_S6-1200x1600-858f5b6aa568397ff7d5632e9fe23e1c.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-zl36d39u5ep2gt2fv2vfwgnwkxfypl",
                                        "name": "Wargaming Group Limited"
                                    },
                                    "productSlug": "world-of-warships",
                                    "urlSlug": "world-of-warships",
                                    "items": [
                                        {
                                            "id": "9f6e3a7758fe468ab12187a1ead11829",
                                            "namespace": "84c76746bce94effb8e1047fabfd7eb7"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "[]"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Wargaming"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Wargaming"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "world-of-warships"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "world-of-warships",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-03-18T13:00:00.000Z",
                                    "effectiveDate": "2021-03-18T13:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "newt",
                                "id": "8185b5be30124bdc93bc46d9174bd114",
                                "offer": {
                                    "title": "Spellbreak",
                                    "id": "8185b5be30124bdc93bc46d9174bd114",
                                    "namespace": "newt",
                                    "description": "Spellbreak",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/newt/offer/landscape-1920x1080-92d41dbbb4442dffb6fbd72e4204faf8.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/newt/offer/portrait-1200x1600-f77dfec5abd305765cf8afdfdcfec3c7.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/newt/offer/portrait-1200x1600-f77dfec5abd305765cf8afdfdcfec3c7.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/newt/offer/portrait-1200x1600-f77dfec5abd305765cf8afdfdcfec3c7.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/newt/offer/landscape-1920x1080-92d41dbbb4442dffb6fbd72e4204faf8.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/newt/offer/portrait-1200x1600-f77dfec5abd305765cf8afdfdcfec3c7.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-umuuzpzyfsw8wvcn4xpyh7ksmyhflg",
                                        "name": "Proletariat, Inc."
                                    },
                                    "productSlug": "spellbreak",
                                    "urlSlug": "spellbreak",
                                    "items": [
                                        {
                                            "id": "df159e8275144531a6ee1b5f48d56e44",
                                            "namespace": "newt"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Proletariat Inc"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "spellbreak"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "spellbreak",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-09-03T14:00:00.000Z",
                                    "effectiveDate": "2020-09-03T13:55:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "c3e63401d6ba410493de31ed69a798a1",
                                "id": "9cbce2178e694841bd63dc31d91e6868",
                                "offer": {
                                    "title": "Heroes & Generals WWII",
                                    "id": "9cbce2178e694841bd63dc31d91e6868",
                                    "namespace": "c3e63401d6ba410493de31ed69a798a1",
                                    "description": "Heroes & Generals WWII",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/hng_default_boxart_1200x1600-f47e0091839c038ee0a5473116268220"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_HeroesGeneralsWWII_RETOMOTO_S1_2560x1440-95230c1f46464b4752fdde442a686b00"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/hng_default_boxart_1200x1600-f47e0091839c038ee0a5473116268220"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/hng_default_boxart_1200x1600-f47e0091839c038ee0a5473116268220"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/hng_default_boxart_1200x1600-f47e0091839c038ee0a5473116268220"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_HeroesGeneralsWWII_RETOMOTO_S1_2560x1440-95230c1f46464b4752fdde442a686b00"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-5gfjc6842mpumpd4slgddhbhqw7e8l",
                                        "name": "RETO MOTO"
                                    },
                                    "productSlug": "heroes-and-generals-wwii/home",
                                    "urlSlug": "heroes-and-general-wwii",
                                    "items": [
                                        {
                                            "id": "6e21ecb440044ff7ba13823bb4c0e2e7",
                                            "namespace": "c3e63401d6ba410493de31ed69a798a1"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "RETO MOTO"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "heroes-and-generals-wwii/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "heroes-and-generals-wwii",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-09-24T14:00:00.000Z",
                                    "effectiveDate": "2020-09-24T14:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "2b352b4aea3849bd9519842dda263ac7",
                                "id": "95afe0e3f3dc43e4b9ebab9c6fc8d276",
                                "offer": {
                                    "title": "CRSED: F.O.A.D.",
                                    "id": "95afe0e3f3dc43e4b9ebab9c6fc8d276",
                                    "namespace": "2b352b4aea3849bd9519842dda263ac7",
                                    "description": "CRSED: F.O.A.D.",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/2b2d16d3-7eff-4f97-806c-94bcdc62903a_2560x1440-aa6ca2f1bd338e69404aa0b23d026d32"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/1a266b85-9b69-4c67-9791-b84bdc00e5c8_1200x1600-1dc0f6739cc4a4450e95f0afb2830ab3"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/1a266b85-9b69-4c67-9791-b84bdc00e5c8_1200x1600-1dc0f6739cc4a4450e95f0afb2830ab3"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/1a266b85-9b69-4c67-9791-b84bdc00e5c8_1200x1600-1dc0f6739cc4a4450e95f0afb2830ab3"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/2b2d16d3-7eff-4f97-806c-94bcdc62903a_2560x1440-aa6ca2f1bd338e69404aa0b23d026d32"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/1a266b85-9b69-4c67-9791-b84bdc00e5c8_1200x1600-1dc0f6739cc4a4450e95f0afb2830ab3"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-ryelu2twnhbef3b9dncwtqh38emq5n",
                                        "name": "Gaijin Distribution KFT"
                                    },
                                    "productSlug": "crsed-f-o-a-d/home",
                                    "urlSlug": "athensgeneralaudience",
                                    "items": [
                                        {
                                            "id": "f0dd0b251f7f4a8cba47c21728f77a08",
                                            "namespace": "2b352b4aea3849bd9519842dda263ac7"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Gaijin Entertainment"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Darkflow Software"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "crsed-f-o-a-d/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "crsed-f-o-a-d",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-12-03T16:00:00.000Z",
                                    "effectiveDate": "2020-12-03T16:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "37baf50c268d47779020d73143bb02b0",
                                "id": "791e1ab4a2664ca0b66331d5b1ec4d89",
                                "offer": {
                                    "title": "Auto Chess",
                                    "id": "791e1ab4a2664ca0b66331d5b1ec4d89",
                                    "namespace": "37baf50c268d47779020d73143bb02b0",
                                    "description": "Auto Chess",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_AutoChess_DragonestGame_S1_2560x1440-a851068154da4bae5b9209e03e6c7804"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_AutoChess_DragonestGame_S2_1200x1600-cf940a0d33e9eca317081fe8937397fa"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_AutoChess_DragonestGame_S2_1200x1600-cf940a0d33e9eca317081fe8937397fa"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_AutoChess_DragonestGame_S2_1200x1600-cf940a0d33e9eca317081fe8937397fa"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_AutoChess_DragonestGame_S1_2560x1440-a851068154da4bae5b9209e03e6c7804"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_AutoChess_DragonestGame_S2_1200x1600-cf940a0d33e9eca317081fe8937397fa"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-y5r3t7krqueavr2f5gk9g8g7pfmtsf",
                                        "name": "Dragonest Game"
                                    },
                                    "productSlug": "auto-chess/home",
                                    "urlSlug": "chickengeneralaudience",
                                    "items": [
                                        {
                                            "id": "d1882300c6b7406bbc1c54e3e7f6c502",
                                            "namespace": "37baf50c268d47779020d73143bb02b0"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "[]"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Dragonest Game"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "auto-chess/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "auto-chess",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2019-08-23T15:00:00.000Z",
                                    "effectiveDate": "2019-08-23T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "7ad5508d382e46228056f1d1a0189ae2",
                                "id": "0e8695f8a0a648a78f20e3412cd501e5",
                                "offer": {
                                    "title": "Path of Exile",
                                    "id": "0e8695f8a0a648a78f20e3412cd501e5",
                                    "namespace": "7ad5508d382e46228056f1d1a0189ae2",
                                    "description": "Path of Exile",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_PathofExile_GrindingGearGames_S1_2560x1440-5f96551de54a25d5e4116722f6661da9"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_PathofExile_GrindingGearGames_S2_1200x1600-66910c111571c37c7e2d4032ff0a3e4c"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_PathofExile_GrindingGearGames_S1_2560x1440-5f96551de54a25d5e4116722f6661da9"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_PathofExile_GrindingGearGames_S2_1200x1600-66910c111571c37c7e2d4032ff0a3e4c"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_PathofExile_GrindingGearGames_S2_1200x1600-66910c111571c37c7e2d4032ff0a3e4c"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_PathofExile_GrindingGearGames_S2_1200x1600-66910c111571c37c7e2d4032ff0a3e4c"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-hjnk7yyxh7s2pm8k5dhxnubswnbler",
                                        "name": "Grinding Gear Games"
                                    },
                                    "productSlug": "path-of-exile/home",
                                    "urlSlug": "path-of-exile",
                                    "items": [
                                        {
                                            "id": "8efb5c161fe04fcbb5cd501a36d3e0fe",
                                            "namespace": "7ad5508d382e46228056f1d1a0189ae2"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR,CN,TW,HK,MO"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Grinding Gear Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "path-of-exile/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "path-of-exile",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-09-16T15:00:00.000Z",
                                    "effectiveDate": "2020-09-16T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "ce9774c9678a4377befaa8fdfc8ef71b",
                                "id": "4a27d8ed281147cd9f40096f95d5d8bb",
                                "offer": {
                                    "title": "Magic: Legends",
                                    "id": "4a27d8ed281147cd9f40096f95d5d8bb",
                                    "namespace": "ce9774c9678a4377befaa8fdfc8ef71b",
                                    "description": "Magic: Legends",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/ce9774c9678a4377befaa8fdfc8ef71b/offer/EGS_MagicLegends_CrypticStudios_S5-1920x1080-aa51dce3a2e5bfd226f375a184c5cbe9.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/ce9774c9678a4377befaa8fdfc8ef71b/offer/EGS_MagicLegends_CrypticStudios_S4-1200x1600-dfa374ef3b6283847ca520495f668c42.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/ce9774c9678a4377befaa8fdfc8ef71b/offer/EGS_MagicLegends_CrypticStudios_S4-1200x1600-dfa374ef3b6283847ca520495f668c42.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/ce9774c9678a4377befaa8fdfc8ef71b/offer/EGS_MagicLegends_CrypticStudios_S4-1200x1600-dfa374ef3b6283847ca520495f668c42.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/ce9774c9678a4377befaa8fdfc8ef71b/offer/EGS_MagicLegends_CrypticStudios_S5-1920x1080-aa51dce3a2e5bfd226f375a184c5cbe9.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/ce9774c9678a4377befaa8fdfc8ef71b/offer/EGS_MagicLegends_CrypticStudios_S4-1200x1600-dfa374ef3b6283847ca520495f668c42.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-9nw6gkw2c9xlz6dk6z8vt7h5nbgm5w",
                                        "name": "Perfect World"
                                    },
                                    "productSlug": "magic-legends",
                                    "urlSlug": "magic-legends",
                                    "items": [
                                        {
                                            "id": "a8852fc47cb2487f86515ce965558378",
                                            "namespace": "ce9774c9678a4377befaa8fdfc8ef71b"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Perfect World Entertainment Inc."
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Cryptic Studios"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "magic-legends"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "magic-legends",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-03-19T17:00:00.000Z",
                                    "effectiveDate": "2021-03-19T17:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "36336ee97ec543bbae85abaca618182b",
                                "id": "91a881b260bb455d97aeea0d205aa178",
                                "offer": {
                                    "title": "Diabotical",
                                    "id": "91a881b260bb455d97aeea0d205aa178",
                                    "namespace": "36336ee97ec543bbae85abaca618182b",
                                    "description": "Diabotical",
                                    "keyImages": [
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_Diabotical_TheGDStudio_S1-2560x1440-0add3570a716eba869a0a0003a86836e.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_Diabotical_TheGDStudio_S2-860x1148-4735874e9639619fd8c049cd8ebc72a8.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/epic/offer/EGS_Diabotical_TheGDStudio_S2-860x1148-4735874e9639619fd8c049cd8ebc72a8.jpg"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/36336ee97ec543bbae85abaca618182b/offer/EGS_Diabotical_TheGDStudio_S1-2560x1440-0add3570a716eba869a0a0003a86836e.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/36336ee97ec543bbae85abaca618182b/offer/EGS_Diabotical_TheGDStudio_S2-860x1148-4735874e9639619fd8c049cd8ebc72a8.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/36336ee97ec543bbae85abaca618182b/offer/EGS_Diabotical_TheGDStudio_S2-860x1148-4735874e9639619fd8c049cd8ebc72a8-860x1148-4735874e9639619fd8c049cd8ebc72a8.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-376adequh7aazkj2cky8h6aezvju5h",
                                        "name": "The GD Studio"
                                    },
                                    "productSlug": "diabotical/home",
                                    "urlSlug": "honeycreepergeneralaudience",
                                    "items": [
                                        {
                                            "id": "ff813c826fb0410db5d0232172cdd783",
                                            "namespace": "36336ee97ec543bbae85abaca618182b"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "The GD Studio"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "diabotical/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "diabotical",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-09-03T13:00:00.000Z",
                                    "effectiveDate": "2020-09-03T13:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "9a4a6536096c4307bfb235d811f754ce",
                                "id": "db2d81bb32a845b5bfb1e768e120e2ac",
                                "offer": {
                                    "title": "Neverwinter",
                                    "id": "db2d81bb32a845b5bfb1e768e120e2ac",
                                    "namespace": "9a4a6536096c4307bfb235d811f754ce",
                                    "description": "Neverwinter",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/9a4a6536096c4307bfb235d811f754ce/offer/EGS_Neverwinter_CrypticStudios_S1-2560x1440-d5b5c06a4c1495f1156c34d08eb159b9.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/9a4a6536096c4307bfb235d811f754ce/offer/EGS_Neverwinter_CrypticStudios_S2-1200x1600-2ec7ab288f9ab9dd4a89cef7b49b4a0f.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/9a4a6536096c4307bfb235d811f754ce/offer/EGS_Neverwinter_CrypticStudios_S2-1200x1600-2ec7ab288f9ab9dd4a89cef7b49b4a0f.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/9a4a6536096c4307bfb235d811f754ce/offer/EGS_Neverwinter_CrypticStudios_S2-1200x1600-2ec7ab288f9ab9dd4a89cef7b49b4a0f.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/9a4a6536096c4307bfb235d811f754ce/offer/EGS_Neverwinter_CrypticStudios_S1-2560x1440-d5b5c06a4c1495f1156c34d08eb159b9.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/9a4a6536096c4307bfb235d811f754ce/offer/EGS_Neverwinter_CrypticStudios_S2-1200x1600-2ec7ab288f9ab9dd4a89cef7b49b4a0f.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-9nw6gkw2c9xlz6dk6z8vt7h5nbgm5w",
                                        "name": "Perfect World"
                                    },
                                    "productSlug": "neverwinter",
                                    "urlSlug": "neverwinter",
                                    "items": [
                                        {
                                            "id": "a369cf543913422590e6621094dd2bb9",
                                            "namespace": "9a4a6536096c4307bfb235d811f754ce"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Perfect World Entertainment Inc."
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Cryptic Studios"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "neverwinter"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "neverwinter",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-11-10T17:00:00.000Z",
                                    "effectiveDate": "2020-11-10T17:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "06a97980aac14fdfb914ef603a113792",
                                "id": "c97c99cb46a244db9447cfaf60e0ec3b",
                                "offer": {
                                    "title": "Star Trek Online",
                                    "id": "c97c99cb46a244db9447cfaf60e0ec3b",
                                    "namespace": "06a97980aac14fdfb914ef603a113792",
                                    "description": "Star Trek Online",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/06a97980aac14fdfb914ef603a113792/offer/EGS_StarTrekOnline_CrypticStudios_S1-2560x1440-9192d57e9cf8397f6b1998cb0be7ecfa.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/06a97980aac14fdfb914ef603a113792/offer/EGS_StarTrekOnline_CrypticStudios_S2-1200x1600-c7dacb2bf4d8f76ce25d5c2226238a8a.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/06a97980aac14fdfb914ef603a113792/offer/EGS_StarTrekOnline_CrypticStudios_S2-1200x1600-c7dacb2bf4d8f76ce25d5c2226238a8a.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/06a97980aac14fdfb914ef603a113792/offer/EGS_StarTrekOnline_CrypticStudios_S2-1200x1600-c7dacb2bf4d8f76ce25d5c2226238a8a.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/06a97980aac14fdfb914ef603a113792/offer/EGS_StarTrekOnline_CrypticStudios_S1-2560x1440-9192d57e9cf8397f6b1998cb0be7ecfa.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/06a97980aac14fdfb914ef603a113792/offer/EGS_StarTrekOnline_CrypticStudios_S2-1200x1600-c7dacb2bf4d8f76ce25d5c2226238a8a.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-9nw6gkw2c9xlz6dk6z8vt7h5nbgm5w",
                                        "name": "Perfect World"
                                    },
                                    "productSlug": "star-trek-online",
                                    "urlSlug": "startrekonline",
                                    "items": [
                                        {
                                            "id": "b31f52dd9d10433b91db6fe7fef1ffcb",
                                            "namespace": "06a97980aac14fdfb914ef603a113792"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Perfect World Entertainment Inc."
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Cryptic Studios"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "star-trek-online"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "star-trek-online",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-10-06T16:00:00.000Z",
                                    "effectiveDate": "2020-10-06T16:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "b2192c4b00db40fe8848b3be6753cfd5",
                                "id": "1c27856d15bc466fb60e84d6ecab790e",
                                "offer": {
                                    "title": "Primordials: Battle of Gods",
                                    "id": "1c27856d15bc466fb60e84d6ecab790e",
                                    "namespace": "b2192c4b00db40fe8848b3be6753cfd5",
                                    "description": "Primordials: Battle of Gods",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/b2192c4b00db40fe8848b3be6753cfd5/offer/Primordials - Key Art Thumbnail-1248x702-1b3e24234fc708dfeb430bc3183ab025.png"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/b2192c4b00db40fe8848b3be6753cfd5/offer/pbog_keyart_315x399-315x399-a5853d2902b2a6524a52a14dccf1921c.png"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/b2192c4b00db40fe8848b3be6753cfd5/offer/pbog_keyart_315x399-315x399-a5853d2902b2a6524a52a14dccf1921c.png"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/b2192c4b00db40fe8848b3be6753cfd5/offer/pbog_keyart_315x399-315x399-a5853d2902b2a6524a52a14dccf1921c.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/b2192c4b00db40fe8848b3be6753cfd5/offer/Primordials - Key Art Thumbnail-1248x702-1b3e24234fc708dfeb430bc3183ab025.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/b2192c4b00db40fe8848b3be6753cfd5/offer/pbog_keyart_315x399-315x399-a5853d2902b2a6524a52a14dccf1921c.png"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-6dbpnx2zffzp7gdzzhzur3eegekssk",
                                        "name": "WIREGAMES d.o.o."
                                    },
                                    "productSlug": "primordials-battle-of-gods",
                                    "urlSlug": "primordials-battle-of-gods",
                                    "items": [
                                        {
                                            "id": "57f4cd3db3be4d22bc6640714c15026c",
                                            "namespace": "b2192c4b00db40fe8848b3be6753cfd5"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Wiregames"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "GD Entertainment"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "primordials-battle-of-gods"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "primordials-battle-of-gods",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-03-04T15:00:00.000Z",
                                    "effectiveDate": "2021-03-04T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "82225e5cb4714006b335a50d840208c6",
                                "id": "742f762ba0094daea72d91153433fb45",
                                "offer": {
                                    "title": "Might & Magic: Chess Royale",
                                    "id": "742f762ba0094daea72d91153433fb45",
                                    "namespace": "82225e5cb4714006b335a50d840208c6",
                                    "description": "Might & Magic: Chess Royale",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/82225e5cb4714006b335a50d840208c6/offer/EPIC_Key_Art_Landscape-MNMCR-3840x2160-9f436daddcd292d17ec8765b961fcc85.png"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/82225e5cb4714006b335a50d840208c6/offer/EPIC_Key_Art_Portrait_640x854-MNMCR-640x854-faddeaba1e194bf29c224ab81cd8450b.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/82225e5cb4714006b335a50d840208c6/offer/EPIC_Key_Art_Landscape-MNMCR-3840x2160-9f436daddcd292d17ec8765b961fcc85.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/82225e5cb4714006b335a50d840208c6/offer/EPIC_Key_Art_Portrait_640x854-MNMCR-640x854-faddeaba1e194bf29c224ab81cd8450b.png"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/82225e5cb4714006b335a50d840208c6/offer/EPIC_Key_Art_Portrait_640x854-MNMCR-640x854-faddeaba1e194bf29c224ab81cd8450b.png"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/82225e5cb4714006b335a50d840208c6/offer/EPIC_Key_Art_Portrait_640x854-MNMCR-640x854-faddeaba1e194bf29c224ab81cd8450b.png"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-3efjudxdtgsqnulml4bkeq3v9nec38",
                                        "name": "Ubisoft Entertainment"
                                    },
                                    "productSlug": "might-and-magic-chess-royale",
                                    "urlSlug": "tonkinesegeneralaudience",
                                    "items": [
                                        {
                                            "id": "0ea006e829cd446281df50f4c99747fc",
                                            "namespace": "82225e5cb4714006b335a50d840208c6"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "CN,KR,AU"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Ubisoft"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "might-and-magic-chess-royale"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "might-and-magic-chess-royale",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-05-05T15:00:00.000Z",
                                    "effectiveDate": "2020-05-05T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "19d54f4a6d7e4ba99c5caf8972fbfd02",
                                "id": "a7e5275e84dc48f58bf309cd3f071998",
                                "offer": {
                                    "title": "Hyper Scape™",
                                    "id": "a7e5275e84dc48f58bf309cd3f071998",
                                    "namespace": "19d54f4a6d7e4ba99c5caf8972fbfd02",
                                    "description": "Hyper Scape™",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/19d54f4a6d7e4ba99c5caf8972fbfd02/offer/EN_HYPERSCAPE SEASON 3__EPIC_Store Landscape_2560x1440-2560x1440-f9841609da187cc90af4fdcdb66f2368.png"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/19d54f4a6d7e4ba99c5caf8972fbfd02/offer/EN_HYPERSCAPE SEASON 3__EPIC_Store Portrait_1200x1600-1200x1600-ece65f20a2892c405a96210620b3b1c1.png"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/19d54f4a6d7e4ba99c5caf8972fbfd02/offer/EN_HYPERSCAPE SEASON 3__EPIC_Store Portrait_1200x1600-1200x1600-ece65f20a2892c405a96210620b3b1c1.png"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/19d54f4a6d7e4ba99c5caf8972fbfd02/offer/EN_HYPERSCAPE SEASON 3__EPIC_Store Portrait_1200x1600-1200x1600-ece65f20a2892c405a96210620b3b1c1.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/19d54f4a6d7e4ba99c5caf8972fbfd02/offer/EN_HYPERSCAPE SEASON 3__EPIC_Store Landscape_2560x1440-2560x1440-f9841609da187cc90af4fdcdb66f2368.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/19d54f4a6d7e4ba99c5caf8972fbfd02/offer/EN_HYPERSCAPE SEASON 3__EPIC_Store Portrait_1200x1600-1200x1600-ece65f20a2892c405a96210620b3b1c1.png"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-3efjudxdtgsqnulml4bkeq3v9nec38",
                                        "name": "Ubisoft Entertainment"
                                    },
                                    "productSlug": "hyper-scape",
                                    "urlSlug": "hyper-scape",
                                    "items": [
                                        {
                                            "id": "bc5badf3d26e4409ad00ffccf8125031",
                                            "namespace": "19d54f4a6d7e4ba99c5caf8972fbfd02"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "CN,KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Ubisoft"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Ubisoft Montreal"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "hyper-scape"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "hyper-scape",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-12-17T16:00:00.000Z",
                                    "effectiveDate": "2020-12-17T16:00:00.000Z",
                                    "prePurchase": null
                                }
                            }
                        ]
                    },
                    {
                        "__typename": "StorefrontCardGroup",
                        "type": "group",
                        "title": "More Free Games",
                        "offerPresentation": null,
                        "offerType": "topic",
                        "titleIcon": "NONE",
                        "groupStyle": "standard",
                        "hideTitle": false,
                        "cardType": null,
                        "link": {
                            "src": null,
                            "linkText": null
                        },
                        "offers": [
                            {
                                "namespace": "wex",
                                "id": "dfefaf7a3c87444bbed16f58d62fd78d",
                                "offer": {
                                    "title": "Battle Breakers",
                                    "id": "dfefaf7a3c87444bbed16f58d62fd78d",
                                    "namespace": "wex",
                                    "description": "Battle Breakers",
                                    "keyImages": [
                                        {
                                            "type": "DieselGameBoxLogo",
                                            "url": "https://cdn1.epicgames.com/undefined/offer/Logo_BattleBreakers_Final-1920x1080-fcce375b2d2c0b41fd2d6dcff0f09779.png"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/undefined/offer/BB_EGS_Launcher_S1-2560x1440-b5b39ca508dcc33eef81fea0e5d3cc5c.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/undefined/offer/BB_EGS_Launcher_S2-1280x1440-f50d07c9bb6e9ffdb35623f0992dcd7e.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/undefined/offer/BB_EGS_Launcher_S2-1280x1440-f50d07c9bb6e9ffdb35623f0992dcd7e.jpg"
                                        },
                                        {
                                            "type": "DieselGameBox",
                                            "url": "https://cdn1.epicgames.com/wex/offer/EG_Store_BattleBreakers_Vertical-420x560-ee34bc3a723731505fb5dea834678013.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/wex/offer/BB_EGS_Launcher_M1-800x800-c50edffc0884ac941473548f4c02597c.jpg"
                                        },
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/undefined/offer/BB_EGS_Launcher_S1-2560x1440-b5b39ca508dcc33eef81fea0e5d3cc5c.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-aa83a0a9bc45e98c80c1b1c9d92e9e",
                                        "name": "Epic Games"
                                    },
                                    "productSlug": "battle-breakers/home",
                                    "urlSlug": "battle-breakers-free-audience-access-item",
                                    "items": [
                                        {
                                            "id": "e458e71024404176addca212860f9ef2",
                                            "namespace": "wex"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Epic Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "battle-breakers/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "battle-breakers",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": null,
                                    "effectiveDate": "2019-11-13T18:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "72324f542dc4488681e617b0d39ad115",
                                "id": "c445c0b2f1b1449d9a01e6de23839189",
                                "offer": {
                                    "title": "SpellForce 3: Versus Edition",
                                    "id": "c445c0b2f1b1449d9a01e6de23839189",
                                    "namespace": "72324f542dc4488681e617b0d39ad115",
                                    "description": "SpellForce 3: Versus Edition",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/72324f542dc4488681e617b0d39ad115/offer/EGS_SpellForce3VersusEdition_GrimloreGames_G1A_00-1920x1080-084bb22e7f0598016cde007751f32d64.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/72324f542dc4488681e617b0d39ad115/offer/EGS_SpellForce3VersusEdition_GrimloreGames_S2-1200x1600-9a12662da22ce51a12ef1733846b9548.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/72324f542dc4488681e617b0d39ad115/offer/EGS_SpellForce3VersusEdition_GrimloreGames_S1-2560x1440-4ba29abefa9bf7f5c3646fbf3440be86.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/72324f542dc4488681e617b0d39ad115/offer/EGS_SpellForce3VersusEdition_GrimloreGames_S2-1200x1600-9a12662da22ce51a12ef1733846b9548.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/72324f542dc4488681e617b0d39ad115/offer/EGS_SpellForce3VersusEdition_GrimloreGames_S2-1200x1600-9a12662da22ce51a12ef1733846b9548.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/72324f542dc4488681e617b0d39ad115/offer/EGS_SpellForce3VersusEdition_GrimloreGames_S2-1200x1600-9a12662da22ce51a12ef1733846b9548.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-jywxgemg3dagnv6fymcngq3g29mc4j",
                                        "name": "THQ Nordic GmbH"
                                    },
                                    "productSlug": "spellforce-3-versus/home",
                                    "urlSlug": "hydrogengeneralaudience",
                                    "items": [
                                        {
                                            "id": "f68ba88ce22f4c6382c6a6cc642e12b2",
                                            "namespace": "72324f542dc4488681e617b0d39ad115"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "THQ Nordic"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Grimlore Games"
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "spellforce-3-versus/home"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "spellforce-3-versus",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-12-14T18:00:00.000Z",
                                    "effectiveDate": "2020-12-14T18:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "tulip",
                                "id": "fabaacbc88864d4ea40ab569ad4e480e",
                                "offer": {
                                    "title": "Delores: A Thimbleweed Park mini-adventure",
                                    "id": "fabaacbc88864d4ea40ab569ad4e480e",
                                    "namespace": "tulip",
                                    "description": "Delores: A Thimbleweed Park mini-adventure",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/tulip/offer/Delores_Epic_2560x2440_v1-2560x1440-a282575c156f41cf03a022cb28ef2477.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/tulip/offer/Delores_Epic_1200x1600_v1-1200x1600-64fd63efe1c62acf2375b5edc2cfaf7b.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/tulip/offer/Delores_Epic_2560x2440_v1-2560x1440-a282575c156f41cf03a022cb28ef2477.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/tulip/offer/Delores_Epic_1200x1600_v1-1200x1600-64fd63efe1c62acf2375b5edc2cfaf7b.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/tulip/offer/Delores_Epic_1200x1600_v1-1200x1600-64fd63efe1c62acf2375b5edc2cfaf7b.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-phlj6meuxqgdhss58gcqnj86br8xrt",
                                        "name": "Terrible Toybox, Inc."
                                    },
                                    "productSlug": "thimbleweed-park/delores",
                                    "urlSlug": "deloresgeneralaudience",
                                    "items": [
                                        {
                                            "id": "c8e0e6a355a244dfba4ba3f0a24f0607",
                                            "namespace": "tulip"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "KR"
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Terrible Toybox, Inc."
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "thimbleweed-park/delores"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "thimbleweed-park",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [
                                        {
                                            "pageSlug": "thimbleweed-park--delores",
                                            "pageType": "offer"
                                        }
                                    ],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2020-05-09T17:00:00.000Z",
                                    "effectiveDate": "2020-05-09T17:00:00.000Z",
                                    "prePurchase": null
                                }
                            },
                            {
                                "namespace": "b829cfd910554ad3ad2eb3b314e2b1ef",
                                "id": "9fc33e99abf342138323856854e745ec",
                                "offer": {
                                    "title": "3 out of 10: Season Two",
                                    "id": "9fc33e99abf342138323856854e745ec",
                                    "namespace": "b829cfd910554ad3ad2eb3b314e2b1ef",
                                    "description": "3 out of 10: Season Two",
                                    "keyImages": [
                                        {
                                            "type": "OfferImageWide",
                                            "url": "https://cdn1.epicgames.com/b829cfd910554ad3ad2eb3b314e2b1ef/offer/EGS_3outof10SeasonTwo_TerriblePostureGamesInc_G1A_00-1920x1080-77430376a4fbbafe73030bae814a2f34.jpg"
                                        },
                                        {
                                            "type": "OfferImageTall",
                                            "url": "https://cdn1.epicgames.com/b829cfd910554ad3ad2eb3b314e2b1ef/offer/EGS_3outof10SeasonTwo_TerriblePostureGamesInc_S2-1200x1600-0526ebb8c316a36e20e97271782bd31d.jpg"
                                        },
                                        {
                                            "type": "Thumbnail",
                                            "url": "https://cdn1.epicgames.com/b829cfd910554ad3ad2eb3b314e2b1ef/offer/EGS_3outof10SeasonTwo_TerriblePostureGamesInc_S2-1200x1600-0526ebb8c316a36e20e97271782bd31d.jpg"
                                        },
                                        {
                                            "type": "CodeRedemption_340x440",
                                            "url": "https://cdn1.epicgames.com/b829cfd910554ad3ad2eb3b314e2b1ef/offer/EGS_3outof10SeasonTwo_TerriblePostureGamesInc_S2-1200x1600-0526ebb8c316a36e20e97271782bd31d.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontWide",
                                            "url": "https://cdn1.epicgames.com/b829cfd910554ad3ad2eb3b314e2b1ef/offer/EGS_3outof10SeasonTwo_TerriblePostureGamesInc_S1-2560x1440-03f957380c64f41b4241cfb591a263ce.jpg"
                                        },
                                        {
                                            "type": "DieselStoreFrontTall",
                                            "url": "https://cdn1.epicgames.com/b829cfd910554ad3ad2eb3b314e2b1ef/offer/EGS_3outof10SeasonTwo_TerriblePostureGamesInc_S2-1200x1600-0526ebb8c316a36e20e97271782bd31d.jpg"
                                        }
                                    ],
                                    "seller": {
                                        "id": "o-2yllrrr7vufkhal9nk3cswwgug977c",
                                        "name": "Terrible Posture Games, Inc."
                                    },
                                    "productSlug": "3-out-of-10-season-2",
                                    "urlSlug": "mooncakegeneralaudience",
                                    "items": [
                                        {
                                            "id": "0a8ad6d224e649bb84fd54c2e08159da",
                                            "namespace": "b829cfd910554ad3ad2eb3b314e2b1ef"
                                        }
                                    ],
                                    "customAttributes": [
                                        {
                                            "key": "com.epicgames.app.blacklist",
                                            "value": "[]"
                                        },
                                        {
                                            "key": "publisherName",
                                            "value": "Terrible Posture Games, Inc."
                                        },
                                        {
                                            "key": "developerName",
                                            "value": "Terrible Posture Games, Inc."
                                        },
                                        {
                                            "key": "com.epicgames.app.productSlug",
                                            "value": "3-out-of-10-season-2"
                                        }
                                    ],
                                    "categories": [
                                        {
                                            "path": "games/edition/base"
                                        },
                                        {
                                            "path": "games/edition"
                                        },
                                        {
                                            "path": "games"
                                        },
                                        {
                                            "path": "applications"
                                        }
                                    ],
                                    "catalogNs": {
                                        "mappings": [
                                            {
                                                "pageSlug": "3-out-of-10-season-2",
                                                "pageType": "productHome"
                                            }
                                        ]
                                    },
                                    "offerMappings": [],
                                    "price": {
                                        "totalPrice": {
                                            "discountPrice": 0,
                                            "originalPrice": 0,
                                            "voucherDiscount": 0,
                                            "discount": 0,
                                            "fmtPrice": {
                                                "originalPrice": "0",
                                                "discountPrice": "0",
                                                "intermediatePrice": "0"
                                            },
                                            "currencyCode": "EUR",
                                            "currencyInfo": {
                                                "decimals": 2,
                                                "symbol": "€"
                                            }
                                        },
                                        "lineOffers": [
                                            {
                                                "appliedRules": []
                                            }
                                        ]
                                    },
                                    "releaseDate": "2021-04-08T15:00:00.000Z",
                                    "effectiveDate": "2021-04-08T15:00:00.000Z",
                                    "prePurchase": null
                                }
                            }
                        ]
                    }
                ],
                "pageTheme": {
                    "preferredMode": null,
                    "light": {
                        "theme": null,
                        "accent": null
                    },
                    "dark": {
                        "theme": null,
                        "accent": null
                    }
                },
                "faq": {
                    "title": "",
                    "content": ""
                },
                "redirect": {
                    "code": "301",
                    "url": null
                }
            }
        }
    },
    "extensions": {}
}

But I don't know the query param sha1 (yet), which is needed.

Revadike commented 2 years ago

This may already been solved. To be tested.