GET /emoji/random
Saage a random emoji with its Unicode code point, HTML entity, character, name, category, and group. Hõlmab the full Unicode emoji catalog sealhulgas smileys, animals, food, activities, objects, symbols, and flags. Kasulik chatbot personality features, social media tools, creative writing prompts, fun UI elements, and any app that wants to add a touch of playful randomness.
curl https://nordapi.ee/api/v1/emoji/random
{
"data": {
"category": "smileys and people",
"group": "family",
"html_code": "👩",
"name": "family, woman, woman, boy, boy",
"unicode": "U+1F469"
},
"success": true
}