# Anime

{% hint style="info" %}
**Good to know:** These routes, unlike the animal routes, are animated gifs.
{% endhint %}

## **Wink**

## Return Wink GIF

<mark style="color:blue;">`GET`</mark> `https://api.any-bot.xyz/api/v1/wink`

This will return a **wink** GIF from some anim&#x65;**.**

#### Headers

| Name     | Type   | Description             |
| -------- | ------ | ----------------------- |
| API\_KEY | string | Your API Key (Optional) |

{% tabs %}
{% tab title="200: OK Wink successfully returned" %}

```javascript
{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/wink/mywinkgif.gif",
    "status": 200
}
```

{% endtab %}
{% endtabs %}

## Pat

## Return Pat GIF

<mark style="color:blue;">`GET`</mark> `https://api.any-bot.xyz/api/v1/pat`

This will return a **pat** GIF from some anim&#x65;**.**

#### Headers

| Name     | Type   | Description             |
| -------- | ------ | ----------------------- |
| API\_KEY | string | Your API Key (Optional) |

{% tabs %}
{% tab title="200: OK Pat successfully returned" %}

```javascript
{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/pat/mypatgif.gif",
    "status": 200
}
```

{% endtab %}
{% endtabs %}

## Hug

## Return Hug GIF

<mark style="color:blue;">`GET`</mark> `https://api.any-bot.xyz/api/v1/hug`

This will return a **hug** GIF from some anim&#x65;**.**

#### Headers

| Name     | Type   | Description             |
| -------- | ------ | ----------------------- |
| API\_KEY | string | Your API Key (Optional) |

{% tabs %}
{% tab title="200: OK Hug successfully returned" %}

```javascript
{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/hug/myhuggif.gif",
    "status": 200
}
```

{% endtab %}
{% endtabs %}
