{"id":6687,"date":"2025-08-25T08:16:37","date_gmt":"2025-08-25T08:16:37","guid":{"rendered":"https:\/\/poeditor.com\/blog\/?p=6687"},"modified":"2025-08-25T08:16:39","modified_gmt":"2025-08-25T08:16:39","slug":"icu-message-format","status":"publish","type":"post","link":"https:\/\/poeditor.com\/blog\/icu-message-format\/","title":{"rendered":"What is the ICU Message Format?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"669\" src=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-1024x669.png\" alt=\"ICU Message Format\" class=\"wp-image-6691\" srcset=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-1024x669.png 1024w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-300x196.png 300w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-768x502.png 768w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-1536x1003.png 1536w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format.png 1764w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>ICU Message Format is a way of writing messages in software so that they\u2019re smart enough to adapt. ICU comes from the <em>International Components for Unicode<\/em> project, by the way. The Message Format knows how to handle plurals, genders, and other quirks of language. Because translation is just the tip of the iceberg when it comes to true localization. Here are a few essential things you need to know about this format.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What the ICU Message Format does<\/h2>\n\n\n\n<p>In short, the ICU Message Format matters in localization because it takes care of all the messy details of language and text. We&#8217;re talking about things like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Date and time formatting, showing \u201cAugust 19, 2025\u201d in the U.S., but \u201c19 August 2025\u201d in Europe.<\/li>\n\n\n\n<li><a href=\"\/kb\/icu-message-syntax-plurals\">Pluralization<\/a>, as in making sure \u201c1 file\u201d and \u201c2 files\u201d (or the even more complex rules in other languages) sound right.<\/li>\n\n\n\n<li>Number formatting, such as deciding whether to write \u201c1,000.50\u201d or \u201c1.000,50.\u201d<\/li>\n\n\n\n<li>Currency formatting, like putting the dollar sign before the amount in the U.S. but after it in other regions.<\/li>\n\n\n\n<li>Gender-specific forms, which means adjusting grammar depending on whether the subject is male, female, or neutral.<\/li>\n\n\n\n<li>Sorting and searching text, as in ensuring that when you search or alphabetize in one language, the rules match that language\u2019s expectations.<\/li>\n\n\n\n<li>Custom variables, like plugging in names, numbers, or app-specific values while keeping the sentence natural.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">What it looks like<\/h4>\n\n\n\n<p>The syntax of ICU messages is built around variables enclosed in curly braces <code>{ }<\/code>, which represent dynamic content like numbers, names, or dates. These variables can be further formatted using specific rules inside the braces.<\/p>\n\n\n\n<p>Another useful feature is the <code>select<\/code> format, which allows changing parts of the message based on a variable\u2019s value, such as gender or status.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why it matters for localization<\/h2>\n\n\n\n<p>The ICU Message Format avoids the need for translators to guess at the context of a string. The syntax makes it clear what variables are available and what conditions are being handled. The format allows for complex grammatical rules, like those for plurals, gender, or number ranges, to be handled correctly in every language, preventing awkward or incorrect phrases.<\/p>\n\n\n\n<p>The beauty of this system is that it allows the translator to handle all the grammatical rules of their language without the developer having to write complex conditional logic in the code. The developer provides the template and the variables, and the translator provides the localized text for each case.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping up<\/h2>\n\n\n\n<p>ICU Message Format is supported by many popular development frameworks such as React Intl and Angular, and it&#8217;s used by major companies like Google and Microsoft. It allows developers and translators to work more efficiently together, and by using it, users will receive messages that respect their language\u2019s unique grammar. If you&#8217;re looking to streamline and standardize localization, consider this format.<\/p>\n\n\n<div class=\"call-action my-4 d-flex justify-content-between align-items-md-center gap-4 flex-column flex-lg-row\"><div><h3 class=\"fs-4\">Ready to power up localization?<\/h3><span class=\"fs-6\">Subscribe to the POEditor platform today!<\/span><\/div><a class=\"btn btn-b-primary d-flex align-items-center justify-content-center px-4 py-3 flex-shrink-0\" \n\t\t\t\t\thref=\"https:\/\/poeditor.com\/pricing\/?utm_source=blog&#038;utm_medium=btn&#038;utm_campaign=cta_pricing\">See pricing<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>ICU Message Format is a way of writing messages in software so that they\u2019re smart enough to adapt. ICU comes from the International Components for Unicode project, by the way. The Message Format knows how to handle plurals, genders, and other quirks of language. Because translation is just the tip of the iceberg when it [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-6687","post","type-post","status-publish","format-standard","hentry","category-localization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is the ICU Message Format? - POEditor Blog<\/title>\n<meta name=\"description\" content=\"Discover the basics of ICU Message Format for localization and see how it makes software adaptable and user-friendly across languages.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/poeditor.com\/blog\/icu-message-format\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the ICU Message Format? - POEditor Blog\" \/>\n<meta property=\"og:description\" content=\"Discover the basics of ICU Message Format for localization and see how it makes software adaptable and user-friendly across languages.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/poeditor.com\/blog\/icu-message-format\/\" \/>\n<meta property=\"og:site_name\" content=\"POEditor Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/POEditor\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-25T08:16:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-25T08:16:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1764\" \/>\n\t<meta property=\"og:image:height\" content=\"1152\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mirela\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@poeditor\" \/>\n<meta name=\"twitter:site\" content=\"@poeditor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mirela\" \/>\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:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/\"},\"author\":{\"name\":\"Mirela\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/6a85f18ccb24eb15a62355922ef34bd9\"},\"headline\":\"What is the ICU Message Format?\",\"datePublished\":\"2025-08-25T08:16:37+00:00\",\"dateModified\":\"2025-08-25T08:16:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/\"},\"wordCount\":504,\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/ICU-Message-Format-1024x669.png\",\"articleSection\":[\"Localization\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/\",\"name\":\"What is the ICU Message Format? - POEditor Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/ICU-Message-Format-1024x669.png\",\"datePublished\":\"2025-08-25T08:16:37+00:00\",\"dateModified\":\"2025-08-25T08:16:39+00:00\",\"description\":\"Discover the basics of ICU Message Format for localization and see how it makes software adaptable and user-friendly across languages.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#primaryimage\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/ICU-Message-Format.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/ICU-Message-Format.png\",\"width\":1764,\"height\":1152,\"caption\":\"ICU Message Format\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/icu-message-format\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is the ICU Message Format?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"name\":\"POEditor Blog\",\"description\":\"All about translation and localization management\",\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\",\"name\":\"POEditor\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"width\":512,\"height\":512,\"caption\":\"POEditor\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/POEditor\",\"https:\\\/\\\/x.com\\\/poeditor\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/poeditor\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCXAk1u8N49VRMAqNneENCFA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/6a85f18ccb24eb15a62355922ef34bd9\",\"name\":\"Mirela\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"caption\":\"Mirela\"},\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/author\\\/mirela\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is the ICU Message Format? - POEditor Blog","description":"Discover the basics of ICU Message Format for localization and see how it makes software adaptable and user-friendly across languages.","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:\/\/poeditor.com\/blog\/icu-message-format\/","og_locale":"en_US","og_type":"article","og_title":"What is the ICU Message Format? - POEditor Blog","og_description":"Discover the basics of ICU Message Format for localization and see how it makes software adaptable and user-friendly across languages.","og_url":"https:\/\/poeditor.com\/blog\/icu-message-format\/","og_site_name":"POEditor Blog","article_publisher":"https:\/\/www.facebook.com\/POEditor","article_published_time":"2025-08-25T08:16:37+00:00","article_modified_time":"2025-08-25T08:16:39+00:00","og_image":[{"width":1764,"height":1152,"url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format.png","type":"image\/png"}],"author":"Mirela","twitter_card":"summary_large_image","twitter_creator":"@poeditor","twitter_site":"@poeditor","twitter_misc":{"Written by":"Mirela","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#article","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/"},"author":{"name":"Mirela","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/6a85f18ccb24eb15a62355922ef34bd9"},"headline":"What is the ICU Message Format?","datePublished":"2025-08-25T08:16:37+00:00","dateModified":"2025-08-25T08:16:39+00:00","mainEntityOfPage":{"@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/"},"wordCount":504,"publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"image":{"@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-1024x669.png","articleSection":["Localization"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/","url":"https:\/\/poeditor.com\/blog\/icu-message-format\/","name":"What is the ICU Message Format? - POEditor Blog","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#primaryimage"},"image":{"@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format-1024x669.png","datePublished":"2025-08-25T08:16:37+00:00","dateModified":"2025-08-25T08:16:39+00:00","description":"Discover the basics of ICU Message Format for localization and see how it makes software adaptable and user-friendly across languages.","breadcrumb":{"@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/poeditor.com\/blog\/icu-message-format\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#primaryimage","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/08\/ICU-Message-Format.png","width":1764,"height":1152,"caption":"ICU Message Format"},{"@type":"BreadcrumbList","@id":"https:\/\/poeditor.com\/blog\/icu-message-format\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/poeditor.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is the ICU Message Format?"}]},{"@type":"WebSite","@id":"https:\/\/poeditor.com\/blog\/#website","url":"https:\/\/poeditor.com\/blog\/","name":"POEditor Blog","description":"All about translation and localization management","publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/poeditor.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/poeditor.com\/blog\/#organization","name":"POEditor","url":"https:\/\/poeditor.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","width":512,"height":512,"caption":"POEditor"},"image":{"@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/POEditor","https:\/\/x.com\/poeditor","https:\/\/www.linkedin.com\/company\/poeditor\/","https:\/\/www.youtube.com\/channel\/UCXAk1u8N49VRMAqNneENCFA"]},{"@type":"Person","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/6a85f18ccb24eb15a62355922ef34bd9","name":"Mirela","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","caption":"Mirela"},"url":"https:\/\/poeditor.com\/blog\/author\/mirela\/"}]}},"_links":{"self":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/6687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/comments?post=6687"}],"version-history":[{"count":6,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/6687\/revisions"}],"predecessor-version":[{"id":6694,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/6687\/revisions\/6694"}],"wp:attachment":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/media?parent=6687"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/categories?post=6687"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/tags?post=6687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}