GET /faces/{emoji}
Use this endpoint to get a specific Twemoji that is supported as a face.
Arguments
No arguments specific to this endpoint. See arguments available to all /faces
endpoints.
Example
Request:
CUSTOM_TWEMOJI_API=https://customtwemojiapi.com/v1; curl $CUSTOM_TWEMOJI_API/faces/1f47b
Response:
1{
2 ...
3 "data": {
4 "1f47b": {
5 "0": "head",
6 "1": "eyes",
7 "2": "eyes",
8 "3": "eyes",
9 "4": "mouth"
10 }
11 },
12 ...
13}