https://whatch.online/api/v1/movies.json
https://whatch.online/api/v1/movie/imdb/[imdbId].json
https://whatch.online/api/v1/movie/tmdb/[tmdbId].json
https://whatch.online/api/v1/movie/claimid/[claimId].json
https://whatch.online/api/v1/movie/rottentomatoes/[id].json
curl https://whatch.online/api/v1/movie/imdb/tt0000273.json
id | Number | Unique identifier |
title | String | Title of the movie |
description | String | Short description of the movie |
year | Number | Year of publication |
duration | Number | Duration in seconds |
width | Number | Width in pixels |
height | Number | Height in pixels |
imdbId | String | Empty if not available |
imdbRating | Number | 0-10 ; -1 if not available |
rottenId | String | Empty if not available |
rottenRating | Number | 0-100 ; -1 if not available |
metaRating | Number | 0-100 ; -1 if not available |
whatchId | String | Id for https://whatch.online/movie/[watchId] |
tmdbId | Number | Id for https://www.themoviedb.org/movie/[tmdbId] ; -1 if not available |
lbryId | String | Id for https://odysee.com/[lbryId] |
cast | Array | List of cast |
director | Array | List of directors |
id | Number | Unique identifier |
name | String | Full name |
character | String | Character name in the movie ; empty if not available |
tmdbId | Number | Id for https://www.themoviedb.org/person/[tmdbId] |
id | Number | Unique identifier |
name | String | Full name |
tmdbId | Number | Id for https://www.themoviedb.org/person/[tmdbId] |
<iframe id="lbry-iframe" width="[Movie.width]" height="[Movie.height]" src="https://odysee.com/$/embed/[Movie.lbryId]" allowfullscreen></iframe>
<iframe id="lbry-iframe" width="560" height="315" src="https://odysee.com/$/embed/TheGoldRush1925ClassicMovie/c37cf37dd33cc54a86c064c033b8c506847761b2" allowfullscreen></iframe>