Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

A lorem ipsum generator creates synthetic placeholder text for layouts, CMS workflows, form previews, search fixtures and parser tests. It can return words, sentences, paragraphs, slugs, lines or expanded text records when you need repeatable sample copy without using production content.
Generate sample lorem ipsum text at spotzee.com/tools/lorem-ipsum-generator.

Why this matters

Placeholder text looks harmless until it hides a layout or parser problem. A single short sentence will not test wrapping, truncation, search snippets, route slugs, import validation or rich text previews well enough. Lorem ipsum output gives you varied text lengths and shapes for fixture data. And a numeric seed lets you reproduce the same records after a failure without pinning a hand-written fixture forever. Generated lorem ipsum is test data only. It is not production copy, legal copy or approved brand language. Each Extended API call deducts a small per-call amount from your Spotzee credit balance. See the Spotzee pricing page for live per-tool pricing.

How it works

1

Send the request

POST to /generic/data/generate/lorem with count. The count is a string from 1 to 100.
2

Choose a method

Use method=profile for expanded lorem records, or choose one field method: lines, paragraph, paragraphs, sentence, sentences, slug, text, word or words.
3

Set text-size controls

Send line, sentence, paragraph, word-count, word-length, separator and strategy parameters only when the selected method supports them.
4

Set repeatability

Send locale where supported and an optional numeric seed when the same lorem ipsum generator output needs to repeat in tests.
5

Read the response

The response returns data.lorem[], generated, locale, optional seed, and the resolved method.

Method reference

MethodOutputMain parameters
profileExpanded text recordcount, locale, seed, line counts, sentence counts, paragraph counts, word counts, word lengths, strategy, separator
linesJoined line textcount, locale, seed, lineCount, lineCountMin, lineCountMax
paragraphOne paragraphcount, locale, seed, sentenceCount, sentenceCountMin, sentenceCountMax
paragraphsJoined paragraphscount, locale, seed, paragraphCount, paragraphCountMin, paragraphCountMax, separator
sentenceOne sentencecount, locale, seed, wordCount, wordCountMin, wordCountMax
sentencesJoined sentencescount, locale, seed, sentenceCount, sentenceCountMin, sentenceCountMax, separator
slugSlug textcount, locale, seed, wordCount, wordCountMin, wordCountMax
textGeneral textcount, locale, seed
wordOne wordcount, locale, seed, wordLength, wordLengthMin, wordLengthMax, strategy
wordsJoined word textcount, locale, seed, wordCount, wordCountMin, wordCountMax
Use profile when you need many text fields together. Use a field method when your form, parser or import job only expects one text shape.

What to watch for

  • Count outside 1 to 100. One request generates up to 100 lorem records. For more rows, call the endpoint again and vary the seed when you need a different batch.
  • Exact count mixed with range. Use either an exact value or a minimum/maximum range for a text-size family. Do not send both.
  • Unpaired range controls. Minimum and maximum controls must be provided together.
  • Wrong method for the option. Line controls work with lines and profile; paragraph controls work with paragraphs and profile; word-length controls work with word and profile.
  • Separator on the wrong method. Send separator only with paragraphs, sentences or profile.
  • Seed not repeating. Keep the same count, locale, method and option values when the same output must repeat.

FAQs

A lorem ipsum generator creates synthetic placeholder text for designs, content systems and tests. Spotzee can return words, sentences, paragraphs, slugs, lines or expanded profile records from the same endpoint.
Yes. Choose a method, count and optional seed to generate dummy text generator output for layouts, CMS fixtures and parser tests. The generated text is sample data, not production copy.
Yes. Use method=sentence for one sentence or method=sentences for joined sentences. You can use exact, minimum and maximum sentence controls when the selected method supports them.
Yes. Set a numeric seed to reproduce output for the same count, locale, method and option values. Leave the seed blank when you want a fresh random batch for exploratory QA.
Yes. Developers can generate repeatable lorem ipsum records for UI, parser, route, search and import tests. Set a numeric seed when the same output must repeat across local runs.
A useful lorem ipsum generator gives you method controls, repeatable seeds and output shapes that match real fixture needs. Spotzee supports count, locale, seed, line, paragraph, sentence, word, slug and separator controls.
Read the lorem ipsum generator guide for endpoint options, response fields and integration patterns. The guide also shows where text fixture data fits beside developer fixture, git, book and colour generators.

Try it

Generate sample lorem ipsum text in the browser at spotzee.com/tools/lorem-ipsum-generator, or call the Extended API when you need text fixtures inside automated tests, CMS checks and seed scripts.