# REST-API-Endpunkte für Emojis

Verwende die REST-API, um alle verfügbaren Emojis aufzulisten und anzuzeigen, die auf GitHub verwendet werden können.

> [!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