The Fastest Lorem Ipsum Generator

Lorem Ipsum API

Overall

ASDFast gives you RESTful API that can be used from any REST app.

Endpoint

http://asdfast.beobit.net/api/

API call method and parameters

Only supported method is GET. API request can be without any parameter or can have optional parameters. If no parameters are provided, then the default values are returned.

List of request parameters:

Name Type Description Default
type string Structure of response. Valid values: 'paragraph' or 'word'. 'paragraph'
length int Response length. 3 for type 'paragraph'
8 for type 'word'
startLorem boolean Start response text with "Lorem ipsum..." false

Response

Response text comes with the 'text' keyword.

Example response:

{
    text: "Inproin auguephasellus tortorproin est pulvinarmorbi metusduis semper."
}