Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Huy-Ngo/reddit-meme-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Meme API

An API for random hot memes from top subreddits.

Routes & responses

This API searches for image posts on r/meme, r/memes, r/dankmemes, and r/me_irl Each meme post is returned in the following format:

{
    "author": "Poster of the meme",
    "permalink": "Path to the post from reddit.com",
    "score": "The number of upvotes minus downvotes",
    "url": "URL to the image"
}
  • Route: /memes/<subreddit>
    • Return: list of up to 10 hot memes
  • Route: /memes/hot
    • Return: a meme in the hot
  • Route: /memes/new
    • Return: a meme in the new.

Releases

No releases published

Packages

No packages published

Languages