Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.35 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "data": [
  4.     {
  5.       "id": 1,
  6.       "name": "Living Confidence",
  7.       "background_colour": "0xFFF7D2",
  8.       "canvas_colour": "0xABB2B9",
  9.       "colours": [
  10.         "0x03222222",
  11.         "0x01606060",
  12.         "0x02FE9714",
  13.         "0x03DC3103"
  14.       ]
  15.     },
  16.     {
  17.       "id": 2,
  18.       "name": "Imminent Ambition",
  19.       "background_colour": "0x011627",
  20.       "canvas_colour": "0xAABB2B9",
  21.       "colours": [
  22.         "0x01fdfffc",
  23.         "0x01ff9f1c",
  24.         "0x012ec4b6",
  25.         "0x01e71d36"
  26.       ]
  27.     },
  28.     {
  29.       "id": 3,
  30.       "name": "Winter of Courage",
  31.       "background_colour": "0xd9d9d9",
  32.       "canvas_colour": "0xAABB2B9",
  33.       "colours": [
  34.         "0x01353535",
  35.         "0x013c6e71",
  36.         "0x01284b63",
  37.         "0x01ffffff"
  38.       ]
  39.     },
  40.     {
  41.       "id": 4,
  42.       "name": "Gardens of Harmony",
  43.       "background_colour": "0x0e103d",
  44.       "canvas_colour": "0xAABB2B9",
  45.       "colours": [
  46.         "0x01f2d7ee",
  47.         "0x01d3bcc0",
  48.         "0x01a5668b",
  49.         "0x0169306d"
  50.       ]
  51.     },
  52.     {
  53.       "id": 5,
  54.       "name": "Aftermath of Bravery",
  55.       "background_colour": "0x565656",
  56.       "canvas_colour": "0xAABB2B9",
  57.       "colours": [
  58.         "0x01A3333D",
  59.         "0x01F64740",
  60.         "0x01291F1E",
  61.         "0x01C6C5B9"
  62.       ]
  63.     }
  64.   ],
  65.   "errors": null
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement