Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.60 KB | None | 0 0
  1. {
  2.     "events": [{
  3.             "venueId": 0,
  4.             "name": "Stadsbiblioteket",
  5.             "address": "Sveavägen 73",
  6.             "neighbourhood": "Vasastaden",
  7.             "isOpen": true,
  8.             "hours": {
  9.                 "monday": "10:00-21:00",
  10.                 "tuesday": "10:00-21:00",
  11.                 "wednesday": "10:00-21:00",
  12.                 "thursday": "10:00-21:00",
  13.                 "friday": "10:00-19:00",
  14.                 "saturday": "11:00-17:00",
  15.                 "sunday": "11:00-17:00"
  16.             },
  17.             "attributes": {
  18.                 "restaurantInside": true,
  19.                 "restaurantsCloseBy": true,
  20.                 "venueParking": false
  21.             },
  22.             "title": "Stories and songs for children 0-7 months",
  23.             "description": "Stories (\"Ramsor\") and songs for the youngest children 0-7 months and their adults.",
  24.             "category": "music",
  25.             "date": "2017-11-01",
  26.             "start": "11:00",
  27.             "end": "11:30",
  28.             "ticket": true,
  29.             "ticketLink": "http://bit.ly/2yYpVPf"
  30.         },
  31.         {
  32.             "venueId": 0,
  33.             "name": "Stadsbiblioteket",
  34.             "address": "Sveavägen 73",
  35.             "neighbourhood": "Vasastaden",
  36.             "isOpen": true,
  37.             "hours": {
  38.                 "monday": "10:00-21:00",
  39.                 "tuesday": "10:00-21:00",
  40.                 "wednesday": "10:00-21:00",
  41.                 "thursday": "10:00-21:00",
  42.                 "friday": "10:00-19:00",
  43.                 "saturday": "11:00-17:00",
  44.                 "sunday": "11:00-17:00"
  45.             },
  46.             "attributes": {
  47.                 "restaurantInside": true,
  48.                 "restaurantsCloseBy": true,
  49.                 "venueParking": false
  50.             },
  51.             "title": "Great Books Reading & Discussion Program: Aristotle's 'On Tragedy'",
  52.             "description": "Explore the classics. This week we will discuss Aristotle's 'On Tragedy'",
  53.             "category": "knowledge",
  54.             "date": "2017-10-27",
  55.             "start": "12:30",
  56.             "end": "13:30",
  57.             "ticket": false
  58.         },
  59.         {
  60.             "venueId": 1,
  61.             "name": "Grona Lund",
  62.             "address": "Sveavägen 73",
  63.             "neighbourhood": "Djurgården",
  64.             "isOpen": true,
  65.             "hours": {
  66.                 "monday": "10:00-23:00",
  67.                 "tuesday": "10:00-23:00",
  68.                 "wednesday": "10:00-23:00",
  69.                 "thursday": "10:00-23:00",
  70.                 "friday": "10:00-23:00",
  71.                 "saturday": "10:00-23:00",
  72.                 "sunday": "10:00-21:00"
  73.             },
  74.             "attributes": {
  75.                 "restaurantInside": true,
  76.                 "restaurantsCloseBy": true,
  77.                 "venueParking": true
  78.             },
  79.             "title": "Halloween at Grona Lund",
  80.             "description": "When the big clock strikes 6 pm and darkness descends on the park, Stora Området fills with phantoms, zombies, freaky clowns, and evil spirits. That's also when our 'skräckzon' (horror zone) activates. If you choose to visit this zone, which is clearly marked out, you'll come face to face with these evil beings. The new houses of horrors can be visited throughout the day... if you dare!",
  81.             "category": "entertainment",
  82.             "date": "2017-11-01",
  83.             "start": "18:00",
  84.             "end": "22:00",
  85.             "ticket": true,
  86.             "ticketLink": "hhttp://bit.ly/2zeH4DM"
  87.         },
  88.         {
  89.             "venueId": 2,
  90.             "name": "Stadion",
  91.             "address": "Lidingövägen",
  92.             "neighbourhood": "Östermalm",
  93.             "isOpen": true,
  94.             "hours": {
  95.                 "monday": "10:00-21:00",
  96.                 "tuesday": "10:00-21:00",
  97.                 "wednesday": "10:00-21:00",
  98.                 "thursday": "10:00-21:00",
  99.                 "friday": "10:00-19:00",
  100.                 "saturday": "11:00-17:00",
  101.                 "sunday": "11:00-17:00"
  102.             },
  103.             "attributes": {
  104.                 "restaurantInside": true,
  105.                 "restaurantsCloseBy": false,
  106.                 "venueParking": true
  107.             },
  108.             "title": "Changes; Thomas Di Leva",
  109.             "description": "The show 'Changes' is exclusively a tribute to David Bowie, where the audience gets to enjoy Bowie's greatest hits, interpreted and arranged by Thomas Di Leva accompanied by some of Sweden's best musicians on stage.",
  110.             "category": "music",
  111.             "date": "2017-11-02",
  112.             "start": "21:00",
  113.             "end": "22:30",
  114.             "ticket": true,
  115.             "ticketLink": "http://bit.ly/2zxaP3E"
  116.         }
  117.     ]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement