{"name":"subdl-api","endpoints":{"GET /api/search?q=<query>":"Search movies/shows on subdl.com","GET /api/subtitles/:id/:slug":"All subtitles for a title (grouped by language)","GET /api/subtitles/:id/:slug?lang=english":"Full subtitle list for one language (slug)","GET /api/subtitles/:id/:slug?languages=EN,FR":"Full subtitle lists for ISO language codes, merged","GET /api/subtitles/:id/:slug?season=1":"TV show season (number or slug like first-season)","GET /api/subtitles/:id/:slug?season=1&episode=2":"Filter by episode (with flat=1)","GET /api/subtitles/:id/:slug?flat=1&lang=english&hi=0&q=bluray&quality=bluray":"Flat list with filters","GET /api/download/:file":"302 redirect to the subtitle zip on dl.subdl.com, e.g. /api/download/560923-1837981.zip (add ?proxy=1 to stream it through this worker instead)"},"example":"/api/search?q=the%20matrix"}