regal-entertainment-group

Regal Entertainment Group operates one of the largest motion picture theatre circuits in the United States, with theatres located in densely populated metropolitan markets. Regal provides a developer API portal at developer.regmovies.com, built on Azure API Management, enabling partners and developers to integrate movie showtimes, theatre listings, ticketing, and loyalty reward capabilities into applications. Regal was acquired by Cineworld Group in 2018 and continues to operate under the Regal brand.

1 APIs 0 Features
CinemaEntertainmentMoviesTicketingLoyaltyTheatreFortune 500

APIs

Regal Cinema API

The Regal Cinema API provides access to movie showtimes, theatre information, ticketing, and Regal Crown Club loyalty reward integrations via the Regal API Management developer ...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Regal Entertainment Group Context

35 classes · 0 properties

JSON-LD

API Governance Rules

regal-entertainment-group API Rules

8 rules · 2 errors 6 warnings

SPECTRAL

JSON Structure

Regal Movie Structure

0 properties

JSON STRUCTURE

Regal Showtime Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Regal Entertainment Group Ratings Placed On Credi

2026-05-25

Entertainment Goes Mobile with Regal App - RMN Digital

2026-05-25

COMPANY NEWS; REGAL, A MOVIE THEATER CHAIN, PLANS ...

2026-05-25

Regal Cinemas Partners with Diet Coke to Offer ...

2026-05-25

News

2026-05-25

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🔗
OpenAPI
OpenAPI
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Regal Cinema API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: Ocp-Apim-Subscription-Key
    value: '{{Ocp-Apim-Subscription-Key}}'
    placement: header
items:
- info:
    name: Movies
    type: folder
  items:
  - info:
      name: List Movies
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/movies
      params:
      - name: status
        value: ''
        type: query
        description: Filter by movie status (now_playing, upcoming, all)
      - name: limit
        value: ''
        type: query
        description: Maximum number of movies to return
      - name: offset
        value: ''
        type: query
        description: Pagination offset
    docs: Retrieve a list of currently playing and upcoming movies.
  - info:
      name: Get Movie
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/movies/:movieId
      params:
      - name: movieId
        value: ''
        type: path
        description: Unique movie identifier
    docs: Retrieve details for a specific movie.
- info:
    name: Theatres
    type: folder
  items:
  - info:
      name: List Theatres
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/theatres
      params:
      - name: state
        value: ''
        type: query
        description: Filter by US state code (e.g. CA, NY)
      - name: lat
        value: ''
        type: query
        description: Latitude for proximity search
      - name: lng
        value: ''
        type: query
        description: Longitude for proximity search
      - name: radius
        value: ''
        type: query
        description: Search radius in miles (used with lat/lng)
      - name: limit
        value: ''
        type: query
    docs: Retrieve a list of Regal theatre locations.
  - info:
      name: Get Theatre
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/theatres/:theatreId
      params:
      - name: theatreId
        value: ''
        type: path
        description: Unique theatre identifier
    docs: Retrieve details for a specific Regal theatre location.
- info:
    name: Showtimes
    type: folder
  items:
  - info:
      name: List Showtimes
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/showtimes
      params:
      - name: movieId
        value: ''
        type: query
        description: Filter by movie ID
      - name: theatreId
        value: ''
        type: query
        description: Filter by theatre ID
      - name: date
        value: ''
        type: query
        description: Date in YYYY-MM-DD format (defaults to today)
      - name: format
        value: ''
        type: query
        description: Filter by screening format (IMAX, 4DX, RPX, 2D, 3D)
    docs: Retrieve showtimes filtered by movie, theatre, or date.
- info:
    name: Tickets
    type: folder
  items:
  - info:
      name: Purchase Tickets
      type: http
    http:
      method: POST
      url: https://api.regmovies.com/v1/tickets
      body:
        type: json
        data: '{}'
    docs: Purchase tickets for a specific showtime.
  - info:
      name: Get Ticket Order
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/tickets/:orderId
      params:
      - name: orderId
        value: ''
        type: path
    docs: Retrieve details for a specific ticket order.
- info:
    name: Loyalty
    type: folder
  items:
  - info:
      name: Get Loyalty Member
      type: http
    http:
      method: GET
      url: https://api.regmovies.com/v1/loyalty/members/:memberId
      params:
      - name: memberId
        value: ''
        type: path
    docs: Retrieve Regal Crown Club loyalty membership details and point balance.
  - info:
      name: Add Loyalty Credits
      type: http
    http:
      method: POST
      url: https://api.regmovies.com/v1/loyalty/members/:memberId/credits
      params:
      - name: memberId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Add loyalty credits to a Regal Crown Club member account after a qualifying purchase.
bundled: true