cURL
curl --request GET \ --url https://api.emojis.com/api/v1/emojis/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "F5LKv2Gttog", "name": "happy green dino wearing santa hat", "status": "generating", "error": "no face detected", "formats": { "png": { "128": "https://imgproxy.attic.sh/dT0BPRBTjUzztiQCdYSZe2sjojVeMEwlFTnVGve5EI0/rs:fit:128:128:1:1/t:1:FF00FF:false:false/pngo:false:true:256/aHR0cHM6Ly9hdHRp/Yy5zaC82MXJ3Zmoy/OTNxNGxpZzRxcG53/N2E5bTIxd3p1.png", "512": "https://imgproxy.attic.sh/dT0BPRBTjUzztiQCdYSZe2sjojVeMEwlFTnVGve5EI0/rs:fit:512:512:1:1/t:1:FF00FF:false:false/pngo:false:true:256/aHR0cHM6Ly9hdHRp/Yy5zaC82MXJ3Zmoy/OTNxNGxpZzRxcG53/N2E5bTIxd3p1.png" } } }
Get a specific emoji by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the emoji.
"F5LKv2Gttog"
Successful response
The response is of type object.
object
Was this page helpful?