# 絵文字用 REST API エンドポイント

この REST API を使って、GitHub で使用できるすべての絵文字を一覧表示し、確認します。

> [!NOTE]
> Most endpoints use `Authorization: Bearer <YOUR-TOKEN>` and `Accept: application/vnd.github+json` headers, plus `X-GitHub-Api-Version: 2022-11-28`. Curl examples below omit these standard headers for brevity.

## Get emojis

```
GET /emojis
```

Lists all the emojis available to use on GitHub Enterprise Server.

### HTTP response status codes

- **200** - OK

- **304** - Not modified

### Code examples

#### Example

**Request:**

```curl
curl -L \
  -X GET \
  http(s)://HOSTNAME/api/v3/emojis
```

**Response schema (Status: 200):**

object, additional properties: string