{"status":"ok","message":"IMDb + TMDB API","imdb_endpoints":["GET /search - Search IMDb by title","GET /details/{imdb_id} - Get IMDb details","GET /recommendations/{imdb_id} - Get recommended titles","GET /trailer/{imdb_id} - Get trailer direct stream URL","GET /waf?force_refresh=false - Get AWS WAF token"],"tmdb_endpoints":["GET /tmdb/trending?media_type=all&time_window=week&page=1 - Get trending","GET /tmdb/search?q=query - Multi-search movies/TV","GET /tmdb/search/person?q=name - Search for people","GET /tmdb/person/{id}/filmography - Get person's filmography","GET /tmdb/recommendations/{id}?type=movie - Get recommendations","GET /tmdb/find/imdb/{imdb_id} - Find TMDB ID from IMDb ID","GET /tmdb/find/title?title=name&year=2020&type=movie - Find TMDB ID by title","GET /tmdb/find/imdb-from-tmdb/{id}?type=movie - Get IMDb ID from TMDB ID","GET /tmdb/movie/{id} - Get movie details","GET /tmdb/tv/{id} - Get TV show details","GET /tmdb/tv/{id}/season/{season} - Get season details","GET /tmdb/cast/{id}?type=movie - Get cast and crew","GET /tmdb/discover?type=movie&sort=popularity.desc&genres=&year= - Discover content"],"tmdb_nested_endpoints":["GET /tmdb/movie/{id}/credits - Get movie credits","GET /tmdb/movie/{id}/external_ids - Get movie external IDs","GET /tmdb/movie/{id}/recommendations - Get movie recommendations","GET /tmdb/tv/{id}/credits - Get TV credits","GET /tmdb/tv/{id}/external_ids - Get TV external IDs","GET /tmdb/tv/{id}/recommendations - Get TV recommendations"]}