{"id":33,"date":"2019-05-28T21:14:12","date_gmt":"2019-05-28T21:14:12","guid":{"rendered":"https:\/\/snowflake.pavlik.us\/?p=33"},"modified":"2019-09-10T16:48:40","modified_gmt":"2019-09-10T16:48:40","slug":"grouping-numbers-in-snowflake-part-2","status":"publish","type":"post","link":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/","title":{"rendered":"Grouping Numbers in Snowflake &#8211; Part 2"},"content":{"rendered":"\n<p>In a previous post, I showed a way to format numbers using local grouping characters. One of the advantages of the approach is it will work everywhere across Snowflake since it does not require creation of a User Defined Function (UDF). <\/p>\n\n\n\n<p>Using a UDF provides a lot more power and flexibility, so let&#8217;s see how we do that. First, you need to be working with a specific Snowflake Database and have an active Data Warehouse to do any processing including creation of a UDF.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: sql; title: ; notranslate\" title=\"\">\nuse database TEST_DATABASE;\nuse warehouse TEST_WAREHOUSE;\n<\/pre><\/div>\n\n\n<p>Next we need to create the User Defined Function (UDF):<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n--Return a formatted number with locale-specific grouping and decimal characters.\ncreate or replace function FormatNumber(d double)\n  returns string\n  language javascript\n  strict\n  as &#039;\n\tif (!isNaN(D)){\n    \treturn D.toLocaleString(&quot;en-US&quot;);\n    } else {\n    \treturn &quot;Not a number.&quot;;\n    }\n  &#039;;\n<\/pre><\/div>\n\n\n<p>Of course, we could create a much more sophisticated function with overloads that handles optional local input, etc., but for the purposes of this function that&#8217;s overkill. If we need to adjust the locale, we can do that easily in the function by changing the parameter sent to the &#8220;toLocaleString&#8221;. Note that if you omit this parameter, the function will use the default for the current machine. In my case, the machine is in the US-East region of AWS, so it&#8217;s already set to US English, &#8220;en-US&#8221;, but to be on the safe side, it&#8217;s best to specify the right value.<\/p>\n\n\n\n<p>To test the function, we can issue this SnowSQL statement (note that we need to be using the same database as the one where we created the UDF):<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: sql; title: ; notranslate\" title=\"\">\n--Optionally set the database context if it&#039;s changed.\nuse database TEST_DATABASE;\n\nselect formatnumber(123456789.012) as FORMATTED_NUMBER;\n<\/pre><\/div>\n\n\n<p>When the locale specified US English, &#8220;us-EN&#8221;, it will return the following:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"858\" height=\"410\" src=\"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg\" alt=\"\" class=\"wp-image-36\" srcset=\"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg 858w, https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1-300x143.jpg 300w, https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1-768x367.jpg 768w, https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1-624x298.jpg 624w\" sizes=\"auto, (max-width: 858px) 100vw, 858px\" \/><\/figure>\n\n\n\n<p> To get a list of possible values for the locale parameter worldwide, refer to the Mozilla Developer Network documentation here: <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Number\/toLocaleString\">https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Number\/toLocaleString<\/a><\/p>\n\n\n\n<p>One of the options on that page is for Han Chinese. I don&#8217;t know how to read that, but when I set the locale in the Snowflake UDF to zh-Hans-CN-u-nu-hanidec I&#8217;ll assume it&#8217;s working just fine when it returns the following result:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"870\" height=\"434\" src=\"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Chinese.jpg\" alt=\"\" class=\"wp-image-35\" srcset=\"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Chinese.jpg 870w, https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Chinese-300x150.jpg 300w, https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Chinese-768x383.jpg 768w, https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Chinese-624x311.jpg 624w\" sizes=\"auto, (max-width: 870px) 100vw, 870px\" \/><\/figure>\n\n\n\n<p>Perhaps someone who can read Han Chinese can confirm this for me.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a previous post, I showed a way to format numbers using local grouping characters. One of the advantages of the approach is it will work everywhere across Snowflake since it does not require creation of a User Defined Function (UDF). Using a UDF provides a lot more power and flexibility, so let&#8217;s see how [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,2,7],"tags":[],"class_list":["post-33","post","type-post","status-publish","format-standard","hentry","category-functions","category-sql","category-udf-sql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Grouping Numbers in Snowflake - Part 2 - Snowflake in the Carolinas<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Grouping Numbers in Snowflake - Part 2 - Snowflake in the Carolinas\" \/>\r\n<meta property=\"og:description\" content=\"In a previous post, I showed a way to format numbers using local grouping characters. One of the advantages of the approach is it will work everywhere across Snowflake since it does not require creation of a User Defined Function (UDF). Using a UDF provides a lot more power and flexibility, so let&#8217;s see how [&hellip;]\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Snowflake in the Carolinas\" \/>\r\n<meta property=\"article:published_time\" content=\"2019-05-28T21:14:12+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-09-10T16:48:40+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"858\" \/>\r\n\t<meta property=\"og:image:height\" content=\"410\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"Greg Pavlik\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Greg Pavlik\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/\"},\"author\":{\"name\":\"Greg Pavlik\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/#\\\/schema\\\/person\\\/019455f4675665b6cf5edea31ec44d7b\"},\"headline\":\"Grouping Numbers in Snowflake &#8211; Part 2\",\"datePublished\":\"2019-05-28T21:14:12+00:00\",\"dateModified\":\"2019-09-10T16:48:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/\"},\"wordCount\":335,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/snowflake.pavlik.us\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/FormatNumber_Output_enUS-1.jpg\",\"articleSection\":[\"Functions\",\"SnowSQL\",\"UDF\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/\",\"url\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/\",\"name\":\"Grouping Numbers in Snowflake - Part 2 - Snowflake in the Carolinas\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/snowflake.pavlik.us\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/FormatNumber_Output_enUS-1.jpg\",\"datePublished\":\"2019-05-28T21:14:12+00:00\",\"dateModified\":\"2019-09-10T16:48:40+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/#\\\/schema\\\/person\\\/019455f4675665b6cf5edea31ec44d7b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/snowflake.pavlik.us\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/FormatNumber_Output_enUS-1.jpg\",\"contentUrl\":\"https:\\\/\\\/snowflake.pavlik.us\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/FormatNumber_Output_enUS-1.jpg\",\"width\":858,\"height\":410},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/index.php\\\/2019\\\/05\\\/28\\\/grouping-numbers-in-snowflake-part-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/snowflake.pavlik.us\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Grouping Numbers in Snowflake &#8211; Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/#website\",\"url\":\"https:\\\/\\\/snowflake.pavlik.us\\\/\",\"name\":\"Snowflake in the Carolinas\",\"description\":\"Random thoughts on all things Snowflake in the Carolinas\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/snowflake.pavlik.us\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/snowflake.pavlik.us\\\/#\\\/schema\\\/person\\\/019455f4675665b6cf5edea31ec44d7b\",\"name\":\"Greg Pavlik\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d81df729eebf37a042922b17d4a4c834b1e0ccfa9fea1c2c78cb8e95c7e91701?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d81df729eebf37a042922b17d4a4c834b1e0ccfa9fea1c2c78cb8e95c7e91701?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d81df729eebf37a042922b17d4a4c834b1e0ccfa9fea1c2c78cb8e95c7e91701?s=96&d=mm&r=g\",\"caption\":\"Greg Pavlik\"},\"description\":\"Greg is a Senior Sales Engineer at Snowflake Computing, in the Raleigh-Durham area. He's been in data management and security for the twenty years.\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Grouping Numbers in Snowflake - Part 2 - Snowflake in the Carolinas","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:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/","og_locale":"en_US","og_type":"article","og_title":"Grouping Numbers in Snowflake - Part 2 - Snowflake in the Carolinas","og_description":"In a previous post, I showed a way to format numbers using local grouping characters. One of the advantages of the approach is it will work everywhere across Snowflake since it does not require creation of a User Defined Function (UDF). Using a UDF provides a lot more power and flexibility, so let&#8217;s see how [&hellip;]","og_url":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/","og_site_name":"Snowflake in the Carolinas","article_published_time":"2019-05-28T21:14:12+00:00","article_modified_time":"2019-09-10T16:48:40+00:00","og_image":[{"width":858,"height":410,"url":"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg","type":"image\/jpeg"}],"author":"Greg Pavlik","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Greg Pavlik","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#article","isPartOf":{"@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/"},"author":{"name":"Greg Pavlik","@id":"https:\/\/snowflake.pavlik.us\/#\/schema\/person\/019455f4675665b6cf5edea31ec44d7b"},"headline":"Grouping Numbers in Snowflake &#8211; Part 2","datePublished":"2019-05-28T21:14:12+00:00","dateModified":"2019-09-10T16:48:40+00:00","mainEntityOfPage":{"@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/"},"wordCount":335,"commentCount":0,"image":{"@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg","articleSection":["Functions","SnowSQL","UDF"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/","url":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/","name":"Grouping Numbers in Snowflake - Part 2 - Snowflake in the Carolinas","isPartOf":{"@id":"https:\/\/snowflake.pavlik.us\/#website"},"primaryImageOfPage":{"@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#primaryimage"},"image":{"@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg","datePublished":"2019-05-28T21:14:12+00:00","dateModified":"2019-09-10T16:48:40+00:00","author":{"@id":"https:\/\/snowflake.pavlik.us\/#\/schema\/person\/019455f4675665b6cf5edea31ec44d7b"},"breadcrumb":{"@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#primaryimage","url":"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg","contentUrl":"https:\/\/snowflake.pavlik.us\/wp-content\/uploads\/2019\/05\/FormatNumber_Output_enUS-1.jpg","width":858,"height":410},{"@type":"BreadcrumbList","@id":"https:\/\/snowflake.pavlik.us\/index.php\/2019\/05\/28\/grouping-numbers-in-snowflake-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/snowflake.pavlik.us\/"},{"@type":"ListItem","position":2,"name":"Grouping Numbers in Snowflake &#8211; Part 2"}]},{"@type":"WebSite","@id":"https:\/\/snowflake.pavlik.us\/#website","url":"https:\/\/snowflake.pavlik.us\/","name":"Snowflake in the Carolinas","description":"Random thoughts on all things Snowflake in the Carolinas","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/snowflake.pavlik.us\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/snowflake.pavlik.us\/#\/schema\/person\/019455f4675665b6cf5edea31ec44d7b","name":"Greg Pavlik","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d81df729eebf37a042922b17d4a4c834b1e0ccfa9fea1c2c78cb8e95c7e91701?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d81df729eebf37a042922b17d4a4c834b1e0ccfa9fea1c2c78cb8e95c7e91701?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d81df729eebf37a042922b17d4a4c834b1e0ccfa9fea1c2c78cb8e95c7e91701?s=96&d=mm&r=g","caption":"Greg Pavlik"},"description":"Greg is a Senior Sales Engineer at Snowflake Computing, in the Raleigh-Durham area. He's been in data management and security for the twenty years."}]}},"_links":{"self":[{"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/posts\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":1,"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/posts\/33\/revisions"}],"predecessor-version":[{"id":37,"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/posts\/33\/revisions\/37"}],"wp:attachment":[{"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/media?parent=33"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/categories?post=33"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/snowflake.pavlik.us\/index.php\/wp-json\/wp\/v2\/tags?post=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}