forked from D3vd/Meme_Api
-
Notifications
You must be signed in to change notification settings - Fork 0
Specify Subreddit
Marco Ceccon edited this page Feb 19, 2020
·
1 revision
By default the API grabs a random meme from 'memes', 'dankmemes', 'meirl' subreddits. To provide your own custom subreddit use the following endpoint.
Endpoint: /{subreddit}
Example: https://rndmemes.herokuapp.com/dankmemes
Response:
{
"postLink":"https://redd.it/f68dvk",
"subreddit":"dankmemes",
"title":"*visible confusion*",
"url":"https://i.redd.it/zw4z4hscmuh41.png"
}```