The Movies endpoint allows retrieval of AMC Theatres movie information.
name
query string parameter to specify a movie name to search for..
ids
query string parameter to find only the movies specified. (e.g. "ids=123,456,789") This parameter cannot be used with view endpoints.
slug
query string parameter to specify a movie slug to search for.
wwm-release-number
query string parameter to specify a West World Media Release Number to search for.
start-date
query string parameter to find movies with a release date after the date specified.
end-date
query string parameter to find movies with a release date on or before the date specified (Inclusive).
include-attributes
query string parameter to specify a comma delimited list of attributes that the showtimes must have.
exclude-attributes
query string parameter to specify a comma delimited list of attributes that the showtimes must not have.
attribute-operator
query string parameter to specify if your included or excluded attributes should be inclusive or exclusive.
page-number
query string parameter to specify which page of results to retrieve.
page-size
query string parameter to specify the number of results per page.
Name | Description |
---|---|
pageSize | The number of results included for each page, up to a maximum of 100. Defaults to 10. |
pageNumber | The page number returned. |
count | The total number of results available across all pages. |
_embedded.Movies | A list of Movie Representations returned. |
Relation | Description | Verbs | Templated |
---|---|---|---|
self | The current list of movies results. | GET | No |
previous | The previous page of movies results. | GET | No |
next | The next page of movies results. | GET | No |
Name | Description |
---|---|
id | The unique identifier for the given movie. |
name | The name or title. |
sortableName | The short print friendly name. |
starringActors | A comma seperated list of actors. |
directors | A comma seperated list of directors. |
genre |
The movie's primary genre
|
mpaaRating |
The assinged MPAA rating.
|
wwmReleaseNumber | The West World Media Release Number. |
runTime | The total runtime in minutes. |
score | An Estimate of how the film should perform relative to other films, scored between zero and one; one being best. |
slug | A dash seperated title. |
synopsis | A short description of the film. |
synopsisTagLine | A short tag line for the film. |
releaseDateUtc | The offfical release date in UTC (ISO-8601). |
earliestShowingUtc | The earliest showing date in UTC (ISO-8601). |
hasScheduledShowtimes | Indicates whether performances have been scheduled. |
displayOnlineTicketAvailability | Indicates if tickets are available for purchase online. |
onlineTicketAvailabilityDateUtc | The date tickets will be available for online purchase in UTC (ISO-8601). |
websiteUrl | The website url. |
showtimesUrl | The showtimes url. |
distributorId | The unique identifier for the distributor of a film. |
distributorCode | The code to identify the distributor of a film. |
preferredMediaType | The preferred media type (Theatrical or OnDemand) |
imdbId | The external IMDB ID for this movie |
privateTheatreRentalTier |
The tier of this movie for private theatre rentals
|
media.heroDesktopDynamic | Url location of hero Desktop. |
media.heroMobileDynamic | Url location of hero Mobile. |
media.posterDynamic | Url location of the Movie Poster. |
media.posterAlternateDynamic | Url location of the Movie poster alternate. |
media.poster3DDynamic | Url location of the Movie 3D poster. |
media.posterIMAXDynamic | Url location of the IMAX poster. |
media.trailerTeaserDynamic | Url location of the trailer teaser. |
media.trailerAlternateDynamic | Url location of the alternate trailer |
media.onDemandTrailerVideoId | Internal video ID |
media.onDemandTrailerExternalVideoId | External third party video ID |
media.onDemandPosterDynamic | Url location of the on demand poster |
media.onDemandTrailerMp4Dynamic | Url location of the mp4 on demand trailer |
media.onDemandTrailerHdDynamic | Url location of the HD on demand trailer |
attributes | A list of movie attributes. |
Relation | Description | Methods | Templated |
---|---|---|---|
self | The current movie representation. | GET | No |
https://api.amctheatres.com/rels/v2/media | Movie's associated media (video, images, etc.). | GET | Yes |
https://api.amctheatres.com/rels/v2/earliest-showtime | The earliest showtime for this movie. | GET | No |
https://api.amctheatres.com/rels/v1/cast-crew | The cast and crew for this movie. | GET | No |
https://api.amctheatres.com/rels/v1/on-demand-products | Get the on demand products for this movie | GET | No |
Name | Description |
---|---|
name | The display name |
description | The attribute description. |
code | The unique identifier for queries. |
GET /v2/movies
{ "pageSize": 10, "pageNumber": 1, "count": 3, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies?name=top gun&page-number=1&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 294, "name": "Top Gun (1986)", "sortableName": "Top Gun (1986)", "starringActors": "Anthony Edwards, Kelly McGillis, Tom Cruise", "directors": "Tony Scott", "genre": "ADVENTURE", "mpaaRating": "PG", "wwmReleaseNumber": 7580, "runTime": 110, "score": 0.0, "slug": "top-gun-1986-294", "synopsis": "Top Gun takes a look at the danger and excitement that awaits every pilot at the Navy's prestigious fighter weapons school. Tom Cruise is superb as Pete 'Maverick' Mitchell, a daring young flyer who's out to become the best of the best. And Kelly McGillis sizzles as the civilian instructor who teaches Maverick a few things you can't learn in a classroom.", "releaseDateUtc": "1986-05-16T05:00:00Z", "earliestShowingUtc": "1986-05-16T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/top-gun-1986-294", "showtimesUrl": "https://api.amctheatres.com/movies/top-gun-1986-294/showtimes", "distributorId": 2337, "distributorCode": "PAR", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565718795/amc-cdn/development/2/movies/300/294/MovieStills/155259R7.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565718795/amc-cdn/development/2/movies/300/294/MovieStills/155259R7.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1569965069/amc-cdn/development/2/movies/300/294/Poster/TopGun_EN_800x1200_Paramount-Redbox_012816.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/294", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/294/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/294/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/294/cast-crew", "templated": false } } }, { "id": 42038, "name": "Top Gun - IMAX 3D", "sortableName": "Top Gun - IMAX 3D", "starringActors": "", "directors": "", "genre": "Action", "mpaaRating": "PG", "wwmReleaseNumber": 155259, "runTime": 110, "score": 0.0, "slug": "top-gun-imax-3d-42038", "releaseDateUtc": "2013-02-08T06:00:00Z", "earliestShowingUtc": "2013-02-08T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/top-gun-imax-3d-42038", "showtimesUrl": "https://api.amctheatres.com/movies/top-gun-imax-3d-42038/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/42038", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/42038/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/42038/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/42038/cast-crew", "templated": false } } }, { "id": 54316, "name": "Top Gun", "sortableName": "Top Gun", "starringActors": "Tom Cruise", "directors": "Joseph Kosinski", "genre": "ACTION", "score": 0.0961875, "slug": "top-gun-54316", "releaseDateUtc": "2020-06-26T05:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/top-gun-54316", "showtimesUrl": "https://api.amctheatres.com/movies/top-gun-54316/showtimes", "distributorId": 2337, "distributorCode": "PAR", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/54316", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/54316/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/54316/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/54316/cast-crew", "templated": false } } } ] } }
GET /v2/movies/views/now-playing
{ "pageSize": 10, "pageNumber": 1, "count": 27, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/now-playing?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/now-playing?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 1, "name": "Osmosis Jones", "sortableName": "Osmosis Jones", "starringActors": "BRANDY, David Hyde Pierce, Laurence Fishburne", "directors": "BOBBY FARRELLY, PETER FARRELLY", "genre": "ANIMATION", "mpaaRating": "PG", "wwmReleaseNumber": 28729, "runTime": 95, "score": 0.0, "slug": "osmosis-jones-1", "synopsis": "Frank Detomello is a slovenly zoo keeper, and simple father to the only young and bright girl named Shane, who catches a cold right after he swallowed a germ-ridden egg! The inside of his body is known as the 'City of Frank'. An unlikely hero of a policeman white blood cell, by the name of Osmosis Jones, works as a member of Immunity cell. But with that germ-ridden egg comes a mortal danger: Osmosis discovers Frank has really contracted a villainous and black-hearted deadly virus known as Thrax who arrives and is plotting to ultimately overheat Frank's body, killing him from the inside out! Thrax is motivated by trying to become the nastiest new virus, attempting to kill each new victim faster than the previous. His grandiose plan for Frank is death in 48 hours, breaking previous medical records! Meanwhile the pill that Frank took, Drix arrives in the body and covers Frank's throat with ice to cover the irritation. Osmosis Jones becomes his newest partner. Now it's all up to only Osmosis and Drix to put an end of Thrax's plans before Frank gets sick forever and Shane will become an orphan! (unofficial)", "releaseDateUtc": "2001-08-10T05:00:00Z", "earliestShowingUtc": "2001-08-10T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/osmosis-jones-1", "showtimesUrl": "https://api.amctheatres.com/movies/osmosis-jones-1/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1/cast-crew", "templated": false } } }, { "id": 2, "name": "Cats & Dogs (2001)", "sortableName": "Cats & Dogs (2001)", "starringActors": "MICHAEL CLARKE DUNCAN, Jeff Goldblum, ELIZABETH PERKINS", "directors": "LARRY GUTERMAN", "genre": "COMEDY", "mpaaRating": "PG", "wwmReleaseNumber": 29551, "runTime": 87, "score": 0.0, "slug": "cats-dogs-2001-2", "synopsis": "A look at the top-secret, high-tech espionage war going on between cats and dogs, which their human owners are blissfully unaware of. (unofficial)", "releaseDateUtc": "2001-07-04T05:00:00Z", "earliestShowingUtc": "2001-07-04T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/cats-dogs-2001-2", "showtimesUrl": "https://api.amctheatres.com/movies/cats-dogs-2001-2/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2/cast-crew", "templated": false } } }, { "id": 3, "name": "Let It Ride (1989)", "sortableName": "Let It Ride (1989)", "starringActors": "", "directors": "", "genre": "Comedy", "score": 0.0, "slug": "let-it-ride-1989-3", "releaseDateUtc": "1989-08-18T05:00:00Z", "earliestShowingUtc": "1989-08-18T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/let-it-ride-1989-3", "showtimesUrl": "https://api.amctheatres.com/movies/let-it-ride-1989-3/showtimes", "distributorId": 2337, "distributorCode": "PAR", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3/cast-crew", "templated": false } } }, { "id": 4, "name": "Adventures In Wild California", "sortableName": "Adventures In Wild California", "starringActors": "", "directors": "Greg MacGillivray", "genre": "Documentary", "score": 0.0, "slug": "adventures-in-wild-california-4", "releaseDateUtc": "2000-05-03T05:00:00Z", "earliestShowingUtc": "2000-05-03T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/adventures-in-wild-california-4", "showtimesUrl": "https://api.amctheatres.com/movies/adventures-in-wild-california-4/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/4", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/4/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/4/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/4/cast-crew", "templated": false } } }, { "id": 5, "name": "The Tailor Of Panama", "sortableName": "Tailor Of Panama, The", "starringActors": "", "directors": "", "mpaaRating": "R", "wwmReleaseNumber": 27147, "runTime": 109, "score": 0.0, "slug": "the-tailor-of-panama-5", "releaseDateUtc": "2001-03-30T06:00:00Z", "earliestShowingUtc": "2001-03-30T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-tailor-of-panama-5", "showtimesUrl": "https://api.amctheatres.com/movies/the-tailor-of-panama-5/showtimes", "distributorId": 2420, "distributorCode": "SON", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/5", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/5/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/5/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/5/cast-crew", "templated": false } } }, { "id": 6, "name": "Calle 54", "sortableName": "Calle 54", "starringActors": "", "directors": "", "mpaaRating": "NR", "score": 0.0, "slug": "calle-54-6", "releaseDateUtc": "2000-10-20T05:00:00Z", "earliestShowingUtc": "2000-10-20T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/calle-54-6", "showtimesUrl": "https://api.amctheatres.com/movies/calle-54-6/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/6", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/6/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/6/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/6/cast-crew", "templated": false } } }, { "id": 7, "name": "The Bride (1985)", "sortableName": "Bride, The (1985)", "starringActors": "", "directors": "", "genre": "Horror", "score": 0.0, "slug": "the-bride-1985-7", "releaseDateUtc": "1985-08-16T05:00:00Z", "earliestShowingUtc": "1985-08-16T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-bride-1985-7", "showtimesUrl": "https://api.amctheatres.com/movies/the-bride-1985-7/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/7", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/7/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/7/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/7/cast-crew", "templated": false } } }, { "id": 8, "name": "Quigley Down Under", "sortableName": "Quigley Down Under", "starringActors": "LAURA SAN GIACOMO, Tom Selleck, Alan Rickman", "directors": "SIMON WINCER", "genre": "DRAMA", "score": 0.0, "slug": "quigley-down-under-8", "releaseDateUtc": "1990-10-19T05:00:00Z", "earliestShowingUtc": "1990-10-19T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/quigley-down-under-8", "showtimesUrl": "https://api.amctheatres.com/movies/quigley-down-under-8/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/8", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/8/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/8/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/8/cast-crew", "templated": false } } }, { "id": 9, "name": "Little Man Tate", "sortableName": "Little Man Tate", "starringActors": "", "directors": "", "mpaaRating": "PG", "score": 0.0, "slug": "little-man-tate-9", "releaseDateUtc": "1991-10-09T05:00:00Z", "earliestShowingUtc": "1991-10-09T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/little-man-tate-9", "showtimesUrl": "https://api.amctheatres.com/movies/little-man-tate-9/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/9", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/9/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/9/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/9/cast-crew", "templated": false } } }, { "id": 10, "name": "Scary Movie 2 (2001)", "sortableName": "Scary Movie 2 (2001)", "starringActors": "", "directors": "", "genre": "Comedy", "mpaaRating": "R", "wwmReleaseNumber": 31147, "runTime": 83, "score": 0.0, "slug": "scary-movie-2-2001-10", "releaseDateUtc": "2001-07-04T05:00:00Z", "earliestShowingUtc": "2001-07-04T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/scary-movie-2-2001-10", "showtimesUrl": "https://api.amctheatres.com/movies/scary-movie-2-2001-10/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [ { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1569516143/amc-cdn/development/2/movies/0/10/Poster/p_800x1200_ScaryMovie2_En_070816.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "https://amc-theatres-res.cloudinary.com/v1569516143/amc-cdn/development/2/movies/0/10/Poster/p_800x1200_ScaryMovie2_En_070816.jpg", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/10", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/10/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/10/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/10/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/10/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/10/on-demand/similar", "templated": false } } } ] } }
GET /v2/movies/views/advance
{ "pageSize": 10, "pageNumber": 1, "count": 5, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/advance?page-number=1&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 59845, "name": "Spirited Away – Studio Ghibli Fest 2019", "sortableName": "Spirited Away – Studio Ghibli Fest 2019", "starringActors": "MARI NATSUKI, MIYU IRINO, YASUKO SAWAGUCHI", "directors": "Hayao Miyazaki", "genre": "SPECIAL EVENTS", "mpaaRating": "PG", "wwmReleaseNumber": 288264, "runTime": 140, "score": 0.0, "slug": "spirited-away-studio-ghibli-fest-2019-59845", "synopsis": "Winner of the Academy Award for Best Animated Feature, Hayao Miyazaki's wondrous fantasy adventure is a dazzling masterpiece from one of the most celebrated filmmakers in the history of animation. Chihiro's family is moving to a new house, but when they stop on the way to explore an abandoned village, her parents undergo a mysterious transformation and Chihiro is whisked into a world of fantastic spirits ruled over by the sorceress Yubaba. Put to work in a magical bathhouse for spirits and demons, Chihiro must use all her wits to survive in this strange new place, find a way to free her parents and return to the normal world. Overflowing with imaginative creatures and thrilling storytelling, Spirited Away became a worldwide smash hit, and is one of the most critically-acclaimed films of all time.", "releaseDateUtc": "2019-10-27T05:00:00Z", "earliestShowingUtc": "2019-10-27T12:55:00Z", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/spirited-away-studio-ghibli-fest-2019-59845", "showtimesUrl": "https://api.amctheatres.com/movies/spirited-away-studio-ghibli-fest-2019-59845/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1553857532/amc-cdn/production/2/movies/59800/59845/Poster/288264R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/59845", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/59845/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/59845/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/59845/cast-crew", "templated": false } } }, { "id": 58976, "name": "The Godfather: Part II 45th Anniversary (1974) presented by TCM", "sortableName": "The Godfather: Part II 45th Anniversary (1974) presented by TCM", "starringActors": "Al Pacino", "directors": "Francis Ford Coppola", "genre": "DRAMA", "wwmReleaseNumber": 282668, "runTime": 210, "score": 0.0, "slug": "the-godfather-part-ii-45th-anniversary-1974-presented-by-tcm-58976", "releaseDateUtc": "2019-11-10T06:00:00Z", "earliestShowingUtc": "2019-11-10T15:00:00Z", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/the-godfather-part-ii-45th-anniversary-1974-presented-by-tcm-58976", "showtimesUrl": "https://api.amctheatres.com/movies/the-godfather-part-ii-45th-anniversary-1974-presented-by-tcm-58976/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/59000/58976/PosterDynamic/67564.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/59000/58976/PosterDynamic/67564.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/59000/58976/PosterDynamic/67564.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/59000/58976/PosterDynamic/67564.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58976", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58976/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58976/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58976/cast-crew", "templated": false } } }, { "id": 59847, "name": "Princess Mononoke – Studio Ghibli Fest 2019", "sortableName": "Princess Mononoke – Studio Ghibli Fest 2019", "starringActors": "Claire Danes, Gillian Anderson, Minnie Driver", "directors": "Hayao Miyazaki", "genre": "SPECIAL EVENTS", "mpaaRating": "PG13", "wwmReleaseNumber": 288265, "runTime": 150, "score": 0.0, "slug": "princess-mononoke-studio-ghibli-fest-2019-59847", "synopsis": "From the legendary Studio Ghibli, creators of Spirited Away, and Academy Award-winning director Hayao Miyazaki, comes an epic masterpiece that has dazzled audiences worldwide with its breathtaking imagination, exhilarating battles, and deep humanity. Inflicted with a deadly curse, the young warrior Ashitaka heads west in search of a cure. There, he stumbles into a bitter conflict between Lady Eboshi, the proud people of Iron Town, and the enigmatic Princess Mononoke, a young girl raised by wolves, who will stop at nothing to prevent the humans from destroying her home and the forest spirits and animal gods who live there. Featuring the voice talents of Gillian Anderson, Billy Crudup, Claire Danes, Jada Pinkett Smith, and Billy Bob Thornton.", "releaseDateUtc": "2019-11-17T06:00:00Z", "earliestShowingUtc": "2019-11-17T12:00:00Z", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/princess-mononoke-studio-ghibli-fest-2019-59847", "showtimesUrl": "https://api.amctheatres.com/movies/princess-mononoke-studio-ghibli-fest-2019-59847/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1553857533/amc-cdn/production/2/movies/59800/59847/Poster/288265R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/59847", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/59847/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/59847/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/59847/cast-crew", "templated": false } } }, { "id": 58975, "name": "When Harry Met Sally… 30th Anniversary (1989) presented by TCM", "sortableName": "When Harry Met Sally… 30th Anniversary (1989) presented by TCM", "starringActors": "Billy Crystal, Carrie Fisher, Meg Ryan", "directors": "Rob Reiner", "genre": "ROMANTIC COMEDY", "wwmReleaseNumber": 282669, "runTime": 100, "score": 0.0, "slug": "when-harry-met-sally-30th-anniversary-1989-presented-by-tcm-58975", "releaseDateUtc": "2019-12-01T06:00:00Z", "earliestShowingUtc": "2019-12-01T16:00:00Z", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/when-harry-met-sally-30th-anniversary-1989-presented-by-tcm-58975", "showtimesUrl": "https://api.amctheatres.com/movies/when-harry-met-sally-30th-anniversary-1989-presented-by-tcm-58975/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/59000/58975/PosterDynamic/67566.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/59000/58975/PosterDynamic/67566.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/59000/58975/PosterDynamic/67566.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/59000/58975/PosterDynamic/67566.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58975", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58975/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58975/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58975/cast-crew", "templated": false } } }, { "id": 59848, "name": "The Tale of The Princess Kaguya – Studio Ghibli Fest 2019", "sortableName": "The Tale of The Princess Kaguya – Studio Ghibli Fest 2019", "starringActors": "", "directors": "Isao Takahata", "genre": "SPECIAL EVENTS", "mpaaRating": "PG", "wwmReleaseNumber": 288266, "runTime": 155, "score": 0.0, "slug": "the-tale-of-the-princess-kaguya-studio-ghibli-fest-2019-59848", "synopsis": "From Studio Ghibli, the studio that brought you the Academy Award-winning Spirited Away, comes a powerful and soaring epic that redefines animated storytelling and marks a triumphant highpoint within an extraordinary filmmaking career for director and studio co-founder Isao Takahata. Found inside a shining stalk of bamboo by an old bamboo cutter and his wife, a tiny girl grows rapidly into an exquisite young lady. The mysterious young princess enthralls all who encounter her -- but ultimately, she must confront her fate, the punishment for her crime. Featuring the voice talents of James Caan, John Cho, Darren Criss, Lucy Liu, James Marsden, and Chloe Grace Moretz, director Isao Takahata's final film was nominated for an Academy AwardA and hailed as a masterpiece by critics.", "releaseDateUtc": "2019-12-16T06:00:00Z", "earliestShowingUtc": "2019-12-16T19:00:00Z", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/the-tale-of-the-princess-kaguya-studio-ghibli-fest-2019-59848", "showtimesUrl": "https://api.amctheatres.com/movies/the-tale-of-the-princess-kaguya-studio-ghibli-fest-2019-59848/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1553857533/amc-cdn/production/2/movies/59800/59848/Poster/288266R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/59848", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/59848/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/59848/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/59848/cast-crew", "templated": false } } } ] } }
GET /v2/movies/views/coming-soon
{ "pageSize": 10, "pageNumber": 1, "count": 102, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/coming-soon?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/coming-soon?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 53489, "name": "Uglydolls", "sortableName": "Uglydolls", "starringActors": "KELLY CLARKSON, PITBULL", "directors": "Kelly Asbury", "genre": "ANIMATION", "mpaaRating": "PG", "wwmReleaseNumber": 248339, "runTime": 87, "score": 0.008955625, "slug": "uglydolls-53489", "synopsis": "The free-spirited UGLYDOLLS confront what it means to be different, struggle with their desire to be loved, and ultimately discover that you don't have to be perfect to be amazing because who you truly are is what matters most.", "releaseDateUtc": "2019-05-03T05:00:00Z", "earliestShowingUtc": "2019-05-03T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-19T05:01:00Z", "websiteUrl": "https://api.amctheatres.com/movies/uglydolls-53489", "showtimesUrl": "https://api.amctheatres.com/movies/uglydolls-53489/showtimes", "synopsisTagLine": "A Classic UnderDOLL Story", "distributorId": 2539, "distributorCode": "STX", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1553770968/amc-cdn/production/2/movies/53500/53489/MovieStills/248339R6.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1553770968/amc-cdn/production/2/movies/53500/53489/MovieStills/248339R6.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1549899275/amc-cdn/production/2/movies/53500/53489/PosterDynamic/73761.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/53489", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/53489/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/53489/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/53489/cast-crew", "templated": false } } }, { "id": 56506, "name": "The Curse Of La Llorona", "sortableName": "Curse Of La Llorona, The", "starringActors": "MADELEINE MCGRAW, Linda Cardellini, PATRICIA VELASQUEZ", "directors": "MICHAEL CHAVES", "genre": "HORROR", "mpaaRating": "R", "wwmReleaseNumber": 276113, "runTime": 93, "score": 0.02415, "slug": "the-curse-of-la-llorona-56506", "synopsis": "This timeless Hispanic legend comes to terrifying life in THE CURSE OF LA LLORONA. The Weeping Woman. A horrifying apparition, caught between Heaven and Hell, trapped in a terrible fate sealed by her own hand. The mere mention of her name has struck terror around the world for generations. In life, she drowned her children in a jealous rage, throwing herself in the churning river after them as she wept in pain. Now her tears are eternal. They are lethal, and those who hear her death call in the night are doomed. La Llorona creeps in the shadows and preys on the children, desperate to replace her own. As the centuries have passed, her desire has grown more voracious...and her methods more terrifying. In 1970s Los Angeles, La Llorona is stalking the night - and the children. Ignoring the eerie warning of a troubled mother suspected of child endangerment, a social worker and her own small kids are soon drawn into a frightening supernatural realm. Their only hope to survive La Llorona's deadly wrath may be a curandero, and the mysticism he practices to keep evil at bay, on the fringes where fear and faith collide. Beware of her chilling wail...she will stop at nothing to lure you into the gloom. Because there is no peace for her anguish. There is no mercy for her soul. And there is no escape from the curse of La Llorona.", "releaseDateUtc": "2019-04-19T05:00:00Z", "earliestShowingUtc": "2019-04-19T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-curse-of-la-llorona-56506", "showtimesUrl": "https://api.amctheatres.com/movies/the-curse-of-la-llorona-56506/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "BIGD", "name": "BigD", "description": "BigD PLF" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DBOX", "name": "D-Box", "description": "Technology allowing theatre seats to move in sync with the action in a film." }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1553166203/amc-cdn/production/2/movies/56500/56506/MovieStills/289122R5.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1553166203/amc-cdn/production/2/movies/56500/56506/MovieStills/289122R5.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1550870865/amc-cdn/production/2/movies/56500/56506/PosterDynamic/74034.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/56506", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/56506/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/56506/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/56506/cast-crew", "templated": false } } }, { "id": 56739, "name": "Breakthrough", "sortableName": "Breakthrough", "starringActors": "Topher Grace, MIKE COLTER, CHRISSY METZ", "directors": "ROXANN DAWSON", "genre": "DRAMA", "mpaaRating": "PG", "wwmReleaseNumber": 269312, "runTime": 116, "score": 0.0118335, "slug": "breakthrough-56739", "synopsis": "BREAKTHROUGH is based on the inspirational true story of one mother's unfaltering love in the face of impossible odds. When Joyce Smith's adopted son John falls through an icy Missouri lake, all hope seems lost. But as John lies lifeless, Joyce refuses to give up. Her steadfast belief inspires those around her to continue to pray for John's recovery, even in the face of every case history and scientific prediction. From producer DeVon Franklin (Miracles from Heaven) and adapted for the screen by Grant Nieporte (Seven Pounds) from Joyce Smith's own book, BREAKTHROUGH is an enthralling reminder that faith and love can create a mountain of hope, and sometimes even a miracle.", "releaseDateUtc": "2019-04-17T05:00:00Z", "earliestShowingUtc": "2019-04-17T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-02-28T06:01:00Z", "websiteUrl": "https://api.amctheatres.com/movies/breakthrough-56739", "showtimesUrl": "https://api.amctheatres.com/movies/breakthrough-56739/showtimes", "distributorId": 2310, "distributorCode": "FOX", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/56700/56739/PosterDynamic/67634.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/56700/56739/PosterDynamic/67634.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/56700/56739/PosterDynamic/67634.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1553166190/amc-cdn/production/2/movies/56700/56739/MovieStills/269312R8.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1553166190/amc-cdn/production/2/movies/56700/56739/MovieStills/269312R8.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/56700/56739/PosterDynamic/67634.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/56739", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/56739/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/56739/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/56739/cast-crew", "templated": false } } }, { "id": 45840, "name": "Avengers: Endgame", "sortableName": "Avengers: Endgame", "starringActors": "Mark Ruffalo, Chris Evans, Chris Hemsworth, Robert Downey Jr., Scarlett Johansson", "directors": "Joe Russo, Anthony Russo", "genre": "ACTION", "mpaaRating": "PG13", "wwmReleaseNumber": 284981, "runTime": 182, "score": 0.538356, "slug": "avengers-endgame-45840", "synopsis": "The grave course of events set in motion by Thanos that wiped out half the universe and fractured the Avengers ranks compels the remaining Avengers to take one final stand in Marvel Studios' grand conclusion to twenty-two films, AVENGERS: ENDGAME.", "releaseDateUtc": "2019-04-26T05:00:00Z", "earliestShowingUtc": "2019-04-26T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-02T11:40:00Z", "websiteUrl": "https://api.amctheatres.com/movies/avengers-endgame-45840", "showtimesUrl": "https://api.amctheatres.com/movies/avengers-endgame-45840/showtimes", "synopsisTagLine": "Avenge the fallen.", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "ATMOS", "name": "Dolby ATMOS", "description": "Theatre Surround Sound technology allowing utilization of an unlimited number of audio tracks." }, { "code": "BIGD", "name": "BigD", "description": "BigD PLF" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DBOX", "name": "D-Box", "description": "Technology allowing theatre seats to move in sync with the action in a film." }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DOLBY3D", "name": "Dolby Cinema 3D" }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "MUVIXL", "name": "MuviXL", "description": "MuviXL PLF" }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." }, { "code": "PRIME3D", "name": "PRIME 3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/3355_avengers-infinity-war-part-2_60D6.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/3355_avengers-infinity-war-part-2_FCD6.jpg", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1551130602/amc-cdn/production/2/movies/45800/45840/HeroDesktopDynamic/74077.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1551130602/amc-cdn/production/2/movies/45800/45840/HeroDesktopDynamic/74077.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1553695740/amc-cdn/production/2/movies/45800/45840/PosterDynamic/75045.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/45840", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/45840/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/45840/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/45840/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/45840/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/45840/on-demand/similar", "templated": false } } }, { "id": 59915, "name": "Opening Night Fan Event: Avengers: Endgame", "sortableName": "Opening Night Fan Event: Avengers: Endgame", "starringActors": "", "directors": "", "mpaaRating": "PG13", "wwmReleaseNumber": 290182, "runTime": 182, "score": 0.0, "slug": "opening-night-fan-event-avengers-endgame-59915", "synopsis": "On Thursday April 25, fans can be among the first to experience MARVEL STUDIOS AVENGERS: ENDGAME at Opening Night Fan Events. In addition to seeing the film one hour early, fans attending will receive a collectible coin, and be given a special event only concession offer.", "releaseDateUtc": "2019-04-25T05:00:00Z", "earliestShowingUtc": "2019-04-25T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-02T11:40:00Z", "websiteUrl": "https://api.amctheatres.com/movies/opening-night-fan-event-avengers-endgame-59915", "showtimesUrl": "https://api.amctheatres.com/movies/opening-night-fan-event-avengers-endgame-59915/showtimes", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1553895941/amc-cdn/production/2/movies/59900/59915/HeroDesktopDynamic/75196.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1553895941/amc-cdn/production/2/movies/59900/59915/HeroDesktopDynamic/75196.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1554204599/amc-cdn/production/2/movies/59900/59915/PosterDynamic/75264.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/59915", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/59915/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/59915/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/59915/cast-crew", "templated": false } } }, { "id": 58583, "name": "The Intruder", "sortableName": "Intruder, The", "starringActors": "Dennis Quaid, Meagan Good, JOSEPH SIKORA", "directors": "DEON TAYLOR", "genre": "SUSPENSE", "mpaaRating": "PG13", "wwmReleaseNumber": 272641, "runTime": 102, "score": 0.0218775, "slug": "the-intruder-58583", "synopsis": "When a young married couple (Michael Ealy and Meagan Good) buys their dream house in the Napa Valley, they think they have found the perfect home to take their next steps as a family. But when the strangely attached seller (Dennis Quaid) continues to infiltrate their lives, they begin to suspect that he has hidden motivations beyond a quick sale.", "releaseDateUtc": "2019-05-03T05:00:00Z", "earliestShowingUtc": "2019-05-03T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-17T11:00:00Z", "websiteUrl": "https://api.amctheatres.com/movies/the-intruder-58583", "showtimesUrl": "https://api.amctheatres.com/movies/the-intruder-58583/showtimes", "synopsisTagLine": "Your House. His Home.", "distributorId": 2420, "distributorCode": "SON", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565725900/amc-cdn/development/2/movies/58600/58583/MovieStills/272641R8.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565725900/amc-cdn/development/2/movies/58600/58583/MovieStills/272641R8.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1553118516/amc-cdn/production/2/movies/58600/58583/PosterDynamic/74740.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58583", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58583/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58583/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58583/cast-crew", "templated": false } } }, { "id": 55766, "name": "Pokemon Detective Pikachu", "sortableName": "Pokemon Detective Pikachu", "starringActors": "Ryan Reynolds", "directors": "ROB LETTERMAN", "genre": "ADVENTURE", "mpaaRating": "PG", "wwmReleaseNumber": 263686, "runTime": 104, "score": 0.043092, "slug": "pokemon-detective-pikachu-55766", "synopsis": "Ryan Reynolds stars in the first-ever live-action Pokemon adventure as Pikachu, the iconic face of the global Pokemon phenomenon-one of the world's most popular, multi-generation entertainment properties and the most successful medial franchise of all time. The story begins when ace detective Harry Goodman goes mysteriously missing, prompting his 21-year-old son Tim (Justice Smith) to find out what happened. Aiding in the investigation is Harry's former Pokemon partner, Detective Pikachu (Ryan Reynolds): a hilariously wise-cracking, adorable super-sleuth who is a puzzlement even to himself. Finding that they are uniquely equipped to work together, as Tim is the only human who can talk with Pikachu, they join forces on a thrilling adventure to unravel the tangled mystery. Chasing clues side by side in a hyper-realistic live-action world - they encounter a diverse cast of Pokemon characters and uncover a shocking plot that could destroy this peaceful co-existence and threaten the whole Pokemon universe.", "releaseDateUtc": "2019-05-10T05:00:00Z", "earliestShowingUtc": "2019-05-10T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/pokemon-detective-pikachu-55766", "showtimesUrl": "https://api.amctheatres.com/movies/pokemon-detective-pikachu-55766/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DBOX", "name": "D-Box", "description": "Technology allowing theatre seats to move in sync with the action in a film." }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DOLBY3D", "name": "Dolby Cinema 3D" }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." }, { "code": "PRIME3D", "name": "PRIME 3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565725857/amc-cdn/development/2/movies/55800/55766/MovieStills/288976RK.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565725857/amc-cdn/development/2/movies/55800/55766/MovieStills/288976RK.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1550090763/amc-cdn/production/2/movies/55800/55766/PosterDynamic/73817.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/55766", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/55766/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/55766/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/55766/cast-crew", "templated": false } } }, { "id": 55152, "name": "Long Shot", "sortableName": "Long Shot", "starringActors": "Charlize Theron, Seth Rogen", "directors": "Jonathan Levine", "genre": "COMEDY", "mpaaRating": "R", "wwmReleaseNumber": 258655, "runTime": 125, "score": 0.0114023813, "slug": "long-shot-55152", "synopsis": "Fred Flarsky (Seth Rogen), an unemployed journalist battered by his own misfortune, endeavors to pursue his childhood crush and babysitter who now happens to be one of the most powerful and unattainable women on the planet (Charlize Theron).", "releaseDateUtc": "2019-05-03T05:00:00Z", "earliestShowingUtc": "2019-05-03T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-19T05:01:00Z", "websiteUrl": "https://api.amctheatres.com/movies/long-shot-55152", "showtimesUrl": "https://api.amctheatres.com/movies/long-shot-55152/showtimes", "distributorId": 2189, "distributorCode": "LGF", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCSTUBSCR", "name": "AMC Stubs Screening", "description": "AMC Stubs promotional screening" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565725781/amc-cdn/development/2/movies/55200/55152/MovieStills/258655RK.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565725781/amc-cdn/development/2/movies/55200/55152/MovieStills/258655RK.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1553338982/amc-cdn/production/2/movies/55200/55152/Poster/258655R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/55152", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/55152/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/55152/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/55152/cast-crew", "templated": false } } }, { "id": 54963, "name": "John Wick: Chapter 3 - Parabellum", "sortableName": "John Wick: Chapter 3 - Parabellum", "starringActors": "Keanu Reeves", "directors": "Chad Stahelski", "genre": "ACTION", "mpaaRating": "R", "wwmReleaseNumber": 257621, "runTime": 130, "score": 0.07501086, "slug": "john-wick-chapter-3-parabellum-54963", "synopsis": "In this third installment of the adrenaline-fueled action franchise, super-assassin John Wick (Keanu Reeves) returns with a $14 million price tag on his head and an army of bounty-hunting killers on his trail. After killing a member of the shadowy international assassin�s guild, the High Table, John Wick is excommunicado, but the world�s most ruthless hit men and women await his every turn.", "releaseDateUtc": "2019-05-17T05:00:00Z", "earliestShowingUtc": "2019-05-17T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-15T16:00:00Z", "websiteUrl": "https://api.amctheatres.com/movies/john-wick-chapter-3-parabellum-54963", "showtimesUrl": "https://api.amctheatres.com/movies/john-wick-chapter-3-parabellum-54963/showtimes", "synopsisTagLine": "No Shouting. No screaming. No shooting. No fear. No fire. No signs. Just one pencil.", "distributorId": 2189, "distributorCode": "LGF", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "BIGD", "name": "BigD", "description": "BigD PLF" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1555153375/amc-cdn/production/2/movies/55000/54963/MovieStills/290605RF.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1555153375/amc-cdn/production/2/movies/55000/54963/MovieStills/290605RF.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1554742347/amc-cdn/production/2/movies/55000/54963/PosterDynamic/75363.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/54963", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/54963/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/54963/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/54963/cast-crew", "templated": false } } }, { "id": 50869, "name": "Aladdin", "sortableName": "Aladdin", "starringActors": "Will Smith, Naomi Scott", "directors": "Guy Ritchie", "genre": "ADVENTURE", "mpaaRating": "PG", "wwmReleaseNumber": 289810, "runTime": 128, "score": 0.11594595, "slug": "aladdin-50869", "synopsis": "A thrilling and vibrant live-action adaptation of Disney�s animated classic, �Aladdin� is the exciting tale of the charming street rat Aladdin, the courageous and self-determined Princess Jasmine and the Genie who may be the key to their future.", "releaseDateUtc": "2019-05-24T05:00:00Z", "earliestShowingUtc": "2019-05-24T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-05-24T18:50:00Z", "websiteUrl": "https://api.amctheatres.com/movies/aladdin-50869", "showtimesUrl": "https://api.amctheatres.com/movies/aladdin-50869/showtimes", "synopsisTagLine": "Choose wisely.", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "ATMOS", "name": "Dolby ATMOS", "description": "Theatre Surround Sound technology allowing utilization of an unlimited number of audio tracks." }, { "code": "BIGD", "name": "BigD", "description": "BigD PLF" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DBOX", "name": "D-Box", "description": "Technology allowing theatre seats to move in sync with the action in a film." }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DISNEYRWDS", "name": "Pay with Disney Rewards Redemption Card", "description": "Eligible for Disney Rewards Tender option" }, { "code": "DOLBY3D", "name": "Dolby Cinema 3D" }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "GXL", "name": "GXL", "description": "Immense screens, 4K super HD projection, extra-wide rows, and superior sound." }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "MUVIXL", "name": "MuviXL", "description": "MuviXL PLF" }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." }, { "code": "PRIME3D", "name": "PRIME 3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1553857378/amc-cdn/production/2/movies/50900/50869/MovieStills/289810RB.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1553857378/amc-cdn/production/2/movies/50900/50869/MovieStills/289810RB.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1552420872/amc-cdn/production/2/movies/50900/50869/PosterDynamic/74480.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/50869", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/50869/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/50869/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/50869/cast-crew", "templated": false } } } ] } }
GET /v2/movies/13534
{ "id": 13534, "name": "Toy Story 3", "sortableName": "Toy Story 3", "starringActors": "Michael Keaton, Tim Allen, Tom Hanks", "directors": "Lee Unkrich", "genre": "Family", "secondaryGenre": "Comedy", "mpaaRating": "G", "wwmReleaseNumber": 51743, "runTime": 103, "score": 0.0855, "slug": "toy-story-3-13534", "synopsis": "Toy Story 3 welcomes Woody, Buzz and the whole gang back to the big screen as Andy prepares to depart for college and his loyal toys find themselves in daycare! These untamed tots with their sticky little fingers do not play nice, so it's all for one and one for all as plans for the Great Escape get underway. A few new faces, some plastic, some plush, join the adventure, including Barbie's counterpart Ken, a thespian hedgehog named Mr. Pricklepants and a pink, strawberry-scented teddy bear called Lots-o-Huggin Bear.", "releaseDateUtc": "2010-06-18T05:00:00Z", "earliestShowingUtc": "2010-06-18T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://www.amctheatres.com/movies/toy-story-3-13534", "showtimesUrl": "https://www.amctheatres.com/movies/toy-story-3-13534/showtimes", "synopsisTagLine": "The Breakout Comedy Of The Summer", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "imdbId": "tt0435761", "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1571255475/amc-cdn/production/2/movies/13500/13534/HeroDesktopDynamic/93945.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1571255475/amc-cdn/production/2/movies/13500/13534/HeroDesktopDynamic/93945.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1568316028/amc-cdn/production/2/movies/13500/13534/Poster/051743R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/13534", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/13534/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/13534/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/13534/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/13534/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/13534/on-demand/similar", "templated": false } } }
GET /v2/movies/2681/on-demand/similar
{ "pageSize": 10, "pageNumber": 1, "count": 10, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/294/views/on-demand/similar?page-number=1&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 55366, "name": "Hostiles", "sortableName": "Hostiles", "starringActors": "Rosamund Pike, Christian Bale, WES STUDI", "directors": "SCOTT COOPER", "genre": "ADVENTURE", "mpaaRating": "R", "wwmReleaseNumber": 255288, "runTime": 135, "score": 3.1233E-05, "slug": "hostiles-55366", "synopsis": "In 1892, a legendary Army captain reluctantly agrees to escort a Cheyenne chief and his family through dangerous territory.", "releaseDateUtc": "2017-12-22T06:00:00Z", "earliestShowingUtc": "2017-12-22T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/hostiles-55366", "showtimesUrl": "https://api.amctheatres.com/movies/hostiles-55366/showtimes", "distributorId": 2719, "distributorCode": "ESM", "availableForAList": true, "similarityScore": 1.3651661453825639, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/55400/55366/Poster/255288R1.JPG", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/55400/55366/Poster/255288R1.JPG", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/55400/55366/Poster/255288R1.JPG", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/55400/55366/MovieStills/255288R5.JPG", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/55400/55366/MovieStills/255288R5.JPG", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/55400/55366/Poster/255288R1.JPG", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/55366", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/55366/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/55366/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/55366/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/55366/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/55366/on-demand/similar", "templated": false } } }, { "id": 48748, "name": "Solo: A Star Wars Story", "sortableName": "Solo: A Star Wars Story", "starringActors": "Donald Glover, EMILIA CLARKE, Alden Ehrenreich", "directors": "Ron Howard", "genre": "ADVENTURE", "mpaaRating": "PG13", "wwmReleaseNumber": 213940, "runTime": 135, "score": 0.1020684, "slug": "solo-a-star-wars-story-48748", "synopsis": "Board the Millennium Falcon and journey to a galaxy far, far away in 'Solo: A Star Wars Story,' an adventure with Han Solo, the most beloved scoundrel in the galaxy.", "releaseDateUtc": "2018-05-25T05:00:00Z", "earliestShowingUtc": "2018-05-25T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2018-05-04T04:00:00Z", "websiteUrl": "https://api.amctheatres.com/movies/solo-a-star-wars-story-48748", "showtimesUrl": "https://api.amctheatres.com/movies/solo-a-star-wars-story-48748/showtimes", "synopsisTagLine": "Never tell him the odds.", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "similarityScore": 1.0258938879614581, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/48700/48748/Poster/269510R1.JPG", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/48700/48748/Poster/269510R1.JPG", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/48700/48748/Poster/269510R1.JPG", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/48700/48748/HeroDesktopDynamic/41511.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/48700/48748/HeroDesktopDynamic/41511.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/48700/48748/Poster/269510R1.JPG", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/48748", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/48748/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/48748/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/48748/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/48748/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/48748/on-demand/similar", "templated": false } } }, { "id": 3954, "name": "Jurassic Park", "sortableName": "Jurassic Park (1993)", "starringActors": "Laura Dern, Jeff Goldblum, Sam Neill", "directors": "Steven Spielberg", "genre": "ADVENTURE", "mpaaRating": "PG13", "wwmReleaseNumber": 207, "runTime": 127, "score": 0.0, "slug": "jurassic-park-3954", "releaseDateUtc": "1993-06-11T05:00:00Z", "earliestShowingUtc": "1993-06-11T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/jurassic-park-3954", "showtimesUrl": "https://api.amctheatres.com/movies/jurassic-park-3954/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "similarityScore": 1.0026103682460596, "preferredMediaType": "Theatrical", "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/1926_enhanced-14020-1407861668-13_F082.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/1926_enhanced-14020-1407861668-13_2466.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/1926_enhanced-14020-1407861668-13_AAEC.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/Poster/000207R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3954", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3954/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3954/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3954/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3954/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3954/on-demand/similar", "templated": false } } }, { "id": 45404, "name": "Tarzan (2014)", "sortableName": "Tarzan (2014)", "starringActors": "", "directors": "", "genre": "ANIMATION", "mpaaRating": "PG", "runTime": 94, "score": 1.0458E-05, "slug": "tarzan-2014-45404", "synopsis": "Tarzan and Jane Porter face a mercenary army dispatched by the evil CEO of Greystoke Energies, a man who took over the company from Tarzan's parents, after they died in a plane crash.", "releaseDateUtc": "2014-05-09T05:00:00Z", "earliestShowingUtc": "2014-05-09T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/tarzan-2014-45404", "showtimesUrl": "https://api.amctheatres.com/movies/tarzan-2014-45404/showtimes", "distributorId": 2189, "distributorCode": "LGF", "availableForAList": true, "similarityScore": 0.94398522968235166, "preferredMediaType": "Theatrical", "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/45404", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/45404/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/45404/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/45404/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/45404/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/45404/on-demand/similar", "templated": false } } }, { "id": 53099, "name": "Halloween (2018)", "sortableName": "Halloween", "starringActors": "Jamie Lee Curtis, Judy Greer", "directors": "DAVID GORDON GREEN", "genre": "HORROR", "mpaaRating": "R", "wwmReleaseNumber": 246098, "runTime": 106, "score": 0.140049, "slug": "halloween-53099", "synopsis": "Jamie Lee Curtis returns to her iconic role as Laurie Strode, who comes to her final confrontation with Michael Myers, the masked figure who has haunted her since she narrowly escaped his killing spree on HALLOWEEN night four decades ago. Master of horror John Carpenter will executive produce and serve as creative consultant on this film, joining forces with cinema's current leading producer of horror, Jason Blum (GET OUT, SPLIT, THE PURGE, PARANORMAL ACTIVITY). Inspired by Carpenter's classic, filmmakers David Gordon Green and Danny McBride crafted a story that carves a new path from the events in the landmark 1978 film, and Green also directs.", "releaseDateUtc": "2018-10-19T05:00:00Z", "earliestShowingUtc": "2018-10-19T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2018-10-05T05:01:00Z", "websiteUrl": "https://api.amctheatres.com/movies/halloween-53099", "showtimesUrl": "https://api.amctheatres.com/movies/halloween-53099/showtimes", "synopsisTagLine": "Face Your Fate", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "similarityScore": 0.69261579056208467, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/53100/53099/Poster/246098R1.JPG", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/53100/53099/Poster/246098R1.JPG", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/53100/53099/Poster/246098R1.JPG", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565725613/amc-cdn/development/2/movies/53100/53099/MovieStills/281899RE.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565725613/amc-cdn/development/2/movies/53100/53099/MovieStills/281899RE.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/53100/53099/Poster/246098R1.JPG", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/53099", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/53099/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/53099/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/53099/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/53099/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/53099/on-demand/similar", "templated": false } } }, { "id": 49244, "name": "Macbeth (2015)", "sortableName": "Macbeth (2015)", "starringActors": "Michael Fassbender, Marion Cotillard", "directors": "Justin Kurzel", "genre": "DRAMA", "mpaaRating": "R", "runTime": 110, "score": 0.0, "slug": "macbeth-2015-49244", "synopsis": "From the producers of THE KING'S SPEECH comes the feature film adaptation of Shakespeare's play MACBETH about Scottish General Macbeth (Michael Fassbender) whose ambitious wife (Marion Cotillard) urges him to use wicked means in order to gain power of the throne over the sitting king.", "releaseDateUtc": "2015-12-04T06:00:00Z", "earliestShowingUtc": "2015-12-04T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/macbeth-2015-49244", "showtimesUrl": "https://api.amctheatres.com/movies/macbeth-2015-49244/showtimes", "distributorId": 2431, "distributorCode": "WEI", "availableForAList": true, "similarityScore": 0.63575457410020642, "preferredMediaType": "Theatrical", "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/3316_macbeth_FDC8.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/3316_macbeth_F592.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/3316_macbeth_4641.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/49244", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/49244/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/49244/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/49244/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/49244/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/49244/on-demand/similar", "templated": false } } }, { "id": 9580, "name": "The Punisher (2004)", "sortableName": "Punisher, The (2004)", "starringActors": "", "directors": "", "mpaaRating": "R", "wwmReleaseNumber": 41532, "runTime": 119, "score": 0.0, "slug": "the-punisher-2004-9580", "synopsis": "The Punisher tells the story of FBI undercover agent, Frank Castle, who until now has beaten considerable odds. A former Special Forces operative, he is finally moving out of the field and into a desk job - a normal life with his wife and son. Castle's world is shaken to its core by a nightmare he has long feared: his family is executed as a repercussion from his final undercover assignment. With unparalleled intensity, ferocious intelligence and fearless actions, Castle seeks to punish the murderers - and finds the one thing he least expected: redemption.", "releaseDateUtc": "2004-04-16T05:00:00Z", "earliestShowingUtc": "2004-04-16T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-punisher-2004-9580", "showtimesUrl": "https://api.amctheatres.com/movies/the-punisher-2004-9580/showtimes", "distributorId": 2189, "distributorCode": "LGF", "availableForAList": true, "similarityScore": 0.62706704990326434, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948203/amc-cdn/development/2/movies/9600/9580/Poster/041532R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/9580", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/9580/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/9580/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/9580/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/9580/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/9580/on-demand/similar", "templated": false } } }, { "id": 2512, "name": "Rounders (1998)", "sortableName": "Rounders (1998)", "starringActors": "Martin Landau, Matt Damon, Edward Norton", "directors": "JOHN DAHL", "genre": "DRAMA", "mpaaRating": "R", "runTime": 0, "score": 0.0, "slug": "rounders-1998-2512", "synopsis": "In order for him to help a friend pay off loan sharks, a reformed gambler (Matt Damon) returns to playing big stakes poker", "releaseDateUtc": "1998-09-13T05:00:00Z", "earliestShowingUtc": "1998-09-13T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/rounders-1998-2512", "showtimesUrl": "https://api.amctheatres.com/movies/rounders-1998-2512/showtimes", "availableForAList": true, "similarityScore": 0.62031317649058026, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2512", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2512/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2512/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2512/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2512/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2512/on-demand/similar", "templated": false } } }, { "id": 1492, "name": "The Jazz Singer (1980)", "sortableName": "Jazz Singer, The (1980)", "starringActors": "LAURENCE OLIVIER, Neil Diamond, LUCIE ARNAZ", "directors": "Richard Fleischer", "genre": "MUSICAL", "score": 0.0, "slug": "the-jazz-singer-1980-1492", "releaseDateUtc": "1980-05-01T05:00:00Z", "earliestShowingUtc": "1980-05-01T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492", "showtimesUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "similarityScore": 0.51848668394410091, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1492", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1492/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1492/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1492/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1492/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1492/on-demand/similar", "templated": false } } }, { "id": 10, "name": "Scary Movie 2 (2001)", "sortableName": "Scary Movie 2 (2001)", "starringActors": "", "directors": "", "genre": "Comedy", "mpaaRating": "R", "wwmReleaseNumber": 31147, "runTime": 83, "score": 0.0, "slug": "scary-movie-2-2001-10", "releaseDateUtc": "2001-07-04T05:00:00Z", "earliestShowingUtc": "2001-07-04T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/scary-movie-2-2001-10", "showtimesUrl": "https://api.amctheatres.com/movies/scary-movie-2-2001-10/showtimes", "availableForAList": true, "similarityScore": 0.51624730722277412, "preferredMediaType": "OnDemand", "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1569516143/amc-cdn/development/2/movies/0/10/Poster/p_800x1200_ScaryMovie2_En_070816.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "https://amc-theatres-res.cloudinary.com/v1569516143/amc-cdn/development/2/movies/0/10/Poster/p_800x1200_ScaryMovie2_En_070816.jpg", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/10", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/10/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/10/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/10/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/10/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/10/on-demand/similar", "templated": false } } } ] } }
GET /v2/movies/views/all/active
{ "pageSize": 10, "pageNumber": 1, "count": 1873, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/all/active?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/all/active?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 40049, "name": "TUGG Event", "sortableName": "TUGG Event", "starringActors": "", "directors": "", "score": 0.0, "slug": "tugg-event", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/tugg-event", "showtimesUrl": "https://api.amctheatres.com/movies/tugg-event/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/40049", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/40049/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/40049/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/40049/cast-crew", "templated": false } } }, { "id": 36931, "name": "Reservoir Dogs", "sortableName": "Reservoir Dogs", "starringActors": "", "directors": "", "wwmReleaseNumber": 299, "score": 0.0, "slug": "reservoir-dogs-36931", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931", "showtimesUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/Poster/000299R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/36931", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/36931/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/36931/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/36931/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/36931/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/36931/on-demand/similar", "templated": false } } }, { "id": 1492, "name": "The Jazz Singer (1980)", "sortableName": "Jazz Singer, The (1980)", "starringActors": "LAURENCE OLIVIER, Neil Diamond, LUCIE ARNAZ", "directors": "Richard Fleischer", "genre": "MUSICAL", "score": 0.0, "slug": "the-jazz-singer-1980-1492", "releaseDateUtc": "1980-05-01T05:00:00Z", "earliestShowingUtc": "1980-05-01T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492", "showtimesUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1492", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1492/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1492/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1492/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1492/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1492/on-demand/similar", "templated": false } } }, { "id": 5627, "name": "Maximum Overdrive", "sortableName": "Maximum Overdrive", "starringActors": "Emilio Estevez, Laura Harrington, Pat Hingle", "directors": "Stephen King", "genre": "SCIENCE FICTION", "mpaaRating": "R", "runTime": 0, "score": 0.0, "slug": "maximum-overdrive-5627", "synopsis": "A group of people try to survive when machines start to come alive and become homicidal.", "releaseDateUtc": "1986-07-25T05:00:00Z", "earliestShowingUtc": "1986-07-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627", "showtimesUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/5627", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/5627/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/5627/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/5627/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/5627/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/5627/on-demand/similar", "templated": false } } }, { "id": 3814, "name": "Evil Dead II", "sortableName": "Evil Dead II (1987)", "starringActors": "SARAH BERRY, BRUCE CAMPBELL, DAN HICKS", "directors": "Sam Raimi", "genre": "HORROR", "mpaaRating": "R", "runTime": 85, "score": 0.0, "slug": "evil-dead-ii-3814", "releaseDateUtc": "1987-03-13T06:00:00Z", "earliestShowingUtc": "1987-03-13T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814", "showtimesUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3814", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3814/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3814/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3814/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3814/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3814/on-demand/similar", "templated": false } } }, { "id": 2254, "name": "L.A. Story", "sortableName": "L.A. Story", "starringActors": "VICTORIA TENNANT, Richard E. Grant, Steve Martin", "directors": "Mick Jackson", "genre": "COMEDY", "mpaaRating": "PG13", "score": 0.0, "slug": "l-a-story-2254", "releaseDateUtc": "1991-02-08T06:00:00Z", "earliestShowingUtc": "1991-02-08T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/l-a-story-2254", "showtimesUrl": "https://api.amctheatres.com/movies/l-a-story-2254/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2254", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2254/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2254/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2254/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2254/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2254/on-demand/similar", "templated": false } } }, { "id": 1370, "name": "Terminator 2: Judgment Day", "sortableName": "Terminator 2: Judgment Day", "starringActors": "Arnold Schwarzenegger, Edward Furlong, Linda Hamilton", "directors": "James Cameron", "genre": "ACTION", "mpaaRating": "R", "wwmReleaseNumber": 5695, "runTime": 137, "score": 0.0, "slug": "terminator-2-judgment-day-1370", "synopsis": "A shape-shifting cyborg is sent back from the future to kill John Connor before he can grow up to lead the resistance; a protector is sent, too.", "releaseDateUtc": "1991-07-03T05:00:00Z", "earliestShowingUtc": "1991-07-03T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370", "showtimesUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/Poster/005695R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1370", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1370/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1370/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1370/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1370/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1370/on-demand/similar", "templated": false } } }, { "id": 3954, "name": "Jurassic Park", "sortableName": "Jurassic Park (1993)", "starringActors": "Laura Dern, Jeff Goldblum, Sam Neill", "directors": "Steven Spielberg", "genre": "ADVENTURE", "mpaaRating": "PG13", "wwmReleaseNumber": 207, "runTime": 127, "score": 0.0, "slug": "jurassic-park-3954", "releaseDateUtc": "1993-06-11T05:00:00Z", "earliestShowingUtc": "1993-06-11T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/jurassic-park-3954", "showtimesUrl": "https://api.amctheatres.com/movies/jurassic-park-3954/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/1926_enhanced-14020-1407861668-13_F082.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/1926_enhanced-14020-1407861668-13_2466.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/1926_enhanced-14020-1407861668-13_AAEC.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/Poster/000207R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3954", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3954/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3954/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3954/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3954/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3954/on-demand/similar", "templated": false } } }, { "id": 1535, "name": "Pulp Fiction", "sortableName": "Pulp Fiction", "starringActors": "John Travolta, Samuel L. Jackson, Uma Thurman", "directors": "Quentin Tarantino", "genre": "DRAMA", "mpaaRating": "R", "wwmReleaseNumber": 30, "runTime": 154, "score": 0.0, "slug": "pulp-fiction-1535", "releaseDateUtc": "1994-10-14T05:00:00Z", "earliestShowingUtc": "1994-10-14T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535", "showtimesUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/3678_pulp-fiction_0CC6.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/3678_pulp-fiction_642F.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/3678_pulp-fiction_B29D.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948142/amc-cdn/development/2/movies/1500/1535/Poster/000030R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1535", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1535/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1535/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1535/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1535/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1535/on-demand/similar", "templated": false } } }, { "id": 2122, "name": "Stargate", "sortableName": "Stargate", "starringActors": "JAMES SPADER, JAYE DAVIDSON, Kurt Russell", "directors": "Roland Emmerich", "genre": "SCIENCE FICTION", "mpaaRating": "PG13", "runTime": 121, "score": 0.0, "slug": "stargate-2122", "releaseDateUtc": "1994-10-28T05:00:00Z", "earliestShowingUtc": "1994-10-28T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/stargate-2122", "showtimesUrl": "https://api.amctheatres.com/movies/stargate-2122/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2122", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2122/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2122/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2122/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2122/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2122/on-demand/similar", "templated": false } } } ] } }
GET /v2/movies/views/on-demand
{ "pageSize": 10, "pageNumber": 1, "count": 168, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/on-demand?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/on-demand?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 36931, "name": "Reservoir Dogs", "sortableName": "Reservoir Dogs", "starringActors": "", "directors": "", "wwmReleaseNumber": 299, "score": 0.0, "slug": "reservoir-dogs-36931", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931", "showtimesUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/Poster/000299R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/36931", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/36931/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/36931/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/36931/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/36931/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/36931/on-demand/similar", "templated": false } } }, { "id": 1492, "name": "The Jazz Singer (1980)", "sortableName": "Jazz Singer, The (1980)", "starringActors": "LAURENCE OLIVIER, Neil Diamond, LUCIE ARNAZ", "directors": "Richard Fleischer", "genre": "MUSICAL", "score": 0.0, "slug": "the-jazz-singer-1980-1492", "releaseDateUtc": "1980-05-01T05:00:00Z", "earliestShowingUtc": "1980-05-01T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492", "showtimesUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1492", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1492/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1492/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1492/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1492/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1492/on-demand/similar", "templated": false } } }, { "id": 5627, "name": "Maximum Overdrive", "sortableName": "Maximum Overdrive", "starringActors": "Emilio Estevez, Laura Harrington, Pat Hingle", "directors": "Stephen King", "genre": "SCIENCE FICTION", "mpaaRating": "R", "runTime": 0, "score": 0.0, "slug": "maximum-overdrive-5627", "synopsis": "A group of people try to survive when machines start to come alive and become homicidal.", "releaseDateUtc": "1986-07-25T05:00:00Z", "earliestShowingUtc": "1986-07-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627", "showtimesUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/5627", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/5627/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/5627/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/5627/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/5627/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/5627/on-demand/similar", "templated": false } } }, { "id": 3814, "name": "Evil Dead II", "sortableName": "Evil Dead II (1987)", "starringActors": "SARAH BERRY, BRUCE CAMPBELL, DAN HICKS", "directors": "Sam Raimi", "genre": "HORROR", "mpaaRating": "R", "runTime": 85, "score": 0.0, "slug": "evil-dead-ii-3814", "releaseDateUtc": "1987-03-13T06:00:00Z", "earliestShowingUtc": "1987-03-13T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814", "showtimesUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3814", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3814/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3814/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3814/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3814/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3814/on-demand/similar", "templated": false } } }, { "id": 2254, "name": "L.A. Story", "sortableName": "L.A. Story", "starringActors": "VICTORIA TENNANT, Richard E. Grant, Steve Martin", "directors": "Mick Jackson", "genre": "COMEDY", "mpaaRating": "PG13", "score": 0.0, "slug": "l-a-story-2254", "releaseDateUtc": "1991-02-08T06:00:00Z", "earliestShowingUtc": "1991-02-08T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/l-a-story-2254", "showtimesUrl": "https://api.amctheatres.com/movies/l-a-story-2254/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2254", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2254/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2254/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2254/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2254/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2254/on-demand/similar", "templated": false } } }, { "id": 1370, "name": "Terminator 2: Judgment Day", "sortableName": "Terminator 2: Judgment Day", "starringActors": "Arnold Schwarzenegger, Edward Furlong, Linda Hamilton", "directors": "James Cameron", "genre": "ACTION", "mpaaRating": "R", "wwmReleaseNumber": 5695, "runTime": 137, "score": 0.0, "slug": "terminator-2-judgment-day-1370", "synopsis": "A shape-shifting cyborg is sent back from the future to kill John Connor before he can grow up to lead the resistance; a protector is sent, too.", "releaseDateUtc": "1991-07-03T05:00:00Z", "earliestShowingUtc": "1991-07-03T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370", "showtimesUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/Poster/005695R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1370", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1370/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1370/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1370/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1370/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1370/on-demand/similar", "templated": false } } }, { "id": 3954, "name": "Jurassic Park", "sortableName": "Jurassic Park (1993)", "starringActors": "Laura Dern, Jeff Goldblum, Sam Neill", "directors": "Steven Spielberg", "genre": "ADVENTURE", "mpaaRating": "PG13", "wwmReleaseNumber": 207, "runTime": 127, "score": 0.0, "slug": "jurassic-park-3954", "releaseDateUtc": "1993-06-11T05:00:00Z", "earliestShowingUtc": "1993-06-11T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/jurassic-park-3954", "showtimesUrl": "https://api.amctheatres.com/movies/jurassic-park-3954/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/1926_enhanced-14020-1407861668-13_F082.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/1926_enhanced-14020-1407861668-13_2466.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/1926_enhanced-14020-1407861668-13_AAEC.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/Poster/000207R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3954", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3954/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3954/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3954/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3954/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3954/on-demand/similar", "templated": false } } }, { "id": 1535, "name": "Pulp Fiction", "sortableName": "Pulp Fiction", "starringActors": "John Travolta, Samuel L. Jackson, Uma Thurman", "directors": "Quentin Tarantino", "genre": "DRAMA", "mpaaRating": "R", "wwmReleaseNumber": 30, "runTime": 154, "score": 0.0, "slug": "pulp-fiction-1535", "releaseDateUtc": "1994-10-14T05:00:00Z", "earliestShowingUtc": "1994-10-14T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535", "showtimesUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/3678_pulp-fiction_0CC6.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/3678_pulp-fiction_642F.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/3678_pulp-fiction_B29D.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948142/amc-cdn/development/2/movies/1500/1535/Poster/000030R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1535", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1535/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1535/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1535/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1535/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1535/on-demand/similar", "templated": false } } }, { "id": 2122, "name": "Stargate", "sortableName": "Stargate", "starringActors": "JAMES SPADER, JAYE DAVIDSON, Kurt Russell", "directors": "Roland Emmerich", "genre": "SCIENCE FICTION", "mpaaRating": "PG13", "runTime": 121, "score": 0.0, "slug": "stargate-2122", "releaseDateUtc": "1994-10-28T05:00:00Z", "earliestShowingUtc": "1994-10-28T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/stargate-2122", "showtimesUrl": "https://api.amctheatres.com/movies/stargate-2122/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2122", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2122/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2122/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2122/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2122/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2122/on-demand/similar", "templated": false } } }, { "id": 1276, "name": "Muriel's Wedding", "sortableName": "Muriel's Wedding", "starringActors": "Rachel Griffiths, Toni Collette", "directors": "P.J. Hogan", "genre": "Comedy", "score": 0.0, "slug": "muriel-s-wedding-1276", "releaseDateUtc": "1995-03-10T06:00:00Z", "earliestShowingUtc": "1995-03-10T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/muriel-s-wedding-1276", "showtimesUrl": "https://api.amctheatres.com/movies/muriel-s-wedding-1276/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1276", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1276/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1276/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1276/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1276/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1276/on-demand/similar", "templated": false } } } ] } }
GET /v2/movies/views/active
{ "pageSize": 10, "pageNumber": 1, "count": 1716, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/active?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/active?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 40049, "name": "TUGG Event", "sortableName": "TUGG Event", "starringActors": "", "directors": "", "score": 0.0, "slug": "tugg-event", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/tugg-event", "showtimesUrl": "https://api.amctheatres.com/movies/tugg-event/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/40049", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/40049/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/40049/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/40049/cast-crew", "templated": false } } }, { "id": 17740, "name": "COMING SOON @ AMC", "sortableName": "COMING SOON @ AMC", "starringActors": "", "directors": "", "mpaaRating": "NR", "score": 0.0, "slug": "coming-soon-amc", "releaseDateUtc": "2015-01-01T06:00:00Z", "earliestShowingUtc": "2015-01-01T00:00:00Z", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/coming-soon-amc", "showtimesUrl": "https://api.amctheatres.com/movies/coming-soon-amc/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/17740", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/17740/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/17740/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/17740/cast-crew", "templated": false } } }, { "id": 58387, "name": "Night of the Living Dead 50th Anniversary", "sortableName": "Night of the Living Dead 50th Anniversary", "starringActors": "DUANE JONES, JUDITH O'DEA, KARL HARDMAN", "directors": "GEORGE A ROMERO", "genre": "HORROR", "mpaaRating": "NR", "wwmReleaseNumber": 276250, "runTime": 110, "score": 0.0, "slug": "night-of-the-living-dead-50th-anniversary-58387", "synopsis": "Celebrate 50 years of Living Dead by seeing the completely restored and remastered version of Night of the Living Dead in theaters. The iconic film that started the zombie genre and shaped modern horror movies as we know and love them today. Directed by horror legend, George A. Romero, the film is a great story of independent cinema: a midnight hit turned box-office smash that became one of the most influential films of all time. A deceptively simple tale of a group of strangers trapped in a farmhouse who find themselves fending off a horde of recently dead, flesh-eating ghouls. Romero's claustrophobic vision of a late-1960s America literally tearing itself apart rewrote the rules of the horror genre, combined gruesome gore with acute social commentary, and quietly broke ground by casting a black actor (Duane Jones) in its lead role.", "releaseDateUtc": "2018-10-24T05:00:00Z", "earliestShowingUtc": "2018-10-24T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/night-of-the-living-dead-50th-anniversary-58387", "showtimesUrl": "https://api.amctheatres.com/movies/night-of-the-living-dead-50th-anniversary-58387/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/58400/58387/PosterDynamic/66716.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/58400/58387/PosterDynamic/66716.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/58400/58387/PosterDynamic/66716.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/58400/58387/PosterDynamic/66716.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58387", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58387/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58387/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58387/cast-crew", "templated": false } } }, { "id": 57320, "name": "MetEn: Samson et Dalila Encore", "sortableName": "MetEn: Samson et Dalila Encore", "starringActors": "", "directors": "", "wwmReleaseNumber": 267093, "runTime": 210, "score": 0.0, "slug": "meten-samson-et-dalila-encore-57320", "synopsis": "Fathom Events and The Met: Live in HD present a broadcast of Saint-Saëns’s Samson et Dalila, live in select cinemas nationwide on Saturday, October 20.\nSaint-Saëns’s biblical epic stars Elina Garanca and Roberto Alagna in the title roles; the pair was last seen together by Live in HD audiences in the acclaimed 2010 transmission of Bizet’s Carmen. Laurent Naouri co-stars as the High Priest, with Elchin Azizov as the Philistine King Abimélech and Dmitry Belosselskiy as the Old Hebrew. Darko Tresnjak, the Tony Award–winning director of A Gentleman’s Guide to Love & Murder, makes his Met debut directing the first new Met production of the opera in 20 years. Sir Mark Elder conducts.", "releaseDateUtc": "2018-10-24T05:00:00Z", "earliestShowingUtc": "2018-10-24T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/meten-samson-et-dalila-encore-57320", "showtimesUrl": "https://api.amctheatres.com/movies/meten-samson-et-dalila-encore-57320/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/57300/57320/Poster/267093R1.JPG", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/57300/57320/Poster/267093R1.JPG", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/57300/57320/Poster/267093R1.JPG", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/57300/57320/Poster/267093R1.JPG", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/57320", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/57320/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/57320/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/57320/cast-crew", "templated": false } } }, { "id": 58796, "name": "Life & Nothing More", "sortableName": "Life & Nothing More", "starringActors": "ANDREW BLEECHINGTON, REGINA WILLIAMS, ROBERT WILLIAMS", "directors": "ANTONIO MENDEZ ESPARZA", "genre": "DRAMA", "score": 0.0, "slug": "life-nothing-more-58796", "synopsis": "In his remarkable second feature, Spanish-born filmmaker Antonio Mendez Esparza follows-up his debut drama Aqui y alla with another sensitive portrait of a struggling family. Stressed by her job in a diner, single mother Regina (Regina Williams) is raising her two children in northern Florida. When her 14-year-old son Andrew (Andrew Bleechington) has another brush with the law, she worries he'll wind up in prison like his father. Mendez Esparza employs documentary-style realism in this snapshot of race, class and the bonds of family in contemporary America.", "releaseDateUtc": "2018-10-24T05:00:00Z", "earliestShowingUtc": "2018-10-24T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/life-nothing-more-58796", "showtimesUrl": "https://api.amctheatres.com/movies/life-nothing-more-58796/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58796", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58796/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58796/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58796/cast-crew", "templated": false } } }, { "id": 58002, "name": "Funny Girl - The Musical", "sortableName": "Funny Girl - The Musical", "starringActors": "DARIUS CAMPBELL, SHERIDAN SMITH", "directors": "MICHAEL MAYER", "genre": "SPECIAL EVENTS", "score": 0.0, "slug": "funny-girl-the-musical-58002", "synopsis": "Funny Girl brought global fame to Barbra Streisand 50 years ago, boasting some of the most iconic songs in film and theatre history, including People and Donat Rain On My Parade. Half a century later, this aexhilarating embrace of a productiona (The Independent) comes to cinema screens after wowing critics and audiences alike in Londonas West End. This iconic musical tells the story of Fanny Brice, whose vocal talents and comedic ability see her rise from Brooklyn music hall singer to Broadway star.", "releaseDateUtc": "2018-10-24T05:00:00Z", "earliestShowingUtc": "2018-10-24T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/funny-girl-the-musical-58002", "showtimesUrl": "https://api.amctheatres.com/movies/funny-girl-the-musical-58002/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58002", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58002/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58002/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58002/cast-crew", "templated": false } } }, { "id": 58622, "name": "A24 and AMC Present: Mid90s Special Showing", "sortableName": "Mid90s Special Showing", "starringActors": "", "directors": "", "mpaaRating": "R", "wwmReleaseNumber": 276312, "runTime": 85, "score": 0.0, "slug": "a24-and-amc-present-mid90s-special-showing-58622", "synopsis": "See Mid90s a full day early, only at AMC on October 24. \n\nIn 1990s Los Angeles, 13-year-old Stevie spends his summer navigating between a troubled home life and a group of new friends that he meets at a Motor Avenue skate shop", "releaseDateUtc": "2018-10-24T05:00:00Z", "earliestShowingUtc": "2018-10-24T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/a24-and-amc-present-mid90s-special-showing-58622", "showtimesUrl": "https://api.amctheatres.com/movies/a24-and-amc-present-mid90s-special-showing-58622/showtimes", "distributorId": 2289, "distributorCode": "A24", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/58600/58622/PosterDynamic/66633.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/58600/58622/PosterDynamic/66633.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/58600/58622/PosterDynamic/66633.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/58600/58622/PosterDynamic/66633.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58622", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58622/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58622/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58622/cast-crew", "templated": false } } }, { "id": 57908, "name": "RWBY Volume 6 Premiere", "sortableName": "RWBY Volume 6 Premiere", "starringActors": "", "directors": "Event Director", "genre": "ANIMATION", "mpaaRating": "NR", "wwmReleaseNumber": 276465, "runTime": 90, "score": 0.0, "slug": "rwby-volume-6-premiere-57908", "synopsis": "Be the first to see the newest episode of RWBY Volume 6 on the big screen! All aboard the Argus Limited! Team RWBY and their friends are taking their first steps towards transporting the Relic of Knowledge to Atlas. Making their way to another continent won't be a simple journey, and the question on everyone's mind isn't 'if' things will go wrong... but 'when.'", "releaseDateUtc": "2018-10-25T05:00:00Z", "earliestShowingUtc": "2018-10-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/rwby-volume-6-premiere-57908", "showtimesUrl": "https://api.amctheatres.com/movies/rwby-volume-6-premiere-57908/showtimes", "distributorId": 2449, "distributorCode": "FAE", "availableForAList": false, "preferredMediaType": "Theatrical", "attributes": [ { "code": "ALTERNATIVECONTENT", "name": "Alternative Content", "description": "Alternative Content identifies the content as something other than a standard commercial Title." }, { "code": "NOALIST", "name": "Excluded from A-List", "description": "Excluded from A-List Benefits" } ], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_thumb/v1/amc-cdn/production/2/movies/57900/57908/PosterDynamic/66717.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_standard/v1/amc-cdn/production/2/movies/57900/57908/PosterDynamic/66717.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/image/upload/t_poster_large/v1/amc-cdn/production/2/movies/57900/57908/PosterDynamic/66717.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/movies/57900/57908/PosterDynamic/66717.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/57908", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/57908/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/57908/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/57908/cast-crew", "templated": false } } }, { "id": 58783, "name": "Jarugandi", "sortableName": "Jarugandi", "starringActors": "AMIT TIWARI, JAI, REBA MONICA JOHN", "directors": "A. N. PITCHUMANI", "genre": "COMEDY", "score": 0.0, "slug": "jarugandi-58783", "releaseDateUtc": "2018-10-25T05:00:00Z", "earliestShowingUtc": "2018-10-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/jarugandi-58783", "showtimesUrl": "https://api.amctheatres.com/movies/jarugandi-58783/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58783", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58783/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58783/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58783/cast-crew", "templated": false } } }, { "id": 58716, "name": "Fantasma de mi Novia, El", "sortableName": "Fantasma de mi Novia, El", "starringActors": "CARMEN VILLALOBOS, SUSANA DOSAMANTES, William Levy", "directors": "Francis Disla", "genre": "COMEDY", "score": 0.0, "slug": "fantasma-de-mi-novia-el-58716", "synopsis": "A petty thief meets the ghost of an actress who has 9 days to find real love and get back to life.", "releaseDateUtc": "2018-10-25T05:00:00Z", "earliestShowingUtc": "2018-10-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/fantasma-de-mi-novia-el-58716", "showtimesUrl": "https://api.amctheatres.com/movies/fantasma-de-mi-novia-el-58716/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/58716", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/58716/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/58716/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/58716/cast-crew", "templated": false } } } ] } }
GET /v2/movies/toy-story-3-13534
{ "id": 13534, "name": "Toy Story 3", "sortableName": "Toy Story 3", "starringActors": "Michael Keaton, Tim Allen, Tom Hanks", "directors": "Lee Unkrich", "genre": "Family", "secondaryGenre": "Comedy", "mpaaRating": "G", "wwmReleaseNumber": 51743, "runTime": 103, "score": 0.0855, "slug": "toy-story-3-13534", "synopsis": "Toy Story 3 welcomes Woody, Buzz and the whole gang back to the big screen as Andy prepares to depart for college and his loyal toys find themselves in daycare! These untamed tots with their sticky little fingers do not play nice, so it's all for one and one for all as plans for the Great Escape get underway. A few new faces, some plastic, some plush, join the adventure, including Barbie's counterpart Ken, a thespian hedgehog named Mr. Pricklepants and a pink, strawberry-scented teddy bear called Lots-o-Huggin Bear.", "releaseDateUtc": "2010-06-18T05:00:00Z", "earliestShowingUtc": "2010-06-18T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://www.amctheatres.com/movies/toy-story-3-13534", "showtimesUrl": "https://www.amctheatres.com/movies/toy-story-3-13534/showtimes", "synopsisTagLine": "The Breakout Comedy Of The Summer", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "imdbId": "tt0435761", "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1571255475/amc-cdn/production/2/movies/13500/13534/HeroDesktopDynamic/93945.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1571255475/amc-cdn/production/2/movies/13500/13534/HeroDesktopDynamic/93945.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1568316028/amc-cdn/production/2/movies/13500/13534/Poster/051743R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/13534", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/13534/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/13534/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/13534/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/13534/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/13534/on-demand/similar", "templated": false } } }
GET /v2/movies/internal-release/56789
{ "id": 13534, "name": "Toy Story 3", "sortableName": "Toy Story 3", "starringActors": "Michael Keaton, Tim Allen, Tom Hanks", "directors": "Lee Unkrich", "genre": "Family", "secondaryGenre": "Comedy", "mpaaRating": "G", "wwmReleaseNumber": 51743, "runTime": 103, "score": 0.0855, "slug": "toy-story-3-13534", "synopsis": "Toy Story 3 welcomes Woody, Buzz and the whole gang back to the big screen as Andy prepares to depart for college and his loyal toys find themselves in daycare! These untamed tots with their sticky little fingers do not play nice, so it's all for one and one for all as plans for the Great Escape get underway. A few new faces, some plastic, some plush, join the adventure, including Barbie's counterpart Ken, a thespian hedgehog named Mr. Pricklepants and a pink, strawberry-scented teddy bear called Lots-o-Huggin Bear.", "releaseDateUtc": "2010-06-18T05:00:00Z", "earliestShowingUtc": "2010-06-18T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://www.amctheatres.com/movies/toy-story-3-13534", "showtimesUrl": "https://www.amctheatres.com/movies/toy-story-3-13534/showtimes", "synopsisTagLine": "The Breakout Comedy Of The Summer", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "imdbId": "tt0435761", "preferredMediaType": "Theatrical", "attributes": [ { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1571255475/amc-cdn/production/2/movies/13500/13534/HeroDesktopDynamic/93945.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1571255475/amc-cdn/production/2/movies/13500/13534/HeroDesktopDynamic/93945.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1568316028/amc-cdn/production/2/movies/13500/13534/Poster/051743R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/13534", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/13534/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/13534/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/13534/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/13534/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/13534/on-demand/similar", "templated": false } } }
GET /v2/movies/views/now-playing?page-size=15
{ "pageSize": 15, "pageNumber": 1, "count": 1873, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/all/active?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/all/active?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 40049, "name": "TUGG Event", "sortableName": "TUGG Event", "starringActors": "", "directors": "", "score": 0.0, "slug": "tugg-event", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/tugg-event", "showtimesUrl": "https://api.amctheatres.com/movies/tugg-event/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/40049", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/40049/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/40049/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/40049/cast-crew", "templated": false } } }, { "id": 36931, "name": "Reservoir Dogs", "sortableName": "Reservoir Dogs", "starringActors": "", "directors": "", "wwmReleaseNumber": 299, "score": 0.0, "slug": "reservoir-dogs-36931", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931", "showtimesUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/Poster/000299R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/36931", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/36931/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/36931/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/36931/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/36931/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/36931/on-demand/similar", "templated": false } } }, { "id": 1492, "name": "The Jazz Singer (1980)", "sortableName": "Jazz Singer, The (1980)", "starringActors": "LAURENCE OLIVIER, Neil Diamond, LUCIE ARNAZ", "directors": "Richard Fleischer", "genre": "MUSICAL", "score": 0.0, "slug": "the-jazz-singer-1980-1492", "releaseDateUtc": "1980-05-01T05:00:00Z", "earliestShowingUtc": "1980-05-01T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492", "showtimesUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1492", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1492/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1492/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1492/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1492/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1492/on-demand/similar", "templated": false } } }, { "id": 5627, "name": "Maximum Overdrive", "sortableName": "Maximum Overdrive", "starringActors": "Emilio Estevez, Laura Harrington, Pat Hingle", "directors": "Stephen King", "genre": "SCIENCE FICTION", "mpaaRating": "R", "runTime": 0, "score": 0.0, "slug": "maximum-overdrive-5627", "synopsis": "A group of people try to survive when machines start to come alive and become homicidal.", "releaseDateUtc": "1986-07-25T05:00:00Z", "earliestShowingUtc": "1986-07-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627", "showtimesUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/5627", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/5627/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/5627/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/5627/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/5627/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/5627/on-demand/similar", "templated": false } } }, { "id": 3814, "name": "Evil Dead II", "sortableName": "Evil Dead II (1987)", "starringActors": "SARAH BERRY, BRUCE CAMPBELL, DAN HICKS", "directors": "Sam Raimi", "genre": "HORROR", "mpaaRating": "R", "runTime": 85, "score": 0.0, "slug": "evil-dead-ii-3814", "releaseDateUtc": "1987-03-13T06:00:00Z", "earliestShowingUtc": "1987-03-13T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814", "showtimesUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3814", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3814/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3814/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3814/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3814/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3814/on-demand/similar", "templated": false } } }, { "id": 2254, "name": "L.A. Story", "sortableName": "L.A. Story", "starringActors": "VICTORIA TENNANT, Richard E. Grant, Steve Martin", "directors": "Mick Jackson", "genre": "COMEDY", "mpaaRating": "PG13", "score": 0.0, "slug": "l-a-story-2254", "releaseDateUtc": "1991-02-08T06:00:00Z", "earliestShowingUtc": "1991-02-08T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/l-a-story-2254", "showtimesUrl": "https://api.amctheatres.com/movies/l-a-story-2254/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2254", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2254/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2254/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2254/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2254/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2254/on-demand/similar", "templated": false } } }, { "id": 1370, "name": "Terminator 2: Judgment Day", "sortableName": "Terminator 2: Judgment Day", "starringActors": "Arnold Schwarzenegger, Edward Furlong, Linda Hamilton", "directors": "James Cameron", "genre": "ACTION", "mpaaRating": "R", "wwmReleaseNumber": 5695, "runTime": 137, "score": 0.0, "slug": "terminator-2-judgment-day-1370", "synopsis": "A shape-shifting cyborg is sent back from the future to kill John Connor before he can grow up to lead the resistance; a protector is sent, too.", "releaseDateUtc": "1991-07-03T05:00:00Z", "earliestShowingUtc": "1991-07-03T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370", "showtimesUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/Poster/005695R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1370", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1370/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1370/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1370/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1370/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1370/on-demand/similar", "templated": false } } }, { "id": 3954, "name": "Jurassic Park", "sortableName": "Jurassic Park (1993)", "starringActors": "Laura Dern, Jeff Goldblum, Sam Neill", "directors": "Steven Spielberg", "genre": "ADVENTURE", "mpaaRating": "PG13", "wwmReleaseNumber": 207, "runTime": 127, "score": 0.0, "slug": "jurassic-park-3954", "releaseDateUtc": "1993-06-11T05:00:00Z", "earliestShowingUtc": "1993-06-11T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/jurassic-park-3954", "showtimesUrl": "https://api.amctheatres.com/movies/jurassic-park-3954/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/1926_enhanced-14020-1407861668-13_F082.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/1926_enhanced-14020-1407861668-13_2466.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/1926_enhanced-14020-1407861668-13_AAEC.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/Poster/000207R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3954", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3954/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3954/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3954/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3954/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3954/on-demand/similar", "templated": false } } }, { "id": 1535, "name": "Pulp Fiction", "sortableName": "Pulp Fiction", "starringActors": "John Travolta, Samuel L. Jackson, Uma Thurman", "directors": "Quentin Tarantino", "genre": "DRAMA", "mpaaRating": "R", "wwmReleaseNumber": 30, "runTime": 154, "score": 0.0, "slug": "pulp-fiction-1535", "releaseDateUtc": "1994-10-14T05:00:00Z", "earliestShowingUtc": "1994-10-14T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535", "showtimesUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/3678_pulp-fiction_0CC6.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/3678_pulp-fiction_642F.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/3678_pulp-fiction_B29D.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948142/amc-cdn/development/2/movies/1500/1535/Poster/000030R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1535", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1535/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1535/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1535/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1535/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1535/on-demand/similar", "templated": false } } }, { "id": 2122, "name": "Stargate", "sortableName": "Stargate", "starringActors": "JAMES SPADER, JAYE DAVIDSON, Kurt Russell", "directors": "Roland Emmerich", "genre": "SCIENCE FICTION", "mpaaRating": "PG13", "runTime": 121, "score": 0.0, "slug": "stargate-2122", "releaseDateUtc": "1994-10-28T05:00:00Z", "earliestShowingUtc": "1994-10-28T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/stargate-2122", "showtimesUrl": "https://api.amctheatres.com/movies/stargate-2122/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2122", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2122/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2122/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2122/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2122/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2122/on-demand/similar", "templated": false } } } ] } }
GET /v2/movies/views/now-playing?page-size=15&page-number=2
{ "pageSize": 10, "pageNumber": 1, "count": 1873, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/views/all/active?page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies/views/all/active?page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 40049, "name": "TUGG Event", "sortableName": "TUGG Event", "starringActors": "", "directors": "", "score": 0.0, "slug": "tugg-event", "hasScheduledShowtimes": true, "websiteUrl": "https://api.amctheatres.com/movies/tugg-event", "showtimesUrl": "https://api.amctheatres.com/movies/tugg-event/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/40049", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/40049/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/40049/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/40049/cast-crew", "templated": false } } }, { "id": 36931, "name": "Reservoir Dogs", "sortableName": "Reservoir Dogs", "starringActors": "", "directors": "", "wwmReleaseNumber": 299, "score": 0.0, "slug": "reservoir-dogs-36931", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931", "showtimesUrl": "https://api.amctheatres.com/movies/reservoir-dogs-36931/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/MovieStills/000299R3.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948146/amc-cdn/development/2/movies/36900/36931/Poster/000299R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/36931", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/36931/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/36931/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/36931/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/36931/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/36931/on-demand/similar", "templated": false } } }, { "id": 1492, "name": "The Jazz Singer (1980)", "sortableName": "Jazz Singer, The (1980)", "starringActors": "LAURENCE OLIVIER, Neil Diamond, LUCIE ARNAZ", "directors": "Richard Fleischer", "genre": "MUSICAL", "score": 0.0, "slug": "the-jazz-singer-1980-1492", "releaseDateUtc": "1980-05-01T05:00:00Z", "earliestShowingUtc": "1980-05-01T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492", "showtimesUrl": "https://api.amctheatres.com/movies/the-jazz-singer-1980-1492/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1492", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1492/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1492/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1492/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1492/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1492/on-demand/similar", "templated": false } } }, { "id": 5627, "name": "Maximum Overdrive", "sortableName": "Maximum Overdrive", "starringActors": "Emilio Estevez, Laura Harrington, Pat Hingle", "directors": "Stephen King", "genre": "SCIENCE FICTION", "mpaaRating": "R", "runTime": 0, "score": 0.0, "slug": "maximum-overdrive-5627", "synopsis": "A group of people try to survive when machines start to come alive and become homicidal.", "releaseDateUtc": "1986-07-25T05:00:00Z", "earliestShowingUtc": "1986-07-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627", "showtimesUrl": "https://api.amctheatres.com/movies/maximum-overdrive-5627/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/5627", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/5627/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/5627/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/5627/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/5627/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/5627/on-demand/similar", "templated": false } } }, { "id": 3814, "name": "Evil Dead II", "sortableName": "Evil Dead II (1987)", "starringActors": "SARAH BERRY, BRUCE CAMPBELL, DAN HICKS", "directors": "Sam Raimi", "genre": "HORROR", "mpaaRating": "R", "runTime": 85, "score": 0.0, "slug": "evil-dead-ii-3814", "releaseDateUtc": "1987-03-13T06:00:00Z", "earliestShowingUtc": "1987-03-13T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814", "showtimesUrl": "https://api.amctheatres.com/movies/evil-dead-ii-3814/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3814", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3814/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3814/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3814/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3814/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3814/on-demand/similar", "templated": false } } }, { "id": 2254, "name": "L.A. Story", "sortableName": "L.A. Story", "starringActors": "VICTORIA TENNANT, Richard E. Grant, Steve Martin", "directors": "Mick Jackson", "genre": "COMEDY", "mpaaRating": "PG13", "score": 0.0, "slug": "l-a-story-2254", "releaseDateUtc": "1991-02-08T06:00:00Z", "earliestShowingUtc": "1991-02-08T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/l-a-story-2254", "showtimesUrl": "https://api.amctheatres.com/movies/l-a-story-2254/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2254", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2254/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2254/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2254/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2254/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2254/on-demand/similar", "templated": false } } }, { "id": 1370, "name": "Terminator 2: Judgment Day", "sortableName": "Terminator 2: Judgment Day", "starringActors": "Arnold Schwarzenegger, Edward Furlong, Linda Hamilton", "directors": "James Cameron", "genre": "ACTION", "mpaaRating": "R", "wwmReleaseNumber": 5695, "runTime": 137, "score": 0.0, "slug": "terminator-2-judgment-day-1370", "synopsis": "A shape-shifting cyborg is sent back from the future to kill John Connor before he can grow up to lead the resistance; a protector is sent, too.", "releaseDateUtc": "1991-07-03T05:00:00Z", "earliestShowingUtc": "1991-07-03T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370", "showtimesUrl": "https://api.amctheatres.com/movies/terminator-2-judgment-day-1370/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/MovieStills/005695R9.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948157/amc-cdn/development/2/movies/1400/1370/Poster/005695R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1370", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1370/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1370/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1370/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1370/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1370/on-demand/similar", "templated": false } } }, { "id": 3954, "name": "Jurassic Park", "sortableName": "Jurassic Park (1993)", "starringActors": "Laura Dern, Jeff Goldblum, Sam Neill", "directors": "Steven Spielberg", "genre": "ADVENTURE", "mpaaRating": "PG13", "wwmReleaseNumber": 207, "runTime": 127, "score": 0.0, "slug": "jurassic-park-3954", "releaseDateUtc": "1993-06-11T05:00:00Z", "earliestShowingUtc": "1993-06-11T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/jurassic-park-3954", "showtimesUrl": "https://api.amctheatres.com/movies/jurassic-park-3954/showtimes", "distributorId": 2284, "distributorCode": "UI", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/1926_enhanced-14020-1407861668-13_F082.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/1926_enhanced-14020-1407861668-13_2466.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/1926_enhanced-14020-1407861668-13_AAEC.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/MovieStills/000207R5.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1565718608/amc-cdn/development/2/movies/4000/3954/Poster/000207R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3954", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3954/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3954/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3954/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/3954/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/3954/on-demand/similar", "templated": false } } }, { "id": 1535, "name": "Pulp Fiction", "sortableName": "Pulp Fiction", "starringActors": "John Travolta, Samuel L. Jackson, Uma Thurman", "directors": "Quentin Tarantino", "genre": "DRAMA", "mpaaRating": "R", "wwmReleaseNumber": 30, "runTime": 154, "score": 0.0, "slug": "pulp-fiction-1535", "releaseDateUtc": "1994-10-14T05:00:00Z", "earliestShowingUtc": "1994-10-14T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535", "showtimesUrl": "https://api.amctheatres.com/movies/pulp-fiction-1535/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Thumb/3678_pulp-fiction_0CC6.jpg", "posterStandard": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Standard/3678_pulp-fiction_642F.jpg", "posterLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/titles/images/Poster/Large/3678_pulp-fiction_B29D.jpg", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1557948142/amc-cdn/development/2/movies/1500/1535/Poster/000030R1.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1535", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1535/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1535/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1535/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/1535/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/1535/on-demand/similar", "templated": false } } }, { "id": 2122, "name": "Stargate", "sortableName": "Stargate", "starringActors": "JAMES SPADER, JAYE DAVIDSON, Kurt Russell", "directors": "Roland Emmerich", "genre": "SCIENCE FICTION", "mpaaRating": "PG13", "runTime": 121, "score": 0.0, "slug": "stargate-2122", "releaseDateUtc": "1994-10-28T05:00:00Z", "earliestShowingUtc": "1994-10-28T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/stargate-2122", "showtimesUrl": "https://api.amctheatres.com/movies/stargate-2122/showtimes", "availableForAList": true, "preferredMediaType": "OnDemand", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/2122", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/2122/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/2122/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/2122/cast-crew", "templated": false }, "https://api.amctheatres.com/rels/v1/on-demand-products": { "href": "https://api.amctheatres.com/v1/movies/2122/on-demand-products", "templated": false }, "https://api.amctheatres.com/rels/v2/movie/on-demand/similar": { "href": "https://api.amctheatres.com/v2/movies/2122/on-demand/similar", "templated": false } } } ] } }
GET /v2/movies/?name=batman
{ "pageSize": 10, "pageNumber": 1, "count": 28, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies?name=batman&page-number=1&page-size=10", "templated": false }, "next": { "href": "https://api.amctheatres.com/v2/movies?name=batman&page-number=2&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 32883, "name": "IMAX-DARK KNIGHT/BATMAN BEGINS", "sortableName": "IMAX-DARK KNIGHT/BATMAN BEGINS", "starringActors": "", "directors": "", "mpaaRating": "PG13", "score": 0.0, "slug": "imax-dark-knight-batman-begins-32883", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/imax-dark-knight-batman-begins-32883", "showtimesUrl": "https://api.amctheatres.com/movies/imax-dark-knight-batman-begins-32883/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/32883", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/32883/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/32883/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/32883/cast-crew", "templated": false } } }, { "id": 26119, "name": "BATMAN FOREVER (BATMAN 3)", "sortableName": "BATMAN FOREVER (BATMAN 3)", "starringActors": "", "directors": "", "score": 0.0, "slug": "batman-forever-batman-3-26119", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-forever-batman-3-26119", "showtimesUrl": "https://api.amctheatres.com/movies/batman-forever-batman-3-26119/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/26119", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/26119/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/26119/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/26119/cast-crew", "templated": false } } }, { "id": 27226, "name": "BATMAN & ROBIN (SP.CAPTION)", "sortableName": "BATMAN & ROBIN (SP.CAPTION)", "starringActors": "", "directors": "", "mpaaRating": "NR", "score": 0.0, "slug": "batman-robin-sp-caption-27226", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-robin-sp-caption-27226", "showtimesUrl": "https://api.amctheatres.com/movies/batman-robin-sp-caption-27226/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/27226", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/27226/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/27226/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/27226/cast-crew", "templated": false } } }, { "id": 25566, "name": "BATMAN & ROBIN (O.C.)", "sortableName": "BATMAN & ROBIN (O.C.)", "starringActors": "", "directors": "", "mpaaRating": "PG13", "score": 0.0, "slug": "batman-robin-o-c-25566", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-robin-o-c-25566", "showtimesUrl": "https://api.amctheatres.com/movies/batman-robin-o-c-25566/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/25566", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/25566/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/25566/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/25566/cast-crew", "templated": false } } }, { "id": 4444, "name": "Batman The Movie (1966)", "sortableName": "Batman The Movie (1966)", "starringActors": "ADAM WEST, Burgess Meredith, BURT WARD", "directors": "LESLIE H. MARTINSON", "genre": "ACTION", "mpaaRating": "NR", "wwmReleaseNumber": 17998, "runTime": 0, "score": 0.0, "slug": "batman-the-movie-1966-4444", "releaseDateUtc": "1966-07-30T05:00:00Z", "earliestShowingUtc": "1966-07-30T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-the-movie-1966-4444", "showtimesUrl": "https://api.amctheatres.com/movies/batman-the-movie-1966-4444/showtimes", "distributorId": 2310, "distributorCode": "FOX", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/4444", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/4444/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/4444/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/4444/cast-crew", "templated": false } } }, { "id": 3269, "name": "Batman", "sortableName": "Batman", "starringActors": "Jack Nicholson, Kim Basinger, Michael Keaton", "directors": "Tim Burton", "genre": "Action", "mpaaRating": "PG13", "wwmReleaseNumber": 6216, "runTime": 126, "score": 0.0, "slug": "batman-3269", "releaseDateUtc": "1989-06-23T05:00:00Z", "earliestShowingUtc": "1989-06-23T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-3269", "showtimesUrl": "https://api.amctheatres.com/movies/batman-3269/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3269", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3269/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3269/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3269/cast-crew", "templated": false } } }, { "id": 3046, "name": "Batman Returns", "sortableName": "Batman Returns", "starringActors": "Danny DeVito, Michelle Pfeiffer, Michael Keaton", "directors": "Tim Burton", "genre": "ACTION", "mpaaRating": "PG13", "wwmReleaseNumber": 6217, "runTime": 126, "score": 0.0, "slug": "batman-returns-3046", "releaseDateUtc": "1992-06-19T05:00:00Z", "earliestShowingUtc": "1992-06-19T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-returns-3046", "showtimesUrl": "https://api.amctheatres.com/movies/batman-returns-3046/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3046", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3046/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3046/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3046/cast-crew", "templated": false } } }, { "id": 1708, "name": "Batman: Mask of the Phantasm", "sortableName": "Batman: Mask of the Phantasm", "starringActors": "DANA DELANY, MARK HAMILL, STACY KEACH", "directors": "ERIC RADOMSKI, BRUCE W. TIMM", "genre": "ANIMATION", "score": 0.0, "slug": "batman-mask-of-the-phantasm-1708", "releaseDateUtc": "1993-12-25T06:00:00Z", "earliestShowingUtc": "1993-12-25T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-mask-of-the-phantasm-1708", "showtimesUrl": "https://api.amctheatres.com/movies/batman-mask-of-the-phantasm-1708/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1708", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1708/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1708/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1708/cast-crew", "templated": false } } }, { "id": 3038, "name": "Batman Forever", "sortableName": "Batman Forever", "starringActors": "Nicole Kidman, JIM CARREY, Val Kilmer, Tommy Lee Jones", "directors": "JOEL SCHUMACHER", "genre": "ACTION", "score": 0.0, "slug": "batman-forever-3038", "releaseDateUtc": "1995-06-16T05:00:00Z", "earliestShowingUtc": "1995-06-16T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-forever-3038", "showtimesUrl": "https://api.amctheatres.com/movies/batman-forever-3038/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/3038", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/3038/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/3038/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/3038/cast-crew", "templated": false } } }, { "id": 1462, "name": "Batman and Robin", "sortableName": "Batman and Robin", "starringActors": "Arnold Schwarzenegger, George Clooney, Chris O'Donnell", "directors": "JOEL SCHUMACHER", "genre": "ACTION", "mpaaRating": "PG13", "runTime": 125, "score": 0.0, "slug": "batman-and-robin-1462", "releaseDateUtc": "1997-06-20T05:00:00Z", "earliestShowingUtc": "1997-06-20T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/batman-and-robin-1462", "showtimesUrl": "https://api.amctheatres.com/movies/batman-and-robin-1462/showtimes", "distributorId": 2429, "distributorCode": "WB", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1462", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1462/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1462/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1462/cast-crew", "templated": false } } } ] } }
GET /v2/movies/1234
{ "id": 1234, "name": "Stardust Memories", "sortableName": "Stardust Memories", "starringActors": "", "directors": "", "genre": "COMEDY", "score": 0.0, "slug": "stardust-memories", "releaseDateUtc": "1980-09-26T05:00:00Z", "earliestShowingUtc": "1980-09-26T00:00:00Z", "hasScheduledShowtimes": false, "websiteUrl": "https://api.amctheatres.com/movies/stardust-memories", "showtimesUrl": "https://api.amctheatres.com/movies/stardust-memories/showtimes", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "", "heroMobileDynamic": "", "posterDynamic": "", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/1234", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/1234/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/1234/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/1234/cast-crew", "templated": false } } }
GET /v2/movies?ids=50869,54963
{ "pageSize": 10, "pageNumber": 1, "count": 2, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies?ids=50869,54963&page-number=1&page-size=10", "templated": false } }, "_embedded": { "movies": [ { "id": 50869, "name": "Aladdin", "sortableName": "Aladdin", "starringActors": "Will Smith, Naomi Scott", "directors": "Guy Ritchie", "genre": "ADVENTURE", "mpaaRating": "PG", "wwmReleaseNumber": 289810, "runTime": 128, "score": 0.11594595, "slug": "aladdin-50869", "synopsis": "A thrilling and vibrant live-action adaptation of Disney�s animated classic, �Aladdin� is the exciting tale of the charming street rat Aladdin, the courageous and self-determined Princess Jasmine and the Genie who may be the key to their future.", "releaseDateUtc": "2019-05-24T05:00:00Z", "earliestShowingUtc": "2019-05-24T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-05-24T18:50:00Z", "websiteUrl": "https://api.amctheatres.com/movies/aladdin-50869", "showtimesUrl": "https://api.amctheatres.com/movies/aladdin-50869/showtimes", "synopsisTagLine": "Choose wisely.", "distributorId": 2369, "distributorCode": "BVD", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "ATMOS", "name": "Dolby ATMOS", "description": "Theatre Surround Sound technology allowing utilization of an unlimited number of audio tracks." }, { "code": "BIGD", "name": "BigD", "description": "BigD PLF" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DBOX", "name": "D-Box", "description": "Technology allowing theatre seats to move in sync with the action in a film." }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DISNEYRWDS", "name": "Pay with Disney Rewards Redemption Card", "description": "Eligible for Disney Rewards Tender option" }, { "code": "DOLBY3D", "name": "Dolby Cinema 3D" }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "GXL", "name": "GXL", "description": "Immense screens, 4K super HD projection, extra-wide rows, and superior sound." }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "IMAX3D", "name": "IMAX3D" }, { "code": "MUVIXL", "name": "MuviXL", "description": "MuviXL PLF" }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." }, { "code": "PRIME3D", "name": "PRIME 3D" }, { "code": "REALD3D", "name": "RealD 3D", "description": "3 Dimensional." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1553857378/amc-cdn/production/2/movies/50900/50869/MovieStills/289810RB.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1553857378/amc-cdn/production/2/movies/50900/50869/MovieStills/289810RB.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1552420872/amc-cdn/production/2/movies/50900/50869/PosterDynamic/74480.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/50869", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/50869/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/50869/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/50869/cast-crew", "templated": false } } }, { "id": 54963, "name": "John Wick: Chapter 3 - Parabellum", "sortableName": "John Wick: Chapter 3 - Parabellum", "starringActors": "Keanu Reeves", "directors": "Chad Stahelski", "genre": "ACTION", "mpaaRating": "R", "wwmReleaseNumber": 257621, "runTime": 130, "score": 0.07501086, "slug": "john-wick-chapter-3-parabellum-54963", "synopsis": "In this third installment of the adrenaline-fueled action franchise, super-assassin John Wick (Keanu Reeves) returns with a $14 million price tag on his head and an army of bounty-hunting killers on his trail. After killing a member of the shadowy international assassin�s guild, the High Table, John Wick is excommunicado, but the world�s most ruthless hit men and women await his every turn.", "releaseDateUtc": "2019-05-17T05:00:00Z", "earliestShowingUtc": "2019-05-17T00:00:00Z", "hasScheduledShowtimes": false, "onlineTicketAvailabilityDateUtc": "2019-04-15T16:00:00Z", "websiteUrl": "https://api.amctheatres.com/movies/john-wick-chapter-3-parabellum-54963", "showtimesUrl": "https://api.amctheatres.com/movies/john-wick-chapter-3-parabellum-54963/showtimes", "synopsisTagLine": "No Shouting. No screaming. No shooting. No fear. No fire. No signs. Just one pencil.", "distributorId": 2189, "distributorCode": "LGF", "availableForAList": true, "preferredMediaType": "Theatrical", "attributes": [ { "code": "AMCPRIME", "name": "PRIME at AMC", "description": "Enhanced sensory technology and premium comfort blend promoting total emersion in a film." }, { "code": "BIGD", "name": "BigD", "description": "BigD PLF" }, { "code": "CLOSEDCAPTION", "name": "Closed Caption", "description": "Closed Caption" }, { "code": "DESCRIPTIVEVIDEO", "name": "Audio Description", "description": "Audio Description." }, { "code": "DOLBYCINEMAATAMCPRIME", "name": "Dolby Cinema at AMC", "description": "Dolby Cinema at AMC" }, { "code": "IMAX", "name": "IMAX at AMC", "description": "Film format/projection standards for recording/displaying images of greater size and resolution." }, { "code": "OPENCAPTION", "name": "Open Caption (On-screen Subtitles)", "description": "A film printed with subtitles." }, { "code": "SENSORYFRIENDLY", "name": "Sensory Friendly Film", "description": "Sensory Friendly Film." } ], "media": { "posterThumbnail": "", "posterStandard": "", "posterLarge": "", "trailerFlv": "", "trailerHd": "", "trailerMp4": "", "heroDesktopDynamic": "https://amc-theatres-res.cloudinary.com/v1555153375/amc-cdn/production/2/movies/55000/54963/MovieStills/290605RF.jpg", "heroMobileDynamic": "https://amc-theatres-res.cloudinary.com/v1555153375/amc-cdn/production/2/movies/55000/54963/MovieStills/290605RF.jpg", "posterDynamic": "https://amc-theatres-res.cloudinary.com/v1554742347/amc-cdn/production/2/movies/55000/54963/PosterDynamic/75363.jpg", "posterAlternateDynamic": "", "poster3DDynamic": "", "posterIMAXDynamic": "", "trailerTeaserDynamic": "", "trailerAlternateDynamic": "", "onDemandTrailerVideoId": "", "onDemandTrailerExternalVideoId": "", "onDemandPosterDynamic": "", "onDemandTrailerMp4Dynamic": "", "onDemandTrailerHdDynamic": "" }, "_links": { "self": { "href": "https://api.amctheatres.com/v2/movies/54963", "templated": false }, "https://api.amctheatres.com/rels/v2/media": { "href": "https://api.amctheatres.com/v2/media/movies/54963/{media-type}", "templated": true }, "https://api.amctheatres.com/rels/v2/earliest-showtime": { "href": "https://api.amctheatres.com/v2/theatres/{theatre-id}/movies/54963/earliest-showtime", "templated": true }, "https://api.amctheatres.com/rels/v1/cast-crew": { "href": "https://api.amctheatres.com/v1/movie/54963/cast-crew", "templated": false } } } ] } }