/raccoon
Random Raccoon Image
/raccoon/:id
Specific Raccoon by ID
/video
Random Raccoon Video
/meme
Random Raccoon Meme
/meme/:id
Specific Meme by ID
/fact
Random Raccoon Fact
/stats
API Statistics
/raccoons
List All Raccoons
/memes
List All Memes
Get a random raccoon image. Returns image by default, or JSON metadata with ?json=true parameter.
daily
Get the same image for the entire day
?daily=true
hourly
Get the same image for the entire hour
?hourly=true
weekly
Get the same image for the entire week
?weekly=true
json
Return JSON metadata instead of media
?json=true
{
"success": true,
"data": {
"url": "https://api.racc.lol/raccoon/42",
"size": 245760,
"contentType": "image/jpeg"
}
}