# Million Memes

{% hint style="warning" %}
Features aren't implemented yet. Next release will come soon !
{% endhint %}

## Get a Random Meme Image for Million Token

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes/random`

Will send a different random meme picture on each request.

#### Query Parameters

| Name   | Type    | Description                                                               |
| ------ | ------- | ------------------------------------------------------------------------- |
| format | string  | Chose the format you want: png, jpeg, gif, mp4, webm                      |
| ratio  | string  | <p>Get a picture that have specific w/h ratio <br>1-16, 3-4, 3-2, 1-1</p> |
| width  | integer | Get a Picture that have this exact width, or nearest.                     |
| height | integer | Get a Picture that have this exact height, or nearest.                    |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get the meme images List

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes`

#### Query Parameters

| Name  | Type   | Description                                                |
| ----- | ------ | ---------------------------------------------------------- |
| limit | string | <p>Limit the number of rows to get.<br>Default is 100.</p> |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get the meme image by ID

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes/:id`

Return the meme image by ID.

#### Path Parameters

| Name | Type   | Description               |
| ---- | ------ | ------------------------- |
| id   | string | Get the meme image by id. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get the meme image by Slug

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes/:slug`

#### Path Parameters

| Name | Type   | Description                 |
| ---- | ------ | --------------------------- |
| slug | string | Get the meme image by slug. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
