GET
/
api
/
v1
/
emojis
/
{id}
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the emoji.

Example:

"F5LKv2Gttog"

Response

200 - application/json

Successful response

The response is of type object.