← Lebensmittel & Produkte

Zufälliges Emoji

GET /emoji/random

Erhalten Sie eine random emoji with its Unicode code point, HTML entity, character, name, category, und group. Umfasst the full Unicode emoji catalog einschließlich smileys, animals, food, activities, objects, symbols, und flags. Nützlich für chatbot personality features, social media tools, creative writing prompts, fun UI elements, und any app that wants to add a touch of playful randomness.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/emoji/random

Live-Antwort

{
  "data": {
    "category": "activities",
    "group": "activities",
    "html_code": "🤽",
    "name": "person playing water polo, type-3",
    "unicode": "U+1F93D"
  },
  "success": true
}