We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In order to get multiple memes in a single request specify the count with the following endpoint.
Endpoint: /{count}
Example: https://rndmemes.herokuapp.com/2
Response:
{ "count": 2, "memes": [ { "postLink": "https://redd.it/d5bn24", "subreddit": "meirl", "title": "meirl", "url": "https://i.redd.it/6wjb8gibu2n31.jpg" }, { "postLink": "https://redd.it/d4zipy", "subreddit": "meirl", "title": "Me🚐irl", "url": "https://i.redd.it/hyl6fgweswm31.jpg" } ] }