TIcketmaster API? Buy tickets on the website?

I did some info on google. Is there a way to use ticketmaster on a website so that users can buy tickets on the website? If the ticket master is not available, is there another service?

+6
source share
4 answers

Ticketmaster does not have an open API (there is a private API with which you can access if you are an official Ticketmaster partner).

Here is a list of public APIs for ticketing: https://www.programmableweb.com/apitag/tickets+events

+7
source

Just visited the devjam hosted by them, and now there is a public API, but api transactions have not yet been published.

http://ticketmaster-api.imtqy.com/

I hope that they will appear soon.

+4
source

Check out http://developer.ticketmaster.com/

Now with a commercial API, as well as Discovery, Event Offers, Partner, Deals, Publish and International Discovery.

+3
source

I also looked for similar things, but found only an API to receive events from ticketmaster and through deep_url, etc. I can redirect my client to the ticketmaster website to buy tickets, I also tried to make it possible to directly buy tickets from my website, but I still did not have time.

In addition, the ticket retrieval API also lacks information about tickets and their purchase. documentation link api fetch api https://darwin.affiliatewindow.com/documents/ticketmaster/Ticketmaster%20API.pdf

+1
source

All Articles