Skip to content

Amazon Games

Paweł Lidwin edited this page Apr 17, 2022 · 12 revisions

Authentication stuff

Login Process in Code:

https://github.com/audiamus/BookLibConnect/blob/185ba5ce7c5be6b5772c803594fac1604353a923/src/Connect.lib.core/Authorize.cs

Login process explained in words:

https://audible.readthedocs.io/_/downloads/en/latest/pdf/

Token Refresh

POST < https: //api.amazon.com/auth/token HTTP/1.1>
    Host: api.amazon.com
Accept: application / json
Accept - Language: de_DE
User - Agent: AGSLauncher / 1.0 .0
Content - Type: application / json;
charset = utf - 8
Content - Length: 527

{
    "source_token": "Atnr|XXXXXXXXXXXXX",
    "source_token_type": "refresh_token",
    "requested_token_type": "access_token",
    "app_name": "AGSLauncher for Windows",
    "app_version": "1.0.0"
}
HTTP / 1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12: 35: 05 GMT
Content - Type: application / json;
charset = UTF - 8
Content - Length: 455
Connection: keep - alive
x - amz - rid: F6YKE7M9YDVZCB8T0FZX
x - amzn - RequestId: 0138 a1d7 - 1e8 b - 499 e - b15a - a03311f0c7eb
X - Amz - Date: Thu, 03 Feb 2022 12: 35: 05 GMT
Cache - Control: no - cache, no - store, must - revalidate
Pragma: no - cache
Vary: Content - Type, Accept - Encoding, X - Amzn - CDN - Cache, X - Amzn - AX - Treatment, User - Agent
Permissions - Policy: interest - cohort = ()

{
    "access_token": "Atna|XXXXX",
    "token_type": "bearer",
    "expires_in": 3600
}

Profile Data

GET https://api.amazon.com/user/profile HTTP/1.1
Host: api.amazon.com
Accept: application/json
Accept-Language: de_DE
User-Agent: AGSLauncher/1.0.0
Authorization: bearer Atna|XXXX
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:06 GMT
Content-Type: application/json;charset=UTF-8
Content-Length: 286
Connection: keep-alive
x-amz-rid: 7YGY5WN0YH3J62ZXYQN5
x-amzn-RequestId: 7a868d3e-d671-4da9-bacc-b4c81600d288
X-Amz-Date: Thu, 03 Feb 2022 12:35:06 GMT
Content-Language: en-US
Vary: Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()

{
    "user_id": "amzn1.account.YYYYYYYYYY",
    "name": "John Doe",
    "shipping_address": {
        "country": "Germany",
        "country_code": "DE",
        "street_address": "Sample Street 123",
        "locality": "SampleTown",
        "postal_code": "12345",
        "region": "SampleCountry"
    },
    "postal_code": "654321",
    "email": "me@example.org"
}

Game Library

Available Offers

GET https://d50itmvz9v9gr.cloudfront.net/index.json HTTP/1.1
Host: d50itmvz9v9gr.cloudfront.net
HTTP/1.1 200 OK
Content-Type: application / json
Content-Length: 5535
Connection: keep-alive
x-amz-replication-status: COMPLETED
Last-Modified: Tue, 01 Sep 2020 20: 58: 27 GMT
x-amz-version-id: ObHZdUzm5vJUvB3Vk2wmc0L.1oHxZItm
Accept-Ranges:bytes
Server:AmazonS3
Date: Thu,03 Feb 2022 12:31:44 GMT
ETag: "94b5f9580f82184e8f6049fe257b2f48"
X-Cache: Hit from cloudfront
Via: 1.1 ae3f020e2e89e632d339db198e9ba75a.cloudfront.net(CloudFront)

