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 displayedposter
: Determines if the poster image is shownautoPlay
: Controls whether the media starts playing automaticallystartAt
: Starts the video at the specified time in secondstheme
: 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 displayedposter
: Determines if the poster image is shownautoPlay
: Controls whether the media starts playing automaticallystartAt
: Starts the video at the specified time in secondstheme
: Changes the player's color (hex code format)nextButton
: Displays the "Next Episode" button when 90% of the current episode has been watchedautoNext
: 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