Emojis
With the Emojis API, you can list and view all the available emojis to use in GitHub.
Get emojis
Works with GitHub Apps
Lists all the emojis available to use on GitHub.
HTTP response status codes
| Status code | Description |
|---|---|
200 | OK |
304 | Not modified |
Code samples
get/emojis
curl \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/emojisResponse
Status: 200