Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. {
  2. "content": [
  3. {
  4. "id": 1,
  5. "title": "PGS MAJOR 2018",
  6. "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus gravida augue, nec dictum ligula. Pellentesque malesuada, odio ut sodales aliquam, nunc nibh congue velit, sit amet bibendum diam eros dapibus tellus. Aenean dapibus rhoncus odio quis imperdiet. Maecenas tincidunt faucibus",
  7. "city": "Rzeszów",
  8. "maxPlayers": 64,
  9. "eliminationType": "DOUBLE",
  10. "state": "PENDING",
  11. "access": "CLOSED",
  12. "startDate": "2018-06-13",
  13. "endDate": "2018-06-16"
  14. },
  15. {
  16. "id": 2,
  17. "title": "ESL ONE GDAŃSK",
  18. "description": "Hodor. Hodor hodor, hodor. Hodor hodor hodor hodor hodor. Hodor. Hodor! Hodor hodor, hodor; hodor hodor hodor. Hodor. Hodor hodor; hodor hodor - hodor, hodor, hodor hodor. Hodor, hodor. Hodor. Hodor, hodor hodor hodor; hodor hodor; hodor hodor hodor! Hodor hodor HODOR! ",
  19. "city": "Gdańsk",
  20. "maxPlayers": 16,
  21. "eliminationType": "ROUND_ROBIN",
  22. "state": "PENDING",
  23. "access": "OPEN",
  24. "startDate": "2018-06-22",
  25. "endDate": "2018-06-16"
  26. },
  27. {
  28. "id": 3,
  29. "title": "Dreamhack Wrocław 2k18",
  30. "description": "Lorem Ipsum is the single greatest threat. We are not - we are not keeping up with other websites. Lorem Ipsum best not make any more threats to your website. It will be met with fire and fury like the world has never seen. Does everybody know that pig named Lorem Ipsum? An ‘extremely credible source’ has called my office and told me that Barack Obama’s placeholder text is a fraud.",
  31. "city": "Wrocław",
  32. "maxPlayers": 32,
  33. "eliminationType": "SINGLE",
  34. "state": "STARTED",
  35. "access": "OPEN",
  36. "startDate": "2018-06-14",
  37. "endDate": "2018-06-16"
  38. },
  39. {
  40. "id": 4,
  41. "title": "tournament4",
  42. "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus gravida augue, nec dictum ligula. Pellentesque malesuada, odio ut sodales aliquam, nunc nibh congue velit, sit amet bibendum diam eros dapibus tellus. Aenean dapibus rhoncus odio quis imperdiet. Maecenas tincidunt faucibus",
  43. "city": "Rzeszów",
  44. "maxPlayers": 16,
  45. "eliminationType": "ROUND_ROBIN",
  46. "state": "PENDING",
  47. "access": "CLOSED",
  48. "startDate": "2018-04-13",
  49. "endDate": "2018-06-16"
  50. },
  51. {
  52. "id": 5,
  53. "title": "tournament5",
  54. "description": "tournament2",
  55. "city": "Rzeszów",
  56. "maxPlayers": 16,
  57. "eliminationType": "ROUND_ROBIN",
  58. "state": "PENDING",
  59. "access": "CLOSED",
  60. "startDate": "2018-03-13",
  61. "endDate": "2018-06-16"
  62. },
  63. {
  64. "id": 6,
  65. "title": "tournament6",
  66. "description": "tournament2",
  67. "city": "Wrocław",
  68. "maxPlayers": 16,
  69. "eliminationType": "ROUND_ROBIN",
  70. "state": "PENDING",
  71. "access": "CLOSED",
  72. "startDate": "2018-06-13",
  73. "endDate": "2018-06-16"
  74. },
  75. {
  76. "id": 7,
  77. "title": "tournament7",
  78. "description": "tournament1",
  79. "city": "Wrocław",
  80. "maxPlayers": 16,
  81. "eliminationType": "ROUND_ROBIN",
  82. "state": "PENDING",
  83. "access": "CLOSED",
  84. "startDate": "2018-06-13",
  85. "endDate": "2018-06-16"
  86. },
  87. {
  88. "id": 8,
  89. "title": "tournament8",
  90. "description": "tournament2",
  91. "city": "Gdańsk",
  92. "maxPlayers": 16,
  93. "eliminationType": "ROUND_ROBIN",
  94. "state": "PENDING",
  95. "access": "CLOSED",
  96. "startDate": "2018-06-13",
  97. "endDate": "2018-06-16"
  98. },
  99. {
  100. "id": 9,
  101. "title": "tournament9",
  102. "description": "tournament2",
  103. "city": "Gdańsk",
  104. "maxPlayers": 16,
  105. "eliminationType": "ROUND_ROBIN",
  106. "state": "PENDING",
  107. "access": "CLOSED",
  108. "startDate": "2018-06-13",
  109. "endDate": "2018-06-16"
  110. },
  111. {
  112. "id": 10,
  113. "title": "tournament10",
  114. "description": "tournament2",
  115. "city": "Breslau",
  116. "maxPlayers": 16,
  117. "eliminationType": "ROUND_ROBIN",
  118. "state": "PENDING",
  119. "access": "CLOSED",
  120. "startDate": "2018-06-13",
  121. "endDate": "2018-06-16"
  122. }
  123. ],
  124. "pageable": "INSTANCE",
  125. "totalPages": 1,
  126. "totalElements": 11,
  127. "last": true,
  128. "numberOfElements": 11,
  129. "first": true,
  130. "size": 0,
  131. "number": 0,
  132. "sort": {
  133. "sorted": false,
  134. "unsorted": true
  135. }
  136. }
Add Comment
Please, Sign In to add comment