Movie Downloader API

The Movie Downloader API by SKYMANSION allows you to search for movies and TV series, and retrieve direct download links effortlessly. Built for developers, this API provides a seamless integration experience with robust documentation and reliable performance. Whether you're building a streaming app, a download manager, or a media library, our API has you covered.

To access the Movie Downloader API, sign in with Google to generate your unique API key. This key will allow you to make requests to our API and retrieve movie and TV series data.

Search Movies

Search for movies and TV series by title.

Endpoint

/search

Method

GET

Parameters

  • q (required): The movie or TV series title to search for.
  • api_key (required): Your API key for authentication.

Example Request

curl -X GET "https://api.skymansion.site/movies-dl/search?q=deadpool&api_key=your_api_key"

Example Response

{
  "SearchResult": {
    "author": "SkyMansion",
    "status": true,
    "method": "qSearch",
    "result": [
      {
        "title": "Deadpool & Wolverine (2024) | SkyMansion.site",
        "type": "MovieIMDb 82024",
        "img": "https://i.imgur.com/M59YjJA.jpeg",
        "id": "sky-80-3"
      }
    ]
  }
}

Get Movie Direct Links

Retrieve direct download links for a specific movie or TV series by its ID.

Endpoint

/download

Method

GET

Parameters

  • id (required): The unique ID of the movie or TV series (obtained from the search results).
  • api_key (required): Your API key for authentication.

Example Request

curl -X GET "https://api.skymansion.site/movies-dl/download?id=sky-80-4&api_key=your_api_key"

Example Response

{
  "downloadLinks": {
    "author": "SkyMansion",
    "status": true,
    "method": "uDownload",
    "result": {
      "title": "Deadpool 2 (2018) | SkyMansion.site",
      "image": "https://sinhalasub.lk/wp-content/uploads/2018/05/gyfPKfFYcVW54MoqhYlwwDDIfJR-200x300.jpg",
      "date": "May. 10, 2018",
      "country": "USA",
      "duration": "120 Min.",
      "genres": ["Action", "Adventure", "Comedy"],
      "IMDB": "7.6",
      "TMDB": "7.492",
      "director": {
        "name": "David Leitch",
        "link": "https://sinhalasub.lk/director/david-leitch/"
      },
      "cast": [
        {
          "name": "Ryan Reynolds",
          "link": "https://sinhalasub.lk/cast/ryan-reynolds/",
          "character": "Wade Wilson / Deadpool / Juggernaut (voice) / Ryan Reynolds"
        }
      ],
      "links": {
        "telegramLinks": [
          {
            "quality": "FHD 1080p",
            "size": "3.35 GB",
            "link": "https://t.me/Sinhalasubnet_bot?start=Z2V0LTYyOTM2ODA0MTk3MDQ3MzY"
          }
        ]
      }
    }
  }
}

Rate Limits

The Movie Downloader API has a rate limit of 25 requests per day per API key. If you exceed this limit, you will receive an error response.

Example Error Response

{
  "error": "Limit exceeded. Try again tomorrow."
}

Increase Rate Limit

Need more than 25 requests per day? Contact us to increase your rate limit.

Contact: +94 72 525 7970