{
    "d6113fe7-38e9-4e74-94b1-31b05e35f074": {
        "adgProductId": "d6113fe7-38e9-4e74-94b1-31b05e35f074",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "79e4cebc-fc2d-477d-a109-e492ddf159f5": {
        "adgProductId": "79e4cebc-fc2d-477d-a109-e492ddf159f5",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "f604df38-1aee-4a64-aa99-ea0e3f0bc957": {
        "adgProductId": "f604df38-1aee-4a64-aa99-ea0e3f0bc957",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "7d1255ca-c4be-4942-b316-2ac0229badbc": {
        "adgProductId": "7d1255ca-c4be-4942-b316-2ac0229badbc",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "b987da7f-45f9-4cac-9ad5-706e3a0ba16f": {
        "adgProductId": "b987da7f-45f9-4cac-9ad5-706e3a0ba16f",
        "availableGameDetailsLocales": ["en-us", "en-US", "es-mx"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": ["en-us"]
    },
    "ac8c5a3b-23b3-436b-a132-378e307ae443": {
        "adgProductId": "ac8c5a3b-23b3-436b-a132-378e307ae443",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "ed877e3a-4357-4ee4-bf54-83c8859de9f6": {
        "adgProductId": "ed877e3a-4357-4ee4-bf54-83c8859de9f6",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "c0635b0c-81b3-4599-9ddc-393090ac9512": {
        "adgProductId": "c0635b0c-81b3-4599-9ddc-393090ac9512",
        "availableGameDetailsLocales": ["en-US"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "32c1c91e-f484-4ebf-9b40-f1497199fbbe": {
        "adgProductId": "32c1c91e-f484-4ebf-9b40-f1497199fbbe",
        "availableGameDetailsLocales": ["pl-pl", "de-de", "en-ca", "en-us", "pt-br", "es-es", "fr-fr", "en-gb", "es-mx", "fr-ca"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": ["en-us", "en-US"]
    },
    "43a32ff3-6f9a-4076-b114-bffb2627bd8e": {
        "adgProductId": "43a32ff3-6f9a-4076-b114-bffb2627bd8e",
        "availableGameDetailsLocales": ["en-US"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "e2fb98f1-3548-47dd-bac7-859a38dfc6c2": {
        "adgProductId": "e2fb98f1-3548-47dd-bac7-859a38dfc6c2",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "a2b4a364-4cca-4d07-814d-b0d6fae7649f": {
        "adgProductId": "a2b4a364-4cca-4d07-814d-b0d6fae7649f",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "ca18376a-65c5-4d83-af1c-10165acdbef5": {
        "adgProductId": "ca18376a-65c5-4d83-af1c-10165acdbef5",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "bddfca7f-57de-4581-8bc7-f6c6440df610": {
        "adgProductId": "bddfca7f-57de-4581-8bc7-f6c6440df610",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "f5ee9bef-3409-4210-a81b-78a1aa857e77": {
        "adgProductId": "f5ee9bef-3409-4210-a81b-78a1aa857e77",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": null,
        "availableFlashPopupsLocales": null
    },
    "efad97eb-15b4-4962-a089-79640be34b65": {
        "adgProductId": "efad97eb-15b4-4962-a089-79640be34b65",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "02b30767-4109-4728-b660-fcf188efa52c": {
        "adgProductId": "02b30767-4109-4728-b660-fcf188efa52c",
        "availableGameDetailsLocales": ["en-US"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "256d8dd9-f729-4de6-a808-9e499a1e6537": {
        "adgProductId": "256d8dd9-f729-4de6-a808-9e499a1e6537",
        "availableGameDetailsLocales": ["pl-pl", "de-de", "en-us", "en-ca", "es-es", "fr-fr", "fr-ca", "en-gb"],
        "availableGameNewsLocales": null,
        "availableFlashPopupsLocales": null
    },
    "76416717-74ae-4f92-9f40-9f1c72be8d22": {
        "adgProductId": "76416717-74ae-4f92-9f40-9f1c72be8d22",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "f2f504d9-d5a9-4937-834b-c9fda1cbea23": {
        "adgProductId": "f2f504d9-d5a9-4937-834b-c9fda1cbea23",
        "availableGameDetailsLocales": ["pl-pl", "de-de", "en-us", "en-ca", "en-US", "pt-br", "es-es", "fr-fr", "fr-ca", "en-gb", "es-mx"],
        "availableGameNewsLocales": ["en-us"],
        "availableFlashPopupsLocales": ["pl-pl", "de-de", "en-us", "en-ca", "pt-br", "es-es", "fr-fr", "en-gb", "es-mx", "fr-ca"]
    },
    "b70301a2-7029-4ada-ab6e-1b942d989af3": {
        "adgProductId": "b70301a2-7029-4ada-ab6e-1b942d989af3",
        "availableGameDetailsLocales": ["pl-pl", "de-de", "en-us", "en-ca", "es-es", "fr-fr", "fr-ca", "en-gb"],
        "availableGameNewsLocales": null,
        "availableFlashPopupsLocales": null
    },
    "integration-test-adgProductId": {
        "adgProductId": "integration-test-adgProductId",
        "availableGameDetailsLocales": [],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": ["en-us"]
    },
    "544557db-d952-429c-b502-2eaeb3eb3991": {
        "adgProductId": "544557db-d952-429c-b502-2eaeb3eb3991",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "409aa1a3-1495-498e-97de-4ad1db0617fd": {
        "adgProductId": "409aa1a3-1495-498e-97de-4ad1db0617fd",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "301551d0-211c-43b0-8589-fe01314bf1ea": {
        "adgProductId": "301551d0-211c-43b0-8589-fe01314bf1ea",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    },
    "f4f406f7-2800-46ba-8c5b-ba5b004743e2": {
        "adgProductId": "f4f406f7-2800-46ba-8c5b-ba5b004743e2",
        "availableGameDetailsLocales": ["en-us"],
        "availableGameNewsLocales": [],
        "availableFlashPopupsLocales": []
    }
}

TBD Offers

POST https://gaming.amazon.com/graphql HTTP/1.1
Host: gaming.amazon.com
User-Agent: GraphQL.Client/3.2.2.0
x-amz-access-token: Atna|XXXXXXX
client-id: AmazonGamesApp
prime-gaming-language: de-DE
Content-Type: application/json; charset=utf-8
Content-Length: 1312

{"query":"query{primeOffers(dateOverride:null,group:null){catalogId,title,startTime,endTime,deliveryMethod,tags{type,tag},productList{sku,vendor},content{publisher},assets{location2x},offerAssets{screenshots{location}},self{eligibility{canClaim,isClaimed,isPrimeGaming,maxOrdersExceeded,inRestrictedMarketplace,missingRequiredAccountLink,conflictingClaimAccount{obfuscatedEmail}}},game{id,gameplayVideoLinks,keywords,releaseDate,esrb,pegi,usk,website,genres,gameModes,externalWebsites{socialMediaType,link},developerName,logoImage{defaultMedia{src1x,src2x,type},tablet{src1x,src2x,type},desktop{src1x,src2x,type},description,alt,videoPlaceholderImage{src1x,src2x,type}},pgCrownImage{defaultMedia{src1x,src2x,type},tablet{src1x,src2x,type},desktop{src1x,src2x,type},description,alt,videoPlaceholderImage{src1x,src2x,type}},trailerImage{defaultMedia{src1x,src2x,type},tablet{src1x,src2x,type},desktop{src1x,src2x,type},description,alt,videoPlaceholderImage{src1x,src2x,type}},publisher,background{defaultMedia{src1x,src2x,type},tablet{src1x,src2x,type},desktop{src1x,src2x,type},description,alt,videoPlaceholderImage{src1x,src2x,type}},banner{defaultMedia{src1x,src2x,type},tablet{src1x,src2x,type},desktop{src1x,src2x,type},description,alt,videoPlaceholderImage{src1x,src2x,type}},description,otherDevelopers}}}"}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:13 GMT
Connection: keep-alive
x-amz-rid: 614EBR300Q0EWN9Z1K9W
Set-Cookie: session-id=140-7413612-3057020; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Set-Cookie: session-id-time=2082787201l; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
X-Amzn-Trace-Id: Root=1-00000000-000000000000000000000000;
Vary: Origin,Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()
Content-Length: 45147
{
    "data": {
        "primeOffers": [{
            "catalogId": "amzn1.pg.offer.acbf22c1-7f54-a865-198e-a367e376bbe5",
            "title": "Blade & Soul: „Neue Abenteuer“-Bundle",
            "startTime": "2022-02-02T18:00:00Z",
            "endTime": "2022-03-04T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "9526c645-88b1-43af-83a1-31a5b050856d"
            }],
            "productList": null,
            "content": {
                "publisher": "NCSOFT"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41+X4zd0WoL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41+X4zd0WoL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41+X4zd0WoL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.c6be9523-e1e2-2a82-b1e1-2a93b40cb523",
            "title": "Blankos: Bananaclava-Paket",
            "startTime": "2022-02-01T19:00:00Z",
            "endTime": "2022-03-01T19:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "ea2a5d18-c559-4354-be26-d898f5eee5a6"
            }],
            "productList": null,
            "content": {
                "publisher": "Mythical Games Inc."
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51psMZHQUrL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51psMZHQUrL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51psMZHQUrL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.a2bebc42-900f-8a6d-b5ac-9edc57e59315",
            "title": "Stellaris",
            "startTime": "2022-02-01T17:00:00Z",
            "endTime": "2022-03-01T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "GROUP",
                "tag": "FGWP"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "7e1fc2f4-f977-4b07-9946-d2f026418ac4"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }],
            "productList": null,
            "content": {
                "publisher": "Paradox Interactive"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41RXksLqnjL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41RXksLqnjL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41RXksLqnjL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.80bf3f40-120c-50d1-3704-598208f45fae",
            "title": "Valorant: Zielsucher-Shorty",
            "startTime": "2022-01-28T17:00:00Z",
            "endTime": "2022-02-25T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "b96ce2cc-143b-4517-9f51-646f94bb7d12"
            }],
            "productList": null,
            "content": {
                "publisher": "Riot Games Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/415uW4iXuTL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/415uW4iXuTL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/415uW4iXuTL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.a2bde86b-09ff-09fe-b6fa-f044b2981956",
            "title": "League of Legends: Prime Gaming-Kapsel",
            "startTime": "2022-01-27T17:00:00Z",
            "endTime": "2022-02-24T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "4ded63dc-7fd1-4164-8723-17d621a5835f"
            }],
            "productList": null,
            "content": {
                "publisher": "Riot Games Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Qu084cXuL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Qu084cXuL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Qu084cXuL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.08beb6df-f926-86ed-2089-82fb56ac1350",
            "title": "For Honor: Champion Status + Beute",
            "startTime": "2022-01-27T17:00:00Z",
            "endTime": "2022-02-28T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "f79b19f6-8dc9-44cc-aa80-3620b0a2d595"
            }],
            "productList": null,
            "content": {
                "publisher": "Ubisoft Entertainment"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41-xw+O1LKL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41-xw+O1LKL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41-xw+O1LKL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.98bd20cd-cad2-6d05-8d25-4fc2bf0d3d8a",
            "title": "Angry Birds Friends: Power-Ups + Währung",
            "startTime": "2022-02-03T05:04:00Z",
            "endTime": "2022-03-10T05:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }],
            "productList": null,
            "content": {
                "publisher": "Rovio"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/419g4u0GkJS.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/419g4u0GkJS.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/419g4u0GkJS.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.c4bd29f1-88c3-da97-a261-15e1aa58ad08",
            "title": "War of the Visions: Final Fantasy Brave Exvius: Auswahl-Beschwörungsticket für Erweckungsprisma x50",
            "startTime": "2022-02-03T03:00:00Z",
            "endTime": "2022-02-17T03:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }],
            "productList": null,
            "content": {
                "publisher": "Square Enix"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51iyg6okzrS.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51iyg6okzrS.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51iyg6okzrS.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.d0be9ef8-b039-0793-b5b5-8fab5032bc63",
            "title": "Hol dir diesen Monat bis zu 400.000 GTA$ in GTA Online",
            "startTime": "2021-10-31T16:00:00Z",
            "endTime": "2022-06-30T16:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "a83f4ccb-d48d-4b86-94b2-9ff99d381a64"
            }],
            "productList": null,
            "content": {
                "publisher": "Rockstar Games Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/512KpEoOCjL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/512KpEoOCjL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/512KpEoOCjL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.b6be16d4-f56d-4070-3b37-de6242133b11",
            "title": "FIFA 22: Prime Gaming-Pack 4",
            "startTime": "2022-01-24T18:00:00Z",
            "endTime": "2022-02-21T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "36810118-ddda-4a44-a47a-135bf5d25f95"
            }],
            "productList": null,
            "content": {
                "publisher": "Electronic Arts Inc."
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61hdwNZJ7-L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61hdwNZJ7-L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61hdwNZJ7-L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.72bf1100-fac1-dc5b-16a5-65e9fbbb7226",
            "title": "Battlefield 2042: Prime Gaming-Prämienpaket",
            "startTime": "2022-01-26T17:00:00Z",
            "endTime": "2022-02-23T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "64955cf9-317b-4518-b3b2-b813a4212f36"
            }],
            "productList": null,
            "content": {
                "publisher": "Electronic Arts Inc."
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41LTv1JpkwL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41LTv1JpkwL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41LTv1JpkwL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.b8bf2a50-032c-8b67-7ae8-9edc46250fc2",
            "title": "New World: Hexer-Prachtgewand-Paket",
            "startTime": "2022-01-28T18:00:00Z",
            "endTime": "2022-02-22T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "225207b1-9682-4af3-85cf-c8b7971e42aa"
            }],
            "productList": null,
            "content": {
                "publisher": "Amazon Games Studios"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41L7tGzJNDL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41L7tGzJNDL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41L7tGzJNDL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.b8bd2f59-a20a-d48b-ad9e-8e6289dcbf58",
            "title": "Call of Duty: Platinen-Bundle",
            "startTime": "2022-01-25T19:06:00Z",
            "endTime": "2022-02-23T19:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "bc2e9c13-6bc1-4631-823c-1170759d07ac"
            }],
            "productList": null,
            "content": {
                "publisher": "Activision Blizzard, Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Yz4oIFYeL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Yz4oIFYeL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Yz4oIFYeL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.82bbb7a0-bce7-5448-97b1-bf22b6f16e79",
            "title": "Mobile Legends: Bang Bang: Amazon Prime-Kiste + „Trial Cards“ für Helden und Skins",
            "startTime": "2022-02-02T02:00:00Z",
            "endTime": "2022-02-16T02:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }],
            "productList": null,
            "content": {
                "publisher": "Moonton"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41jui+9AnnL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41jui+9AnnL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41jui+9AnnL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.26bcf66b-d27f-cfe9-c03a-ea22bb2a020d",
            "title": "Fall Guys: „Doodles der Clown“-Bundle",
            "startTime": "2022-01-26T17:00:00Z",
            "endTime": "2022-02-27T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "a050ccba-0e75-44fc-afdc-b0a58183e7e0"
            }],
            "productList": null,
            "content": {
                "publisher": "Mediatonic"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41qBQKFK1LL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41qBQKFK1LL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41qBQKFK1LL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.bcbeed0e-1165-5b23-9849-bd31c370dd90",
            "title": "PUBG: Exklusives Skinset-Bundle von Fan-Tastic",
            "startTime": "2022-01-22T00:00:00Z",
            "endTime": "2022-02-25T00:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "9d994733-ba83-46c0-ab20-f964ae8af8e8"
            }],
            "productList": null,
            "content": {
                "publisher": "Krafton"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41DVvlElutL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41DVvlElutL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41DVvlElutL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.c2bdf5bb-0d1a-6d85-31f1-76a41563568a",
            "title": "Black Desert Mobile: Prime Boss-Rush & Tabletttruhe I",
            "startTime": "2022-02-01T00:00:00Z",
            "endTime": "2022-02-15T00:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }],
            "productList": null,
            "content": {
                "publisher": "Pearl Abyss"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Gt0Tnjv6L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Gt0Tnjv6L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Gt0Tnjv6L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.4cbe26af-e945-196f-c053-80b0b593b0b1",
            "title": "League of Legends: Wild Rift - Zufällige Emote-Truhe",
            "startTime": "2022-01-27T17:00:00Z",
            "endTime": "2022-02-10T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "57cae223-cc8e-4863-bb02-26085b1e5aa2"
            }],
            "productList": null,
            "content": {
                "publisher": "Riot Games Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41-7zAQzbwL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41-7zAQzbwL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41-7zAQzbwL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.3abf22c0-b08f-82d6-e789-d1f8d9a3b191",
            "title": "Legends of Runeterra: Seltene Prismatische Truhe + Epische Wildcard",
            "startTime": "2022-01-18T17:00:00Z",
            "endTime": "2022-02-15T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "664884f5-3f02-44bc-804b-a1e2502bc722"
            }],
            "productList": null,
            "content": {
                "publisher": "Riot Games Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41As+1PqxCL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41As+1PqxCL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41As+1PqxCL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.a6beef29-397c-76d3-da07-7fe36dfbea81",
            "title": "Splitgate: Exklusives Portal und Waffen-Skins",
            "startTime": "2022-01-27T21:00:00Z",
            "endTime": "2022-02-24T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "0126b84c-b8d2-4ef6-b881-b8497d3c5a1a"
            }],
            "productList": null,
            "content": {
                "publisher": "1047 Games"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41mfsrWMCVL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41mfsrWMCVL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41mfsrWMCVL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.e4bcf4e9-3d66-c4d8-7ba6-61fbe47b8504",
            "title": "Red Dead Online:Obtén la recompensa de ciertos pantalones o faldas gratis y una oferta de 30% de descuento en un caballo árabe.",
            "startTime": "2021-06-08T18:00:00Z",
            "endTime": "2022-07-01T06:59:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "a179276e-f0c7-43ac-a024-641a06bfd912"
            }],
            "productList": null,
            "content": {
                "publisher": "Rockstar Games Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61IncPBbTCL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61IncPBbTCL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61IncPBbTCL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.46bf2542-8ca7-3e69-fec1-6348c121322d",
            "title": "Apex Legends „Core Crafted“-Bundle",
            "startTime": "2022-01-19T17:00:00Z",
            "endTime": "2022-02-17T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "186ad9d2-207f-4133-ab5e-bb19d9600441"
            }],
            "productList": null,
            "content": {
                "publisher": "Electronic Arts Inc."
            },
            "assets": [{
                "location2x": "https://m.media-amazon.com/images/G/01/sm/ApexLegends/Season05/Drop4/APEX_S05D04_Crown_Ani_V1.gif"
            }, {
                "location2x": "https://m.media-amazon.com/images/G/01/sm/ApexLegends/Season05/Drop4/APEX_S05D04_Crown_Ani_V1.gif"
            }, {
                "location2x": "https://m.media-amazon.com/images/G/01/sm/ApexLegends/Season05/Drop4/APEX_S05D04_Crown_Ani_V1.gif"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.22bf15a9-5b73-a7d8-5f16-88ddb930ab33",
            "title": "Madden NFL 22: Prime Playoffs-Pack",
            "startTime": "2022-01-21T18:00:00Z",
            "endTime": "2022-02-04T18:05:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "bf13d9c1-127f-4b59-bebd-4866cb48a83c"
            }],
            "productList": null,
            "content": {
                "publisher": "Electronic Arts Inc."
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/712esUKkRBL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/712esUKkRBL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/712esUKkRBL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.54bebe4f-82b1-8cce-fbbf-afc774eea28c",
            "title": "Rainbow Six Extraction: „Rubicon Phase Premium“ -Bundle",
            "startTime": "2022-01-20T17:00:00Z",
            "endTime": "2022-03-21T16:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "bfe57a1a-5064-477f-92be-7b0cdd4e6d45"
            }],
            "productList": null,
            "content": {
                "publisher": "Ubisoft Entertainment"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/419JXRGbdbL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/419JXRGbdbL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/419JXRGbdbL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.9cbe883d-dd91-6ad4-4a45-4393e09305bd",
            "title": "Lords Mobile: Armee-Paket",
            "startTime": "2022-01-25T02:10:00Z",
            "endTime": "2022-02-08T02:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "d51fdfaa-9705-4c00-bdf0-a3966fa6946d"
            }],
            "productList": null,
            "content": {
                "publisher": "IGG"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51P5SM33EQL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51P5SM33EQL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51P5SM33EQL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.1ebeeeeb-7d4f-459f-0ff4-aed9b4a1be0b",
            "title": "Doom Eternal: Arch Files-Paket",
            "startTime": "2022-01-19T17:00:00Z",
            "endTime": "2022-02-28T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "67cfdb7c-540d-464a-a30c-962e1a7bf767"
            }],
            "productList": null,
            "content": {
                "publisher": "Bethesda"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Ls4IBof9L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Ls4IBof9L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Ls4IBof9L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.acbe70f2-6ad0-eff8-2e14-6d934e07d0f1",
            "title": "Roblox: Futuristischer Mech-Schlitten",
            "startTime": "2022-01-12T17:02:00Z",
            "endTime": "2022-02-09T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "897f7148-5e3f-4639-9d81-9a74687f71d3"
            }],
            "productList": null,
            "content": {
                "publisher": "Roblox Corporation"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51OzjWzTTLL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51OzjWzTTLL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51OzjWzTTLL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.cebea4ca-f004-9e20-90d5-33299bc80744",
            "title": "World of Warships: Legends: Greife aus dem Hinterhalt an",
            "startTime": "2022-01-19T18:00:00Z",
            "endTime": "2022-02-16T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "3f90eb37-0a4d-4054-b7d6-3bfcab7a3f97"
            }],
            "productList": null,
            "content": {
                "publisher": "Wargaming Group, Ltd"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Hynr9QRPL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Hynr9QRPL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Hynr9QRPL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.debeb6b0-1cda-17d4-8f71-ec4cb38589d4",
            "title": "Rainbow Six Siege: Ansehen-Boost (7 Tage)",
            "startTime": "2022-01-14T17:07:00Z",
            "endTime": "2022-02-14T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "560dfa3a-cf39-4419-abf6-4be6febcec6e"
            }],
            "productList": null,
            "content": {
                "publisher": "Ubisoft Entertainment"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41KNsP-lwAL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41KNsP-lwAL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41KNsP-lwAL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.52bd2ef6-041b-6e72-fefa-798c89d3997f",
            "title": "World of Warships: Zufällige Belohnung",
            "startTime": "2022-01-13T17:34:00Z",
            "endTime": "2022-02-17T17:30:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "1b6e9be9-6022-432f-8eb3-80a5df7d120c"
            }],
            "productList": null,
            "content": {
                "publisher": "Wargaming Group, Ltd"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41mV4wJuP7L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41mV4wJuP7L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41mV4wJuP7L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.12be9857-e050-9f67-5026-3455b87edc6b",
            "title": "Brawlhalla: Alpen-Paket",
            "startTime": "2022-01-10T17:00:00Z",
            "endTime": "2022-02-10T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "df5a820f-4e9c-4ba8-9189-d05bdd2300e2"
            }],
            "productList": null,
            "content": {
                "publisher": "Ubisoft Entertainment"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41yUccb0l9L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41yUccb0l9L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41yUccb0l9L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.ecbe4d0e-b1e4-7c12-8cb2-a119e22abddb",
            "title": "Destiny 2: Bundle „Pyrrhussieg“",
            "startTime": "2022-01-25T17:00:00Z",
            "endTime": "2022-03-02T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "3cf06712-3613-4d3f-8197-3ce59841d35a"
            }],
            "productList": null,
            "content": {
                "publisher": "Bungie, Inc."
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61I6KbO0BVL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61I6KbO0BVL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/61I6KbO0BVL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.c4bbae16-4398-6990-363c-d5854d94b552",
            "title": "Warframe: Ifrit Kubrow-Rüstung: Verv",
            "startTime": "2022-01-11T19:02:00Z",
            "endTime": "2022-02-16T19:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "0506217d-1abe-49ae-a1d9-8f8419306490"
            }],
            "productList": null,
            "content": {
                "publisher": "Digital Extremes Inc"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41RX48hj6IL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41RX48hj6IL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41RX48hj6IL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.cebe7912-be6e-e025-f494-774bee23ab30",
            "title": "Die Fäule Outfit „Brodelndes Eis“",
            "startTime": "2022-01-10T18:00:00Z",
            "endTime": "2022-02-10T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "0fbc2f97-b0be-4b8d-b696-6c1263a66b59"
            }],
            "productList": null,
            "content": {
                "publisher": "Behaviour Interactive"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Qtx8aCSAL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Qtx8aCSAL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41Qtx8aCSAL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.4abc8a7f-ef11-c296-0e7b-bdd0775dfc23",
            "title": "RuneScape: RS Prime Aura + Wissensbomben",
            "startTime": "2022-01-11T17:00:00Z",
            "endTime": "2022-02-08T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "f8abe750-8658-478a-ab8e-6f8d767f729d"
            }],
            "productList": null,
            "content": {
                "publisher": "Jagex Ltd"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41K1gEPSpaL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41K1gEPSpaL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41K1gEPSpaL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.72bd2c71-6c99-1117-068f-245081d7c878",
            "title": "Paladins: Skin „Dunkler Stern“ für Zhin",
            "startTime": "2022-02-01T18:00:00Z",
            "endTime": "2022-02-15T18:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "d94b805f-8203-43c0-aaa8-01189351e76f"
            }],
            "productList": null,
            "content": {
                "publisher": "Hi-Rez Studios"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41rRvVeIUDL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41rRvVeIUDL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41rRvVeIUDL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.f8bd3ea2-3e2d-0e35-05c2-c57e9b0a227f",
            "title": "SMITE: Skin „Welttournee“ für Nemesis",
            "startTime": "2022-01-06T19:00:00Z",
            "endTime": "2022-02-03T19:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "3cfdf725-b13c-4469-8d32-1f8b9761cdd8"
            }],
            "productList": null,
            "content": {
                "publisher": "Hi-Rez Studios"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41AV49uEkFL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41AV49uEkFL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41AV49uEkFL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.78bebc06-28ae-3d6b-c90c-b050e8daefbf",
            "title": "World War Z: Aftermath",
            "startTime": "2022-01-03T17:08:00Z",
            "endTime": "2022-02-07T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "GROUP",
                "tag": "FGWP"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "604a46db-9adc-4b2a-8357-9431d553c6e5"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }],
            "productList": null,
            "content": {
                "publisher": "Saber Interactive"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41N6xEN9X3L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41N6xEN9X3L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41N6xEN9X3L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.3ebe7928-0aa6-f2d9-e7dd-09a52586f9af",
            "title": "Assassin's Creed Valhalla: „Dunkler Ritter“-Bundle",
            "startTime": "2022-01-07T19:26:00Z",
            "endTime": "2022-03-06T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "4ce66aa1-898d-493a-8e8f-753009849879"
            }],
            "productList": null,
            "content": {
                "publisher": "Ubisoft Entertainment"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51qBOYuqOCL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51qBOYuqOCL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51qBOYuqOCL.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.7abdc2e3-4dc6-8fe5-28a1-0c23aeff382f",
            "title": "Riders Republic: Elphie-Paket",
            "startTime": "2022-01-07T19:28:00Z",
            "endTime": "2022-02-11T17:00:00Z",
            "deliveryMethod": "EXTERNAL_OFFER",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "LINKED_ENTITY_TYPE",
                "tag": "JOURNEY"
            }, {
                "type": "LINKED_ENTITY_ID",
                "tag": "e026992c-fbad-4572-9715-2a6a1a9945db"
            }],
            "productList": null,
            "content": {
                "publisher": "Ubisoft Entertainment"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51ZEP7wtP3L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51ZEP7wtP3L.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51ZEP7wtP3L.jpg"
            }],
            "offerAssets": {
                "screenshots": []
            },
            "self": null,
            "game": null
        }, {
            "catalogId": "amzn1.pg.offer.6ebf23fb-760c-eb09-603e-8bc3e227f891",
            "title": "Golazo! Soccer League",
            "startTime": "2022-02-01T17:00:00Z",
            "endTime": "2022-03-01T17:00:00Z",
            "deliveryMethod": "DIRECT_ENTITLEMENT",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "GROUP",
                "tag": "FGWP"
            }],
            "productList": [{
                "sku": "amzn1.resource.54bf23fb-26ef-9648-49a1-231b004bc281",
                "vendor": "3238d49f-98d6-478b-b708-195666b4c0c5"
            }],
            "content": {
                "publisher": "Plug In Digital"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51DkCVKj2ML.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51DkCVKj2ML.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51DkCVKj2ML.jpg"
            }],
            "offerAssets": {
                "screenshots": [{
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71lAgaiyMbL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/61a6ybeANNL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/713Ruj56jgL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71RxeerCMVL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/61wWoRGUviL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71YYfQWjVzL.jpg"
                }]
            },
            "self": {
                "eligibility": {
                    "canClaim": false,
                    "isClaimed": true,
                    "isPrimeGaming": true,
                    "maxOrdersExceeded": true,
                    "inRestrictedMarketplace": false,
                    "missingRequiredAccountLink": false,
                    "conflictingClaimAccount": null
                }
            },
            "game": {
                "id": "amzn1.adg.product.e8e78531-da5e-4651-a75e-357717f42152",
                "gameplayVideoLinks": ["https://m.media-amazon.com/images/I/F1bzCRrbMmS.mp4"],
                "keywords": ["soccer", "2.5d"],
                "releaseDate": "2020-11-02T16:00:00Z",
                "esrb": "NO_RATING",
                "pegi": "ages_3_and_over",
                "usk": "NO_RATING",
                "website": "https://purpletreestudio.com/slideshow19.html",
                "genres": ["Sport", "Arcade"],
                "gameModes": ["Single Player", "Multiplayer", "Co-operative"],
                "externalWebsites": [],
                "developerName": "Purple Tree Games",
                "logoImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51uzQQdjRqL.png",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Transparent logo image that lays over the background image.",
                    "videoPlaceholderImage": null
                },
                "pgCrownImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51DkCVKj2ML.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image used by Prime Gaming for the crown.",
                    "videoPlaceholderImage": null
                },
                "trailerImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/71Kc79s0VzL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image for the game trailer.",
                    "videoPlaceholderImage": null
                },
                "publisher": "Plug In Digital",
                "background": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/61jKFugl0zL._UY810_CR440,0,1440,810.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Main background image for a game.",
                    "videoPlaceholderImage": null
                },
                "banner": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51av8UgptrL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Banner image for a game.",
                    "videoPlaceholderImage": null
                },
                "description": "Golazo is a dynamic 2.5D arcade football game with medium sized fields and no fouls or offsides whistled. Just pure fun! Mastering the game is incredibly easy during the fun and furious 7vs7 matches. With its local multiplayer modes and crazy vintage approach, Golazo is the ideal choice for Couch & Party gamers!",
                "otherDevelopers": ["Purple Tree Studio"]
            }
        }, {
            "catalogId": "amzn1.pg.offer.78bf23eb-cad9-1b48-c319-7c7f16fbd650",
            "title": "As Far as the Eye",
            "startTime": "2022-02-01T17:00:00Z",
            "endTime": "2022-03-01T17:00:00Z",
            "deliveryMethod": "DIRECT_ENTITLEMENT",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "GROUP",
                "tag": "FGWP"
            }],
            "productList": [{
                "sku": "amzn1.resource.3ebf23eb-7962-1f7d-4eb7-abcb7f429cdc",
                "vendor": "3238d49f-98d6-478b-b708-195666b4c0c5"
            }],
            "content": {
                "publisher": "Plug In Digital"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41XsOFu8tBL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41XsOFu8tBL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/41XsOFu8tBL.jpg"
            }],
            "offerAssets": {
                "screenshots": [{
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81IBGQFj9DL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81jREDETLtL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81m6sxKg9gL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81g+cC97neL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71vjEvegPML.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71yA1Yry37L.jpg"
                }]
            },
            "self": {
                "eligibility": {
                    "canClaim": false,
                    "isClaimed": true,
                    "isPrimeGaming": true,
                    "maxOrdersExceeded": true,
                    "inRestrictedMarketplace": false,
                    "missingRequiredAccountLink": false,
                    "conflictingClaimAccount": null
                }
            },
            "game": {
                "id": "amzn1.adg.product.68184ab0-16ae-474e-8b3b-02daf82fc6d4",
                "gameplayVideoLinks": ["https://m.media-amazon.com/images/I/F16RKG7bEvS.mp4"],
                "keywords": ["roguelike", "management", "building", "economy", "city builder", "nomadic", "pacifism"],
                "releaseDate": "2020-09-09T17:00:00Z",
                "esrb": "NO_RATING",
                "pegi": "NO_RATING",
                "usk": "NO_RATING",
                "website": "https://en.unexpected-studio.com/as-far-as-the-eye",
                "genres": ["Simulator", "Strategy", "Turn-based strategy (TBS)"],
                "gameModes": ["Single Player"],
                "externalWebsites": [{
                    "socialMediaType": "TWITTER",
                    "link": "https://twitter.com/AFATEGAME"
                }, {
                    "socialMediaType": "TWITCH",
                    "link": "https://twitch.tv/unexpected"
                }, {
                    "socialMediaType": "FACEBOOK",
                    "link": "https://www.facebook.com/UnexpectedStudio/"
                }, {
                    "socialMediaType": "INSTAGRAM",
                    "link": "https://www.instagram.com/goblinzstudio/?hl=fr"
                }],
                "developerName": "Unexpected",
                "logoImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/61FWp5owyVL.png",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Transparent logo image that lays over the background image.",
                    "videoPlaceholderImage": null
                },
                "pgCrownImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/41XsOFu8tBL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image used by Prime Gaming for the crown.",
                    "videoPlaceholderImage": null
                },
                "trailerImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/71L+j5bjoAL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image for the game trailer.",
                    "videoPlaceholderImage": null
                },
                "publisher": "Plug In Digital",
                "background": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/61WICpbg8fL._UY810_CR440,0,1440,810.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Main background image for a game.",
                    "videoPlaceholderImage": null
                },
                "banner": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51G2I-xCgWL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Banner image for a game.",
                    "videoPlaceholderImage": null
                },
                "description": "You play as the wind guiding the Pupils, a tribe that must reach the center of the world.  You’ll have to manage their resources, their buildings, and their lives.  Help them grow wiser through agriculture, crafting, scientific and mystical research before the world is submerged. Be careful though, you have to manage your tribe perfectly and make sure they’re not starving or taken by surprise by the waters.",
                "otherDevelopers": []
            }
        }, {
            "catalogId": "amzn1.pg.offer.44bf23bd-da74-7cda-fb55-ab175acce57e",
            "title": "Ashwalkers: A Survival Journey",
            "startTime": "2022-02-01T17:00:00Z",
            "endTime": "2022-03-01T17:00:00Z",
            "deliveryMethod": "DIRECT_ENTITLEMENT",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "GROUP",
                "tag": "FGWP"
            }],
            "productList": [{
                "sku": "amzn1.resource.86bf23bd-7164-4859-8e8e-1eea6d610708",
                "vendor": "3238d49f-98d6-478b-b708-195666b4c0c5"
            }],
            "content": {
                "publisher": "Plug In Digital"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/410aD1u-IWL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/410aD1u-IWL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/410aD1u-IWL.jpg"
            }],
            "offerAssets": {
                "screenshots": [{
                    "location": "https://images-na.ssl-images-amazon.com/images/I/717CqB73B2L.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81u30foByrL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81LK0oZDX2L.jpg"
                }]
            },
            "self": {
                "eligibility": {
                    "canClaim": false,
                    "isClaimed": true,
                    "isPrimeGaming": true,
                    "maxOrdersExceeded": true,
                    "inRestrictedMarketplace": false,
                    "missingRequiredAccountLink": false,
                    "conflictingClaimAccount": null
                }
            },
            "game": {
                "id": "amzn1.adg.product.23dae898-e846-4aad-befb-b3247b81ae4e",
                "gameplayVideoLinks": ["https://m.media-amazon.com/images/I/F1d3z3FRi3L.mp4"],
                "keywords": ["Indie", "Adventure"],
                "releaseDate": "2021-04-14T17:00:00Z",
                "esrb": "NO_RATING",
                "pegi": "ages_12_and_over",
                "usk": "NO_RATING",
                "website": "https://dearvillagers.com/project/ashwalkers",
                "genres": ["Adventure", "Indie"],
                "gameModes": ["Single Player"],
                "externalWebsites": [],
                "developerName": "Dear Villagers",
                "logoImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51vhDtKue0L.png",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Transparent logo image that lays over the background image.",
                    "videoPlaceholderImage": null
                },
                "pgCrownImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/410aD1u-IWL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image used by Prime Gaming for the crown.",
                    "videoPlaceholderImage": null
                },
                "trailerImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/71ZPpJUsgdL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image for the game trailer.",
                    "videoPlaceholderImage": null
                },
                "publisher": "Plug In Digital",
                "background": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/61kezpPu2EL._UY810_CR440,0,1440,810.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Main background image for a game.",
                    "videoPlaceholderImage": null
                },
                "banner": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51XxDNUHEFL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Banner image for a game.",
                    "videoPlaceholderImage": null
                },
                "description": "A survival journey through a harsh world without rules or judgement. Only your choices matter in the face of moral dilemmas. Manage your party, food and equipment to find your way through a non-linear narrative survival sim with more than 30 possible endings.",
                "otherDevelopers": []
            }
        }, {
            "catalogId": "amzn1.pg.offer.88bf23f3-a9a9-e453-1e7a-e6293291faf6",
            "title": "Double Kick Heroes",
            "startTime": "2022-02-01T17:00:00Z",
            "endTime": "2022-03-01T17:00:00Z",
            "deliveryMethod": "DIRECT_ENTITLEMENT",
            "tags": [{
                "type": "AUDIENCE",
                "tag": "AMAZON_ONLY"
            }, {
                "type": "GROUP",
                "tag": "FGWP"
            }],
            "productList": [{
                "sku": "amzn1.resource.62bf23f3-5bc8-da83-6909-be5a89ad45a0",
                "vendor": "3238d49f-98d6-478b-b708-195666b4c0c5"
            }],
            "content": {
                "publisher": "Plug In Digital"
            },
            "assets": [{
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51kJA4fOGJL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51kJA4fOGJL.jpg"
            }, {
                "location2x": "https://images-na.ssl-images-amazon.com/images/I/51kJA4fOGJL.jpg"
            }],
            "offerAssets": {
                "screenshots": [{
                    "location": "https://images-na.ssl-images-amazon.com/images/I/81Peb3hsxWL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71vfDTaapBL.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71DgdMKAz6L.jpg"
                }, {
                    "location": "https://images-na.ssl-images-amazon.com/images/I/71TtcDxtjiL.jpg"
                }]
            },
            "self": {
                "eligibility": {
                    "canClaim": false,
                    "isClaimed": true,
                    "isPrimeGaming": true,
                    "maxOrdersExceeded": true,
                    "inRestrictedMarketplace": false,
                    "missingRequiredAccountLink": false,
                    "conflictingClaimAccount": null
                }
            },
            "game": {
                "id": "amzn1.adg.product.9e5ecae6-9b15-4d6c-b28c-afedc5fd081a",
                "gameplayVideoLinks": ["https://m.media-amazon.com/images/I/F1a42wE5J6S.mp4"],
                "keywords": ["post-apocalyptic", "indie", "comedy", "shooter", "metal music", "heavy metal", "digital distribution", "pax south 2017"],
                "releaseDate": "2020-08-12T17:00:00Z",
                "esrb": "NO_RATING",
                "pegi": "ages_16_and_over",
                "usk": "NO_RATING",
                "website": "http://doublekickheroes.rocks/",
                "genres": ["Fighting", "Shooter", "Music"],
                "gameModes": ["Single Player"],
                "externalWebsites": [{
                    "socialMediaType": "FACEBOOK",
                    "link": "https://www.facebook.com/double.kick.heroes"
                }],
                "developerName": "Headbang Club",
                "logoImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51tcTACwAML.png",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Transparent logo image that lays over the background image.",
                    "videoPlaceholderImage": null
                },
                "pgCrownImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/51kJA4fOGJL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image used by Prime Gaming for the crown.",
                    "videoPlaceholderImage": null
                },
                "trailerImage": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/81A3ZuncLTL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Image for the game trailer.",
                    "videoPlaceholderImage": null
                },
                "publisher": "Plug In Digital",
                "background": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/71C94xHf1KL._UY810_CR440,0,1440,810.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Main background image for a game.",
                    "videoPlaceholderImage": null
                },
                "banner": {
                    "defaultMedia": {
                        "src1x": "https://images-na.ssl-images-amazon.com/images/I/61SEQmHggHL.jpg",
                        "src2x": null,
                        "type": "IMAGE"
                    },
                    "tablet": null,
                    "desktop": null,
                    "description": null,
                    "alt": "Banner image for a game.",
                    "videoPlaceholderImage": null
                },
                "description": "Double Kick Heroes is an explosive mashup of a shoot'em up with a frenetic rhythm game backed by an awesome METAL tune! Lead your band on an explosive roadtrip through the wasteland, blast zombies with your Gundillac and crush them with the power of METAL. The game packs in 50 songs, 30 original, 20 from established bands, half a dozen chapters of adventures and a community level editor that will allow any music to be played to the rhythm of exploding zombie skulls.",
                "otherDevelopers": []
            }
        }]
    }
}

