Downloading multiple videos and images from RedGifs
3 years ago
If you don't have your RedGifs Downloader API key yet, you can create it by accessing your account in the Developers area.
Endpoints and sample results
API STATUS
GET https://redgifsdownloader.net/api
This endpoint was made so that they can verify if the api is working correctly, this information can also be verified in a request to download videos or profile.
{"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
GET POST https://redgifsdownloader.net/api/download/posts?urls=&key=
This endpoint allows you to download multiples from RedGifs, to use it you need two parameters (urls and key) the urls are separated by line break, ; or %3B.
We recommend using RedGifs URLs with URL encoding to avoid errors.
Response{
"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/nauticaldesertedamericanbadger",
"thumbnail": "https://media.redgifs.com/NauticalDesertedAmericanbadger-poster.jpg",
"caption": "Amazon Position Ass Ass Clapping Big Ass Femdom Housewife MILF Married Couple Real Couple Porn GIF by amazoncouple",
"keywords": "Amazon Position,Ass,Ass Clapping,Big Ass,Femdom,Housewife,MILF,Married Couple,Real Couple",
"author": {
"name": "anonymous",
"link": "https://www.redgifs.com/users/anonymous"
},
"publication_date": "%2024-%02-%04UTC%12:%Feb:%th.0000",
"content": {
"type": "mp4",
"file": "https://api3.redgifsdownloader.net/4zi8cYk2TQjl/nauticaldesertedamericanbadger.mp4"
}
}
]
}