Updated: 1st October 2020

https://api.inzu.net/1.5/booking/venue

Booking

GET

As well as general information about the venue this call will provide a serialised JSON object called Availability. The Availability object contains dates with ticket / time slot availability and can be used in conjunction with the Javascript calendar widget to place a booking calendar on your website.

Parameters

  • ------- -
  • venue_id (int)select a specific venue

JSON Output

    {
  • "venue_id":"3673485",
  • "event_id":"7865443",
  • "currency":"us",
  • "title":"Night Club",
  • "location":"Los Angeles",
  • "venue":"The Rocket Ship",
  • "venue_link":"https://www.therocketship.com",
  • "stars":"The Rockets",
  • "start":"9.00 pm",
  • "end":"11.30 pm",
  • "img":"https://media.inzu.net/user/tickets/928356_img.png",
  • "img_thumb":"https://media.inzu.net/user/tickets/928356_thumb.png",
  • "variations":{"559":{"type_title":"Regular","description":"Variation one","price":"17.50","allocation":"1000"}},
  • "availability":{"2016":{"10":{"14":{"dateVariationsData":{"615":{"info":{"amount":"default","sold":16}}}}}}},
  • "next_date":"1521800457"
  • }