content
Lorem Ipsum
Generate placeholder text on demand.
Pricing
Free
No charge
Method
GET
content
Rate limit
200
requests / min
Endpoint
GEThttps://test.mraipay.top/api/v1/lorem?key=YOUR_KEY
Try it now
Click "Send request" to see live response…
Code examples
cURL
curl "https://test.mraipay.top/api/v1/lorem?key=YOUR_KEY"
PHP
$res = file_get_contents("https://test.mraipay.top/api/v1/lorem?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);
JavaScript
fetch("https://test.mraipay.top/api/v1/lorem?key=YOUR_KEY")
.then(r => r.json())
.then(console.log);
Sample Response
{"text":"Lorem ipsum dolor sit amet..."}