/movie
Movie
Search and download resolution for movies sourced from theNKiri.
Some endpoints on this page stream a file rather than returning JSON. Try-it-out shows the response headers for these instead of the file itself.
Search movies
Search for movies by title.
GET
/movie/searchSearch query.
Response
Run the request to see a live response here.
Get movie download links
Get available download links from a movie's page URL.
GET
/movie/linksMovie page URL from search results (must be a thenkiri.com URL).
Response
Run the request to see a live response here.
Resolve download URL
Resolve a downloadwella.com link into a direct CDN URL.
GET
/movie/resolveA downloadwella.com URL from the links endpoint.
Response
Run the request to see a live response here.
Download movie file
Streams the actual movie file from the resolved CDN URL.
GET
/movie/downloadCDN URL from the resolve endpoint (must be a downloadwella.com URL).
Filename for the downloaded file.
Response
Run the request to see a live response here.