{"id":21317909,"url":"https://github.com/krishnassh/memes-api","last_synced_at":"2026-02-10T02:05:37.449Z","repository":{"id":252097461,"uuid":"839415320","full_name":"KrishnaSSH/Memes-API","owner":"KrishnaSSH","description":"API to Fetch memes from Reddit","archived":false,"fork":false,"pushed_at":"2024-10-09T11:52:52.000Z","size":533,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T21:39:21.243Z","etag":null,"topics":["api","meme","meme-api","memes","reddit"],"latest_commit_sha":null,"homepage":"https://memesapi.vercel.app","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KrishnaSSH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T15:02:14.000Z","updated_at":"2024-10-09T11:52:55.000Z","dependencies_parsed_at":"2024-08-07T18:39:42.765Z","dependency_job_id":null,"html_url":"https://github.com/KrishnaSSH/Memes-API","commit_stats":null,"previous_names":["krishnassh/memes-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishnaSSH%2FMemes-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishnaSSH%2FMemes-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishnaSSH%2FMemes-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishnaSSH%2FMemes-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishnaSSH","download_url":"https://codeload.github.com/KrishnaSSH/Memes-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248965801,"owners_count":21190675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","meme","meme-api","memes","reddit"],"created_at":"2024-11-21T19:09:40.830Z","updated_at":"2026-02-10T02:05:35.579Z","avatar_url":"https://github.com/KrishnaSSH.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API that fetches memes from reddit\n![](assets/trollface.png)\n\n## Quickstart\n - [Documentation](https://github.com/KrishnaSSH/Memes-API/blob/main/markdown/Documentation.md)\n - [Privacy Policy](https://github.com/KrishnaSSH/Memes-API/blob/main/markdown/PrivacyPolicy.md)\n - [Docker Guide](https://github.com/KrishnaSSH/Memes-API/blob/main/markdown/Docker.md)\n\n\n## Supported Endpoints (GET Request)\n\n### - `/give`\nRetrieve one meme from r/memes\n\n### - `/give/{count}`\nRetrieve a specified number of memes from r/memes. Integer must be between 1 - 100\n\n### - `/give/{subreddit}`\nRetrieve a random meme from the given subreddit.\n\n### - `/give/{subreddit}/{count}`\nRetrieve a specified number of memes  from the given subreddit.  Integer must be between 1 - 100\n\n\n## [URL for the Enpoints](https://memesapi.vercel.app/) \n\n\n\n## Example Response \n### - `/give`\nRetrieve one meme from r/memes\n```json\n{\n  \"count\": 1,\n  \"memes\": [\n    {\n      \"postLink\": \"https://redd.it/1fynxnn\",\n      \"subreddit\": \"memes\",\n      \"title\": \"Guess the game….\",\n      \"url\": \"https://i.redd.it/0p3d88a3nftd1.jpeg\",\n      \"nsfw\": false,\n      \"spoiler\": false,\n      \"author\": \"Holiday_Box9404\",\n      \"ups\": 12519\n    }\n  ]\n}\n\n```\n\n### - `/give/{count}`\nRetrieve a specified number of memes from r/memes. Integer must be between 1 - 100\n\n```json\n{\n  \"count\": 2,\n  \"memes\": [\n    {\n      \"postLink\": \"https://redd.it/1fyqlf1\",\n      \"subreddit\": \"memes\",\n      \"title\": \"They pronounce words with letters that aren't even there\",\n      \"url\": \"https://i.redd.it/utixv6nqbgtd1.jpeg\",\n      \"nsfw\": false,\n      \"spoiler\": false,\n      \"author\": \"Next_Airport_7230\",\n      \"ups\": 4438\n    },\n    {\n      \"postLink\": \"https://redd.it/1fynxnn\",\n      \"subreddit\": \"memes\",\n      \"title\": \"Guess the game….\",\n      \"url\": \"https://i.redd.it/0p3d88a3nftd1.jpeg\",\n      \"nsfw\": false,\n      \"spoiler\": false,\n      \"author\": \"Holiday_Box9404\",\n      \"ups\": 12561\n    }\n  ]\n}\n\n```\n\n### - `/give/{subreddit}`\nRetrieve a random meme from the given subreddit.\n\n```json\n{\n  \"count\": 1,\n  \"memes\": [\n    {\n      \"postLink\": \"https://redd.it/1fysqs3\",\n      \"subreddit\": \"ProgrammerHumor\",\n      \"title\": \"whenDeploymentWasAFloppyDisk\",\n      \"url\": \"https://i.redd.it/7ykxfftnzgtd1.png\",\n      \"nsfw\": false,\n      \"spoiler\": false,\n      \"author\": \"derjanni\",\n      \"ups\": 2628\n    }\n  ]\n}\n\n```\n\n\n### - `/give/{subreddit}/{count}`\nRetrieve a specified number of memes  from the given subreddit.  Integer must be between 1 - 100\n\n\n```json\n{\n  \"count\": 2,\n  \"memes\": [\n    {\n      \"postLink\": \"https://redd.it/1fysqs3\",\n      \"subreddit\": \"ProgrammerHumor\",\n      \"title\": \"whenDeploymentWasAFloppyDisk\",\n      \"url\": \"https://i.redd.it/7ykxfftnzgtd1.png\",\n      \"nsfw\": false,\n      \"spoiler\": false,\n      \"author\": \"derjanni\",\n      \"ups\": 2632\n    },\n    {\n      \"postLink\": \"https://redd.it/1fyvuu2\",\n      \"subreddit\": \"ProgrammerHumor\",\n      \"title\": \"notStressfulAtAll\",\n      \"url\": \"https://i.redd.it/re4ed02y5itd1.jpeg\",\n      \"nsfw\": false,\n      \"spoiler\": false,\n      \"author\": \"skeletium\",\n      \"ups\": 1167\n    }\n  ]\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishnassh%2Fmemes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishnassh%2Fmemes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishnassh%2Fmemes-api/lists"}