GET /emoji/random
Obtenez un emoji aléatoire avec its Unicode code point, HTML entity, character, name, category, et group. Couvre le full Unicode emoji catalog y compris smileys, animals, food, activities, objects, symbols, et flags. Utile pour les chatbot personality features, social media tools, creative writing prompts, fun UI elements, et tout app qui wants to add a touch of playful randomness.
curl https://nordapi.ee/api/v1/emoji/random
{
"data": {
"category": "travel and places",
"group": "travel and places",
"html_code": "🚍",
"name": "oncoming bus",
"unicode": "U+1F68D"
},
"success": true
}