GET /faces
Use this endpoint to find which Twemojis are supported as faces.
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
Response:
1{
2 ...
3 "data": {
4 "1f383": {
5 "0": "head",
6 "1": "headwear",
7 ...
8 },
9 "1f479": {
10 "0": "head",
11 "1": "head",
12 ...
13 },
14 },
15 ...
16}