About this endpoint
What it does
Generates lorem ipsum placeholder content as plain text or as an array of paragraphs, based on the query parameters provided.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| paragraphs | Integer | No | Number of paragraphs to generate. Default: 1. Minimum: 1. Maximum: 10. |
| sentences_per | Integer | No | Number of sentences per paragraph. Default: 5. Minimum: 1. Maximum: 20. |
Response
Returns a JSON object with a text string field and a paragraphs string array field. The text field contains the generated lorem ipsum content, and paragraphs contains the generated paragraphs as individual strings.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| text | String | No | Generated lorem ipsum content as a single string. |
| paragraphs | String Array | No | Generated lorem ipsum content split into individual paragraph strings. |