Search Memes

Search over 300,000 memes by keyword, rating, and age. Most memes are stills (images) but using the media-type you can also get videos. You can even search for text within memes. You'll surely find something funny.

This API wraps the search memes endpoint by Humor API. Check out the tutorial about writing a joke and meme app using this API.

GET
https://api.apileague.com/search-memes
Example Request and Response
GET
https://api.apileague.com/{{ examples.getSearchMemes }}
{
    "memes": [
        {
            "description": "Hey, you want a light show?: Edit: Thank you for getting the joke. I didn’t think a joke about gloving would land, but I appreciate your sense of humor Imgur. Let me know what shows you are going to or went to this year. DM me if you want to team up on Rocket League.",
            "url": "https://i.imgur.com/4msjS5E.mp4",
            "type": "video/mp4"
        },
        {
            "description": "Rocket Money is a scam.: Prevented a $30 charge of something I don't use anymore. Feels good.",
            "url": "https://i.imgur.com/q3cZlpv.png",
            "type": "image/png"
        },
        {
            "description": "Rocket Money is a scam.: Cat tax.",
            "url": "https://i.imgur.com/yaZoCFP.jpg",
            "type": "image/jpeg"
        }
    ],
    "available": 156
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}