Hi
GET
/hi Say hello or greet someone. Returns a random anime GIF for the hi action.
Available pairings
Section titled “Available pairings” Available pairings Solo only
f Solo Girl m Solo Boy Query 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 "hi" |
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 |
Example request
Section titled “Example request”curl https://api.gifukai.com/hiStatus codes
Section titled “Status codes”| Status | Description |
|---|---|
| 200 | Successfully returned a random hi GIF |
| 400 | Invalid pairing parameter |
| 404 | No GIFs found for the given pairing |
| 500 | Internal server error |
Try it
Section titled “Try it” GET https://api.gifukai.com/hi?pairing=
// Hit Send to try the API Hit Send to preview