Production Examples
Get Production IDs by Venue
Section titled “Get Production IDs by Venue”Get productions playing at a venue on a specific date.
Request
Section titled “Request”curl -X GET \ 'https://api-beta.atomtickets.com/partner/v1/production/ids/byVenue/C00110921804?isoStartDate=2019-10-10T07:00:00Z&isoEndDate=2019-10-11T07:00:00Z' \ -H 'x-api-key: {AtomPartnerApiKey}'Response
Section titled “Response”{ "ids": ["B0093420570", "B00437681129", "B00685932020", "B00309261556"]}Get Production Details by IDs
Section titled “Get Production Details by IDs”Fetch full details for a specific production.
Request
Section titled “Request”curl -X POST \ https://api-beta.atomtickets.com/partner/v1/production/details/byIds \ -H 'x-api-key: {AtomPartnerApiKey}' \ -d '{ "ids": ["B00809994585"] }'Response
Section titled “Response”{ "productionDetails": [ { "id": "B00809994585", "name": "The Predator", "productionMedia": { "imageData": { "coverImageUrl": "https://images.atomtickets.com/image/upload/w_520,h_780,q_auto/v1/ingestion-images-archive/archive/rm3117827584.jpg", "promoImageUrls": [ "https://images.atomtickets.com/image/upload/h_960,q_auto/v1526062779/ingestion-images-archive/archive/1526062778201_227902_cops_1.png" ] }, "trailerData": { "trailerUrls": [] } }, "contributors": { "cast": [ { "name": "Boyd Holbrook", "characterName": "Quinn McKenna" } ], "crew": [ { "name": "Shane Black", "role": "Director" } ] }, "synopsis": "When a young boy accidentally triggers the universe's most lethal hunters return to Earth, only a ragtag crew of ex-soldiers and a disgruntled science teacher can prevent the end of the human race.", "advisoryRating": "No Rating", "genres": ["Action", "Adventure", "Horror", "Sci-Fi", "Thriller"], "runtimeMinutes": 0, "releaseDate": "2018-09-14", "atomUserScore": 10.0, "productionUrl": "http://rw-beta.atomtickets.com/movies/redirect/B00809994585", "imdbId": "3829266", "atomProductionId": "227902" } ]}Search Productions by Name
Section titled “Search Productions by Name”Search for a production by title.
Request
Section titled “Request”curl -X GET \ 'https://api-beta.atomtickets.com/partner/v1/production/search/byName?name=Captain%20Marvel' \ -H 'x-api-key: {AtomPartnerApiKey}'Response
Section titled “Response”{ "productionDetails": [ { "id": "B00362154100", "name": "Captain Marvel", "productionMedia": { "imageData": { "coverImageUrl": "https://images.atomtickets.com/image/upload/w_520,h_780,q_auto/v1/ingestion-images-archive/archive/rm123368960.jpg", "promoImageUrls": [] }, "trailerData": { "trailerUrls": [ "https://www.totaleclips.com/Bounce/b?eclipid=e162647&bitrateid=449&vendorid=17871" ] } }, "contributors": { "cast": [ { "name": "Brie Larson", "characterName": "Carol Danvers, Vers, Captain Marvel" } ], "crew": [ { "name": "Anna Boden", "role": "Director" } ] }, "synopsis": "The story follows Carol Danvers as she becomes one of the universe's most powerful heroes when Earth is caught in the middle of a galactic war between two alien races. Set in the 1990s, Captain Marvel is an all-new adventure from a previously unseen period in the history of the Marvel Cinematic Universe.", "advisoryRating": "PG-13", "genres": ["Action/Adventure", "SciFi/Fantasy"], "runtimeMinutes": 124, "releaseDate": "2019-03-08", "atomUserScore": 6.7, "productionUrl": "http://rw-beta.atomtickets.com/movies/redirect/B00362154100", "imdbId": "4154664" } ]}Get Production by Vendor ID
Section titled “Get Production by Vendor ID”Map a vendor production ID to an Atom production.
Request
Section titled “Request”curl -X GET \ 'https://api-beta.atomtickets.com/partner/v1/productions/byVendorProductionId/0000001176' \ -H 'x-api-key: {AtomPartnerApiKey}'Response
Section titled “Response”{ "productionDetails": [ { "id": "B00849252296", "name": "The Last Movie", "productionMedia": { "imageData": { "coverImageUrl": "https://images.atomtickets.com/image/upload/w_520,h_780,q_auto/v1/ingestion-images-archive/archive/rm1217998848.jpg", "promoImageUrls": [] }, "trailerData": { "trailerUrls": [ "https://www.totaleclips.com/Bounce/b?eclipid=e164394&bitrateid=449&vendorid=17871" ] } }, "contributors": { "cast": [ { "name": "Julie Adams", "characterName": "Mrs. Anderson" } ], "crew": [ { "name": "Dennis Hopper", "role": "Director" } ] }, "synopsis": "The Last Movie follows a Hollywood movie crew in the midst of making a western in a remote Peruvian village...", "advisoryRating": "R", "genres": ["Drama"], "runtimeMinutes": 108, "releaseDate": "2018-08-03", "productionUrl": "http://rw-beta.atomtickets.com/movies/redirect/B00849252296", "imdbId": "5836316" } ]}