GET /emoji/random
Get a random emoji with its Unicode code point, HTML entity, character, name, category, and group. Covers the full Unicode emoji catalog incluyendo smileys, animals, food, activities, objects, symbols, and flags. Útil para chatbot personality features, redes sociales 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": "person role",
"html_code": "👱",
"name": "blond person, type-4",
"unicode": "U+1F471"
},
"success": true
}