111477-scraper API GET /api/links/:tmdbId?type=movie|tv&season=N&episode=N tmdbId TMDB id (required) type "movie" (default) or "tv" season required if type=tv episode required if type=tv Examples: /api/links/1034541?type=movie /api/links/1399?type=tv&season=1&episode=1 GET /play/:tmdbId?type=movie|tv&season=N&episode=N Same params as above. Opens a page that streams the highest quality result inline in the browser instead of downloading it. Examples: /play/1034541?type=movie /play/1399?type=tv&season=1&episode=1 GET /health liveness check