Skip to content

High Five

GET /highfive

Give a high five. Returns a random anime GIF for the highfive action.

Available pairings Duo only
ff Girl × Girl
mm Boy × Boy
fm Girl → Boy
mf Boy → Girl
Parameter Type Required Description
pairing string No Filter by pairing. If omitted, returns a random pairing from the available ones above.
nsfw boolean No Filter NSFW content. Defaults to false.
Field Type Description
action string Always "highfive"
pairing string The pairing of the returned GIF
anime optional string The anime the GIF is from
url string Direct URL to the GIF on the CDN
filename string The filename of the GIF
content_type string MIME type (image/gif)
size_bytes number File size in bytes
Terminal window
curl https://api.gifukai.com/highfive
Status Description
200 Successfully returned a random highfive GIF
400 Invalid pairing parameter
404 No GIFs found for the given pairing
500 Internal server error
API Playground
GET https://api.gifukai.com/highfive?pairing=
Response
// Hit Send to try the API
Preview
Hit Send to preview