GET /emoji/random
Fáðu a random emoji with its Unicode code point, HTML entity, character, name, category, and group. Nær yfir the full Unicode emoji catalog þar á meðal smileys, animals, food, activities, objects, symbols, and flags. Gagnlegt fyrir chatbot personality eiginleika, social media verkfæri, creative writing prompts, fun UI elements, and hvaða ... sem er app that wants to add a touch of playful randomness.
curl https://nordapi.ee/api/v1/emoji/random
{
"data": {
"category": "animals and nature",
"group": "animal mammal",
"html_code": "🐘",
"name": "elephant",
"unicode": "U+1F418"
},
"success": true
}