Regal Entertainment Group · JSON Structure

Regal Movie Structure

JSON structure documentation for the Regal Cinema Movie entity

Type: Properties: 0
CinemaEntertainmentMoviesTicketingLoyaltyTheatreFortune 500

Regal Movie Structure is a JSON Structure definition published by Regal Entertainment Group.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Movie Structure",
  "description": "JSON structure documentation for the Regal Cinema Movie entity",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique movie identifier" },
    { "name": "title", "type": "string", "required": true, "description": "Movie title" },
    { "name": "synopsis", "type": "string", "required": false, "description": "Brief movie synopsis" },
    { "name": "rating", "type": "string", "required": true, "description": "MPAA rating: G, PG, PG-13, R, NC-17" },
    { "name": "runtime", "type": "integer", "required": false, "description": "Runtime in minutes" },
    { "name": "releaseDate", "type": "date", "required": false, "description": "Theatrical release date (YYYY-MM-DD)" },
    { "name": "genres", "type": "array[string]", "required": false, "description": "List of genres" },
    { "name": "poster", "type": "uri", "required": false, "description": "Movie poster image URL" },
    { "name": "trailerUrl", "type": "uri", "required": false, "description": "Movie trailer URL" },
    { "name": "cast", "type": "array[string]", "required": false, "description": "Principal cast members" },
    { "name": "director", "type": "string", "required": false, "description": "Director name" },
    { "name": "status", "type": "string", "required": true, "description": "now_playing or upcoming" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/regal-movie-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.