Account Entitlement

POST https://gaming.amazon.com/graphql HTTP/1.1
Host: gaming.amazon.com
User-Agent: GraphQL.Client/3.2.2.0
x-amz-access-token: Atna|XXXX
client-id: AmazonGamesApp
prime-gaming-language: de-DE
Content-Type: application/json; charset=utf-8
Content-Length: 80

{
    "query": "query{currentUser{isTwitchPrime,isAmazonPrime,twitchAccounts{tuid}}}"
}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:13 GMT
Connection: keep-alive
x-amz-rid: Y3QN5W767M14G9PHZA8Q
Set-Cookie: session-id=140-6279666-3732436; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Set-Cookie: session-id-time=2082787201l; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
X-Amzn-Trace-Id: Root=1-00000000-000000000000000000000000;
Vary: Origin,Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()
Content-Length: 88

{
    "data": {
        "currentUser": {
            "isTwitchPrime": true,
            "isAmazonPrime": true,
            "twitchAccounts": []
        }
    }
}
POST https://gaming.amazon.com/graphql HTTP/1.1
Host: gaming.amazon.com
User-Agent: GraphQL.Client/3.2.2.0
x-amz-access-token: Atna|XXXX
client-id: AmazonGamesApp
prime-gaming-language: de-DE
Content-Type: application/json; charset=utf-8
Content-Length: 306
{
    "query": "query{primeBenefitStrings(primeMarketplaceCountryCode:null){gameBenefits{title,headline,subheadline,details},shippingBenefits{title,headline,subheadline,details},videoBenefits{title,headline,subheadline,details},twitchBenefits{title,headline,subheadline,details},primeOffer,benefitSummaryList}}"
}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:13 GMT
Connection: keep-alive
x-amz-rid: EC63QAJV58YX5C9SYQSD
Set-Cookie: session-id=135-6581662-1471358; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Set-Cookie: session-id-time=2082787201l; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
X-Amzn-Trace-Id: Root=1-00000000-000000000000000000000000;
Vary: Origin,Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()
Content-Length: 2030


