Sample - GitHub REST API
GET/emojis

List available emojis

Lists all emojis available to use on GitHub. The response maps each emoji name to its corresponding image URL, so you can select the representation you need.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 status codes
200Returns an object whose properties map emoji names to their image URL strings.
304Returned when the available emoji list has not changed.