← Toit ja tooted

Juhuslik emotikon

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.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/emoji/random

Reaalajas vastus

{
  "data": {
    "category": "smileys and people",
    "group": "family",
    "html_code": "👩",
    "name": "family, woman, woman, boy, boy",
    "unicode": "U+1F469"
  },
  "success": true
}