emojihub

4 endpoints match this tag.

All Emojis

GET
/emoji/all

Get the complete Unicode emoji catalog with every emoji's character, name, Unicode code point, HTML entity, category, and group. Returns hundreds of emojis organized by their Unicode classifications. Useful for building custom emoji pickers, emoji search features, Unicode reference tools, and any application that needs a complete structured emoji dataset.

Food & Products

Emojis by Category

GET
/emoji/category/:category

Get all emojis in a specific category (e.g., smileys-and-people, animals-and-nature, food-and-drink, travel-and-places, activities, objects, symbols, flags). Useful for building tabbed emoji pickers, category-filtered emoji search, and emoji browsing interfaces organized by theme.

Food & Products

Emojis by Group

GET
/emoji/group/:group

Get all emojis in a specific sub-group (e.g., face-positive, face-negative, animal-mammal, plant-flower). Groups are finer-grained than categories, allowing more precise emoji filtering. Useful for building detailed emoji browsers and finding emojis related to very specific themes.

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.

Food & Products