How to obtain a list of all Public Live Events listed on Sticky Tickets

This functionality allows you to retrieve details about all live and public events listed on Sticky Tickets by using a token. To request a token for accessing this information, follow the steps below. Once granted access, you'll be able to review comprehensive event details, including the event's URL, name, start and end date/time, venue name and address, location instructions, organiser and organisation name, phone and email, event description, capacity, images, ticket names, and sub-ticket details.

The primary purpose of this feature is to enable event directories to incorporate all our publicly listed events into their service.

Reach out to Sticky Tickets' support team and request them to provide you with the public access token for our Public Events API. You can make this request by emailing support@stickytickets.com.au.

 

How to use: 

  • The API URL for Public Event details is /public/events.

  • You can pass the token in two ways: firstly, by including it in the request as a header, and secondly, by providing it as a parameter in the request URL.

  • To proceed, visit https://www.stickytickets.com.au/api/events/search, and then use the token in the request header.

Public events api header sample

 

Sample JSON Response

[

{

        "name": "Blues Festival",

        "eventurl": "stickytickets.com.au/bluesfestival",

        "Tags": "Music, Dancing, Family"

        "startDate": "31/12/2021 10:30:00 AM",

        "endDate": "31/12/2021 3:30:00 PM",

        "location": "Opera House",

        "locationAddress": "Cicular Quay Sydney 200",

        "locationSpecialInstructions": null,

        "organiserName": "John Doe",

        "organisationName": "Sticky Tickets Australia Pty Ltd",

        "phone": "6128787660",

        "email": "support@bluesfestival.com.au",

        "description": "<p>This is a test only event for the Sticky Tickets Event Details API.</p>",

        "image1": null,

        "image2": null,

        "image3": null,

        "isPublic": true,

        "tickets": [

            {

              "ticketName": "General Admission",

                       }

        ]

        "name": "Blues Festival After Party",

        "eventurl": "stickytickets.com.au/bluesfestival_afterparty",

        "Tags": "Music, Dancing"

        "startDate": "31/12/2021 4:50:00 PM",

        "endDate": "31/12/2021 11:40:00 PM",

        "location": "Grand Concert Hall",

        "locationAddress": "1 Kent Street, Millers Point NSW 2000, Australia",

        "locationSpecialInstructions": null,

        "organiserName": "John Doe",

        "organisationName": "Sticky Tickets Australia Pty Ltd",

        "phone": "161287660660",

        "email": "support@bluesfestival.com.au",

        "description": "<p>This is a test only event for the Sticky Tickets Public Event API.</p>",

        "image1": null,

        "image2": null,

        "image3": null,

        "tickets": [

            {

               "ticketName": "Free Registration",

            },

            {

              "ticketName": "Early Bird Full Entry",

            },

            {

                     "ticketName": "Full Entry",

            }

        ]