EmojiRef API

Simple REST API for emoji metadata. Free tier available — paid plans for production use.

Free
$0
100 req/day
Search endpoint
Single emoji lookup
JSON responses
No auth required
Starter
$29/mo
10,000 req/day
All Free features
Category filtering
Bulk export
Email support
Pro
$99/mo
Unlimited
All Starter features
Priority support
SLA guarantee
Webhook updates

Endpoints

GET/api/emoji?q=fire

Search emojis by name or keyword

{
  "count": 3,
  "results": [
    {
      "char": "🔥",
      "slug": "fire",
      "name": "FIRE",
      "codepoints": "U+1F525",
      "category": "Travel & Places",
      "addedIn": "0.6"
    }
  ]
}
GET/api/emoji?slug=fire

Get full data for a single emoji by slug

GET/api/emoji?category=food+%26+drink&limit=50

Filter by category with pagination