Advertisement
Sajgoniarz

Epic Store Subnautica GraphQL response

Dec 14th, 2018
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.04 KB | None | 0 0
  1. {
  2.    "data":{
  3.       "Catalog":{
  4.          "catalogOffer":{
  5.             ->> "effectiveDate":"Fri Dec 14 2018 16:00:00 GMT+0000 (Coordinated Universal Time)", <<--
  6.             "id":"9ac2b841932448aeb5fc370907c8c0b3",
  7.             "customAttributes":[
  8.                {
  9.                   "key":"developerName",
  10.                   "value":"Unknown Worlds"
  11.                }
  12.             ]
  13.          }
  14.       },
  15.       "PriceEngine":{
  16.          "price":{
  17.             "totalPrice":{
  18.                "discountPrice":18999,
  19.                "originalPrice":18999,
  20.                "fmtPrice":{
  21.                   "originalPrice":"189,99 zł",
  22.                   "discountPrice":"189,99 zł"
  23.                }
  24.             }
  25.          }
  26.       }
  27.    },
  28.    "extensions":{
  29.       "cacheControl":{
  30.          "version":1,
  31.          "hints":[
  32.             {
  33.                "path":[
  34.                   "Catalog"
  35.                ],
  36.                "maxAge":0
  37.             },
  38.             {
  39.                "path":[
  40.                   "Catalog",
  41.                   "catalogOffer"
  42.                ],
  43.                "maxAge":0
  44.             },
  45.             {
  46.                "path":[
  47.                   "PriceEngine"
  48.                ],
  49.                "maxAge":0
  50.             },
  51.             {
  52.                "path":[
  53.                   "PriceEngine",
  54.                   "price"
  55.                ],
  56.                "maxAge":0
  57.             },
  58.             {
  59.                "path":[
  60.                   "Catalog",
  61.                   "catalogOffer",
  62.                   "customAttributes"
  63.                ],
  64.                "maxAge":0
  65.             },
  66.             {
  67.                "path":[
  68.                   "PriceEngine",
  69.                   "price",
  70.                   "totalPrice"
  71.                ],
  72.                "maxAge":0
  73.             },
  74.             {
  75.                "path":[
  76.                   "PriceEngine",
  77.                   "price",
  78.                   "totalPrice",
  79.                   "fmtPrice"
  80.                ],
  81.                "maxAge":0
  82.             }
  83.          ]
  84.       }
  85.    }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement