โ† all endpoints ยท raw markdown

GET /emoji

Random emoji.

Free, zero-auth JSON API served by FreeForAgents. No API key, no signup. All responses include ok, the payload fields shown below, and a docs URL. CORS is fully open (Access-Control-Allow-Origin: *).

Parameters

NameTypeRequiredDescription
countintegernoHow many emoji (default 5, max 50).

Example request

curl -s "https://freeforagents.dev/emoji?count=3"

Example response

{
  "ok": true,
  "docs": "https://freeforagents.dev/docs/emoji.md",
  "emoji": [
    {
      "char": "๐Ÿš€",
      "name": "rocket"
    }
  ]
}

See also