Free Lorem Ipsum Generator

Five flavors. Four output formats. Zero signup. Use as a web tool or call the API directly.

Why Forge Lorem vs Lipsum.com? → · API docs · All APIs

Click Generate.

Five word banks, each with its own vocabulary. Sample sentences below regenerate every refresh.

Full reference: /lorem-docs

# Simple GET
curl "https://forge-node.tail2b516d.ts.net/lorem?flavor=tech¶graphs=2&format=html"

# JSON output (gives word_count, char_count, paragraphs[])
curl "https://forge-node.tail2b516d.ts.net/lorem?flavor=corporate&format=json"

# Detailed POST with seed (deterministic)
curl -X POST https://forge-node.tail2b516d.ts.net/lorem/text \
  -H 'Content-Type: application/json' \
  -d '{"flavor":"pirate","paragraphs":4,"sentences_per_paragraph":4,"min_words_per_sentence":8,"max_words_per_sentence":14,"format":"markdown","seed":7}'

# Random words / single sentence / single paragraph
curl "https://forge-node.tail2b516d.ts.net/lorem/word?flavor=hipster&count=10"
curl "https://forge-node.tail2b516d.ts.net/lorem/sentence?flavor=tech&count=3"
curl "https://forge-node.tail2b516d.ts.net/lorem/paragraph?flavor=classic&count=1&sentences=4"

# List flavors with samples
curl "https://forge-node.tail2b516d.ts.net/lorem/flavors"

About this generator

What is Lorem Ipsum?

Lorem Ipsum is scrambled Latin (loosely from Cicero) that designers and developers use as filler text in mockups so the layout, not the copy, gets attention. It looks like real prose without being readable, which keeps reviewers focused on visual design.

Why five flavors?

Different mockups need different vibes. The classic Latin still looks most "designer." Tech Ipsum is great for developer tools, dashboards, and CLI mockups. Corporate Ipsum is good for B2B landing pages where the real copy will be jargon-heavy. Pirate and Hipster flavors are useful when you want testers to actually notice the placeholder text and not paste it into production.

Can I script this?

Yes. Every endpoint is GET-friendly and returns CORS-open responses. ?seed=N makes the output deterministic for snapshot tests. Pure-text responses are text/plain, HTML is text/html, and JSON output is fully structured with paragraph counts and character counts.

Limits?

120 requests/minute per IP. Up to 50 paragraphs of 30 sentences each per call. No auth, no tracking, no API key. Part of the Forge Node 14-API suite.