GET Endpoint: https://brettterpstra.com/md-lipsum/api/3/
Get all elements by using `/all` in the path. See below for specifying specific elements.
Specify number of paragraphs by including /XX
in the path, e.g. /api/3/all/20
(default: 10
).
Specify paragraph length by including verylong
, long
, medium
, or
short
in the path, e.g. /api/3/long
(default: medium
).
Example:
curl 'https://brettterpstra.com/md-lipsum/api/3/all/20/short'