Emoji API
Get emojis by name, using keywords, random emojis, most popular emojis, and emojis of specific categories/subcategories, from a comprehensive collection of over 4500 emojis
Emoji API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get an Emoji by Name /emoji/name/{name} |
Get an emoji by its name |
| GET |
Get a Random Emoji /emoji/random |
Get a random emoji from the emoji set |
| GET |
Search Emojies /emojis/search |
Get a list of emojis that match with a search term (word). Search term must be a complete word |
| GET |
Get Random Emojis /emojis/random |
Get a given number of random emojis by specifying the required count (max: 50). |
| GET |
Get Emojis by Category /emojis/category/{category} |
Get all the emojis that belong to a certain category. Can **optionally** specify the count (max: 100). If not specified, all the emojis belonging to the given category will be… |
| GET |
Get Emojis by Category and Subcategory /emojis/category/{category}/{subcategory} |
Get a list of emojis that belong to a certain category and a subcategory |
| GET |
Get Popular Emojis /emojis/popular |
Get the most popular 10 emojis among the users |
Emoji API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $75 / month | — |
|