← Food & Products

Random Emoji

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 including smileys, animals, food, activities, objects, symbols, and flags. Useful for chatbot personality features, social media tools, creative writing prompts, fun UI elements, and any app that wants to add a touch of playful randomness.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/emoji/random

Live Response

{
  "data": {
    "category": "travel and places",
    "group": "travel and places",
    "html_code": "🕛",
    "name": "clock face twelve oclock ≊ twelve o'clock",
    "unicode": "U+1F55B"
  },
  "success": true
}