Skip to content

Instantly share code, notes, and snippets.

@eugene-d
Forked from Makazone/data.json
Last active December 11, 2015 14:56
Show Gist options
  • Save eugene-d/c9dc0f8c23555e9b0e14 to your computer and use it in GitHub Desktop.
Save eugene-d/c9dc0f8c23555e9b0e14 to your computer and use it in GitHub Desktop.
Backend for test iOS project
{
"events": [
{
"title": " LA FORZA DEL DESTINO - VERDI",
"type": "opera",
"dates": ["2015-12-21", "2016-01-21"],
"tickets_left": 123,
"overview": "La forza del destino (The Power of Fate, often translated The Force of Destiny) is an Italian opera by Giuseppe Verdi. The libretto was written by Francesco Maria Piave based on a Spanish drama, Don Alvaro o la fuerza del sino (1835), by Angel de Saavedra, 3rd Duke of Rivas, with a scene adapted from Friedrich Schiller's Wallensteins Lager. It was first performed in the Bolshoi Kamenny Theatre of Saint Petersburg, Russia, on 22 November 1862. \n After some further revisions, performances in Rome in 1863 (as Don Alvaro) and Madrid (with the Duke of Rivas, the play's author, in attendance) followed shortly afterwards, and the opera subsequently travelled to New York and Vienna (1865), Buenos Aires (1866) and London (1867). Verdi made other revisions, with additions by Antonio Ghislanzoni. This version, which premiered at La Scala, Milan, on 27 February 1869, has become the standard performance version. The most important changes were a new overture (replacing a brief prelude); the addition of a final scene to Act 3, following the duel between Carlo and Alvaro; and a new ending, in which Alvaro remains alive, instead of throwing himself off a cliff to his death.",
"artists": [
{
"name": "Tamara Wilson",
"stage_name": "Donna Leonora di Vargas"
},
{
"name": "Gwyn Hughes Jones",
"stage_name": "Don Alvaro"
},
{
"name": "Anthony Michaels-Moore",
"stage_name": "Don Carlo di Vargas"
},
{
"name": "Rinat Shaham",
"stage_name": "Preziosilla"
},
{
"name": "James Creswell",
"stage_name": "Padre Guardiano"
},
{
"name": "Andrew Shore",
"stage_name": "Fra Melitone"
}
],
"cover_img": "http://goo.gl/trlsQw",
"place": {
"city": "London",
"title": "London Coliseum",
"phone": "+44 20 7836 0111",
"full_address": "St Martin's Ln, London WC2N 4ES, United Kingdom",
"lat": "51.509753",
"lon": "-0.1264",
"category": "Orchestra",
"openning_hours": "9AM-10:30PM",
"price": 3
}
},
{
"title": "La Forza Dell Destino",
"type": "opera",
"dates": ["2016-02-21", "2016-02-23"],
"tickets_left": 680,
"overview": "La forza del destino (The Power of Fate, often translated The Force of Destiny) is an Italian opera by Giuseppe Verdi. The libretto was written by Francesco Maria Piave based on a Spanish drama, Don Alvaro o la fuerza del sino (1835), by Angel de Saavedra, 3rd Duke of Rivas, with a scene adapted from Friedrich Schiller's Wallensteins Lager. It was first performed in the Bolshoi Kamenny Theatre of Saint Petersburg, Russia, on 22 November 1862. \n After some further revisions, performances in Rome in 1863 (as Don Alvaro) and Madrid (with the Duke of Rivas, the play's author, in attendance) followed shortly afterwards, and the opera subsequently travelled to New York and Vienna (1865), Buenos Aires (1866) and London (1867). Verdi made other revisions, with additions by Antonio Ghislanzoni. This version, which premiered at La Scala, Milan, on 27 February 1869, has become the standard performance version. The most important changes were a new overture (replacing a brief prelude); the addition of a final scene to Act 3, following the duel between Carlo and Alvaro; and a new ending, in which Alvaro remains alive, instead of throwing himself off a cliff to his death.",
"artists": [
{
"name": "Tamara Wilson",
"stage_name": "Donna Leonora di Vargas"
},
{
"name": "Gwyn Hughes Jones",
"stage_name": "Don Alvaro"
},
{
"name": "Anthony Michaels-Moore",
"stage_name": "Don Carlo di Vargas"
},
{
"name": "Rinat Shaham",
"stage_name": "Preziosilla"
},
{
"name": "James Creswell",
"stage_name": "Padre Guardiano"
},
{
"name": "Andrew Shore",
"stage_name": "Fra Melitone"
}
],
"cover_img": "http://goo.gl/trlsQw",
"place": {
"city": "London",
"title": "London Coliseum",
"phone": "+44 20 7836 0111",
"full_address": "St Martin's Ln, London WC2N 4ES, United Kingdom",
"lat": "51.509753",
"lon": "-0.1264",
"category": "Orchestra",
"openning_hours": "9AM-10:30PM",
"price": 12
}
},
{
"title": "Anton and Erin - Just Gotta Dance",
"type": "ballet",
"dates": ["2016-01-23", "2016-01-23"],
"tickets_left": 787,
"overview": "Join the nation’s favourite ballroom couple when they return with a thrilling new show for 2016 to dazzle audiences across the UK. Featuring exciting new choreography, sparkling costumes and a sensational show band performing timeless music from the golden age.",
"artists": [
{
"name": "Anton du Beke",
"stage_name": "Donna Leonora di Vargas"
},
{
"name": " Erin Boag",
"stage_name": "Don Alvaro"
}
],
"cover_img": "http://media.ticketmaster.co.uk/tm/en-gb/dbimages/52760a.jpg",
"place": {
"city": "London City",
"title": "G Live, Guildford",
"phone": "+44 1483 369350",
"full_address": "London Rd, Guildford, Surrey GU1 2AA, United Kingdom",
"lat": "51.2383831",
"lon": "-0.6361886",
"category": "Various",
"openning_hours": "10:00AM–18:00PM",
"price": 55
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment