A simple API to get emojis with names, keywords, and categories.
- Get all emojis
- Search emojis by name
- Filter emojis by category
- Node.js
- Express.js
{
"id": "e1",
"name": "grinning",
"char": "π",
"keywords": ["smile", "happy"],
"category": "people"
}GET /api/emojis
GET /api/emojis?search=smile
GET /api/emojis?category=people
npm install
npm startMIT License
β Simple, fast & easy to use Emoji API