โ all endpoints ยท raw markdown
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: *).
| Name | Type | Required | Description |
|---|---|---|---|
count | integer | no | How many emoji (default 5, max 50). |
curl -s "https://freeforagents.dev/emoji?count=3"
{
"ok": true,
"docs": "https://freeforagents.dev/docs/emoji.md",
"emoji": [
{
"char": "๐",
"name": "rocket"
}
]
}
/ip โ Look up your IP address and geolocation./uuid โ Generate RFC 4122 version 4 UUIDs./ulid โ Generate ULIDs (sortable unique identifiers)./hash โ Hash text with SHA-1/256/384/512./base64 โ Encode or decode Base64 strings./convert โ Convert between units (length, mass, volume, area, data, speed, time, temperature)./time โ Current time in any timezone./timestamp โ Current Unix timestamp./random โ Cryptographically secure random integers./dice โ Roll dice./password โ Generate strong random passwords./lorem โ Lorem ipsum placeholder text./joke โ Random clean programming joke./fact โ Random fun fact./quote โ Random inspirational quote./holidays โ Public holidays by country and year./fx โ Foreign exchange rates (daily, no key)./headers โ Echo your request headers./json โ Fetch any URL and get parsed JSON back.