{
    "data": {
        "primeBenefitStrings": {
            "gameBenefits": {
                "title": "SPIELE UND LOOT",
                "headline": "Hol dir jeden Monat kostenlose Spiele und Loot-Pakete im Spiel",
                "subheadline": "In deiner Amazon Prime-Mitgliedschaft sind kostenlos weitere Vorteile enthalten. Jeden Monat erhältst du:",
                "details": ["Neue Spiele mit Prime, die du für immer behalten darfst", "Werde stärker mit Waffen, Charakteren, Skins, Boosts, Upgrades und mehr"]
            },
            "shippingBenefits": {
                "title": "SCHNELLER, KOSTENLOSER VERSAND",
                "headline": "Schnelle, kostenlose Lieferung für Millionen von Artikeln",
                "subheadline": "Mehr von dem, was du liebst, auf noch mehr Arten geliefert",
                "details": ["Kostenloser Premium-Versand", "Same Day-Lieferung: Verfügbar in 20 deutschen Metropolregionen", "Vorabzugriff auf Amazon-Blitzangebote für Spiele, Elektronik, exklusive Marken und andere Rabatte"]
            },
            "videoBenefits": {
                "title": "TV-SHOWS UND FILME",
                "headline": "Unbegrenzt streamen mit Prime Video",
                "subheadline": "Tausende von Filmen, Serien und Amazon Originals auf jedem Gerät",
                "details": ["Schau zu Hause oder unterwegs auf deiner Konsole, deinem Handy, Smart TV und mehr", "Unbegrenztes Streaming in HD-Qualität"]
            },
            "twitchBenefits": {
                "title": "PRIME-STATUS AUF TWITCH",
                "headline": "Kostenloses Kanalabonnement und mehr",
                "subheadline": "Unterstütze Streamer und zeige deinen Status mit exklusiven Chat-Optionen",
                "details": ["Nutze dein kostenloses Kanalabonnement (im Wert von 4,99 €) jeden Monat, um deine Lieblings-Streamer zu unterstützen", "Chatte mit dem Kronen-Abzeichen, nur für Mitglieder", "Exklusive Farben und Emotes für den Twitch-Chat"]
            },
            "primeOffer": "Noch heute meinen 30 Tage Prime Gratiszeitraum starten. Nach dem Gratiszeitraum kostet Amazon Prime nur 7,99 €/Monat. Jederzeit kündbar.",
            "benefitSummaryList": ["Noch heute meinen 30 Tage Prime Gratiszeitraum starten. Nach dem Gratiszeitraum kostet Amazon Prime nur 7,99 €/Monat. Jederzeit kündbar.", "Kostenlose Spiele und Spielinhalte", "Schneller, kostenloser Versand und unbegrenztes Video-Streaming auf Prime Video"]
        }
    }
}
POST https://gaming.amazon.com/graphql HTTP/1.1
Host: gaming.amazon.com
User-Agent: GraphQL.Client/3.2.2.0
x-amz-access-token: Atna|XXXX
client-id: AmazonGamesApp
prime-gaming-language: de-DE
Content-Type: application/json; charset=utf-8
Content-Length: 55

