{"id":5816905,"date":"2023-08-19T14:58:45","date_gmt":"2023-08-19T14:58:45","guid":{"rendered":"https:\/\/www.wpallimport.com\/?post_type=documentation&#038;p=5816905"},"modified":"2025-12-08T18:50:38","modified_gmt":"2025-12-08T18:50:38","slug":"repeatable-groups","status":"publish","type":"documentation","link":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/","title":{"rendered":"Repeatable Groups"},"content":{"rendered":"\n<p>Our Toolset Types Add-On provides multiple methods to import repeatable groups in an effort to accommodate as many file formats as possible.<\/p>\n\n\n\n<p><em><strong>Note<\/strong>: currently, we do not support appending repeater data from multiple import records into a single post. All of the repeating data for a single post needs to be in the same post record.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"fixed-repeater-mode\"><strong>Fixed Repeater Mode<\/strong><\/h2>\n\n\n\n<p>If you're using a CSV file with a fixed amount of columns for your repeating data, like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"477\" height=\"222\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png\" alt=\"Toolset Types Fixed CSV Mode\" class=\"wp-image-3468384\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png 477w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater-300x140.png 300w\" sizes=\"(max-width: 477px) 100vw, 477px\" \/><\/figure>\n\n\n\n<p>Then you'd want to use <strong>Fixed Repeater Mode<\/strong> and add a row for each column that you plan on dragging in:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row.jpg\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"975\" height=\"1024\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row-975x1024.jpg\" alt=\"Repeatable Groups Toolset Types Repeatable Add Row\" class=\"wp-image-5816910\" style=\"width:713px;height:undefinedpx\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row-975x1024.jpg 975w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row-286x300.jpg 286w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row-768x806.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row-1463x1536.jpg 1463w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Repeatable-Add-Row.jpg 1484w\" sizes=\"(max-width: 975px) 100vw, 975px\" \/><\/a><\/figure>\n\n\n\n<p>If it's possible that some of the columns won't have data for some records, you can enable the <strong>Ignore blank fields<\/strong> option to avoid adding empty rows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"variable-repeater-mode-xml\"><strong>Variable Repeater Mode (XML)<\/strong><\/h2>\n\n\n\n<p>If you're importing an XML file, and the repeating data is listed in sibling elements:<\/p>\n\n\n\n<div class=\"wp-block-wpcodebox-snippet wpcodebox-snippet\" data-language=\"php\"><pre class=\"line-numbers\"><code class=\"language-php\">&lt;images>\n    &lt;image>image_example_1.jpg&lt;\/image>\n    &lt;image>image_example_2.jpg&lt;\/image>\n    &lt;image>image_example_3.jpg&lt;\/image>\n    &lt;image>image_example_4.jpg&lt;\/image>\n    &lt;image>image_example_5.jpg&lt;\/image>\n&lt;\/images><\/code><\/pre><\/div>\n\n\n\n<p>Then you should use the <strong>Variable Repeater Mode (XML)<\/strong> option like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-XML.jpg\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"902\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-XML-1024x902.jpg\" alt=\"Repeatable Groups Toolset Types Variable Repeater Mode XML\" class=\"wp-image-5816911\" style=\"width:733px;height:undefinedpx\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-XML-1024x902.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-XML-300x264.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-XML-768x676.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-XML.jpg 1494w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>You'll notice that the syntax from the screenshot doesn't match what you'll see whenever you drag in the import elements. This is because you have to manually edit the XPath to make sure the loop reaches the correct elements. You can learn more about this here on our <a href=\"https:\/\/www.wpallimport.com\/documentation\/custom-xpath\/\" target=\"_blank\" rel=\"noreferrer noopener\">Custom XPath<\/a> and <a href=\"https:\/\/www.wpallimport.com\/documentation\/foreach-loops\/\" target=\"_blank\" rel=\"noreferrer noopener\">FOREACH Loops<\/a> documentation pages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"variable-repeater-mode-csv\"><strong>Variable Repeater Mode (CSV)<\/strong><\/h2>\n\n\n\n<p>If your repeating data is in a single CSV column with a delimiter, for example:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"537\" height=\"225\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-variable-repeater-csv-mode.png\" alt=\"Toolset Types Variable Repeater Mode CSV View\" class=\"wp-image-3468381\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-variable-repeater-csv-mode.png 537w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-variable-repeater-csv-mode-300x126.png 300w\" sizes=\"(max-width: 537px) 100vw, 537px\" \/><\/figure>\n\n\n\n<p>Then you'll want to use the <strong>Variable Repeater Mode (CSV)<\/strong> option and make sure to choose the correct delimiter:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-CSV.jpg\" data-rel=\"lightbox-image-2\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"906\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-CSV-1024x906.jpg\" alt=\"Repeatable Groups Toolset Types Variable Repeater Mode CSV\" class=\"wp-image-5816912\" style=\"width:731px;height:undefinedpx\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-CSV-1024x906.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-CSV-300x265.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-CSV-768x679.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/08\/Repeatable-Groups-Toolset-Types-Variable-Repeater-Mode-CSV.jpg 1488w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Just like the <strong>Fixed Repeater Mode<\/strong>, you can enable the <strong>Ignore blank fields<\/strong> option if some records have more or less repeating data.<\/p>\n\n\n\n<div class=\"docs-interstitial\">\n\n    <img decoding=\"async\" src=\"https:\/\/www.wpallimport.com\/wp-content\/plugins\/custom-acf-blocks\/blocks\/docs-interstitial\/img\/octopus-logo.svg\" class=\"docs-interstitial__logo\">    <h3>Import Any CSV, XML, or Excel to WordPress<\/h3>\n    <ul><li>Any theme or plugin<\/li><li>Images &amp; galleries<\/li><li>Custom fields<\/li><li>Categories &amp; tags<\/li><li>Woo, ACF, Meta Box, JetEngine<\/li><\/ul>\n    <div class=\"docs-interstitial__cta\">\n        <a class=\"docs-interstitial__btn\" href=\"#pricing\" target=\"_self\">View Pricing<\/a>\n                    <a class=\"docs-interstitial__text-link\" href=\"https:\/\/www.wpallimport.com\/import-wordpress-csv-xml-excel\/\" target=\"_self\">\n                Product Tour\n                <div class=\"docs-interstitial__text-link-arrow\">\n                    <svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M8 1.5L12 5.5L8 9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M11.5 5.5H1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/a>\n            <\/div>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"faq1\">What Add-Ons Do I Need to Import Toolset Types Repeatable Fields?<\/h3>\n\n\n\n<p>To import Toolset Types repeatable fields, you need to have the Toolset Types Import Add-On active on your site along with WP All Import.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Docs<\/h2>\n\n\n\n\n\n<p>Learn more about importing data using the Toolset Types Import Add-On and WP All Import.<\/p>\n\n\n\n\n\n<p>Learn how to import any type of file into WordPress using WP All Import.<\/p>\n\n\n\n\n\n<p>Run PHP code during your import process in WP All Import.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.<\/p>\n","protected":false},"author":96198,"featured_media":0,"parent":3401573,"menu_order":1,"template":"","tags":[],"content_author":[213],"search_tags":[],"class_list":["post-5816905","documentation","type-documentation","status-publish","hentry","content_author-editorial-staff"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Import Repeatable Groups - WP All Import<\/title>\n<meta name=\"description\" content=\"This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Import Repeatable Groups - WP All Import\" \/>\n<meta property=\"og:description\" content=\"This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/\" \/>\n<meta property=\"og:site_name\" content=\"WP All Import\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/groups\/wpallimport\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-08T18:50:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png\" \/>\n\t<meta property=\"og:image:width\" content=\"477\" \/>\n\t<meta property=\"og:image:height\" content=\"222\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Editorial Staff\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/\",\"url\":\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/\",\"name\":\"How to Import Repeatable Groups - WP All Import\",\"isPartOf\":{\"@id\":\"https:\/\/www.wpallimport.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png\",\"datePublished\":\"2023-08-19T14:58:45+00:00\",\"dateModified\":\"2025-12-08T18:50:38+00:00\",\"description\":\"This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#primaryimage\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png\",\"width\":477,\"height\":222},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wpallimport.com\/#website\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"name\":\"WP All Import\",\"description\":\"Import XML &amp; CSV to WordPress\",\"publisher\":{\"@id\":\"https:\/\/www.wpallimport.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wpallimport.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.wpallimport.com\/#organization\",\"name\":\"WP All Import\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"width\":199,\"height\":37,\"caption\":\"WP All Import\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Import Repeatable Groups - WP All Import","description":"This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.","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:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/","og_locale":"en_US","og_type":"article","og_title":"How to Import Repeatable Groups - WP All Import","og_description":"This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.","og_url":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/","og_site_name":"WP All Import","article_author":"https:\/\/www.facebook.com\/groups\/wpallimport","article_modified_time":"2025-12-08T18:50:38+00:00","og_image":[{"width":477,"height":222,"url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes","Written by":"Editorial Staff"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/","url":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/","name":"How to Import Repeatable Groups - WP All Import","isPartOf":{"@id":"https:\/\/www.wpallimport.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#primaryimage"},"image":{"@id":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png","datePublished":"2023-08-19T14:58:45+00:00","dateModified":"2025-12-08T18:50:38+00:00","description":"This documentation provides details on how to import repeatable groups via the Toolset Types Import Add-On.","breadcrumb":{"@id":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/documentation\/repeatable-groups\/#primaryimage","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/10\/toolset-fixed-repeater.png","width":477,"height":222},{"@type":"WebSite","@id":"https:\/\/www.wpallimport.com\/#website","url":"https:\/\/www.wpallimport.com\/","name":"WP All Import","description":"Import XML &amp; CSV to WordPress","publisher":{"@id":"https:\/\/www.wpallimport.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wpallimport.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.wpallimport.com\/#organization","name":"WP All Import","url":"https:\/\/www.wpallimport.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","width":199,"height":37,"caption":"WP All Import"},"image":{"@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation\/5816905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation"}],"about":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/types\/documentation"}],"author":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/users\/96198"}],"version-history":[{"count":0,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation\/5816905\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation\/3401573"}],"wp:attachment":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/media?parent=5816905"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/tags?post=5816905"},{"taxonomy":"content_author","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/content_author?post=5816905"},{"taxonomy":"search_tags","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/search_tags?post=5816905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}