RedGifs Downloader Proxy API Documentation

1 year ago

API Status via Proxy

GET https://proxy.redgifsdownloader.net?url=https://redgifsdownloader.net/api

This endpoint checks if the RedGifs Downloader API is online through the proxy.

{"request": {"status": "Online","message": "This is the API provided by RedGifs Downloader.","url": "https://redgifsdownloader.net/api","your_ip": "0.0.0.0"}}

Download Videos via Proxy

GET POST https://proxy.redgifsdownloader.net?url=https://redgifsdownloader.net/api/download/posts?urls=&key=

To download videos through the proxy, provide the following parameters:

  • urls: The encoded URLs of the videos, separated by line break, semicolon (;), or %3B.
  • key: Your RedGifs Downloader API key.

{ "request": { "status": "online", "message": "This is the API provided by RedGifs Downloader.", "url": "https://redgifsdownloader.net", "your_ip": "0.0.0.0" }, "authentication": { "status": "success", "message": "API key successfully authenticated.", "key": { "status": "enabled", "message": "The API key is enabled and usable." } }, "posts": [ { "status": "success", "link": "https://www.redgifs.com/watch/example", "thumbnail": "https://media.redgifs.com/example-poster.jpg", "caption": "Example GIF", "keywords": "Example, GIF, Download", "author": { "name": "anonymous", "link": "https://www.redgifs.com/users/anonymous" }, "publication_date": "2024-02-04 UTC", "content": { "type": "mp4", "file": "https://api3.redgifsdownloader.net/example.mp4" } } ] }