{
    "query": "query{primeMarketplace{marketplaceCode,id}}"
}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:13 GMT
Connection: keep-alive
x-amz-rid: 3EQTAPQNGTS6ZCKS9Q6D
Set-Cookie: session-id=140-0145688-2598266; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Set-Cookie: session-id-time=2082787201l; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Vary: Origin,Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()
Content-Length: 76

{
    "data": {
        "primeMarketplace": {
            "marketplaceCode": "DE",
            "id": "AMAZONID"
        }
    }
}
POST https://gaming.amazon.com/graphql HTTP/1.1
Host: gaming.amazon.com
User-Agent: GraphQL.Client/3.2.2.0
x-amz-access-token: Atna|XXXX
client-id: AmazonGamesApp
prime-gaming-language: de-DE
Content-Type: application/json; charset=utf-8
Content-Length: 73

{
    "query": "query{countryOfResidence{countryCode,primeGamingEligibility}}"
}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:13 GMT
Connection: keep-alive
Set-Cookie: session-id=140-3055003-5186211; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Set-Cookie: session-id-time=2082787201l; Domain=.amazon.com; Expires=Tue, 01-Jan-2036 08:00:01 GMT; Path=/; Secure
Vary: Origin,Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()
Content-Length: 89

{
    "data": {
        "countryOfResidence": {
            "countryCode": "DE",
            "primeGamingEligibility": "SUPPORTED"
        }
    }
}

Owned Games:

POST https://sds.amazon.com/amazon/ HTTP/1.1
Host: sds.amazon.com
Content-Type: application/json; charset=utf-8
UserAgent: com.amazon.agslauncher.win/2.1.6485.3
X-Amz-Target: com.amazonaws.gearbox.softwaredistribution.service.model.SoftwareDistributionService.GetEntitlementsV2
x-amzn-token: Atna|XXXXXX
Content-Length: 254
Content-Encoding: amz-1.0

{
    "Operation": "GetEntitlementsV2",
    "clientId": "Sonic",
    "syncPoint": null,
    "nextToken": null,
    "maxResults": 50,
    "productIdFilter": null,
    "keyId": "KEYID",
    "hardwareHash": "<HARDWAREHASH>"
}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:14 GMT
Content-Type: application/json
Content-Length: 44191
Connection: keep-alive
Vary: Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()

