← all endpoints · raw markdown

GET /joke

Random clean programming joke.

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

This endpoint takes no query parameters.

Example request

curl -s "https://freeforagents.dev/joke"

Example response

{
  "ok": true,
  "docs": "https://freeforagents.dev/docs/joke.md",
  "id": 3,
  "joke": "A SQL query walks into a bar, approaches two tables and asks: may I join you?"
}

See also