Cast

Description: Displays cast members for movies, TV shows, or theatrical productions.

API Response Structure:

{
  "isImagesInCarousel": true,
  "items": [
    {
      "title": "Actor Name",
      "roleName": "Character Name",
      "hasImage": true
    }
  ],
  "type": "instantAnswers",
  "configType": "cast"
}

Fields:

  • isImagesInCarousel (boolean): If images are displayed in carousel format

  • items (array): List of cast members

    • title (string): Actor's name

    • roleName (string): Character name

    • hasImage (boolean): If actor's photo is available

  • type (string): Always "instantAnswers"

  • configType (string): Always "cast"