Meme
Information about the meme object
The Meme object is returned when requesting 1 or multiple memes. An example object is as follows.
Field | Type | Description |
disabled | boolean | is the meme disabled? |
memeid | string | the meme's id |
caption | string | the meme's caption |
author | User | a user object of the author |
rating | hash | hash of the rating, with the average and total ratings |
url | string | the url of the image of the meme |
permalink | string | the url of the meme on memerator.me |
timestamp | timestamp | when the meme was submitted |
time_ago | string | what appears on the website how long ago it was submitted |
{
"disabled": false,
"memeid": "aaaaaaa",
"caption": "***__AAAAAAAA__***",
"author": {
"username": "Chew",
"bio": "#1 most depressed memerator user. pronouns: she/her",
"id": 476488167042580481,
"stats": {
"memes": 171,
"followers": 26,
"following": 20
},
"perks": {
"verified": true,
"staff": true,
"translator": false,
"pro": true
},
"permalink": "https://memerator.me/profile/476488167042580481",
"joined": "2018-10-11T15:37:03.000Z"
},
"rating": {
"average": 3.75,
"total": 4
},
"url": "https://cdn.memerator.me/K7bLRy9.jpg",
"permalink": "https://memerator.me/meme/aaaaaaa",
"timestamp": "2019-02-15T13:29:01.000Z",
"time_ago": "11 months"
}
get
https://api.memerator.me/v1/
meme/:id
Get a Meme
get
https://api.memerator.me
/v1/meme/random
Get a Random Meme
put
https://api.memerator.me
/v1/meme/:id/caption
Set Meme Caption
get
https://api.memerator.me
/v1/meme/:id/comments
Get Meme Comments
put
https://api.memerator.me
/v1/meme/:id/disable
Disable a Meme
put
https://api.memerator.me
/v1/meme/:id/enable
Enable a meme
get
https://api.memerator.me
/v1/meme/:id/rating
Get your Rating
get
https://api.memerator.me
/v1/meme/:id/ratings
Get all Ratings
Last modified 2yr ago