Search Gifs

Search through hundreds of thousands of gifs to match any reaction you want. The gifs are returned in a list with the URL, width, and height of the gif.

GET
https://api.apileague.com/search-gifs
Example Request and Response
GET
https://api.apileague.com/{{ examples.getSearchGifs }}
{
    "images": [
        {
            "url": "https://media.tenor.com/xEf4j9pnMywAAAAC/dog-dogs.gif",
            "width": 362,
            "height": 498
        },
        {
            "url": "https://media.tenor.com/U-g_SmVeq40AAAAC/poodle-dancing-dog-poodle.gif",
            "width": 248,
            "height": 498
        },
        {
            "url": "https://media.tenor.com/SmFA9ziWpx4AAAAC/dogs-dog.gif",
            "width": 498,
            "height": 374
        }
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}