Lorem Ipsum API
Base URL
https://fakeapi.net
Description
Generates Lorem Ipsum placeholder text with the specified length. If no length is provided, returns 100 words.
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
length | integer | Yes | The number of words to generate (max: 100,000) |
Example Request
GET /lorem/50
Example Response
{
"text": "sunt Sed consequat non veniam nisi magna nisi Excepteur sit aliqua ea tempor ullamco qui nostrud est labore in fugiat id id elit in amet eu labore culpa in consequat adipiscing Excepteur labore ea ad nulla voluptate in Excepteur ut dolor incididunt mollit dolor anim culpa qui pariatur Duis dolor"
}
Response Schema
Field | Type | Description |
---|---|---|
text | string | Generated text |
Limitations
- Maximum word count is 100,000. Requests exceeding this limit will return 100,000 words.
- If no length is provided, returns 100 words.