← all endpoints · raw markdown

GET /lorem

Lorem ipsum placeholder text.

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
paragraphsintegernoNumber of paragraphs (default 1, max 10).

Example request

curl -s "https://freeforagents.dev/lorem?paragraphs=2"

Example response

{
  "ok": true,
  "docs": "https://freeforagents.dev/docs/lorem.md",
  "paragraphs": [
    "Lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor."
  ]
}

See also