{"id":18868,"date":"2022-11-09T07:36:00","date_gmt":"2022-11-09T06:36:00","guid":{"rendered":"https:\/\/expert-only.com\/?p=18868"},"modified":"2022-11-30T11:34:57","modified_gmt":"2022-11-30T10:34:57","slug":"format-a-sql-query-automatically","status":"publish","type":"post","link":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/","title":{"rendered":"Format a SQL query automatically and for free"},"content":{"rendered":"\n<h4 class=\"has-text-align-center wp-block-heading\"><strong><em>How to format a SQL query automatically with a free online service?<\/em><\/strong><\/h4>\n\n\n\n<p>Format a SQL query automatically can be time-consuming and tedious, especially on existing projects that are not developed according to the rules of the art. There is a useful website that allows you to format SQL queries. Indeed, it is aimed at SQL development engineers, DBAs, and in general all SQL developers. It supports various SQL languages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-format-a-sql-server-query-automatically\">How to format a SQL Server query automatically?<\/h2>\n\n\n\n<p>It also allows you to format the SQL code of many database management system (DBMS) editors. Indeed, the site does not only manage SQL Server, but other editors. Here is the current list:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/expert-only.com\/en\/t-sql\/\">Microsoft Transact-SQL<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/access\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Microsoft ACCESS<\/a><\/li>\n\n\n\n<li>MySQL<\/li>\n\n\n\n<li>Oracle PL\/SQL<\/li>\n\n\n\n<li>DB2<\/li>\n\n\n\n<li><a href=\"https:\/\/expert-only.com\/en\/concepts\/mdx-or-multidimensional-expressions\/\">The MDX language<\/a><\/li>\n\n\n\n<li>And also Generic SQL<\/li>\n<\/ul>\n\n\n\n<p class=\"has-text-align-center\"><strong><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">Also, be aware that your code may contain sensitive information or intellectual property secrets.<\/mark><\/strong><\/p>\n\n\n\n<p>Use only with knowledge or with queries that do not require very expensive engineering. The site does save a lot of time with automatic formatting, but could record all the requests sent.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using the DPRiver site to format SQL queries<\/h2>\n\n\n\n<p>Use the dpriver site and its <a href=\"https:\/\/www.dpriver.com\/pp\/sqlformat.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Instant SQL Formatter<\/a> tool to format SQL code for free. An interesting option is that it offers formatting with many output formats, such as HTML to highlight the code. But also several programming languages like PHP, C#, Java, Delphi, VB among others and even XML output.<\/p>\n\n\n\n<p>For non-SQL programming languages, these are variables instantiated with the query code. For example, this SQL Server code for inserting and selecting customers, written in T-SQL.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"mssql\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">-- insert data for manipulation examples\ninsert into dbo.clients ( name, city )\nvalues ( n'mammadou', 'lyon');\ninsert into dbo.clients ( name, city )\nvalues ( n'sergei', 'lyon');\ninsert into dbo.clients ( name, city )\nvalues ( n'christophe', 'paris');\n\n-- check inserted rows\nselect [noclient],[name],[city] from dbo.clients;\n<\/pre>\n\n\n\n<p>Will become the output of the automatic formatting site for this query, with some options enabled such as capitalization of table, column and keyword names.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"mssql\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">-- insert data for manipulation examples\nINSERT INTO dbo.CLIENTS\n            (NAME,\n             CITY)\nVALUES      ( n'Mammadou',\n              'Lyon');\n\nINSERT INTO dbo.CLIENTS\n            (NAME,\n             CITY)\nVALUES      ( n'Sergei',\n              'Lyon');\n\nINSERT INTO dbo.CLIENTS\n            (NAME,\n             CITY)\nVALUES      ( n'Christophe',\n              'Paris');\n\n-- check inserted rows\nSELECT [NOCLIENT],\n       [NAME],\n       [CITY]\nFROM   dbo.CLIENTS;\n<\/pre>\n\n\n\n<p>If the conditions are not satisfactory in terms of security, then formatting the code by hand and with the open source software Notepad++ for example is a very good alternative.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A paid Add-In for SSMS is also available<\/h2>\n\n\n\n<p>SQL Pretty Printer is an Add-In for SQL Server Management Studio. The license costs 50$ and allows to integrate automatic formatting directly into the SSMS menu. It is therefore possible to standardize your SQL code in one click.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">T-SQL Tutorials<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/expert-only.com\/en\/t-sql\/create-table-sql-server\/\">Create a SQL Server table<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/expert-only.com\/en\/t-sql\/how-to-create-a-sql-server-function\/\">Create a SQL Server function with a script<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/expert-only.com\/en\/t-sql\/sql-server-stored-procedure\/\">Script to create a SQL Server stored procedure<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>How to format a SQL query automatically with a free online service? Format a SQL query automatically can be time-consuming and tedious, especially on existing projects that are not developed according to the rules of the art. There is <a class=\"mh-excerpt-more\" href=\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\" title=\"Format a SQL query automatically and for free\">&#8230;<\/a><\/p>\n<\/div>","protected":false},"author":1,"featured_media":10689,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[454],"tags":[],"class_list":{"0":"post-18868","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-t-sql"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Format a SQL query automatically - T-SQL Tips<\/title>\n<meta name=\"description\" content=\"To format a SQL query automatically with consistent and readable code, using the best practice, use this free service or the Add-In.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Format a SQL query automatically and for free\" \/>\n<meta property=\"og:description\" content=\"To format a SQL query automatically with consistent and readable code, using the best practice, use this free service or the Add-In.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\" \/>\n<meta property=\"og:site_name\" content=\"SQL and IT Tutorials\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ExpertOnlyCom\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-09T06:36:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-30T10:34:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Expert-Only\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@expert_only\" \/>\n<meta name=\"twitter:site\" content=\"@expert_only\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Expert-Only\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. 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\":\"Article\",\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\"},\"author\":{\"name\":\"Expert-Only\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef\"},\"headline\":\"Format a SQL query automatically and for free\",\"datePublished\":\"2022-11-09T06:36:00+00:00\",\"dateModified\":\"2022-11-30T10:34:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\"},\"wordCount\":389,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/expert-only.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg\",\"articleSection\":[\"T-SQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\",\"url\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\",\"name\":\"Format a SQL query automatically - T-SQL Tips\",\"isPartOf\":{\"@id\":\"https:\/\/expert-only.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg\",\"datePublished\":\"2022-11-09T06:36:00+00:00\",\"dateModified\":\"2022-11-30T10:34:57+00:00\",\"description\":\"To format a SQL query automatically with consistent and readable code, using the best practice, use this free service or the Add-In.\",\"breadcrumb\":{\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage\",\"url\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg\",\"contentUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"en\",\"item\":\"https:\/\/expert-only.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Format a SQL query automatically and for free\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/expert-only.com\/en\/#website\",\"url\":\"https:\/\/expert-only.com\/en\/\",\"name\":\"SQL and IT Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/expert-only.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/expert-only.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/expert-only.com\/en\/#organization\",\"name\":\"Expert-Only\",\"url\":\"https:\/\/expert-only.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg\",\"contentUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg\",\"width\":381,\"height\":174,\"caption\":\"Expert-Only\"},\"image\":{\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ExpertOnlyCom\/\",\"https:\/\/x.com\/expert_only\",\"https:\/\/www.youtube.com\/channel\/UCMS5sR_FwAetB0FmciNvUaA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef\",\"name\":\"Expert-Only\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g\",\"caption\":\"Expert-Only\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Format a SQL query automatically - T-SQL Tips","description":"To format a SQL query automatically with consistent and readable code, using the best practice, use this free service or the Add-In.","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:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/","og_locale":"en_US","og_type":"article","og_title":"Format a SQL query automatically and for free","og_description":"To format a SQL query automatically with consistent and readable code, using the best practice, use this free service or the Add-In.","og_url":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/","og_site_name":"SQL and IT Tutorials","article_publisher":"https:\/\/www.facebook.com\/ExpertOnlyCom\/","article_published_time":"2022-11-09T06:36:00+00:00","article_modified_time":"2022-11-30T10:34:57+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg","type":"image\/jpeg"}],"author":"Expert-Only","twitter_card":"summary_large_image","twitter_creator":"@expert_only","twitter_site":"@expert_only","twitter_misc":{"Written by":"Expert-Only","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#article","isPartOf":{"@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/"},"author":{"name":"Expert-Only","@id":"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef"},"headline":"Format a SQL query automatically and for free","datePublished":"2022-11-09T06:36:00+00:00","dateModified":"2022-11-30T10:34:57+00:00","mainEntityOfPage":{"@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/"},"wordCount":389,"commentCount":0,"publisher":{"@id":"https:\/\/expert-only.com\/en\/#organization"},"image":{"@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage"},"thumbnailUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg","articleSection":["T-SQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/","url":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/","name":"Format a SQL query automatically - T-SQL Tips","isPartOf":{"@id":"https:\/\/expert-only.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage"},"image":{"@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage"},"thumbnailUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg","datePublished":"2022-11-09T06:36:00+00:00","dateModified":"2022-11-30T10:34:57+00:00","description":"To format a SQL query automatically with consistent and readable code, using the best practice, use this free service or the Add-In.","breadcrumb":{"@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#primaryimage","url":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg","contentUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/hour-glass-sands-of-time-4F71097A077_1920x1080.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/expert-only.com\/en\/t-sql\/format-a-sql-query-automatically\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"en","item":"https:\/\/expert-only.com\/en\/"},{"@type":"ListItem","position":2,"name":"Format a SQL query automatically and for free"}]},{"@type":"WebSite","@id":"https:\/\/expert-only.com\/en\/#website","url":"https:\/\/expert-only.com\/en\/","name":"SQL and IT Tutorials","description":"","publisher":{"@id":"https:\/\/expert-only.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/expert-only.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/expert-only.com\/en\/#organization","name":"Expert-Only","url":"https:\/\/expert-only.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg","contentUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg","width":381,"height":174,"caption":"Expert-Only"},"image":{"@id":"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ExpertOnlyCom\/","https:\/\/x.com\/expert_only","https:\/\/www.youtube.com\/channel\/UCMS5sR_FwAetB0FmciNvUaA"]},{"@type":"Person","@id":"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef","name":"Expert-Only","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expert-only.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g","caption":"Expert-Only"}}]}},"_links":{"self":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/posts\/18868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/comments?post=18868"}],"version-history":[{"count":0,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/posts\/18868\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/media\/10689"}],"wp:attachment":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/media?parent=18868"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/categories?post=18868"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/tags?post=18868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}