Emoji Lookup API

GET

Find the description and category behind any emoji.

Emoji Lookup searches emoji characters, tags, or categories to return descriptive names and classifications. Query by raw symbol, keyword tag, or category to inspect matching emoji glyphs, text descriptions, and categories.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/emoji?emoji=%F0%9F%A5%B3
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "count": 1,
    "emojisFound": [
      {
        "emoji": "🥳",
        "description": "partying face",
        "category": "Smileys & Emotion",
        "aliases": [
          "partying_face"
        ],
        "tags": [
          "celebration",
          "birthday"
        ],
        "unicode_version": "11.0",
        "ios_version": "12.1",
        "codePoint": "1f973"
      }
    ]
  }
}

About the Emoji Lookup API

Submit a raw emoji character, descriptive tag, or one of ten supported categories such as food or animals. The service queries matching records and returns matching characters with their official descriptions and category groupings. Paid plans add Unicode standard versions, iOS release compatibility, code points, aliases, and associated tags.

What people use it for

Screen Reader Alt Text
To generate accessible image labels, content systems map raw emoji to their official descriptions so screen readers pronounce every character accurately.
Emoji Autocomplete Menus
Chat applications search emoji tags and categories to populate keyboard suggestions and picker dropdowns while users type messages.
Social Feedback Triage
When evaluating incoming comments, sentiment pipelines convert raw emoji symbols into text descriptions before running rule-based classifiers.
Topic Icon Categorization
Before displaying user-submitted topic icons, community forums look up category classifications to sort discussion badges into matching sections.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Emoji Lookup

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Emoji Lookup API.

Read the docs →
How can I look up emoji details when users input raw emoji symbols?
You can send raw emoji characters directly as a parameter. Emoji Lookup accepts symbols such as party face or smiling face and returns their descriptions, categories, and associated metadata.
Can I search for emojis by keyword or category?
Yes. You can query emojis using specific descriptive tags like smile or happy, or search across broad category groupings. Responses provide matching emoji symbols along with their descriptions and count totals.
Are Unicode code points and aliases available on the Free plan?
No. The Free plan provides basic details including the emoji character, description, and category. Accessing hexadecimal Unicode code points, aliases, tags, Unicode versions, and iOS version support requires any paid plan.
What would 50,000 emoji lookups a month cost me?
Each lookup uses 2 credits, so 50,000 requests consume 100,000 credits. That uses half of the Starter plan's 200,000 credits, which covers up to 100,000 calls per month. That works out to about $0.30 per 1,000 calls. The Free plan offers 100 calls per month.
Can I use the returned emoji data inside a commercial product?
Yes, as long as you are on a paid plan. Commercial use is allowed within your own application, but you may not resell or redistribute the raw emoji dataset directly.

Ready to build with Emoji Lookup? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs