List available Emoji
string
boolean
Success
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/emoji' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"trello": [
{
"unified": "1F600",
"name": "GRINNING FACE",
"native": "😀",
"shortName": "grinning",
"shortNames": [
"grinning\""
],
"text": ":)",
"texts": "<string>",
"category": "Smileys & People",
"sheetX": 30,
"sheetY": 24,
"tts": "grinning face",
"keywords": [
"face"
]
}
]
}
Rate this page: