<img src="https://emoji.bots.house/💖/?size=120&style=google" alt="heart">
GET {uri}/{emoji|emoji_alias}/
Note: will return naively sized image/png as stored in emojipedia CDN
200
success with image in response body404
emoji was not found
Note: mixing up params does not matter (at least one of any is allowed).
GET {uri}/{emoji|emoji_alias}/?size={width}[:{height}]
Note: since most emoji pngs are M*M, giving only width is sure enough. Accessing bigger sizes of small images can be troublesome, but server will do its best. If we could not resize png, the server guarantees to return data at its original size.
200
success with image in response body404
emoji was not found
GET {uri}/{emoji|emoji_alias}/?style=[one_allowed_style]
Mozilla
Apple
Google
Twitter
Samsung
WhatsApp
LG
HTC
OpenMoji
Microsoft
Facebook
Messenger
Note: this query parameter is case-insensitive and defaults to apple
200
success with image in response body404
emoji was not found or style is unknown
GET {uri}/ping/
200
with exact bodypong