GET shows

URL

https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/data/<lang>/shows.json
(See common endpoint parameters)

Method

GET

Response format

JSON


Response sample

{
  "10": {
    "_id": 10, 
    "date_end": "2017-08-16", 
    "date_start": "2017-08-16", 
    "linkTicket": "http://www.buy-my-tickets.com/", 
    "object": {
      "_id": 2, 
      "title": "Golden field", 
      "type": 2
    }, 
    "price": "10 USD", 
    "ref_date": "2017-08-16", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "21:45:00", 
    "time_start": "21:00:00", 
    "venue": {
      "_id": 7, 
      "title": "Dark Swan"
    }
  }, 
  "11": {
    "_id": 11, 
    "date_end": "2017-08-17", 
    "date_start": "2017-08-16", 
    "linkTicket": null, 
    "object": {
      "_id": 3, 
      "title": "Glaswegian rocket", 
      "type": 2
    }, 
    "price": "Free", 
    "ref_date": "2017-08-16", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "00:00:00", 
    "time_start": "23:00:00", 
    "venue": {
      "_id": 8, 
      "title": "Purple Bar"
    }
  }, 
  "12": {
    "_id": 12, 
    "date_end": "2017-08-17", 
    "date_start": "2017-08-17", 
    "linkTicket": "http://www.buy-my-tickets.com/", 
    "object": {
      "_id": 6, 
      "title": "Leonard Christensen", 
      "type": 2
    }, 
    "price": "20 USD", 
    "ref_date": "2017-08-17", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "23:00:00", 
    "time_start": "21:30:00", 
    "venue": {
      "_id": 8, 
      "title": "Purple Bar"
    }
  }, 
  "13": {
    "_id": 13, 
    "date_end": "2017-08-17", 
    "date_start": "2017-08-17", 
    "linkTicket": "http://www.buy-my-tickets.com/", 
    "object": {
      "_id": 5, 
      "title": "Blue Violin", 
      "type": 2
    }, 
    "price": "15 USD", 
    "ref_date": "2017-08-17", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "21:15:00", 
    "time_start": "20:00:00", 
    "venue": {
      "_id": 8, 
      "title": "Purple Bar"
    }
  }, 
  "14": {
    "_id": 14, 
    "date_end": "2017-08-15", 
    "date_start": "2017-08-15", 
    "linkTicket": "http://www.buy-my-tickets.com/", 
    "object": {
      "_id": 4, 
      "title": "Aramis", 
      "type": 2
    }, 
    "price": "20 USD", 
    "ref_date": "2017-08-15", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "19:45:00", 
    "time_start": "19:00:00", 
    "venue": {
      "_id": 7, 
      "title": "Dark Swan"
    }
  }, 
  "50": {
    "_id": 50, 
    "date_end": "2017-08-15", 
    "date_start": "2017-08-15", 
    "linkTicket": "google.com", 
    "object": {
      "_id": 48, 
      "title": "Test event 1", 
      "type": 0
    }, 
    "price": "10", 
    "ref_date": "2017-08-15", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "15:00:00", 
    "time_start": "12:00:00", 
    "venue": {
      "_id": 7, 
      "title": "Dark Swan"
    }
  }, 
  "51": {
    "_id": 51, 
    "date_end": "2017-08-16", 
    "date_start": "2017-08-16", 
    "linkTicket": "google.com", 
    "object": {
      "_id": 49, 
      "title": "Test event 2", 
      "type": 0
    }, 
    "price": "15", 
    "ref_date": "2017-08-16", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "15:00:00", 
    "time_start": "12:00:00", 
    "venue": {
      "_id": 7, 
      "title": "Dark Swan"
    }
  }, 
  "9": {
    "_id": 9, 
    "date_end": "2017-08-15", 
    "date_start": "2017-08-15", 
    "linkTicket": null, 
    "object": {
      "_id": 1, 
      "title": "Weather custody", 
      "type": 2
    }, 
    "price": "Free", 
    "ref_date": "2017-08-15", 
    "sort_order": null, 
    "tags": [], 
    "time_end": "20:45:00", 
    "time_start": "20:00:00", 
    "venue": {
      "_id": 7, 
      "title": "Dark Swan"
    }
  }
}