web
Credits: 0.000001
Find an emoji by its alias e.g :beer:
aliasstring
the alias code e.g :beer:
emojistring
the unicode emoji 🍺
Request
Response
{
"emoji": "🍺"
}
Credits: 0.000001
Get the flag for a country. Requires country code e.g GB for great britain
codestring
country code e.g GB
flagstring
the emoji flag
Request
Response
{
"flag": "🇬🇧"
}
Credits: 0.000001
Print text and renders the emojis with aliases e.g let's grab a :beer: becomes let's grab a 🍺
textstring
text including any alias e.g let's grab a :beer:
textstring
text with rendered emojis
Request
Response
{
"text": "let's grab a 🍺"
}