GET /emoji/{emoji}
Look up by character, shortcode, or name. Search with q.
Try it
Character, :shortcode:, or name. All three resolve to the same record.
emoji
Emoji character
name
Official name
shortcodes
Shortcodes with and without colons
codepoints
Unicode codepoints (U+โฆ)
category
Category
keywords
Related keywords
1
The character, :fire:, or the exact name.
2
Codepoints, category, version, keywords.
3
GET /emoji with q=fire for typeahead.
Character, shortcode, or search. Every plan.
Look up an emoji by character, shortcode, or exact name, or use ?q= for typeahead search in pickers.
Unicode emoji records. Shortcodes work with or without colons. For editors, reactions, and anything that needs a reliable emoji record.
RESPONSE
$ curl "https://api.parseapi.com/emoji/rocket" \ -H "X-API-Key: YOUR_API_KEY" // 200 ยท ~35ms US ยท ~97ms worldwide { "emoji": "๐", "name": "rocket", "shortcodes": [":rocket:", "rocket"], "codepoints": ["U+1F680"], "hex": "1F680", "category": "Travel & Places", "status": "fully-qualified", "version": "0.6", "keywords": ["rocket", "space"], "skins": [] }
Response fields
QUESTIONS
SPEED
US
11ms
EU
12ms
APAC
46ms
LatAm
11ms
ME
122ms
Official emoji records.
Search and copy any emoji in the copy and paste tool.