AMC Entertainment Holdings · JSON Structure

Amc Theatres Showtime Structure

Structure for an AMC Showtime as returned by the AMC Theatres API v2.

Type: object Properties: 16
EntertainmentMoviesTheatresShowtimesTicketingConcessionsLoyaltyFortune 500

Showtime is a JSON Structure definition published by AMC Entertainment Holdings, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id movieId movieName showDateTimeUtc showDateTimeLocal utcOffset theatreId auditorium layoutId runTime mpaaRating isSoldOut isAlmostSoldOut isCanceled isPrivateRental purchaseUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amc-entertainment-holdings/refs/heads/main/json-structure/amc-theatres-showtime-structure.json",
  "name": "Showtime",
  "description": "Structure for an AMC Showtime as returned by the AMC Theatres API v2.",
  "type": "object",
  "properties": {
    "id": { "type": "integer", "example": 21349872 },
    "movieId": { "type": "integer", "example": 73482 },
    "movieName": { "type": "string", "example": "Mission: Impossible - The Final Reckoning" },
    "showDateTimeUtc": { "type": "datetime", "example": "2026-05-22T23:30:00Z" },
    "showDateTimeLocal": { "type": "string", "example": "2026-05-22T19:30:00" },
    "utcOffset": { "type": "string", "example": "-04:00" },
    "theatreId": { "type": "integer", "example": 4001 },
    "auditorium": { "type": "integer", "example": 12 },
    "layoutId": { "type": "integer", "example": 412 },
    "runTime": { "type": "integer", "example": 169 },
    "mpaaRating": { "type": "string", "example": "PG-13" },
    "isSoldOut": { "type": "boolean", "example": false },
    "isAlmostSoldOut": { "type": "boolean", "example": false },
    "isCanceled": { "type": "boolean", "example": false },
    "isPrivateRental": { "type": "boolean", "example": false },
    "purchaseUrl": { "type": "string", "example": "https://www.amctheatres.com/showtimes/21349872/seats" }
  }
}