Lorem Ipsum API

lorem

 

I recently stumbled across a rather nice Lorem Ipsum API. Website loripsum.net provides an on-demand lipsum generation service, where you specify the number and length of paragraphs. The API supports both plaintext and HTML output.

NSString *urlString = [NSString stringWithFormat: @”http://loripsum.net/api/%0d/short/prude/plaintext”, numberOfParagraphs];

 

Comments are closed.