{"id":690,"date":"2025-04-08T05:25:17","date_gmt":"2025-04-08T05:25:17","guid":{"rendered":"https:\/\/www.microapp.io\/blog\/\/a-complete-guide-to-css-transform-properties\/"},"modified":"2026-01-13T06:09:45","modified_gmt":"2026-01-13T06:09:45","slug":"css-transform-properties","status":"publish","type":"post","link":"https:\/\/www.microapp.io\/blog\/css-transform-properties\/","title":{"rendered":"Master CSS Transform Properties for Stunning Web Effects"},"content":{"rendered":"\n<p>Ever wondered how to make your website elements move, spin, or scale beautifully without using JavaScript? With CSS transform properties, you can bring motion and depth to your designs using simple syntax.<\/p>\n\n\n\n<p>From 2D transformations like rotate and skew to 3D transformations that add perspective, mastering this CSS property can completely change how users experience your site.<\/p>\n\n\n\n<p>In this guide, we&#8217;ll break down how to use transform properties effectively, when to combine them with CSS animations or transitions, and share tools like the free CSS Transform Generator to help you experiment and create amazing effects in minutes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"css-transform-basics\">What is the CSS Transform Property?<\/h2>\n\n\n\n<p>The <strong>CSS transform property<\/strong> allows you to visually manipulate elements \u2014 scaling, rotating, translating, or skewing them \u2014 without disturbing the document flow.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p>div {<br>transform: rotate(45deg);<br>}<\/p>\n\n\n\n<p>This simple line rotates your element 45 degrees.<\/p>\n\n\n\n<p>You can combine multiple transformations, like:<\/p>\n\n\n\n<p>transform: translate(20px, 30px) rotate(15deg) scale(1.2);<\/p>\n\n\n\n<p>Here is how a straightforward CSS transform looks:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large kg-card kg-image-card\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/1-1024x528.png\" alt=\"CSS transform properties\" class=\"wp-image-1155\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/1-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/1-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/1-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/1-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/1-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>\ud83d\udca1 <strong>Tip:<\/strong> Combining transforms lets you build interactive effects such as buttons that &#8220;pop&#8221; when hovered or images that tilt in 3D.<\/p>\n\n\n\n<p>\ud83d\udcdd What does the CSS transform property do? It lets you rotate, scale, translate, or skew an element \u2014 making your design more dynamic and interactive.<\/p>\n\n\n\n<p>\ud83d\udc49 <a href=\"https:\/\/www.microapp.io\/blog\/what-is-image-compression\/\" data-type=\"link\" data-id=\"https:\/\/www.microapp.io\/blog\/what-is-image-compression\/\">Discover how to image compress your pictures for improved online speed.<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-dimensional-css-transformations\">Familiar CSS Transform Properties (With Examples)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">a. Translate()<\/h3>\n\n\n\n<p>Moves an element along the X and Y axis.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: translate(50px, 100px);\n<\/code><\/pre>\n\n\n\n<p>Use this when you need subtle movement, like sliding cards or buttons into view.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">b. Rotate()<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large kg-card kg-image-card\"><img decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/2-1024x528.png\" alt=\"CSS transform rotate property\" class=\"wp-image-1156\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/2-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/2-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/2-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/2-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/2-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Spins the element clockwise or counterclockwise.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: rotate(180deg);\n<\/code><\/pre>\n\n\n\n<p>This works for icons or loaders.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">c. Scale()<\/h3>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized kg-card kg-image-card\"><img decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/3-1024x528.png\" alt=\"CSS transform scale property\" class=\"wp-image-1157\" style=\"aspect-ratio:1;width:602px;height:auto\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/3-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/3-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/3-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/3-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/3-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Increases or decreases the element&#8217;s size.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: scale(1.5);\n<\/code><\/pre>\n\n\n\n<p>Perfect for hover effects that feel dynamic and engaging.<\/p>\n\n\n\n<p>\ud83d\udcdd What&#8217;s a practical example of scaling in CSS? Hover zoom effects on images or buttons \u2014 and combining them with SVGs makes your UI lighter. See why in <a href=\"https:\/\/www.microapp.io\/blog\/benefits-of-using-svg\/\">Benefits of Using SVG<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">d. Skew()<\/h3>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large kg-card kg-image-card\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/4-1024x528.png\" alt=\"CSS transform skew property\" class=\"wp-image-1158\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/4-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/4-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/4-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/4-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/4-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Tilts elements along X and Y axes.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: skew(15deg, 10deg);\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">e. Matrix()<\/h3>\n\n\n\n<p>Applies multiple transforms at once (advanced).<\/p>\n\n\n\n<p>\ud83d\udca1 Learn more about how to create smooth animations with these properties in our guide: <a href=\"https:\/\/www.microapp.io\/blog\/css-animation\/\">CSS Animation Explained<\/a>.<\/p>\n\n\n\n<p>\ud83d\udcdd What are some real-world uses of CSS transform? Hover effects, sliders, rotating icons, and 3D card flips are typical examples of CSS transforms in action.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2D vs. 3D Transformations<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large kg-card kg-image-card\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/5-1024x528.png\" alt=\"CSS transform translate property\" class=\"wp-image-1159\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/5-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/5-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/5-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/5-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/5-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>While 2D transforms modify an element&#8217;s position on the X and Y axes, 3D transforms add depth along the Z-axis \u2014 ideal for creating immersive effects.<\/p>\n\n\n\n<p><strong>2D Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: rotate(45deg);\n<\/code><\/pre>\n\n\n\n<p><strong>3D Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: rotateY(180deg);\n<\/code><\/pre>\n\n\n\n<p>\ud83d\udcdd What&#8217;s the difference between 2D and 3D transforms in CSS? 2D affects only flat movement, while 3D creates depth and perspective.<\/p>\n\n\n\n<p>You can add realism using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform: perspective(600px) rotateX(45deg);<\/code><\/pre>\n\n\n\n<p>Explore <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">thi<\/span>s concept further using our&nbsp;<a href=\"https:\/\/www.microapp.io\/css-transform-generator\/\" data-type=\"link\" data-id=\"https:\/\/www.microapp.io\/css-transform-generator\/\">CSS Transform Generator<\/a>&nbsp;to visualize changes in real-time.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large kg-card kg-image-card\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"646\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/6-1024x646.png\" alt=\"CSS 3D transform\" class=\"wp-image-1160\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/6-1024x646.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/6-300x189.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/6-768x485.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/6-1536x969.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/6-2048x1292.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">CSS Transform vs CSS Transition vs CSS Animation<\/h2>\n\n\n\n<p>It&#8217;s easy to confuse these, so here&#8217;s a simple way to remember:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Feature<\/th><th>Transform<\/th><th>Transition<\/th><th>Animation<\/th><\/tr><\/thead><tbody><tr><td>What it does<\/td><td>Changes shape\/position<\/td><td>Smoothly changes between states<\/td><td>Loops or creates complex movement<\/td><\/tr><tr><td>Trigger<\/td><td>Manual or hover<\/td><td>User interaction<\/td><td>Auto or keyframes<\/td><\/tr><tr><td>Example<\/td><td><code>rotate(45deg)<\/code><\/td><td><code>transition: all 0.3s;<\/code><\/td><td><code>@keyframes spin {}<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\ud83d\udcdd Can I use transitions with transform? Absolutely. Transitions make your transform effects smooth and natural.<\/p>\n\n\n\n<p>\ud83d\udc49 Learn more in <a href=\"https:\/\/www.microapp.io\/blog\/css-animation-vs-css-transition\/\">CSS Animation vs CSS Transition<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-regulate-the-css-transform-origin\">When to Use CSS Transition vs CSS Animation (With Examples)<\/h2>\n\n\n\n<p>Knowing when to use each CSS transform property is key to smoother interfaces:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use Transform + Transition<\/strong> for small effects, such as hover zooms or button feedback.<\/li>\n\n\n\n<li><strong>Use Animation + Transform<\/strong> for repeating or storytelling motion.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example (Transition):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>button:hover {\n  transform: scale(1.1);\n  transition: transform 0.3s ease;\n}\n<\/code><\/pre>\n\n\n\n<p><strong>Example (Animation):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@keyframes spin {\n  0% { transform: rotate(0deg); }\n  100% { transform: rotate(360deg); }\n}\n<\/code><\/pre>\n\n\n\n<p>\ud83d\udcdd What&#8217;s the best way to combine transitions and transforms? Add a transition property for smooth entry and exit effects \u2014 this avoids abrupt changes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large kg-card kg-image-card\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/7-1024x528.png\" alt=\"CSS transform origin property\" class=\"wp-image-1161\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/7-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/7-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/7-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/7-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/7-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Advanced Transform Functions<\/h2>\n\n\n\n<p>Here&#8217;s where things get exciting:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">a. transform-origin<\/h3>\n\n\n\n<p>Defines the pivot point for transformations:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform-origin: center;\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">b. transform-style<\/h3>\n\n\n\n<p>Controls how nested elements behave in 3D:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>transform-style: preserve-3d;\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">c. perspective<\/h3>\n\n\n\n<p>Adds realistic depth:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>perspective: 800px;\n<\/code><\/pre>\n\n\n\n<p>\ud83d\udcdd How does perspective work in CSS transforms? It determines how far the viewer is from the aspect \u2014 higher values flatten the 3D effect.<\/p>\n\n\n\n<p>Take a deeper dive with <a href=\"https:\/\/udemy.com\/course\/web-animations\/\" target=\"_blank\" rel=\"noreferrer noopener\">Udemy&#8217;s Web Animations Course<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large kg-card kg-image-card\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/8-1024x528.png\" alt=\"CSS transform effects\" class=\"wp-image-1162\" srcset=\"https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/8-1024x528.png 1024w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/8-300x155.png 300w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/8-768x396.png 768w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/8-1536x792.png 1536w, https:\/\/www.microapp.io\/blog\/wp-content\/uploads\/2025\/04\/8-2048x1055.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Common CSS Transform Mistakes to Avoid<\/h2>\n\n\n\n<p>Even seasoned developers get tripped up here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Forgetting browser prefixes like <code>-moz-transform<\/code>.<\/li>\n\n\n\n<li>Missing <code>transform-origin<\/code>, leading to strange rotations.<\/li>\n\n\n\n<li>Using transform without transitions causes choppy animations.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p>\ud83d\udcdd Why isn&#8217;t my transform working in CSS? Please verify that your transform property syntax is correct and ensure that no conflicting CSS rules override it.<\/p>\n\n\n\n<p>To avoid layout pitfalls, read <a href=\"https:\/\/www.microapp.io\/blog\/tailwind-best-practices-to-avoid\/\">Tailwind Best Practices to Avoid<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Real-World Examples &amp; Best Practices<\/h2>\n\n\n\n<p>Here&#8217;s how we use transforms effectively:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Navigation:<\/strong> <code>translate()<\/code> for slide-in menus.<\/li>\n\n\n\n<li><strong>Image Zooms:<\/strong> <code>scale()<\/code> on hover for product previews.<\/li>\n\n\n\n<li><strong>3D Cards:<\/strong> <code>rotateY()<\/code> for flip animations.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p>\ud83d\udcdd What does transform-origin control? It defines the point around which your transformation occurs \u2014 essential for rotations and scaling effects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Combine Transforms With Other CSS Properties<\/h2>\n\n\n\n<p>You can blend transform with <code>opacity<\/code>, <code>box-shadow<\/code>, or even variables for impressive UI effects:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.card:hover {\n  transform: scale(1.05) rotate(5deg);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n}\n<\/code><\/pre>\n\n\n\n<p>\ud83d\udcdd Can I animate multiple properties together? Yes \u2014 combine transform, opacity, and shadow for rich, smooth effects.<\/p>\n\n\n\n<p><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Compare&nbsp;<a href=\"https:\/\/www.microapp.io\/blog\/rem-vs-px-in-css\/\">REM vs.<\/a><\/span><a href=\"https:\/\/www.microapp.io\/blog\/rem-vs-px-in-css\/\"> PX in CSS<\/a> for scalable design units.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wrap-up-continue-learning-about-css-transform\">Transform Your Web Designs Like a Pro<\/h2>\n\n\n\n<p>Mastering CSS transform properties enables you to design visually engaging, modern web experiences \u2014 without requiring JavaScript.<\/p>\n\n\n\n<p>Experiment, rotate, and scale your creativity using the <a href=\"https:\/\/www.microapp.io\/css-transform-generator\/\">CSS Transform Generator<\/a>, and bring your designs to life.<\/p>\n\n\n\n<p>You can even combine transforms with <a href=\"https:\/\/www.microapp.io\/blog\/how-to-convert-svg-files\/\">SVG graphics<\/a> or <a href=\"https:\/\/www.microapp.io\/csv-to-html-table\/\">HTML data tables<\/a> to create beautiful, dynamic, and lightweight interfaces.<\/p>\n\n\n\n<p>Keep exploring small CSS motion tricks \u2014 they add depth, speed, and polish that users love.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to use CSS transform properties to create powerful 2D and 3D effects. Includes tips, examples, and a free CSS Transform Generator.<\/p>\n","protected":false},"author":2,"featured_media":680,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[23,28],"class_list":["post-690","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-design","tag-developers","tag-web-design"],"_links":{"self":[{"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/posts\/690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/comments?post=690"}],"version-history":[{"count":0,"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/posts\/690\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/media\/680"}],"wp:attachment":[{"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/media?parent=690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/categories?post=690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microapp.io\/blog\/wp-json\/wp\/v2\/tags?post=690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}