EmojiHub API
A free REST API providing access to 1791 emojis with categorization. Allows fetching random emojis, all emojis, or filtering by category, group, or search query.
Slug: emojihub
Key:
Base URL:
Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Key:
yurace.pro:emojihub-apiBase URL:
https://emojihub.yurace.pro/api/Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
COMMUNICATION_STUDIES, ENTERTAINMENT, SOCIAL_MEDIA
Tutorials
- Getting Started with EmojiHub — CLI completed successfully
Skills
- Access emoji reference data — I can look up any emoji by name, browse by category, or fetch a random one from EmojiHub's 1791-emoji dataset — no auth required, with HTML entities and Unicode code points ready to render or store.
- List categories — I can list EmojiHub's 8 emoji categories and 37 groups — the exact filter strings you need — in a single unauthenticated call, no key required.
- List groups — I can browse emojis by one of 37 groups — animals, faces, body, food — via EmojiHub, no auth required, but spaces in group names need URL encoding.
Endpoints (10)
| Path | Summary | Response | Auth |
|---|---|---|---|
| all | Get all emojis | ? |
— |
| all/category/{name} | Get all emojis by category | ? |
— |
| all/group/{name} | Get all emojis by group | ? |
— |
| categories | Get all categories | ? |
— |
| groups | Get all groups | ? |
— |
| random | Get a random emoji | ? |
— |
| random/category/{name} | Get random emoji by category | ? |
— |
| random/group/{name} | Get random emoji by group | ? |
— |
| search | Search emojis by name | ? |
— |
| similar/{name} | Get similar emojis | ? |
— |