Emoji Picker

Select emojis from various categories and copy them with a single click!

Python Data emoji

We provide Emoji API

You can use the emoji API to get a list of emojis by querying the description. The API endpoint is:

GET /data/emojis/{query}

Replace "{query}" with the desired description, such as face, people, animals, etc.

The API will return a JSON response containing the emojis that match the query.

For example, to get a list of emojis related to face, you can make a request to:

GET /data/emojis/face

Usage: https://smallapp.dev/data/emojis/face/

The response will be a JSON object with the emojis that match the query.

You can use this API to get emojis for your application or website. The API is free to use and does not require authentication.