Emojis

Get emojis

Lists all the emojis available to use on GitHub.

get /emojis

Code samples

Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  https://api.github.com/emojis
JavaScript (@octokit/core.js)
await octokit.request('GET /emojis')

Response

Status: 200 OK

Not modified

Status: 304 Not Modified

Notes


Did this doc help you?Privacy policy

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.