# Get emojis

From **GitHub v3 REST API**.

`GET /emojis`

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

## Responses

### `200`

Response

### `application/json`

- Type: `object`

```json
{"additionalProperties":{"type":"string"},"type":"object"}
```

### `304`

Not modified

## Request examples

### cURL

```shell
curl --request GET \
  --url {protocol}://{hostname}/api/v3/emojis
```
