Search for emojis by keyword
string
Keyword to search for
integer
Number of results to return (maximum 50)
list of integers
Filter response by categories ids
list of integers
Filter response by sub_categories ids
list of floats
Filter response by specifics unicode versions
application/json
{
"total": 4,
"results": [
{
"id": 1691,
"name": "party popper",
"emoji": "π",
"unicode": "1F389",
"version": 0.6,
"category": {
"id": 7,
"name": "Activities"
},
"sub_category": {
"id": 67,
"name": "Activities"
},
"children": []
},
{
"id": 1248,
"name": "dress",
"emoji": "π",
"unicode": "1F457",
"version": 0.6,
"category": {
"id": 8,
"name": "Objects"
},
"sub_category": {
"id": 66,
"name": "clothing"
},
"children": []
},
{
"id": 1687,
"name": "fireworks",
"emoji": "π",
"unicode": "1F386",
"version": 0.6,
"category": {
"id": 7,
"name": "Activities"
},
"sub_category": {
"id": 61,
"name": "event"
},
"children": []
}
]
}
Retrieve emojis in random order
integer
Number of results to return
List of Integers
Filter response by categories ids
List of Integers
Filter response by sub_categories ids
List of Floats
Filter response by specifics versions
application/json
{
"total": 2,
"results": [
{
"id": 1260,
"name": "womanβs sandal",
"emoji": "π‘",
"unicode": "1F461",
"version": 0.6,
"category": {
"id": 8,
"name": "Objects"
},
"sub_category": {
"id": 66,
"name": "clothing"
},
"children": []
},
{
"id": 1686,
"name": "Christmas tree",
"emoji": "π",
"unicode": "1F384",
"version": 0.6,
"category": {
"id": 7,
"name": "Activities"
},
"sub_category": {
"id": 61,
"name": "event"
},
"children": []
}
]
}
Retrieve emojis in popular order based on copy count
integer
Number of results to return
List of Integers
Filter response by categories ids
List of Integers
Filter response by sub_categories ids
List of Floats
Filter response by specifics versions
application/json
{
"total": 2,
"results": [
{
"id": 1261,
"name": "womanβs boot",
"emoji": "π’",
"unicode": "1F462",
"version": 0.6,
"category": {
"id": 8,
"name": "Objects"
},
"sub_category": {
"id": 66,
"name": "clothing"
},
"children": []
},
{
"id": 1259,
"name": "high-heeled shoe",
"emoji": "π",
"unicode": "1F460",
"version": 0.6,
"category": {
"id": 8,
"name": "Objects"
},
"sub_category": {
"id": 66,
"name": "clothing"
},
"children": []
}
]
}
Retrieve all categories and sub categories
application/json
{
"total": 10,
"results": [
{
"id": 1,
"name": "Smileys & Emotion",
"emojis_count": 163,
"sub_categories": [
{
"id": 1,
"name": "face-smiling",
"emojis_count": 14
},
{
"id": 2,
"name": "face-affection",
"emojis_count": 9
}
]
}
]
}
Retrieve metadata for a single emoji.
application/json
{
"id": 1,
"name": "grinning face",
"emoji": "π",
"unicode": "1F600",
"version": 1,
"category": {
"id": 1,
"name": "Smileys & Emotion"
},
"sub_category": {
"id": 1,
"name": "face-smiling"
},
"children": []
}