Laugh
GET
/laughLaugh out loud. Returns a random anime GIF for the laugh action.
Available pairings
Section titled “Available pairings”Available pairingsSolo only
fSolo GirlmSolo BoyQuery parameters
Section titled “Query parameters”| 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. |
Response fields
Section titled “Response fields”| Field | Type | Description |
|---|---|---|
action | string | Always "laugh" |
pairing | string | The pairing of the returned GIF |
anime | 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 |
Example request
Section titled “Example request”curl https://api.gifukai.com/laughAliases
Section titled “Aliases”These aliases resolve to laugh — they behave exactly like the real action:
| Alias | Behavior |
|---|---|
lmao |
GET /lmao → a random laugh GIF |
lol |
GET /lol → a random laugh GIF |
Status codes
Section titled “Status codes”| Status | Description |
|---|---|
| 200 | Successfully returned a random laugh GIF |
| 400 | Invalid pairing parameter |
| 404 | No GIFs found for the given pairing |
| 500 | Internal server error |
Try it
Section titled “Try it”API Playground
GEThttps://api.gifukai.com/laugh?pairing=
// Hit Send to try the APIHit Send to preview