Install • API Reference • Usage • Node Package • Contributing
Logo by u/RamenFish195
Available as node package,api on RapidAPI
Install using npm or yarn
npm install reddit-memes-api
yarn add reddit-memes-api
GET /${subreddit}
Parameter | Type | Description |
---|---|---|
subreddit |
string |
Required. Need valid subreddit name |
GET /${subreddit}/${memesare}?limit=${limit}
Parameter | Type | Description |
---|---|---|
subreddit |
string |
Required. Need valid subreddit name |
memesare |
string |
Required. Need valid memesare type |
limit |
int |
Optional. Number of results to display |
GET /${subreddit}/${memesare}/${freq}?limit=${limit}
Parameter | Type | Description |
---|---|---|
subreddit |
string |
Required. Need valid subreddit name |
memesare |
string |
Required. Need valid memesare type |
freq |
string |
Required. Need valid frequency |
limit |
int |
Optional. Number of results to display |
Parameter | Type | Valid Paramaters |
---|---|---|
subreddit |
string |
meme, memes, joke, jokes |
memesare |
string |
hot, new, top, rising |
freq |
string |
now, hour, day, week, month, year, all |
limit |
int |
provide according to no. of contents exists in subreddit |
https://....../memes
https://....../memes/hot
https://....../memes/hot?limit=100
https://....../memes/top/all
https://....../memes/top/all?limit=100
Remove .... with actual url
f1(subreddit)
f2(subreddit,memesare,limit)
f3(subreddit,memesare,freq,limit)
Contributions are always welcome!
See Contributing.md for ways to get started.
Please adhere to this project's Code Of Conduct.
Not yet discovered
Need support ? Create a new issue.Support the project, Sponsor!
This project is licensed under MIT License