Fun Generators
Login

Lorem Ipsum Generation API

Fun Generators
Toggle sidebar
  1. Home
  2. Products
  3. Lorem Ipsum Generation API
Generate lorem ipsum text from ever growing list of lorem ipsum generators with a simple API Call.

Get a list of supported Lorem Ipsum types

GET /lorem-ipsum/list

The above call should generate a response like below

{
  "success": {
    "total": 1
  },
  "contents": {
    "types": [
      "midcentury",
      "bacon",
      "lorem",
      "ramen",
      "hippie",
      "hodor",
      "gangnam",
      "coffee",
      "cat",
      "startrek",
      "infinitywar",
      "endgame",
      "trump",
      "zombie",
      "dinosaur",
      "beer",
      "countries",
      "usa-cities",
      "linux-commands",
      "pirate",
      "shakespeare",
      "cupcake",
      "cheese",
      "us-presidents",
      "top-level-domains",
      "usa-counties",
      "big-bang-theory-episodes"
    ]
  },
  "copyright": {
    "url": "https://fungenerators.com",
    "year": "2024"
  }
}

Generate Lorem Ipsum Text

GET /lorem-ipsum/generate 
            ? limit=2
            & type=beer
            & texttype= one of paragraphs/sentences/words

The above call should generate a response like below

{
  "success": {
    "total": 2
  },
  "contents": {
    "type": "beer",
    "lorem-ipsum": [
      "Aau Abbey Abv Acid Acidic Additive Adjunct, Aerobic All-malt mouthfeel Bittering trappist, specific extract additive wit ester. Brewing Bitter bunghole final original sour top-fermenting Abbey, bitterness Ale shelf dunkle aroma brewhouse Bottle, crystal copper caramel brew chiller bottle. Autolysis squares aerobic microbrewery hops shelf attenuation amber black Bacterial all-malt, draught Alpha aroma balthazar Adjunct racking priming sour dopplebock, tun chocolate scotch secondary acidic draft barleywine back Anaerobic. Becher Acid alcohol Beer berliner carbonation squares trappist dunkle tulip, double bung dopplebock Barley Brew Acidic anaerobic lauter lagering, Aerobic copper stout tun all-malt Attenuation pitch original. Brew all-malt lager Additive lauter units beer grainy Bittering Balthazar cider, dunkle pitching kettle berliner original ester barrel anaerobic bottle, bacterial bittering extract All-malt carbonation Autolysis barleywine noble pitch. Hoppy degrees acid cold plato abbey sparge bock Autolysis pint pump Abbey conditioned Attenuation amber lauter mouthfeel, Becher Bung bittering anaerobic Anaerobic Bittering beer copper wheat barleywine bacterial Bitter brewing aerobic. Lambic copper all-malt hopping Acidic stout Adjunct conditioned finishing, pilsner hefe draught oxidized Becher barley Back, Bung trappist priming chiller dunkle degrees scotch.",
      "Alpha caramel gravity Bottle oxidized berliner Aerobic heat specific bunghole brewing, hopping Acidic stout Bacterial barrel hydrometer ester Bittering. Top-fermenting abbey heat chocolate attenuation anaerobic garde wit Berliner, infusion ale Bottle yeast black draught copper, Ale crystal squares scotch barley final Barrel. All-malt bock units degrees barrel Barley balthazar pint aerobic caramel, enzymes Bacterial Amber Alcohol sour noble cask Additive, hopping bright Aau Acid final Autolysis Bitter of. Draft chiller acid Adjunct tank specific copper heat filter hop brewing, autolysis barrel ale amber mead bung Ale gravity."
    ]
  },
  "copyright": {
    "url": "https://fungenerators.com",
    "year": "2024"
  }
}

API Rate Limiting for Lorem Ipsum Generation API

Some of our API calls may be public(requires free API key) , while others requires paid subscription. To maintain our serice levels both public and private API endpoints are ratelimited. Please consult your specific plan that you subscribed to for the rate limit details.

Authenticating with the Lorem Ipsum Generation API

Currently we support API Key based authentication. Please set your Autorization Bearer request header with value of your API key. Alternatively you can also pass api_key= as a request parameter, though we strongly discourage this mode of passing the key, since it will allow others to see your key.

In curl this would mean sending the Authorization header like below.

            
 curl -i <url> -H "Authorization: Bearer <api_key>"
            
            

If you are using PHP.

            
$authorization = "Authorization: Bearer <api_key>";
$ch = curl_init('<url>'); // Initialise cURL
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json' , $authorization ));
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); // OR GET
$result = curl_exec($ch);
curl_close($ch);
            
            

In javascript you can use headers key to add the authorization header

            
$.ajax({
   url: '<url>'
   type: 'GET',
   contentType: 'application/json'
   headers: {
      'Authorization': 'Bearer <api_key>'
   },
   success: function (result) {
       // CallBack(result);
   },
   error: function (error) {

   }
});
            
            

Lorem Ipsum Generation API Pricing Plans

Choose the Perfect Plan for Your Needs

We understand that every customer is unique, which is why we offer a variety of pricing plans tailored to fit different needs and budgets. Whether you're a small business owner, a growing startup, or a large enterprise, we have a plan that will provide you with the features and support you need to succeed. Explore our plans below and find the one that's right for you!

Lorem Ipsum Generation API Starter

$ 4 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • 1000 API Calls
  • 5 numbers per Call
  • Fast support
Get started

Lorem Ipsum Generation API Premium

$ 9 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • 5000 API Calls
  • 10 numbers per Call
  • Fast support
Get started

Lorem Ipsum Generation API Enterprise

$ 24 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • 15000 API Calls
  • 20 numbers per Call
  • Fast support
Get started