{
    "entitlements": [{
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132019",
        "id": "f4bef428-44cf-7738-57bb-354d97741592",
        "lastModifiedDate": 1.640280132019E9,
        "product": {
            "asin": "B09L3CC9YF",
            "asinVersion": 0,
            "id": "amzn1.adg.product.a0b96333-d610-40d7-9658-2e754c1615ec",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51US6QlxaCL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61wCxmjghXL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Telltale Games",
                    "esrbRating": "everyone_10_plus",
                    "gameModes": ["Single Player"],
                    "genres": ["Point-and-click", "Adventure"],
                    "keywords": ["adventure", "RPG"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/71PgfpDG5zL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_12_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41BWYDe9z+L.jpg",
                    "publisher": "Telltale",
                    "releaseDate": "2009-09-28T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/617WxWCCe+L.jpg", "https://images-na.ssl-images-amazon.com/images/I/61BzfJZmHEL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61rOxnKxTDL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61HIOeLGVVL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61d4wFmYAXL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71SsA7p8zcL.jpg"],
                    "shortDescription": "CHAPTER 3: LAIR OF THE LEVIATHAN  In the third Tales of Monkey Island chapter, Guybrush gets in deep (literally!) as his quest for the voodoo exfoliating La Esponja Grande takes a scenic twist – through the guts of a giant manatee!",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71i6byypUGL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/G1FcLK3ftZL.mp4"],
                    "websites": {
                        "official": "https://www.telltale.com/tales-of-monkey-island/",
                        "support": null,
                        "steam": "https://store.steampowered.com/app/31190"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61RJuKSemPL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.92be7611-42d5-3b47-342a-856299ec0b10",
            "title": "Tales of Monkey Island: Chapter 3",
            "type": "Entitlement",
            "vendorId": "fbc5719b-631b-4951-a82a-5aa285432668"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132030",
        "id": "58bef428-44d0-824e-4470-03e90d6bcfa1",
        "lastModifiedDate": 1.64028013203E9,
        "product": {
            "asin": "B09KYFHJC6",
            "asinVersion": 0,
            "id": "amzn1.adg.product.71a2ec7f-719c-4278-92ea-9b74a99be7a6",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/61vyEWbeABL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/71frY4VGmbL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Telltale Games",
                    "esrbRating": "everyone_10_plus",
                    "gameModes": ["Single Player"],
                    "genres": ["Point-and-click", "Adventure"],
                    "keywords": ["adventure", "RPG"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/71qLeYtgGNL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_12_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41pzTRtBA0L.jpg",
                    "publisher": "Telltale",
                    "releaseDate": "2009-07-06T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71fFjxyWP-L.jpg", "https://images-na.ssl-images-amazon.com/images/I/71ASCOKc-rL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71ymqQ6aGKL.jpg", "https://images-na.ssl-images-amazon.com/images/I/611HHghRGzL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71uUxAIIXTL.jpg"],
                    "shortDescription": "CHAPTER 1: LAUNCH OF THE SCREAMING NARWHAL  The saga begins with a heated battle involving the brave but often bumbling Mighty Pirate Guybrush, his beloved wife Elaine, and their nemesis, the demon pirate LeChuck. When the showdown goes up in flames, Guybrush finds himself marooned on a strange island with winds that always blow inward. How will our hero manage to escape this meteorological anomaly? What has become of LeChuck and Elaine? And what's the story with the infectious voodoo pox that's spreading across the Caribbean, causing Guybrush and other pirates to act like unruly hooligans?",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71i6byypUGL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/G1FcLK3ftZL.mp4"],
                    "websites": {
                        "official": "https://www.telltale.com/tales-of-monkey-island/",
                        "support": null,
                        "steam": "https://store.steampowered.com/app/31170"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61hHUN7rviL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.cebe735e-f965-5d39-5f14-87ed2012e66d",
            "title": "Tales of Monkey Island: Chapter 1",
            "type": "Entitlement",
            "vendorId": "fbc5719b-631b-4951-a82a-5aa285432668"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132132",
        "id": "64bef428-4509-0e2b-2027-0adaf44d9972",
        "lastModifiedDate": 1.640280132132E9,
        "product": {
            "asin": "B09L3G935Y",
            "asinVersion": 0,
            "id": "amzn1.adg.product.5dacffa6-c9ff-4c8e-abae-e51e1bbafc80",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51fgjNpSljL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61bwuEACsfL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Telltale Games",
                    "esrbRating": "everyone_10_plus",
                    "gameModes": ["Single Player"],
                    "genres": ["Point-and-click", "Adventure"],
                    "keywords": ["adventure", "RPG"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/71rPcL5zMaL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_12_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41hhIpGEo0L.jpg",
                    "publisher": "Telltale",
                    "releaseDate": "2009-11-29T16:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/61X7tLa4i2L.jpg", "https://images-na.ssl-images-amazon.com/images/I/61yb9GP351L.jpg", "https://images-na.ssl-images-amazon.com/images/I/71d-+HWSepL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61sotZZ71NL.jpg"],
                    "shortDescription": "CHAPTER 4: THE TRIAL AND EXECUTION OF GUYBRUSH THREEPWOOD  Guybrush returns to Flotsam Island, but forget about a hero's welcome. Handed over to De Singe by the backstabbing Morgan LeFlay, Guybrush is seized by an angry mob and put on trial!",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71i6byypUGL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/G1FcLK3ftZL.mp4"],
                    "websites": {
                        "official": "https://www.telltale.com/tales-of-monkey-island/",
                        "support": null,
                        "steam": "https://store.steampowered.com/app/31200"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61yLGPC5EsL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.72be7662-1a1d-3a29-7d62-cd06571e78e8",
            "title": "Tales of Monkey Island: Chapter 4",
            "type": "Entitlement",
            "vendorId": "fbc5719b-631b-4951-a82a-5aa285432668"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132141",
        "id": "02bef428-4509-f579-2885-3056ffbd5411",
        "lastModifiedDate": 1.640280132141E9,
        "product": {
            "asin": "B09L38QRZC",
            "asinVersion": 0,
            "id": "amzn1.adg.product.13a55926-e6b6-497d-b3af-9d932744d408",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51N3GCq7xlL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61aYpX9OKnL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Telltale Games",
                    "esrbRating": "everyone_10_plus",
                    "gameModes": ["Single Player"],
                    "genres": ["Point-and-click", "Adventure"],
                    "keywords": ["adventure", "RPG"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/71m1gUmjDvL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_12_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41eby475mYL.jpg",
                    "publisher": "Telltale",
                    "releaseDate": "2010-01-31T16:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/61Fic06T6LL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61RsHUEAfQL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61MQalJgg7L.jpg"],
                    "shortDescription": "CHAPTER 5: RISE OF THE PIRATE GOD  Our piratey heroes meet their ultimate match with the Rise of the Pirate God. Can the world of Monkey Island be saved? Find out as the Tales of Monkey Island saga comes to its thrilling conclusion.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71i6byypUGL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/G1FcLK3ftZL.mp4"],
                    "websites": {
                        "official": "https://www.telltale.com/tales-of-monkey-island/",
                        "support": null,
                        "steam": "https://store.steampowered.com/app/31210"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61B+wFsJKxL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.90be7668-fde9-be46-5f4c-0f335724f6bc",
            "title": "Tales of Monkey Island: Chapter 5",
            "type": "Entitlement",
            "vendorId": "fbc5719b-631b-4951-a82a-5aa285432668"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132958",
        "id": "4abef428-46a7-33db-d7b3-bb9ba6f121d1",
        "lastModifiedDate": 1.640280132958E9,
        "product": {
            "asin": "B09L57SPZG",
            "asinVersion": 0,
            "id": "amzn1.adg.product.a939e821-78f1-48fb-8392-1e72473a58bc",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/61V94C9PU+L.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61A376+iVGL._UY810_CR440,0,1440,810.jpg",
                    "developer": "U-Play online",
                    "esrbRating": "everyone",
                    "gameModes": ["Single Player", "Multiplayer"],
                    "genres": ["Simulator", "Strategy", "Adventure"],
                    "keywords": ["adventure", "indie", "SIM"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/61K8JiV8EvL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_3_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41SwO+8GhyL.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2016-05-18T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71gIssArytL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71XNCoOeILL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71LdLh375RL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71OvLyQAOcL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81rGNTKlaoL.jpg"],
                    "shortDescription": "Become the most successful youtuber on the planet! Create videos, get subscribers, attend events, interact with your fans and grow your channel. Live a youtuber’s life!",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71nNZQjljbL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/G1TcWLylFxL.mp4"],
                    "websites": {
                        "official": "http://www.youtuberslife.com",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61T9wHaysUL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.86be785a-2571-e99c-9a30-9ef205ef4672",
            "title": "Youtubers Life",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132975",
        "id": "febef428-46b1-1e58-a8d7-21e4de11050c",
        "lastModifiedDate": 1.640280132975E9,
        "product": {
            "asin": "B09L581GM7",
            "asinVersion": 0,
            "id": "amzn1.adg.product.9c1b385e-9a72-48bc-9700-c5d72b678972",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/314WZbsRYrL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/41G+E+1K2LL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Hyper Games",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Co-operative"],
                    "genres": ["Puzzle", "Indie"],
                    "keywords": ["Indie"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/41YqWfLqv+L.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/31iQ8urYE2L.jpg",
                    "publisher": "Aspyr",
                    "releaseDate": "2020-12-10T16:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/51zxffcNCyL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61fXB84rNaL.jpg", "https://images-na.ssl-images-amazon.com/images/I/51UNxkmoXqL.jpg", "https://images-na.ssl-images-amazon.com/images/I/51atq458-oL.jpg", "https://images-na.ssl-images-amazon.com/images/I/612hK7kq30L.jpg"],
                    "shortDescription": "Your Path is the Orb  You are the Orb’s protector, and the Orb’s light is yours. Survive and master over 60 puzzles while avoiding the shadows caused by your partner and the environment.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/51G3IIF4LyL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/E1QQgdEAsRL.mp4"],
                    "websites": {
                        "official": "http://morkredd.com/",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/416vAs5mggL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.7cbe7868-1749-8d6d-2ad3-ba89f905b4e7",
            "title": "Morkredd",
            "type": "Entitlement",
            "vendorId": "40deabdf-b250-4b56-9e58-c20fb82cfcd7"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280132983",
        "id": "e4bef428-46b2-8df1-4111-bff6b2b81afe",
        "lastModifiedDate": 1.640280132983E9,
        "product": {
            "asin": "B09LFM39G1",
            "asinVersion": 0,
            "id": "amzn1.adg.product.6dbcae9a-112b-465e-8d56-de7353603436",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51LgbmZ8vLL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61QlUkyQEfL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Sneaky Yak Studio",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player"],
                    "genres": ["Simulator", "Strategy", "Indie"],
                    "keywords": ["SIM", "strategy"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/61r9XLLPgQL.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41PIVqSa7-L.jpg",
                    "publisher": "Goblinz Studio",
                    "releaseDate": "2019-09-23T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/61BFNyMYR1L.jpg", "https://images-na.ssl-images-amazon.com/images/I/71rwyO7-zzL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71Nz9ywyqFL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71+liyDukeL.jpg", "https://images-na.ssl-images-amazon.com/images/I/714Nm5Xm0rL.jpg"],
                    "shortDescription": "In Spellcaster University, you take on the role of the director of a magic university in a heroic fantasy world. Build your school, manage your budget, recruit teachers. Will you make it a high place of black magic, with the best necromancy and demonology teachers? Or a school in harmony with nature to train druids and shamans? Or why not train adventurous mages, offering them options to learn how to fight and be discreet? But this will require surviving the ruthless attacks of the orc tribes and the controls of the education authorities.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/616QyMlt3AL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F18S6xF1EiL.mp4"],
                    "websites": {
                        "official": "https://sneakyyakstudio.com/",
                        "steam": "https://store.steampowered.com/app/895620",
                        "support": null,
                        "gog": "https://www.gog.com/game/spellcaster_university"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61WkTmt4RGL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.86be832f-909c-1543-d338-db6ea91dde2d",
            "title": "Spellcaster University",
            "type": "Entitlement",
            "vendorId": "cc543d35-48d6-4c9d-8b2e-0a4a291db58c"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280133304",
        "id": "6ebef428-474a-da38-5590-0f8e13eab820",
        "lastModifiedDate": 1.640280133304E9,
        "product": {
            "asin": "B09J1QRHSG",
            "asinVersion": 0,
            "id": "amzn1.adg.product.84602867-465b-4365-9ea9-c108c168b733",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51EvnfImDOL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/6192ObjXzZL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Wideload Games",
                    "esrbRating": "mature",
                    "gameModes": ["Single Player", "Multiplayer", "Co-operative"],
                    "genres": ["Adventure"],
                    "keywords": ["zombies", "robot", "chainsaw", "blood", "comedy", "future", "robots", "romance", "1950s", "sci-fi"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/41rXbNuA1UL.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41XpKqAuNnL.jpg",
                    "publisher": "Aspyr",
                    "releaseDate": "2005-11-20T16:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/710yWLWpRGL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81OjyqvwhmL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71-zPlM7wtL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81pq6Rzd8ML.jpg", "https://images-na.ssl-images-amazon.com/images/I/71a2v1SJW9L.jpg"],
                    "shortDescription": "It's 1959 and the city of Punchbowl, PA, is a beacon of progress and ideal living. Show the living that law and order are no match for a dead man on a mission. Your boyfriend's back Maggie, and Punchbowl is gonna be in trouble!",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71KCADdERFL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/E1ZhwVj3N2L.mp4"],
                    "websites": {
                        "official": "https://stubbshub.com/",
                        "steam": "https://store.steampowered.com/app/7800",
                        "support": null,
                        "gog": "https://www.gog.com/game/stubbs_the_zombie_in_rebel_without_a_pulse"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61GSqjiMrCL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.d8be30d6-9068-3a51-c796-a66b856c1650",
            "title": "Stubbs the Zombie in Rebel Without a Pulse",
            "type": "Entitlement",
            "vendorId": "40deabdf-b250-4b56-9e58-c20fb82cfcd7"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1640280133405",
        "id": "c8bef428-4786-0493-7dd1-024c030e5c26",
        "lastModifiedDate": 1.640280133405E9,
        "product": {
            "asin": "B09L2CNF75",
            "asinVersion": 0,
            "id": "amzn1.adg.product.5efc992e-6086-4367-b521-c77f877eb396",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51p+WQ7JPQL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61Lu4FzSWqL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Telltale Games",
                    "esrbRating": "everyone_10_plus",
                    "gameModes": ["Single Player"],
                    "genres": ["Point-and-click", "Adventure"],
                    "keywords": ["adventure", "RPG"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/714i8lVfmtL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_12_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41nOq3e10rL.jpg",
                    "publisher": "Telltale",
                    "releaseDate": "2009-08-30T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71-e000HDtL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61x4VbwnDlL.jpg", "https://images-na.ssl-images-amazon.com/images/I/6101W1btImL.jpg"],
                    "shortDescription": "CHAPTER 2: THE SIEGE OF SPINNER CAY  Guybrush's adventures continue on the high seas as pox-plagued pirates lay siege to the innocent Mer-People. In between defending the Mer-People and dodging the persistent pirate hunter hot on his trail, Guybrush manages to catch up to his beloved wife and despised arch-nemesis, but their reunion is short-lived. Now Guybrush must focus on eradicating the Pox of LeChuck before more harm can be done, and as the Mighty Pirate draws closer to a cure, the waters will only grow murkier in this thrilling chapter of the epic saga.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71i6byypUGL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/G1FcLK3ftZL.mp4"],
                    "websites": {
                        "official": "https://www.telltale.com/tales-of-monkey-island/",
                        "support": null,
                        "steam": "https://store.steampowered.com/app/31180"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61J35Kl75YL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.48be7603-c41d-9207-0882-6c1259b8c250",
            "title": "Tales of Monkey Island: Chapter 2",
            "type": "Entitlement",
            "vendorId": "fbc5719b-631b-4951-a82a-5aa285432668"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1641309623760",
        "id": "4abf12d6-aae2-476d-fcaa-2cb33fb1dfeb",
        "lastModifiedDate": 1.64130962376E9,
        "product": {
            "asin": "B09N9WCNHM",
            "asinVersion": 0,
            "id": "amzn1.adg.product.d81c669c-346c-4490-8abf-d1cffa7bc876",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51tPs1759SL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61TY74QkIzL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Kylotonn Games",
                    "esrbRating": "everyone",
                    "gameModes": ["Single Player", "Multiplayer"],
                    "genres": ["Racing", "Sport"],
                    "keywords": ["rally", "xbox one x enhanced", "4k ultra hd", "shared"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/31Nbvdf-jXL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_3_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41cDuOOqj5L.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2017-09-15T24:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71C+cn7PXXL.jpg", "https://images-na.ssl-images-amazon.com/images/I/814MdCe6V5L.jpg", "https://images-na.ssl-images-amazon.com/images/I/613p2DUNUmL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81StC4Om6iL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71DqhQTzbzL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61e54eWU7FL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81iOxio5-OL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81An3dHah7L.jpg"],
                    "shortDescription": "Take on the WRC’s 13 rallies and their faithfully reproduced environments. Embody the best drivers in the Championship behind the wheels of their new cars. On your own or online, take on the Epic Stages, face weekly challenges, and live the WRC experience like a pro!   Local couch co-op multi-player support only",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71U5qW0LhDL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1irNxngP0L.mp4"],
                    "websites": {
                        "official": "https://www.igdb.com/games/wrc-7",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61EAk4XWgiL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.30becd7c-6dfc-bd11-d033-2df931083ba7",
            "title": "WRC 7 FIA World Rally Championship",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1641309633358",
        "id": "64bf12d6-bd9f-05b1-359c-cf2fe38b898c",
        "lastModifiedDate": 1.641309633358E9,
        "product": {
            "asin": "B09N8Z2J46",
            "asinVersion": 0,
            "id": "amzn1.adg.product.6ed13be7-1d52-42b0-af03-9f487492ae93",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/61we9wK2LKL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/71VhLWTivZL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Quantic Dream",
                    "esrbRating": "mature",
                    "gameModes": ["Single Player"],
                    "genres": ["Role-playing (RPG)", "Adventure"],
                    "keywords": ["quick timed events (qte)"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/51KA7t2t7ZL.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_16_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41VPSnTYLXL.jpg",
                    "publisher": "Aspyr",
                    "releaseDate": "2015-01-28T16:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/81d1YxMGpML.jpg", "https://images-na.ssl-images-amazon.com/images/I/71-UOkvHW6L.jpg", "https://images-na.ssl-images-amazon.com/images/I/71IldrvqyQL.jpg", "https://images-na.ssl-images-amazon.com/images/I/713qbKYNWvL.jpg"],
                    "shortDescription": "Originally released in 2005, Fahrenheit (known as Indigo Prophecy in North America) was a breakthrough in interactive narrative, teetering between the worlds of cinema and gaming while also embracing them, carving its own unique genre in the entertainment landscape. This newly remastered edition features updated graphics, full controller support AND is based on the uncut/uncensored international version of the game.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/81Fr-6wCAdL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F18CUth3elL.mp4"],
                    "websites": {
                        "official": "https://www.aspyr.com/games/fahrenheit-indigo-prophecy-remastered",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61AuNMk5+yL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.f6becc38-d6c6-f921-c9eb-e3df378ecbc5",
            "title": "Fahrenheit: Indigo Prophecy Remastered",
            "type": "Entitlement",
            "vendorId": "40deabdf-b250-4b56-9e58-c20fb82cfcd7"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1641309733337",
        "id": "94bf12d7-80e7-64da-0112-498f8532df26",
        "lastModifiedDate": 1.641309733337E9,
        "product": {
            "asin": "B09N8YHNSX",
            "asinVersion": 0,
            "id": "amzn1.adg.product.fb6747d7-7f88-49d8-bad4-3fc662531048",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51d+lXyo08L.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/615OCwvbZqL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Pixel Reef",
                    "esrbRating": "everyone",
                    "gameModes": ["Single Player"],
                    "genres": ["Puzzle", "Simulator", "Adventure"],
                    "keywords": ["exploration", "casual", "god game", "atmospheric", "colorful"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/61ruLmygVWL.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41tL36ULpEL.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2020-10-19T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71MjiNF5XSL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61ZhLbvIFtL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71dnUvbKvhL.jpg", "https://images-na.ssl-images-amazon.com/images/I/711RT51Q6YL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61BgMQ881zL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61frPZMOQWL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61WM8jjtEyL.jpg", "https://images-na.ssl-images-amazon.com/images/I/612iiCEBibL.jpg"],
                    "shortDescription": "An adventure and exploration game about wildlife in a dreamlike universe.  Somewhere in the abyssal depths of the internet, life has blossomed. Be the first to explore this virgin land where nature takes center stage. An unknown power seems to upset its balance. Join forces with intriguing and endearing creatures to solve the puzzles of Paper Beast.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71cgjoolaQL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1psHLwJ8mL.mp4"],
                    "websites": {
                        "official": "https://www.pixelreef.fr/paper-beast/",
                        "steam": "https://store.steampowered.com/app/1403830",
                        "support": null,
                        "gog": "https://www.gog.com/game/paper_beast_folded_edition"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61HVmwIJOEL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.04becc43-b25d-627a-9c4f-8535a67a1ad2",
            "title": "Paper Beast - Folded Edition",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1641309735814",
        "id": "38bf12d7-85bc-35f2-4fa9-551a8ff38340",
        "lastModifiedDate": 1.641309735814E9,
        "product": {
            "asin": "B09N8VN1BB",
            "asinVersion": 0,
            "id": "amzn1.adg.product.5a2dea57-7759-4312-8cd4-986ac1c46a45",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51MXDXl7RsL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/617xJtS2ZAL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Fellow Traveler",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player"],
                    "genres": ["Adventure"],
                    "keywords": ["adventure", "indie"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/31svOVt1SgL.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41eqjVCbI-L.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2020-04-03T24:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71o6Ci-A2NL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71-ghFnpgKL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61ALyMwRTXL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61oQFPO6MUL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71O1trPQmYL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61IyVCjB2jL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61R-xFeQ-oL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61nz1w7N++L.jpg"],
                    "shortDescription": "Play as an Artificial Intelligence guiding a stranded xenobiologist through a beautiful and mysterious alien ocean. A non-violent sci-fi story, enter a world of wonder, fear and vulnerability, unraveling the history and ecology of an impossible planet. What will you discover together?",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/61Xm+1AWBaL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1FFPkDKBHL.mp4"],
                    "websites": {
                        "official": "https://www.fellowtraveller.games/in-other-waters",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/51jhX1G0QRL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.d0becc54-c1f1-1dc2-d2dc-b4a348061b8b",
            "title": "In Other Waters",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1641309738317",
        "id": "70bf12d7-8a9d-58d1-15c8-5babe248d0de",
        "lastModifiedDate": 1.641309738317E9,
        "product": {
            "asin": "B09N5JN6LS",
            "asinVersion": 0,
            "id": "amzn1.adg.product.d14f6257-7fa1-4887-a09a-666a6f051a6f",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51cRIHY4SKL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61rpQbFaLFL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Two Point Studios",
                    "esrbRating": "everyone_10_plus",
                    "gameModes": ["Single Player"],
                    "genres": ["Simulator", "Strategy", "Indie"],
                    "keywords": ["management", "hospital"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/51Utvu2Xc-L.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_3_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41C1YeB5S8L.jpg",
                    "publisher": "SEGA",
                    "releaseDate": "2018-08-29T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71LOUP+X8zL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81o7EQomJIL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71GHbawwprL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71KNQgJX6xL.jpg"],
                    "shortDescription": "Design your hospital, cure your patients, and expand your organization!  Grow the sickness business by building your surgeries across the beautiful Two Point County. Research absurd illnesses and develop ridiculous new inventions to compete with rival hospitals in a race to both heal the sick and boost that bottom line.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/61NNMEI1ztL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1ShAVeTtxL.mp4"],
                    "websites": {
                        "official": "https://www.twopointhospital.com",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/619GfVFH00L.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.acbec8d3-dcae-eca2-1069-7ce9445fcdf9",
            "title": "Two Point Hospital",
            "type": "Entitlement",
            "vendorId": "40398deb-19b1-45a6-a6f2-8d057d610c0b"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1641309819611",
        "id": "0ebf12d8-2969-3ec3-78ca-111763118950",
        "lastModifiedDate": 1.641309819611E9,
        "product": {
            "asin": "B09MVBQKH9",
            "asinVersion": 0,
            "id": "amzn1.adg.product.6f7b2156-b0d8-460a-b25e-617077be4961",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/41kFcUToAEL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/51Owu4jHWBL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Fireblade Software",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player"],
                    "genres": ["Role-playing (RPG)", "Strategy", "Tactical"],
                    "keywords": ["procedurally generated", "strategy", "alternate historical"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/61s1dKZGiNL.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41Go92IhokL.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2019-10-21T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71ppCDjPnoL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71Vd8K9hKdL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61vYK6WBXiL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71mp5zt5t1L.jpg", "https://images-na.ssl-images-amazon.com/images/I/61GBbH4XY0L.jpg", "https://images-na.ssl-images-amazon.com/images/I/61TVOY1RwRL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71n+KFRo1ZL.jpg"],
                    "shortDescription": "Abandon Ship is a PC game where you take command of an ‘Age of Sail’ ship and her crew, exploring a vast, story-filled world that reacts to your decisions. Engage enemy vessels, fortifications and sea monsters in brutal tactical combat, all framed in an art style inspired by classic Naval Oil Paintings.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71OgPqw9BcL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1Bos-EVuCL.mp4"],
                    "websites": {
                        "official": "https://abandonshipgame.com/",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61FJeIZccvL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.a4bebc13-6ef7-a39b-2d16-fde0fdc9c467",
            "title": "Abandon Ship",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1643786323289",
        "id": "aebf5ca6-62a5-909a-aee0-815daa65de35",
        "lastModifiedDate": 1.643786323289E9,
        "product": {
            "asin": "B09Q58XLB8",
            "asinVersion": 0,
            "id": "amzn1.adg.product.9e5ecae6-9b15-4d6c-b28c-afedc5fd081a",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/61SEQmHggHL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/71C94xHf1KL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Headbang Club",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player"],
                    "genres": ["Fighting", "Shooter", "Music"],
                    "keywords": ["post-apocalyptic", "indie", "comedy", "shooter", "metal music", "heavy metal", "digital distribution", "pax south 2017"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/51tcTACwAML.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_16_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/51kJA4fOGJL.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2020-08-12T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/81Peb3hsxWL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71vfDTaapBL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71DgdMKAz6L.jpg", "https://images-na.ssl-images-amazon.com/images/I/71TtcDxtjiL.jpg"],
                    "shortDescription": "Double Kick Heroes is an explosive mashup of a shoot'em up with a frenetic rhythm game backed by an awesome METAL tune! Lead your band on an explosive roadtrip through the wasteland, blast zombies with your Gundillac and crush them with the power of METAL. The game packs in 50 songs, 30 original, 20 from established bands, half a dozen chapters of adventures and a community level editor that will allow any music to be played to the rhythm of exploding zombie skulls.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/81A3ZuncLTL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1a42wE5J6S.mp4"],
                    "websites": {
                        "official": "http://doublekickheroes.rocks/",
                        "steam": "https://store.steampowered.com/app/589670",
                        "support": null,
                        "gog": "https://www.gog.com/game/double_kick_heroes",
                        "facebook": "https://www.facebook.com/double.kick.heroes"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/71cEd8YeIGL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.62bf23f3-5bc8-da83-6909-be5a89ad45a0",
            "title": "Double Kick Heroes",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1643786326396",
        "id": "9ebf5ca6-68b8-2211-b183-9800fe5468f5",
        "lastModifiedDate": 1.643786326396E9,
        "product": {
            "asin": "B09Q5DV7FG",
            "asinVersion": 0,
            "id": "amzn1.adg.product.23dae898-e846-4aad-befb-b3247b81ae4e",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51XxDNUHEFL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61kezpPu2EL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Dear Villagers",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player"],
                    "genres": ["Adventure", "Indie"],
                    "keywords": ["Indie", "Adventure"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/51vhDtKue0L.png",
                    "otherDevelopers": [],
                    "pegiRating": "ages_12_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/410aD1u-IWL.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2021-04-14T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/717CqB73B2L.jpg", "https://images-na.ssl-images-amazon.com/images/I/81u30foByrL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81LK0oZDX2L.jpg"],
                    "shortDescription": "A survival journey through a harsh world without rules or judgement. Only your choices matter in the face of moral dilemmas. Manage your party, food and equipment to find your way through a non-linear narrative survival sim with more than 30 possible endings.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71ZPpJUsgdL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1d3z3FRi3L.mp4"],
                    "websites": {
                        "official": "https://dearvillagers.com/project/ashwalkers",
                        "support": null
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61w90yXkiYL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.86bf23bd-7164-4859-8e8e-1eea6d610708",
            "title": "Ashwalkers: A Survival Journey",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1643786329561",
        "id": "74bf5ca6-6ee2-34ca-1d39-8c8f225d0575",
        "lastModifiedDate": 1.643786329561E9,
        "product": {
            "asin": "B09Q52DPSD",
            "asinVersion": 0,
            "id": "amzn1.adg.product.68184ab0-16ae-474e-8b3b-02daf82fc6d4",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51G2I-xCgWL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61WICpbg8fL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Unexpected",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player"],
                    "genres": ["Simulator", "Strategy", "Turn-based strategy (TBS)"],
                    "keywords": ["roguelike", "management", "building", "economy", "city builder", "nomadic", "pacifism"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/61FWp5owyVL.png",
                    "otherDevelopers": [],
                    "pegiRating": "NO_RATING",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/41XsOFu8tBL.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2020-09-09T17:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/81IBGQFj9DL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81jREDETLtL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81m6sxKg9gL.jpg", "https://images-na.ssl-images-amazon.com/images/I/81g+cC97neL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71vjEvegPML.jpg", "https://images-na.ssl-images-amazon.com/images/I/71yA1Yry37L.jpg"],
                    "shortDescription": "You play as the wind guiding the Pupils, a tribe that must reach the center of the world.  You’ll have to manage their resources, their buildings, and their lives.  Help them grow wiser through agriculture, crafting, scientific and mystical research before the world is submerged. Be careful though, you have to manage your tribe perfectly and make sure they’re not starving or taken by surprise by the waters.",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71L+j5bjoAL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F16RKG7bEvS.mp4"],
                    "websites": {
                        "twitter": "https://twitter.com/AFATEGAME",
                        "twitch": "https://twitch.tv/unexpected",
                        "facebook": "https://www.facebook.com/UnexpectedStudio/",
                        "official": "https://en.unexpected-studio.com/as-far-as-the-eye",
                        "steam": "https://store.steampowered.com/app/1119700/As_Far_As_The_Eye",
                        "instagram": "https://www.instagram.com/goblinzstudio/?hl=fr",
                        "support": null,
                        "gog": "https://www.gog.com/game/as_far_as_the_eye"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61fWIfnaJJL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.3ebf23eb-7962-1f7d-4eb7-abcb7f429cdc",
            "title": "As Far as the Eye",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }, {
        "channelId": "53a65409-b735-437c-881d-ab662118fd8d",
        "entitlementDateFromEpoch": "1643786333075",
        "id": "6ebf5ca6-75c3-61a3-4c5f-59659f13e592",
        "lastModifiedDate": 1.643786333075E9,
        "product": {
            "asin": "B09Q5NY7LZ",
            "asinVersion": 0,
            "id": "amzn1.adg.product.e8e78531-da5e-4651-a75e-357717f42152",
            "productDetail": {
                "details": {
                    "backgroundUrl1": "https://images-na.ssl-images-amazon.com/images/I/51av8UgptrL.jpg",
                    "backgroundUrl2": "https://images-na.ssl-images-amazon.com/images/I/61jKFugl0zL._UY810_CR440,0,1440,810.jpg",
                    "developer": "Purple Tree Games",
                    "esrbRating": "NO_RATING",
                    "gameModes": ["Single Player", "Multiplayer", "Co-operative"],
                    "genres": ["Sport", "Arcade"],
                    "keywords": ["soccer", "2.5d"],
                    "logoUrl": "https://images-na.ssl-images-amazon.com/images/I/51uzQQdjRqL.png",
                    "otherDevelopers": ["Purple Tree Studio"],
                    "pegiRating": "ages_3_and_over",
                    "pgCrownImageUrl": "https://images-na.ssl-images-amazon.com/images/I/51DkCVKj2ML.jpg",
                    "publisher": "Plug In Digital",
                    "releaseDate": "2020-11-02T16:00:00Z",
                    "screenshots": ["https://images-na.ssl-images-amazon.com/images/I/71lAgaiyMbL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61a6ybeANNL.jpg", "https://images-na.ssl-images-amazon.com/images/I/713Ruj56jgL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71RxeerCMVL.jpg", "https://images-na.ssl-images-amazon.com/images/I/61wWoRGUviL.jpg", "https://images-na.ssl-images-amazon.com/images/I/71YYfQWjVzL.jpg"],
                    "shortDescription": "Golazo is a dynamic 2.5D arcade football game with medium sized fields and no fouls or offsides whistled. Just pure fun! Mastering the game is incredibly easy during the fun and furious 7vs7 matches. With its local multiplayer modes and crazy vintage approach, Golazo is the ideal choice for Couch & Party gamers!",
                    "trailerImageUrl": "https://images-na.ssl-images-amazon.com/images/I/71Kc79s0VzL.jpg",
                    "uskRating": "NO_RATING",
                    "videos": ["https://m.media-amazon.com/images/I/F1bzCRrbMmS.mp4"],
                    "websites": {
                        "official": "https://purpletreestudio.com/slideshow19.html",
                        "steam": "https://store.steampowered.com/app/1431040",
                        "support": null,
                        "gog": "https://www.gog.com/game/golazo_football_league"
                    }
                },
                "iconUrl": "https://images-na.ssl-images-amazon.com/images/I/61G4hgrOeRL.jpg"
            },
            "productLine": "Sonic:Game",
            "sku": "amzn1.resource.54bf23fb-26ef-9648-49a1-231b004bc281",
            "title": "Golazo! Soccer League",
            "type": "Entitlement",
            "vendorId": "3238d49f-98d6-478b-b708-195666b4c0c5"
        },
        "signature": "SignatureIsALie",
        "state": "LIVE"
    }]
}

Download&Install Games

POST https://sds.amazon.com/amazon/ HTTP/1.1
Host: sds.amazon.com
Content-Type: application/json; charset=utf-8
UserAgent: com.amazon.agslauncher.win/2.1.6485.3
X-Amz-Target: com.amazonaws.gearbox.softwaredistribution.service.model.SoftwareDistributionService.GetDownloadManifestV3
x-amzn-token: Atna|
Content-Length: 160
Content-Encoding: amz-1.0

{
    "adgGoodId": "aebf5ca6-62a5-909a-aee0-815daa65de35",
    "previousVersionId": null,
    "keyId": "keyId",
    "Operation": "GetDownloadManifestV3"
}
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:25 GMT
Content-Type: application/json
Content-Length: 1185
Connection: keep-alive
x-amz-rid: VHX0JF7KV478ARF9A613
x-amzn-RequestId: d7b78e5e-7fd5-4ae6-a8c5-67b16ffe9540
Vary: Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()
{
    "downloadUrls": ["https://client.legacy-app.games.a2z.com/presigned/manifests/9e08d279-f448-4596-8cff-3c32fade6d4e?X-Amz-Algorithm=AWS4-HMAC-SHA256
X-Amz-Date=20220203T074006Z
X-Amz-SignedHeaders=host
X-Amz-Expires=129600
X-Amz-Credential=Credential/20220203/us-east-1/s3/aws4_request
X-Amz-Signature=ec96088f8ce192e3dd4067b02d7b27255af4795a96cbab0f3c504dab7215653b", "https://protobuf-manifest-us-east-1-prod.s3.amazonaws.com/9e08d279-f448-4596-8cff-3c32fade6d4e?X-Amz-Algorithm=AWS4-HMAC-SHA256
X-Amz-Date=20220203T074006Z
X-Amz-SignedHeaders=host
X-Amz-Expires=129600
X-Amz-Credential=CREDENTIAL/20220203/us-east-1/s3/aws4_request
X-Amz-Signature=ec96088f8ce192e3dd4067b02d7b27255af4795a96cbab0f3c504dab7215653b"],
    "manifestSignature": "Kd9FRes/bHX1TpmOS0wxB25uQTOLmpK6voC1J405ORCCnAfvPeb4HOA841hyCSTfVrgnDJGT2W02zkNOBCrSwir75uEfBt02/K8JJumZha+KzZpVaj5Yw5rorp0oN+0kvDPJI6J1FWVQfVStGq09LWS9ELxVfsZl2SgZVfVS66yzv3VUocSnsDFv3YmUSBXBVqO5lHI1hv8OvL3o/ydrAdHPtG+9+JNKMt9XSpQq+6VknJOe84qsbmuFPQkFTKZaX9cWtUbOAnckwjlcSkc3wVqzoCiiUhVmEET/nL43XjH14tuSMokNJJL5FxTh2OC+VJQJnzEuckRJ8le062xprA==",
    "updateSize": 0,
    "versionId": "36fda2b7-fdc2-4b1d-ad37-babf1504f7cf"
}

Profile Data

GET https://api.amazon.com/user/profile HTTP/1.1
Host: api.amazon.com
Accept: application/json
Accept-Language: de_DE
User-Agent: AGSLauncher/1.0.0
Authorization: bearer Atna|XXXX
HTTP/1.1 200 OK
Server: Server
Date: Thu, 03 Feb 2022 12:35:06 GMT
Content-Type: application/json;charset=UTF-8
Content-Length: 286
Connection: keep-alive
x-amz-rid: 7YGY5WN0YH3J62ZXYQN5
x-amzn-RequestId: 7a868d3e-d671-4da9-bacc-b4c81600d288
X-Amz-Date: Thu, 03 Feb 2022 12:35:06 GMT
Content-Language: en-US
Vary: Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent
Permissions-Policy: interest-cohort=()

{
    "user_id": "amzn1.account.YYYYYYYYYY",
    "name": "John Doe",
    "shipping_address": {
        "country": "Germany",
        "country_code": "DE",
        "street_address": "Sample Street 123",
        "locality": "SampleTown",
        "postal_code": "12345",
        "region": "SampleCountry"
    },
    "postal_code": "654321",
    "email": "me@example.org"
}

Prior Work

https://github.com/derrod/twl.py

Resources:

https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html