https://github.com/shivkanthb/realmoji-api
Emoji to Imoji (Stickers) 👯
https://github.com/shivkanthb/realmoji-api
emoji gemoji giphy imoji stickers stickers-apps
Last synced: about 2 months ago
JSON representation
Emoji to Imoji (Stickers) 👯
- Host: GitHub
- URL: https://github.com/shivkanthb/realmoji-api
- Owner: shivkanthb
- Created: 2017-05-11T00:51:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T17:36:40.000Z (about 8 years ago)
- Last Synced: 2025-01-26T17:46:12.162Z (4 months ago)
- Topics: emoji, gemoji, giphy, imoji, stickers, stickers-apps
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Realmoji API
Realmoji api returns a matching sticker (from Giphy, previously imoji) for an emoji. Realmoji api is used in apps like [Telimoji](https://telimoji.com).Original service - [Realmoji](http://www.realmoji.com/) by [@jordansinger](https://github.com/jordansinger) 🙌
### Usage
#### Service Endpoint : https://aarmusk.stdlib.com/realmojiapi#### parameters
`query` - a valid emoji (eg - 💯) or a phrase(eg - love)
#### Example:
`GET` https://aarmusk.stdlib.com/realmojiapi?query=😎returns
```
{
status: "SUCCESS",
url: "https://stickers.giphy.com/e63/e632b0af-ff15-42bc-9334-5d87e86b2210/bordered-150.png?691e4c506b5a8b7777537c9f60862d9ds7745b5321ece498b8f69decab6a7d368"
}
```