GET /faces/random
Use this endpoint to get a random 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/rabdom
Response:
1{
2 ...
3 "data": {
4 "1f608": {
5 "0": "head",
6 "1": "head",
7 "2": "head",
8 "3": "mouth",
9 "4": "eyes",
10 "5": "eyes"
11 }
12 },
13 "links": {
14 "self": "https://customtwemojiapi.com/v1/faces/1f608"
15 },
16 ...
17}