This website provides a REST API for accessing movie and TV show data.
https://vidster.cc/api/api/movies - Get movie list/api/movie/[id] - Get movie details/api/movie/[id]/recommendations - Get movie recommendations/api/tv-shows - Get TV show list/api/tv/[id] - Get TV show details/api/tv/[id]/recommendations - Get TV show recommendations/api/search?q=[query] - Search movies and TV shows/api/stats - Get database statisticsAPI requests are limited to 100 requests per minute per IP address.
All data is sourced from The Movie Database (TMDB) API.