{"id":60248,"date":"2016-09-24T11:30:34","date_gmt":"2016-09-24T11:30:34","guid":{"rendered":"http:\/\/webkul.com\/blog\/?p=60248"},"modified":"2016-09-24T13:23:32","modified_gmt":"2016-09-24T13:23:32","slug":"list-active-delivery-methods-list-magento2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/","title":{"rendered":"List All Active Delivery Methods Magento2"},"content":{"rendered":"<p>This article demonstrate how\u00a0to fetch all active delivery methods in Magento 2.<\/p>\n<blockquote>\n<p style=\"text-align: justify\">Use below code to retrieve all delivery methods,<\/p>\n<\/blockquote>\n<pre class=\"brush:php\">&lt;?php\r\n \r\nnamespace Webkul\\Demo\\Model;\r\n \r\nuse \\Magento\\Framework\\App\\Config\\ScopeConfigInterface;\r\nuse \\Magento\\Shipping\\Model\\Config;\r\n \r\nclass Deliverymethod extends \\Magento\\Framework\\DataObject \r\n    implements \\Magento\\Framework\\Option\\ArrayInterface\r\n{\r\n    \/**\r\n     * @var ScopeConfigInterface\r\n     *\/\r\n    protected $_scopeConfig;\r\n    \/**\r\n     * @var Config\r\n     *\/\r\n    protected $_deliveryModelConfig;\r\n     \r\n    \/**\r\n     * @param ScopeConfigInterface $scopeConfig\r\n     * @param Config               $deliveryModelConfig\r\n     *\/\r\n    public function __construct(\r\n        ScopeConfigInterface $scopeConfig,\r\n        Config $deliveryModelConfig\r\n    ) {\r\n \r\n        $this-&gt;_scopeConfig = $scopeConfig;\r\n        $this-&gt;_deliveryModelConfig = $deliveryModelConfig;\r\n    }\r\n  \r\n    public function toOptionArray()\r\n    {\r\n        $deliveryMethods = $this-&gt;_deliveryModelConfig-&gt;getActiveCarriers();\r\n        $deliveryMethodsArray = array();\r\n        foreach ($deliveryMethods as $shippigCode =&gt; $shippingModel) {\r\n            $shippingTitle = $this-&gt;_scopeConfig-&gt;getValue('carriers\/'.$shippigCode.'\/title');\r\n            $deliveryMethodsArray[$shippigCode] = array(\r\n                'label' =&gt; $shippingTitle,\r\n                'value' =&gt; $shippigCode\r\n            );\r\n        }\r\n        return $deliveryMethodsArray;\r\n    }\r\n}<\/pre>\n<ul>\n<li><strong>_scopeConfig : <\/strong>Is an object of &#8220;Magento\\Framework\\App\\Config\\ScopeConfigInterface&#8221; class.<\/li>\n<li><strong>_deliveryModelConfig:<\/strong> Is an object of &#8220;Magento\\Shipping\\Model\\Config&#8221; class.<\/li>\n<li><strong>getActiveCarriers() :\u00a0<\/strong>This method helps to fetch all active delivery methods.<\/li>\n<li><strong>toOptionArray() : <\/strong>This \u00a0method will return list of delivery methods with carrier\u00a0code.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This article demonstrate how\u00a0to fetch all active delivery methods in Magento 2. Use below code to retrieve all delivery methods, &lt;?php namespace Webkul\\Demo\\Model; use \\Magento\\Framework\\App\\Config\\ScopeConfigInterface; use \\Magento\\Shipping\\Model\\Config; class Deliverymethod extends \\Magento\\Framework\\DataObject implements \\Magento\\Framework\\Option\\ArrayInterface { \/** * @var ScopeConfigInterface *\/ protected $_scopeConfig; \/** * @var Config *\/ protected $_deliveryModelConfig; \/** * @param ScopeConfigInterface $scopeConfig * @param <a href=\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":90,"featured_media":60192,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302,3286,2833],"tags":[3669,2460],"class_list":["post-60248","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-magento2","category-magento2-1","category-odoo-bridge","tag-delivery-methods","tag-magento-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>List All Active Delivery Methods Magento2 - Webkul Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"List All Active Delivery Methods Magento2 - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"This article demonstrate how\u00a0to fetch all active delivery methods in Magento 2. Use below code to retrieve all delivery methods, &lt;?php namespace WebkulDemoModel; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoShippingModelConfig; class Deliverymethod extends MagentoFrameworkDataObject implements MagentoFrameworkOptionArrayInterface { \/** * @var ScopeConfigInterface *\/ protected $_scopeConfig; \/** * @var Config *\/ protected $_deliveryModelConfig; \/** * @param ScopeConfigInterface $scopeConfig * @param [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-24T11:30:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-09-24T13:23:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ashish Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ashish Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\"},\"author\":{\"name\":\"Ashish Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3b92c698256ce0bcb9613acf8bbf5b2d\"},\"headline\":\"List All Active Delivery Methods Magento2\",\"datePublished\":\"2016-09-24T11:30:34+00:00\",\"dateModified\":\"2016-09-24T13:23:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\"},\"wordCount\":69,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"keywords\":[\"Delivery Methods\",\"Magento 2\"],\"articleSection\":[\"Magento2\",\"Magento2.1\",\"Odoo Bridge\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\",\"url\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\",\"name\":\"List All Active Delivery Methods Magento2 - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"datePublished\":\"2016-09-24T11:30:34+00:00\",\"dateModified\":\"2016-09-24T13:23:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"width\":825,\"height\":260},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"List All Active Delivery Methods Magento2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3b92c698256ce0bcb9613acf8bbf5b2d\",\"name\":\"Ashish Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2c82640f6054d8a8cfca9e3edd7edaf800ff1873b6d103c7bbf0b47dfefc1e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2c82640f6054d8a8cfca9e3edd7edaf800ff1873b6d103c7bbf0b47dfefc1e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Ashish Singh\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/ashish067\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"List All Active Delivery Methods Magento2 - Webkul Blog","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:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/","og_locale":"en_US","og_type":"article","og_title":"List All Active Delivery Methods Magento2 - Webkul Blog","og_description":"This article demonstrate how\u00a0to fetch all active delivery methods in Magento 2. Use below code to retrieve all delivery methods, &lt;?php namespace WebkulDemoModel; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoShippingModelConfig; class Deliverymethod extends MagentoFrameworkDataObject implements MagentoFrameworkOptionArrayInterface { \/** * @var ScopeConfigInterface *\/ protected $_scopeConfig; \/** * @var Config *\/ protected $_deliveryModelConfig; \/** * @param ScopeConfigInterface $scopeConfig * @param [...]","og_url":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2016-09-24T11:30:34+00:00","article_modified_time":"2016-09-24T13:23:32+00:00","og_image":[{"width":825,"height":260,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","type":"image\/png"}],"author":"Ashish Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Ashish Singh","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/"},"author":{"name":"Ashish Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3b92c698256ce0bcb9613acf8bbf5b2d"},"headline":"List All Active Delivery Methods Magento2","datePublished":"2016-09-24T11:30:34+00:00","dateModified":"2016-09-24T13:23:32+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/"},"wordCount":69,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","keywords":["Delivery Methods","Magento 2"],"articleSection":["Magento2","Magento2.1","Odoo Bridge"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/","url":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/","name":"List All Active Delivery Methods Magento2 - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","datePublished":"2016-09-24T11:30:34+00:00","dateModified":"2016-09-24T13:23:32+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","width":825,"height":260},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/list-active-delivery-methods-list-magento2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"List All Active Delivery Methods Magento2"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3b92c698256ce0bcb9613acf8bbf5b2d","name":"Ashish Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2c82640f6054d8a8cfca9e3edd7edaf800ff1873b6d103c7bbf0b47dfefc1e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2c82640f6054d8a8cfca9e3edd7edaf800ff1873b6d103c7bbf0b47dfefc1e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Ashish Singh"},"url":"https:\/\/webkul.com\/blog\/author\/ashish067\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/60248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/90"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=60248"}],"version-history":[{"count":11,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/60248\/revisions"}],"predecessor-version":[{"id":77448,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/60248\/revisions\/77448"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media\/60192"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=60248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=60248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=60248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}