{"id":4849,"date":"2023-05-05T15:15:32","date_gmt":"2023-05-05T14:15:32","guid":{"rendered":"https:\/\/power-plugins.com\/?p=4849"},"modified":"2023-09-10T20:46:30","modified_gmt":"2023-09-10T19:46:30","slug":"ipsum-text-generator","status":"publish","type":"post","link":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/","title":{"rendered":"Ipsum Text Generator"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:75%\">\n<h2 class=\"wp-block-heading\" id=\"ipsum-api-documentation\">Ipsum API documentation<\/h2>\n\n\n\n<p>Use the ever-faithful <a href=\"https:\/\/curl.se\/\">Curl<\/a>, or the trendy upstart <a href=\"https:\/\/httpie.io\/\">HTTPie<\/a>, to generate ipsum copy straight from the command-line. If you want to use these Ipsums in your WordPress project, here\u2019s a <a href=\"https:\/\/wp-tutorials.tech\/add-functionality\/access-a-rest-api-from-wordpress\/\">tutorial on how to consume a REST API in WordPress<\/a>.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"gb-headline gb-headline-01dd9cfe gb-headline-text\">The URL for our REST API:<\/p>\n\n\n\n<pre class=\"wp-block-code fancy-click-to-copy\"><code>https:&#47;&#47;power-plugins.com\/api\/flipsum<\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"gb-headline gb-headline-0eb5e6a5 gb-headline-text\">JavaScript package:<\/p>\n\n\n\n<pre class=\"wp-block-code fancy-click-to-copy\"><code>npm i @headwall\/flipsum-ipsum<\/code><\/pre>\n<\/div>\n<\/div>\n\n\n\n<p><span class=\"badge badge-warning\" title=\"Important\"><i class=\"fas fa-exclamation-triangle\"><\/i><span class=\"screen-reader-text\">Important<\/span><\/span>If we detect too many API calls coming from you in a short space of time, you&#8217;ll receive a <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Status\/429\">HTTP 429 (too many requests)<\/a> and a null body as the response.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><div class=\"gb-container gb-container-cac431a5\">\n\n<h2 class=\"gb-headline gb-headline-dff8d5b2 gb-headline-text\">Featured plugin<\/h2>\n\n\n<div class=\"gb-container gb-container-a8811dd4\">\n\n<div class=\"gb-grid-wrapper gb-grid-wrapper-d42b8282 gb-query-loop-wrapper\">\n<div class=\"gb-grid-column gb-grid-column-c0fae369 gb-query-loop-item post-2292 product type-product status-publish has-post-thumbnail product_cat-commerce sales-flash-overlay woocommerce-text-align-center woocommerce-image-align-center do-quantity-buttons wc-has-gallery first instock featured virtual purchasable product-type-simple\"><div class=\"gb-container gb-container-c0fae369\">\n<figure class=\"gb-block-image gb-block-image-affce885\"><a href=\"https:\/\/power-plugins.com\/plugin\/purchase-orders-cart-to-quote\/\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-300x300.png\" class=\"gb-image-affce885\" alt=\"WooCommerce cart to quote plugin\" srcset=\"https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-300x300.png 300w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-1024x1024.png 1024w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-150x150.png 150w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-768x768.png 768w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-1536x1536.png 1536w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-434x434.png 434w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-600x600.png 600w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2-100x100.png 100w, https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/04\/pp-cart-to-quote-800x800-2.png 1667w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\n\n<h2 class=\"gb-headline gb-headline-46251da5 gb-headline-text\"><a href=\"https:\/\/power-plugins.com\/plugin\/purchase-orders-cart-to-quote\/\">Cart-to-Quote for WooCommerce<\/a><\/h2>\n<\/div><\/div>\n<\/div>\n\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n<div class=\"gb-container gb-container-c4b5684f\">\n\n<h3 class=\"wp-block-heading\">Some example API calls<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#! \/bin\/sh\n\n# If you're using a Mac, just use curl to fetch and \"python3 -m json.tool\"\n# to format the response.\ncurl -s \"https:\/\/power-plugins.com\/api\/flipsum\/ipsum\" | python3 -m json.tool\ncurl -s \"https:\/\/power-plugins.com\/api\/flipsum\/ipsum\/lorem-ipsum\" | python3 -m json.tool\n\n# Using Ubuntu\/Debian, grab HTTPie and jq first, unless you want to use curl.\nsudo apt install httpie jq\n\n# then list all the ipsums...\nhttps power-plugins.com\/api\/flipsum\/ipsum | jq .\n\n# and grab some gobbledygook (by referencing the ipsum's \"slug\")...\nhttps power-plugins.com\/api\/flipsum\/ipsum\/fairy-tale | jq .\n\n# More examples...\n\n# Use HTTPie to fetch a specific ipsum, and jq to format the response.\nhttps GET power-plugins.com\/api\/flipsum\/ipsum\/groovy paragraphs=9 | jq .\n\n# jq can also format a HTML response.\nhttps GET power-plugins.com\/api\/flipsum\/ipsum\/jabberwocky html=1 | jq --raw-output .\n\n# Use curl to fetch a specific ipsum, and jq to format it.\ncurl -s https:\/\/power-plugins.com\/api\/flipsum\/ipsum\/song-lyrics | jq . \n\n# Fetch 10 paragraphs without the fixed\/suggested opening sentence.\ncurl -s \"https:\/\/power-plugins.com\/api\/flipsum\/ipsum\/song-lyrics?paragraphs=10&amp;start_with_fixed=0\" | jq .\n\n# These two calls are equivalent.\nhttps GET power-plugins.com\/api\/flipsum\/ipsum\/coffee-shop paragraphs=10 start_with_fixed=0 | jq .\nhttps \"power-plugins.com\/api\/flipsum\/ipsum\/coffee-shop?paragraphs=10&amp;start_with_fixed=0\" | jq .<\/pre>\n\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Endpoints &amp; parameters<\/h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading\">Endpoint: \/ipsum<\/h4>\n\n\n\n<p>List all the ipsums as short arrays collections of meta data in an array.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Use HTTPie to grab all ipsum generators\nhttps power-plugins.com\/api\/flipsum\/ipsum<\/pre>\n\n\n\n<p>You can use an ipsum&#8217;s &#8220;slug&#8221; field to uniquely reference the ipsum.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">[\n   {\n      \"home-url\": \"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/?ipsum=lorem-ipsum\",\n      \"long-name\": \"Classic Ipsum\",\n      \"name\": \"Classic Lorem Ipsum\",\n      \"slug\": \"lorem-ipsum\",\n      \"suggested-button-text\": \"Make Some Ipsum\",\n      \"suggested-first-sentence\": \"Lorem ipsum dolor sit amet\"\n   },\n   {\n      \"home-url\": \"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/?ipsum=corporate\",\n      \"long-name\": \"Corporate BS\",\n      \"name\": \"Corporate\",\n      \"slug\": \"corporate\",\n      \"suggested-button-text\": \"Leverage Vertical Ipsums\",\n      \"suggested-first-sentence\": \"Lorem ipsum dolor leverage vertical sit amet\"\n   },\n   \n   \/\/ ... SNIP ...\n]<\/pre>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Endpoint: \/ipsum\/:slug<\/h4>\n\n\n\n<p>Generate some random ipsum, with a default query args. Returns an array of 3 paragraphs. If the Ipsum&#8217;s slug is not found, it returns a 404 HTTP Response.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Parameter<\/th><th>Usage<\/th><\/tr><\/thead><tbody><tr><td><strong>paragraphs<\/strong><br><em>positive integer<\/em><\/td><td>How may paragraphs of gobbledygook do you want.<\/td><\/tr><tr><td><strong>start_with_fixed<\/strong><br><em>bool (1 or 0)<\/em><\/td><td>If the ipsum dictionary comes with an optional suggested opening sentence, then you can choose to use it here by specifying a value of 1 (one). If you don\u2019t specify one or zero then the server may or may not include the suggested opening sentence, depending on how the ipsum generator has been configured.<\/td><\/tr><tr><td><strong>html<\/strong><br><em>bool (1 or 0)<\/em><\/td><td>Return the gobbledygook as a pre-formatted HTML string instead of an array of JSON strings.<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">API request parameters for the <strong>\/ipsum\/:slug<\/strong> endpoint<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Flipsum Ipsum is a a free developer tool for creating gobbledygook placeholder copy for your projects.<br \/>\nThere&#8217;s an API for it too.<\/p>\n","protected":false},"author":1,"featured_media":4896,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":7242,"footnotes":""},"categories":[73],"tags":[],"class_list":["post-4849","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-tools"],"acf":[],"yoast_head":"<title>Free Ipsum Text Generators<\/title>\n<meta name=\"description\" content=\"Free developer tool for creating ipsum text. Classic lorem ipsum, corporate ipsum, Star Trek Ipsum and any more. There&#039;s a free API too.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free Ipsum Text Generators\" \/>\n<meta property=\"og:description\" content=\"Free developer tool for creating ipsum text. Classic lorem ipsum, corporate ipsum, Star Trek Ipsum and any more. There&#039;s a free API too.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Power Plugins\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/powerplugins\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-05T14:15:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-10T19:46:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Paul\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-logo.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@headwall\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/\"},\"author\":{\"name\":\"Paul\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#\\\/schema\\\/person\\\/ba8842d308510b8846b3704037219c76\"},\"headline\":\"Ipsum Text Generator\",\"datePublished\":\"2023-05-05T14:15:32+00:00\",\"dateModified\":\"2023-09-10T19:46:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/\"},\"wordCount\":255,\"publisher\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/power-plugins.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/flipsum-ipsum-favicon.jpg\",\"articleSection\":[\"Developer tools\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/\",\"url\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/\",\"name\":\"Free Ipsum Text Generators\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/power-plugins.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/flipsum-ipsum-favicon.jpg\",\"datePublished\":\"2023-05-05T14:15:32+00:00\",\"dateModified\":\"2023-09-10T19:46:30+00:00\",\"description\":\"Free developer tool for creating ipsum text. Classic lorem ipsum, corporate ipsum, Star Trek Ipsum and any more. There's a free API too.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#primaryimage\",\"url\":\"https:\\\/\\\/power-plugins.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/flipsum-ipsum-favicon.jpg\",\"contentUrl\":\"https:\\\/\\\/power-plugins.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/flipsum-ipsum-favicon.jpg\",\"width\":512,\"height\":512,\"caption\":\"Flipsum Ipsum\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/developer-tools\\\/ipsum-text-generator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/power-plugins.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developer tools\",\"item\":\"https:\\\/\\\/power-plugins.com\\\/category\\\/developer-tools\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ipsum Text Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#website\",\"url\":\"https:\\\/\\\/power-plugins.com\\\/\",\"name\":\"Power Plugins\",\"description\":\"Practical WordPress Plugins\",\"publisher\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/power-plugins.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#organization\",\"name\":\"Power Plugins\",\"url\":\"https:\\\/\\\/power-plugins.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/power-plugins.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-facebook-icon-500x500-1.jpg\",\"contentUrl\":\"https:\\\/\\\/power-plugins.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-facebook-icon-500x500-1.jpg\",\"width\":512,\"height\":512,\"caption\":\"Power Plugins\"},\"image\":{\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/powerplugins\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@powerplugins\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/power-plugins\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCkNfWLp_bXhFrtfBejzP8tA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/power-plugins.com\\\/#\\\/schema\\\/person\\\/ba8842d308510b8846b3704037219c76\",\"name\":\"Paul\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/afac46f785aef8e1e2ca967b242e9f1be52a01e01f5233f067e87a7d4034f659?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/afac46f785aef8e1e2ca967b242e9f1be52a01e01f5233f067e87a7d4034f659?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/afac46f785aef8e1e2ca967b242e9f1be52a01e01f5233f067e87a7d4034f659?s=96&d=mm&r=g\",\"caption\":\"Paul\"},\"sameAs\":[\"https:\\\/\\\/headwall-hosting.com\\\/\",\"https:\\\/\\\/x.com\\\/headwall\"]}]}<\/script>","yoast_head_json":{"title":"Free Ipsum Text Generators","description":"Free developer tool for creating ipsum text. Classic lorem ipsum, corporate ipsum, Star Trek Ipsum and any more. There's a free API too.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/","og_locale":"en_GB","og_type":"article","og_title":"Free Ipsum Text Generators","og_description":"Free developer tool for creating ipsum text. Classic lorem ipsum, corporate ipsum, Star Trek Ipsum and any more. There's a free API too.","og_url":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/","og_site_name":"Power Plugins","article_publisher":"https:\/\/www.facebook.com\/powerplugins\/","article_published_time":"2023-05-05T14:15:32+00:00","article_modified_time":"2023-09-10T19:46:30+00:00","og_image":[{"width":1200,"height":900,"url":"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-logo.jpg","type":"image\/jpeg"}],"author":"Paul","twitter_card":"summary_large_image","twitter_image":"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-logo.jpg","twitter_creator":"@headwall","twitter_misc":{"Written by":"Paul","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#article","isPartOf":{"@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/"},"author":{"name":"Paul","@id":"https:\/\/power-plugins.com\/#\/schema\/person\/ba8842d308510b8846b3704037219c76"},"headline":"Ipsum Text Generator","datePublished":"2023-05-05T14:15:32+00:00","dateModified":"2023-09-10T19:46:30+00:00","mainEntityOfPage":{"@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/"},"wordCount":255,"publisher":{"@id":"https:\/\/power-plugins.com\/#organization"},"image":{"@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#primaryimage"},"thumbnailUrl":"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-favicon.jpg","articleSection":["Developer tools"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/","url":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/","name":"Free Ipsum Text Generators","isPartOf":{"@id":"https:\/\/power-plugins.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#primaryimage"},"image":{"@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#primaryimage"},"thumbnailUrl":"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-favicon.jpg","datePublished":"2023-05-05T14:15:32+00:00","dateModified":"2023-09-10T19:46:30+00:00","description":"Free developer tool for creating ipsum text. Classic lorem ipsum, corporate ipsum, Star Trek Ipsum and any more. There's a free API too.","breadcrumb":{"@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#primaryimage","url":"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-favicon.jpg","contentUrl":"https:\/\/power-plugins.com\/wp-content\/uploads\/2023\/05\/flipsum-ipsum-favicon.jpg","width":512,"height":512,"caption":"Flipsum Ipsum"},{"@type":"BreadcrumbList","@id":"https:\/\/power-plugins.com\/developer-tools\/ipsum-text-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/power-plugins.com\/"},{"@type":"ListItem","position":2,"name":"Developer tools","item":"https:\/\/power-plugins.com\/category\/developer-tools\/"},{"@type":"ListItem","position":3,"name":"Ipsum Text Generator"}]},{"@type":"WebSite","@id":"https:\/\/power-plugins.com\/#website","url":"https:\/\/power-plugins.com\/","name":"Power Plugins","description":"Practical WordPress Plugins","publisher":{"@id":"https:\/\/power-plugins.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/power-plugins.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/power-plugins.com\/#organization","name":"Power Plugins","url":"https:\/\/power-plugins.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/power-plugins.com\/#\/schema\/logo\/image\/","url":"https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/06\/cropped-facebook-icon-500x500-1.jpg","contentUrl":"https:\/\/power-plugins.com\/wp-content\/uploads\/2022\/06\/cropped-facebook-icon-500x500-1.jpg","width":512,"height":512,"caption":"Power Plugins"},"image":{"@id":"https:\/\/power-plugins.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/powerplugins\/","https:\/\/www.youtube.com\/@powerplugins","https:\/\/www.linkedin.com\/company\/power-plugins","https:\/\/www.youtube.com\/channel\/UCkNfWLp_bXhFrtfBejzP8tA"]},{"@type":"Person","@id":"https:\/\/power-plugins.com\/#\/schema\/person\/ba8842d308510b8846b3704037219c76","name":"Paul","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/afac46f785aef8e1e2ca967b242e9f1be52a01e01f5233f067e87a7d4034f659?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/afac46f785aef8e1e2ca967b242e9f1be52a01e01f5233f067e87a7d4034f659?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/afac46f785aef8e1e2ca967b242e9f1be52a01e01f5233f067e87a7d4034f659?s=96&d=mm&r=g","caption":"Paul"},"sameAs":["https:\/\/headwall-hosting.com\/","https:\/\/x.com\/headwall"]}]}},"_links":{"self":[{"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/posts\/4849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/comments?post=4849"}],"version-history":[{"count":101,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/posts\/4849\/revisions"}],"predecessor-version":[{"id":7017,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/posts\/4849\/revisions\/7017"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/media\/4896"}],"wp:attachment":[{"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/media?parent=4849"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/categories?post=4849"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/power-plugins.com\/api\/wp\/v2\/tags?post=4849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}