/ Developer Portal
Home API Docs Contact

Finding a Showtime

Request showtimes for a theatre and date.

Note that showtime ticket prices are not final and are for display only.

Response


{
  "pageSize": 1,
  "pageNumber": 10,
  "count": 33,
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v2/theatres/38/showtimes/05-30-2014?page-number=1&page-size=1",
      "templated": false
    },
    "next": {
      "href": "https://api.amctheatres.com/v2/theatres/38/showtimes/05-30-2014?page-number=2&page-size=1",
      "templated": false
    }
  },
  "_embedded": {
    "showtimes": [
      {
        "id": 26250458,
        "performanceNumber": 97027,
        "sortableTitleName": "Getaway",
        "showDateTimeUtc": "2014-05-30T19:00:00Z",
        "showDateTimeLocal": "2014-05-30T14:00:00",
        "isSoldOut": false,
        "isCanceled": false,
        "auditorium": 7,
        "runTime": 90,
        "mpaaRating": "PG13",
        "purchaseUrl": "https://www.amctheatres.com/order/towncenter/05-30-2014/97027",
        "mobilePurchaseUrl": "https://www.amctheatres.com/order/towncenter/05-30-2014/97027",
        "attributes": [
          {
            "name": "RealD 3D",
            "description": "Forget the days of red-and-green glasses and eyestrain - feast your eyes on the mind-blowing RealD 3D experience at AMC. Using a new digital approach, you can watch movies like they've never been seen before with amazing depth and clarity without sacrificing comfort. Experience your favorite films in a new dimension at AMC"
          }
        ],
        "ticketPrices": [
          {
            "price": 7.50,
            "type": "SENIOR",
            "sku": "TICKET-GA-26250946-SENIOR",
            "tax": 0.60
          },
          {
            "price": 6.00,
            "type": "CHILD",
            "sku": "TICKET-GA-26250946-CHILD",
            "tax": 0.55
          },
          {
            "price": 7.50,
            "type": "ADULT",
            "sku": "TICKET-GA-26250946-ADULT",
            "tax": 0.60
          }
        ],
        "media": {

        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/showtimes/26250458",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/movie": {
            "href": "https://api.amctheatres.com/v2/movies/41653",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v2/theatres/38",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/seating-layout": {
            "href": "https://api.amctheatres.com/v2/seating-layouts/38/97027",
            "templated": false
          }
        }
      }
    ]
  }
}

Creating a Order

Request creation of an order featuring tickets for the showtime.

Note the Order ID in Location header value in the response as you will use this ID to work with the created order.

Request


{
    "email": "[email protected]",
    "products": [ 
        {
            "sku": "TICKET-GA-26250946-ADULT"
        },
        {
            "sku": "TICKET-GA-26250946-ADULT"
        }
    ]
}

Response


HTTP/1.1 201 Created
Location: https://api.amctheatres.com/v3/orders/98096