Embed API Endpoints

Learn how to embed movies and TV shows using the Mapple Player API endpoints.

Movie Embed

Endpoint

https://mappletv.uk/watch/movie/{id}?autoPlay=true

Required Parameters

  • {id}: Movie identifier from IMDB or TMDB

Optional Parameters

  • title: Controls whether the media title is displayed
  • poster: Determines if the poster image is shown
  • autoPlay: Controls whether the media starts playing automatically
  • startAt: Starts the video at the specified time in seconds
  • theme: Changes the player's color (hex code format)

Examples

mappletv.uk/watch/movie/1084199
mappletv.uk/watch/movie/1084199?theme=16A085

TV Show Embed

Endpoint

https://mappletv.uk/watch/tv/{id}-{season}-{episode}?autoPlay=true

Required Parameters

  • {id}: TV show identifier from IMDB or TMDB
  • {season}: The season number
  • {episode}: The episode number

Optional Parameters

  • title: Controls whether the media title is displayed
  • poster: Determines if the poster image is shown
  • autoPlay: Controls whether the media starts playing automatically
  • startAt: Starts the video at the specified time in seconds
  • theme: Changes the player's color (hex code format)
  • nextButton: Displays the "Next Episode" button when 90% of the current episode has been watched
  • autoNext: Automatically plays the next episode when the current one ends (requires autoPlay)

Examples

https://mappletv.uk/watch/tv/83867-1-1
https://mappletv.uk/watch/tv/83867-1-1?nextButton=true&autoPlay=true