the mother raccoon of all raccoon apis.

~ curl 'https://api.racc.lol/v1/raccoon?json=true' \
   -H 'authority: api.racc.lol' \
   -H 'accept: */*' \
   -H 'accept-language: en-US,en;q=0.9' \
   -H 'sec-ch-ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"' \
   -H 'sec-ch-ua-mobile: ?0' \
   -H 'sec-ch-ua-platform: "macOS"' \
   -H 'sec-fetch-dest: empty' \
   -H 'sec-fetch-mode: cors' \
   -H 'sec-fetch-site: cross-site' \
   -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36' \
   --compressed

documentation

GET v1/raccoon

GET a random picture of a raccoon.
GET https://api.racc.lol/v1/raccoon

For JSON format...
GET https://api.racc.lol/v1/raccoon?json=true

GET v1/raccoon/:index

GET a picture of a raccoon.
GET https://api.racc.lol/v1/raccoon/100

For JSON format...
GET https://api.racc.lol/v1/raccoon/100?json=true

GET v1/raccoons

GET a JSON list of raccoons (default 25 a request)
GET https://api.racc.lol/v1/raccoons

With random parameter...
GET https://api.racc.lol/v1/raccoons?random=true

With take parameter...
GET https://api.racc.lol/v1/raccoons?take=50

With from parameter...
GET https://api.racc.lol/v1/raccoons?from=50

With take and from parameter...
GET https://api.racc.lol/v1/raccoons?from=50&take=10

GET v1/video

GET a random video of a raccoon(s).
GET https://api.racc.lol/v1/video

For JSON format...
GET https://api.racc.lol/v1/video?json=true

GET v1/raccoftheday

GET the racc of the day! (refreshes every 24hrs)
GET https://api.racc.lol/v1/raccoftheday

For JSON format...
GET https://api.racc.lol/v1/raccoftheday?json=true

GET v1/racchour

GET the racc of the hour! (refreshes every hour)
GET https://api.racc.lol/v1/racchour

For JSON format...
GET https://api.racc.lol/v1/racchour?json=true

GET v1/fact

GET a fact about raccoons!
GET https://api.racc.lol/v1/fact

GET v1/facts

GET many facts about raccoons!
GET https://api.racc.lol/v1/facts

With from parameter...
GET https://api.racc.lol/v1/facts?from=10

With take parameter...
GET https://api.racc.lol/v1/facts?take=5

With take and from parameter...
GET https://api.racc.lol/v1/facts?from=5&take=10