Emoji API
ToolsMAINTAINED1 token / call

Emoji API

Every emoji in Unicode, fully described and searchable. All 3,944 fully-qualified emoji from the official Unicode Emoji 17.0 data (the same file that defines what your keyboard shows), each with its name, group and subgroup ('Smileys & Emotion' β†’ 'face-smiling'), codepoint sequence, the Unicode emoji version it debuted in, GitHub-style :shortcodes: and search keywords from the MIT-licensed gemoji dataset β€” 1,870 emoji carry shortcodes like :thumbsup: and :rocket:. The 2,030 skin-tone variants are flagged and linked to their base emoji, so pickers can show the 1,914 base emoji and expand tones on demand (country flags, keycaps and family sequences are correctly kept as base emoji). Search by name, shortcode or keyword; look any emoji up by the character itself, a :shortcode:, its exact name or its codepoints (1F468-200D-1F4BB resolves to πŸ‘¨β€πŸ’» man technologist); browse the full CLDR group/subgroup taxonomy with counts; or grab a random one. Build emoji pickers, chat apps, :shortcode: replacement, reaction systems and content tooling without shipping a 500 KB emoji JSON to every client.

No credit card requiredAccess to 20+ APIsCancel anytime
response.json
{
  "ok": true,
  "emoji": {
    "emoji": "πŸ‘",
    "name": "thumbs up",
    "group": "People & Body",
    "subgroup": "hand-fingers-closed",
    "codepoints": "1F44D",
    "emoji_version": "E0.6",
    "is_variant": false,
    "base_emoji": null,
    "shortcodes": [
      ":+1:",
      ":thumbsup:"
    ],
    "keywords": [
      "approve",
      "ok"
    ]
  },
  "variants": [
    {
      "emoji": "πŸ‘πŸ»",
      "name": "thumbs up: light skin tone",
      "group": "People & Body",
      "subgroup": "hand-fingers-closed",
      "codepoints": "1F44D 1F3FB",
      "emoji_version": "E1.0",
      "is_variant": true,
      "base_emoji": "πŸ‘",
      "shortcodes": [],
      "keywords": []
    },
    {
      "emoji": "πŸ‘πŸΌ",
      "name": "thumbs up: medium-light skin tone",
      "group": "People & Body",
      "subgroup": "hand-fingers-closed",
      "codepoints": "1F44D 1F3FC",
      "emoji_version": "E1.0",
      "is_variant": true,
      "base_emoji": "πŸ‘",
      "shortcodes": [],
      "keywords": []
    },
    {
      "emoji": "πŸ‘πŸ½",
      "name": "thumbs up: medium skin tone",
      "group": "People & Body",
      "subgroup": "hand-fingers-closed",
      "codepoints": "1F44D 1F3FD",
      "emoji_version": "E1.0",
      "is_variant": true,
      "base_emoji": "πŸ‘",
      "shortcodes": [],
      "keywords": []
    },
    {
      "emoji": "πŸ‘πŸΎ",
      "name": "thumbs up: medium-dark skin tone",
      "group": "People & Body",
      "subgroup": "hand-fingers-closed",
      "codepoints": "1F44D 1F3FE",
      "emoji_version": "E1.0",
      "is_variant": true,
      "base_emoji": "πŸ‘",
      "shortcodes": [],
      "keywords": []
    },
    {
      "emoji": "πŸ‘πŸΏ",
      "name": "thumbs up: dark skin tone",
      "group": "People & Body",
      "subgroup": "hand-fingers-closed",
      "codepoints": "1F44D 1F3FF",
      "emoji_version": "E1.0",
      "is_variant": true,
      "base_emoji": "πŸ‘",
      "shortcodes": [],
      "keywords": []
    }
  ]
}
5endpoints
1tokens / call
99.9%uptime SLA
Lowavg latency

Why developers pick this API

Production-ready

Production Ready

Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.

Simple Integration

Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.

One Key, 20+ APIs

Your DataAndAPIs subscription unlocks every API on the platform β€” anime, finance, sports, and more.

Code snippets

One install. Every endpoint.

No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.

3languages
5endpoints
RESTarchitecture
1key for all APIs
  • Fully typed responses β€” auto-completion in your IDE
  • Tracks the API in lockstep β€” new endpoints land same day
  • One key works across 20+ APIs on the platform
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

πŸ”’ Subscribe to unlock the live API URL

Developer playground

Explore the endpoints

Browse request parameters and inspect live example responses.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Pricing

One subscription. Every API.

Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β€” we promote.

FREE

$0/mo

500 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Community support
Start free
Most Popular

STARTER

$6.99/mo

25,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Email support
Subscribe

PRO

$24.99/mo

100,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority email support
Subscribe

ULTRA

$99.99/mo

1,000,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority support
Subscribe

Need higher volume, dedicated infra, or a custom contract? Talk to sales β†’

Common questions

The things that actually block the upgrade.

Ship Emoji API this afternoon.

500 free tokens. No card. Plus 20+ other APIs on the same key.