Clean JSON served from the edge. Movies: imdb.com/chart/top, TV shows: imdb.com/chart/toptv (facts only).
GET /top250 - top 250 moviesGET /toptv - top 250 TV showsGET /movie/tt0111161 - single movie by IMDb idGET /tv/tt0903747 - single TV show by IMDb idGET /random?type=all - random item (movie|tv|all)List filters (work on /top250 and /toptv):
?search=godfather - title contains (case-insensitive)?year=1994 - exact year?min_rating=8.5 - rating >= value?sort=rating&order=desc - sort by rank|rating|year|votes|title?limit=10&offset=20 - paginationExamples:
/top250?search=godfather
/top250?min_rating=9&sort=year&order=desc
/toptv?year=2008&limit=5