← Еда и товары

Эмодзи по группам

GET /emoji/group/:group

Получение всех эмодзи в конкретной подгруппе (например, face-positive, face-negative, animal-mammal, plant-flower). Группы более детализированы, чем категории, что позволяет более точную фильтрацию эмодзи. Полезно для создания детальных браузеров эмодзи и поиска эмодзи по очень конкретным темам.

Параметры

group обязательный

Group

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/emoji/group/face-positive
Positive face emojis
curl https://nordapi.ee/api/v1/emoji/group/face-positive
Mammal emojis
curl https://nordapi.ee/api/v1/emoji/group/animal-mammal
Flag emojis
curl https://nordapi.ee/api/v1/emoji/group/flag

Ответ в реальном времени

{
  "count": 20,
  "data": [
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😀",
      "name": "grinning face",
      "unicode": "U+1F600"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😁",
      "name": "grinning face with smiling eyes",
      "unicode": "U+1F601"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😂",
      "name": "face with tears of joy",
      "unicode": "U+1F602"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "🤣",
      "name": "rolling on the floor laughing",
      "unicode": "U+1F923"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😃",
      "name": "smiling face with open mouth",
      "unicode": "U+1F603"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😄",
      "name": "smiling face with open mouth and smiling eyes ≊ smiling face with open mouth ",
      "unicode": "U+1F604"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😅",
      "name": "smiling face with open mouth and cold sweat ≊ smiling face with open mouth ",
      "unicode": "U+1F605"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😆",
      "name": "smiling face with open mouth and tightly-closed eyes ≊ smiling face with open mouth ",
      "unicode": "U+1F606"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😉",
      "name": "winking face",
      "unicode": "U+1F609"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😊",
      "name": "smiling face with smiling eyes",
      "unicode": "U+1F60A"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😋",
      "name": "face savouring delicious food",
      "unicode": "U+1F60B"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😎",
      "name": "smiling face with sunglasses",
      "unicode": "U+1F60E"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😍",
      "name": "smiling face with heart-shaped eyes ≊ smiling face with heart-eyes",
      "unicode": "U+1F60D"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😘",
      "name": "face throwing a kiss",
      "unicode": "U+1F618"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😗",
      "name": "kissing face",
      "unicode": "U+1F617"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😙",
      "name": "kissing face with smiling eyes",
      "unicode": "U+1F619"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "😚",
      "name": "kissing face with closed eyes",
      "unicode": "U+1F61A"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "☺",
      "name": "white smiling face ≊ smiling face",
      "unicode": "U+263A"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "🙂",
      "name": "slightly smiling face",
      "unicode": "U+1F642"
    },
    {
      "category": "smileys and people",
      "group": "face positive",
      "html_code": "🤗",
      "name": "hugging face",
      "unicode": "U+1F917"
    }
  ],
  "group": "face-positive",
  "success": true
}