Skip to content

Kiss

GET/kiss

Kiss someone. Returns a random anime GIF for the kiss action.

Available pairingsDuo only
ffGirl × Girl
mmBoy × Boy
fmGirl → Boy
mfBoy → Girl
ParameterTypeRequiredDescription
pairingstringNoFilter by pairing. If omitted, returns a random pairing from the available ones above.
typestringNoFilter by kiss type. Valid values: mouth, forehead, cheek.
nsfwbooleanNoFilter NSFW content. Defaults to false.
FieldTypeDescription
actionstringAlways "kiss"
typeoptionalstringThe returned kiss type
pairingstringThe pairing of the returned GIF
animestringThe anime the GIF is from
urlstringDirect URL to the GIF on the CDN
filenamestringThe filename of the GIF
content_typestringMIME type (image/gif)
size_bytesnumberFile size in bytes
Terminal window
curl "https://api.gifukai.com/kiss?type=mouth&pairing=fm"

Available type values for /kiss:

  • mouth
  • forehead
  • cheek

To discover available types for this action:

Terminal window
curl https://api.gifukai.com/actions/kiss/types

These aliases resolve to kiss — they behave exactly like the real action:

Alias Behavior
peck GET /peck → a kiss GIF locked to type cheek
StatusDescription
200Successfully returned a random kiss GIF
400Invalid pairing/type parameter
404No GIFs found for the given pairing
500Internal server error
API Playground
GEThttps://api.gifukai.com/kiss?pairing=
Response
// Hit Send to try the API
Preview
Hit Send to preview