{"id":967,"date":"2022-07-22T13:13:53","date_gmt":"2022-07-22T12:13:53","guid":{"rendered":"https:\/\/codeflarelimited.com\/blog\/?p=967"},"modified":"2022-07-22T13:13:56","modified_gmt":"2022-07-22T12:13:56","slug":"moment-js-cheatsheet","status":"publish","type":"post","link":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/","title":{"rendered":"Moment.js Cheatsheet"},"content":{"rendered":"\n<p>Moment.js has been successfully used in millions of projects with over 12 million downloads per week.<\/p>\n\n\n\n<p>Here&#8217;s a curated  moment.js cheatsheet to quickly use in your project.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-first-install-dependencies\">First, Install Dependencies<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">npm install moment --save   # npm\nyarn add moment             # Yarn\nInstall-Package Moment.js   # NuGet\nspm install moment --save   # spm\nmeteor add momentjs:moment  # meteor\nbower install moment --save # bower (deprecated)<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-date-formats\">Date Formats<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"javascript\" class=\"language-javascript\">moment().format('MMMM Do YYYY, h:mm:ss a'); \/\/ July 22nd 2022, 12:51:15 pm\nmoment().format('dddd');                    \/\/ Friday\nmoment().format(\"MMM Do YY\");               \/\/ Jul 22nd 22\nmoment().format('YYYY [escaped] YYYY');     \/\/ 2022 escaped 2022\nmoment().format();                         <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-relative-time\">Relative Time<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"javascript\" class=\"language-javascript\">moment(\"20111031\", \"YYYYMMDD\").fromNow(); \/\/ 11 years ago\nmoment(\"20120620\", \"YYYYMMDD\").fromNow(); \/\/ 10 years ago\nmoment().startOf('day').fromNow();        \/\/ 13 hours ago\nmoment().endOf('day').fromNow();          \/\/ in 11 hours\nmoment().startOf('hour').fromNow();      <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-multiple-locale-support\">Multiple Locale Support<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">moment.locale();         \/\/ en\nmoment().format('LT');   \/\/ 1:04 PM\nmoment().format('LTS');  \/\/ 1:04:27 PM\nmoment().format('L');    \/\/ 07\/22\/2022\nmoment().format('l');    \/\/ 7\/22\/2022\nmoment().format('LL');   \/\/ July 22, 2022\nmoment().format('ll');   \/\/ Jul 22, 2022\nmoment().format('LLL');  \/\/ July 22, 2022 1:04 PM\nmoment().format('lll');  \/\/ Jul 22, 2022 1:04 PM\nmoment().format('LLLL'); \/\/ Friday, July 22, 2022 1:04 PM\nmoment().format('llll'); \/\/ Fri Jul 22, 2022 1.05 PM<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>Visit the <a href=\"https:\/\/momentjs.com\" target=\"_blank\" rel=\"noreferrer noopener\">momemnt.js<\/a> website for more information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-see-also\">See also:<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-javascript-cheatsheet-reference\"><a href=\"https:\/\/codeflarelimited.com\/blog\/javascript-string-cheatsheet-reference\/\" target=\"_blank\" rel=\"noreferrer noopener\">Javascript cheatsheet reference<\/a><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here&#8217;s a<\/p>\n","protected":false},"author":1,"featured_media":969,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11,98],"tags":[],"class_list":["post-967","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript","category-softare-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Moment.js Cheatsheet<\/title>\n<meta name=\"description\" content=\"Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here&#039;s a curated moment.js cheatsheet\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Moment.js Cheatsheet\" \/>\n<meta property=\"og:description\" content=\"Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here&#039;s a curated moment.js cheatsheet\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/codeflretech\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-22T12:13:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-22T12:13:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png\" \/>\n\t<meta property=\"og:image:width\" content=\"348\" \/>\n\t<meta property=\"og:image:height\" content=\"284\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"codeflare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeflaretech\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/\"},\"author\":{\"name\":\"codeflare\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\"},\"headline\":\"Moment.js Cheatsheet\",\"datePublished\":\"2022-07-22T12:13:53+00:00\",\"dateModified\":\"2022-07-22T12:13:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/\"},\"wordCount\":54,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/moment.png\",\"articleSection\":[\"javascript\",\"softare development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/\",\"name\":\"Moment.js Cheatsheet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/moment.png\",\"datePublished\":\"2022-07-22T12:13:53+00:00\",\"dateModified\":\"2022-07-22T12:13:56+00:00\",\"description\":\"Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here's a curated moment.js cheatsheet\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/moment.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/moment.png\",\"width\":348,\"height\":284,\"caption\":\"moment.js cheat sheet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/moment-js-cheatsheet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"softare development\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/softare-development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Moment.js Cheatsheet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"name\":\"\",\"description\":\"Sustainable solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\",\"name\":\"Codeflare Limited\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"width\":1040,\"height\":263,\"caption\":\"Codeflare Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\",\"name\":\"codeflare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"caption\":\"codeflare\"},\"description\":\"Latest tech news and coding tips.\",\"sameAs\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\",\"https:\\\/\\\/facebook.com\\\/codeflretech\",\"https:\\\/\\\/instagram.com\\\/codeflaretech\",\"https:\\\/\\\/x.com\\\/codeflaretech\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1\"],\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/author\\\/watcher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Moment.js Cheatsheet","description":"Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here's a curated moment.js cheatsheet","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:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/","og_locale":"en_US","og_type":"article","og_title":"Moment.js Cheatsheet","og_description":"Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here's a curated moment.js cheatsheet","og_url":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/","article_author":"https:\/\/facebook.com\/codeflretech","article_published_time":"2022-07-22T12:13:53+00:00","article_modified_time":"2022-07-22T12:13:56+00:00","og_image":[{"width":348,"height":284,"url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png","type":"image\/png"}],"author":"codeflare","twitter_card":"summary_large_image","twitter_creator":"@codeflaretech","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#article","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/"},"author":{"name":"codeflare","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a"},"headline":"Moment.js Cheatsheet","datePublished":"2022-07-22T12:13:53+00:00","dateModified":"2022-07-22T12:13:56+00:00","mainEntityOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/"},"wordCount":54,"commentCount":0,"publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png","articleSection":["javascript","softare development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/","url":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/","name":"Moment.js Cheatsheet","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#primaryimage"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png","datePublished":"2022-07-22T12:13:53+00:00","dateModified":"2022-07-22T12:13:56+00:00","description":"Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here's a curated moment.js cheatsheet","breadcrumb":{"@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#primaryimage","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png","width":348,"height":284,"caption":"moment.js cheat sheet"},{"@type":"BreadcrumbList","@id":"https:\/\/codeflarelimited.com\/blog\/moment-js-cheatsheet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeflarelimited.com\/blog\/"},{"@type":"ListItem","position":2,"name":"softare development","item":"https:\/\/codeflarelimited.com\/blog\/softare-development\/"},{"@type":"ListItem","position":3,"name":"Moment.js Cheatsheet"}]},{"@type":"WebSite","@id":"https:\/\/codeflarelimited.com\/blog\/#website","url":"https:\/\/codeflarelimited.com\/blog\/","name":"","description":"Sustainable solutions","publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeflarelimited.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeflarelimited.com\/blog\/#organization","name":"Codeflare Limited","url":"https:\/\/codeflarelimited.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","width":1040,"height":263,"caption":"Codeflare Limited"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a","name":"codeflare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","caption":"codeflare"},"description":"Latest tech news and coding tips.","sameAs":["https:\/\/codeflarelimited.com\/blog","https:\/\/facebook.com\/codeflretech","https:\/\/instagram.com\/codeflaretech","https:\/\/x.com\/codeflaretech","https:\/\/www.youtube.com\/channel\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1"],"url":"https:\/\/codeflarelimited.com\/blog\/author\/watcher\/"}]}},"jetpack_featured_media_url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/07\/moment.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/comments?post=967"}],"version-history":[{"count":2,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/967\/revisions"}],"predecessor-version":[{"id":970,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/967\/revisions\/970"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media\/969"}],"wp:attachment":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media?parent=967"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/categories?post=967"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/tags?post=967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}