Gets the seat availability for a showtime

The response is output cached for a maximum duration depending on preview.

Bad request response

Seat availability for showtime response returns 400 status when seat allocation for the showtime is disabled.

When a showtime's seats are sold out or the showtime is marked as sold out at Cinema, seat availability for showtime returns a 200 response with sold status for all seats.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
showtimeId
required
string

The unique identifier of the showtime

query Parameters
preview
boolean
Default: false

Indicates whether the seat availability is being shown in a preview context, i.e. can be slightly outdated

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Showtime does not exist.

get/ocapi/v1/showtimes/{showtimeId}/seat-availability
Request samples
Response samples
application/json
{
  • "seatAvailabilities": [
    ],
  • "isSoldOut": true
}