{"id":351999,"date":"2022-09-14T10:48:22","date_gmt":"2022-09-14T10:48:22","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=351999"},"modified":"2024-02-27T13:05:55","modified_gmt":"2024-02-27T13:05:55","slug":"installation_akeneo_pim_v6-x","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/","title":{"rendered":"Installation Akeneo PIM V 6. x"},"content":{"rendered":"\n<p>This blog&#8217;s goal is to step you through Installation Akeneo PIM V 6. x in a detailed manner.<\/p>\n\n\n\n<p>There is two way to install the Akeneo<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.akeneo.com\/6.0\/install_pim\/docker\/installation_docker.html\">Install Akeneo PIM for development with Docker<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.akeneo.com\/6.0\/install_pim\/manual\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">Install Akeneo PIM manually<\/a><\/li>\n<\/ol>\n\n\n\n<p>I will describe here&nbsp;<a href=\"https:\/\/docs.akeneo.com\/6.0\/install_pim\/manual\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">Install Akeneo PIM manually<\/a><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Install Akeneo PIM manually<\/h3>\n<\/div><\/div>\n\n\n\n<p>You must first review the system requirements before proceeding&nbsp;<a href=\"https:\/\/docs.akeneo.com\/6.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener\">Read Blog<\/a><\/p>\n\n\n\n<p>If your system fulfills the requirements, then let&#8217;s begin installing <a href=\"https:\/\/store.webkul.com\/Akeneo.html\">Akeneo PIM<\/a> Community Edition (CE)<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: You need to run the following command to install the Akeneo version 6.<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">php -d memory_limit=4G \/usr\/local\/bin\/composer create-project --prefer-dist \\ akeneo\/pim-community-standard \/srv\/pim &quot;6.0.*@stable&quot;<\/pre>\n\n\n\n<p>you can change the document root directory&nbsp;<strong>\/srv\/pim<\/strong>&nbsp;according to your preference.<\/p>\n\n\n\n<p>or download an archive containing Akeneo PIM and its PHP dependencies:&nbsp;<a href=\"https:\/\/download.akeneo.com\/pim-community-standard-v6.0-latest-icecat.tar.gz\">https:\/\/download.akeneo.com\/pim-community-standard-v6.0-latest-<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/download.akeneo.com\/pim-community-standard-v6.0-latest-icecat.tar.gz\">icecat.tar.gz<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Initializing Akeneo<\/h2>\n\n\n\n<p><strong>Note<\/strong>: Copy the .env into a local .env and make the configuration in the local .env.<\/p>\n\n\n\n<p>To set up access to your MySQL and ElasticSearch servers, you must modify the local.env file.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">AKENEO_PIM_URL=http:\/\/localhost:8080\nAPP_CONNECTION_ERROR_INDEX_NAME=akeneo_connectivity_connection_error\nAPP_DATABASE_NAME=akeneo_pim\nAPP_DATABASE_PASSWORD=akeneo_pim\nAPP_DATABASE_PORT=null\nAPP_DATABASE_USER=akeneo_pim\nAPP_DEBUG=0\nAPP_DEFAULT_LOCALE=en\nAPP_ENV=prod\nAPP_EVENTS_API_DEBUG_INDEX_NAME=akeneo_connectivity_connection_events_api_debug\nAPP_INDEX_HOSTS=localhost:9200\nAPP_PRODUCT_AND_PRODUCT_MODEL_INDEX_NAME=akeneo_pim_product_and_product_model\nAPP_SECRET=ThisTokenIsNotSoSecretChangeIt\nMAILER_URL=null:\/\/localhost?encryption=tls&amp;auth_mode=login&amp;username=foo&amp;password=bar&amp;sender_address=no-reply@example.com<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step3: Launching the PIM in (pro, dev, or test mode)<\/h3>\n\n\n\n<p>Run all make commands from the PIM root directory, which can be obtained by extracting the archive or by using the composer new project mentioned above.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$ NO_DOCKER=true make<\/pre>\n\n\n\n<p>When this command is complete, you can visit the PIM at <a href=\"http:\/\/localhost:8080\/\">http:\/\/localhost:8080\/<\/a>.<\/p>\n\n\n\n<p>Also Read:<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.akeneo.com\/latest\/migrate_pim\/apply_patch\/apply_patch_ce.html\">How to apply a minor \/ more recent<\/a>&nbsp;<a href=\"https:\/\/webkul.com\/blog\/how-to-apply-a-patch-akeneo\/\">patch Akeneo<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/process-control-in-akeneo\/\">How Setup the job queue daemon<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"support\">Support<\/h3>\n\n\n\n<p>That is all about the\u00a0<strong>Installation <a href=\"https:\/\/webkul.com\/akeneo\/\">Akeneo<\/a> PIM V 6. x<\/strong>. Moreover, if you have any doubts or queries regarding the extension get back to us at\u00a0<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>\u00a0or create a ticket at our\u00a0<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk<\/a>\u00a0system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog&#8217;s goal is to step you through Installation Akeneo PIM V 6. x in a detailed manner. There is two way to install the Akeneo I will describe here&nbsp;Install Akeneo PIM manually You must first review the system requirements before proceeding&nbsp;Read Blog If your system fulfills the requirements, then let&#8217;s begin installing Akeneo PIM <a href=\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":465,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-351999","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installation Akeneo PIM V 6. x || Akeneo 6<\/title>\n<meta name=\"description\" content=\"Installation Akeneo PIM V 6. x the purpose of this blog is to help you with the installation of Akeneo version 4 in a descriptive way.\" \/>\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\/installation_akeneo_pim_v6-x\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installation Akeneo PIM V 6. x || Akeneo 6\" \/>\n<meta property=\"og:description\" content=\"Installation Akeneo PIM V 6. x the purpose of this blog is to help you with the installation of Akeneo version 4 in a descriptive way.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\" \/>\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=\"2022-09-14T10:48:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-27T13:05:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Deepak Kumar\" \/>\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=\"Deepak Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\"},\"author\":{\"name\":\"Deepak Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/73b6377eefe0e14e3d7f54cb58252c6d\"},\"headline\":\"Installation Akeneo PIM V 6. x\",\"datePublished\":\"2022-09-14T10:48:22+00:00\",\"dateModified\":\"2024-02-27T13:05:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\"},\"wordCount\":271,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\",\"url\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\",\"name\":\"Installation Akeneo PIM V 6. x || Akeneo 6\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2022-09-14T10:48:22+00:00\",\"dateModified\":\"2024-02-27T13:05:55+00:00\",\"description\":\"Installation Akeneo PIM V 6. x the purpose of this blog is to help you with the installation of Akeneo version 4 in a descriptive way.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installation Akeneo PIM V 6. x\"}]},{\"@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\/73b6377eefe0e14e3d7f54cb58252c6d\",\"name\":\"Deepak Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?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\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Deepak Kumar\"},\"description\":\"Deepak Kumar is an experienced Quality Analyst specializing in the Akeneo platform. With expertise in software testing and analyzing requirements in product information management and product data, he ensures high-quality, reliable solutions that optimize data accuracy and enhance business performance.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/deepak-kumar751\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installation Akeneo PIM V 6. x || Akeneo 6","description":"Installation Akeneo PIM V 6. x the purpose of this blog is to help you with the installation of Akeneo version 4 in a descriptive way.","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\/installation_akeneo_pim_v6-x\/","og_locale":"en_US","og_type":"article","og_title":"Installation Akeneo PIM V 6. x || Akeneo 6","og_description":"Installation Akeneo PIM V 6. x the purpose of this blog is to help you with the installation of Akeneo version 4 in a descriptive way.","og_url":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2022-09-14T10:48:22+00:00","article_modified_time":"2024-02-27T13:05:55+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Deepak Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Deepak Kumar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/"},"author":{"name":"Deepak Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/73b6377eefe0e14e3d7f54cb58252c6d"},"headline":"Installation Akeneo PIM V 6. x","datePublished":"2022-09-14T10:48:22+00:00","dateModified":"2024-02-27T13:05:55+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/"},"wordCount":271,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/","url":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/","name":"Installation Akeneo PIM V 6. x || Akeneo 6","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2022-09-14T10:48:22+00:00","dateModified":"2024-02-27T13:05:55+00:00","description":"Installation Akeneo PIM V 6. x the purpose of this blog is to help you with the installation of Akeneo version 4 in a descriptive way.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/installation_akeneo_pim_v6-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Installation Akeneo PIM V 6. x"}]},{"@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\/73b6377eefe0e14e3d7f54cb58252c6d","name":"Deepak Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?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\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Deepak Kumar"},"description":"Deepak Kumar is an experienced Quality Analyst specializing in the Akeneo platform. With expertise in software testing and analyzing requirements in product information management and product data, he ensures high-quality, reliable solutions that optimize data accuracy and enhance business performance.","url":"https:\/\/webkul.com\/blog\/author\/deepak-kumar751\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/351999","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\/465"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=351999"}],"version-history":[{"count":22,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/351999\/revisions"}],"predecessor-version":[{"id":424740,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/351999\/revisions\/424740"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=351999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=351999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=351999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}