{"id":7612,"date":"2026-01-20T22:25:20","date_gmt":"2026-01-20T16:55:20","guid":{"rendered":"https:\/\/xenaxcloud.com\/blog\/?p=7612"},"modified":"2026-01-20T22:25:20","modified_gmt":"2026-01-20T16:55:20","slug":"scp-to-different-port","status":"publish","type":"post","link":"https:\/\/xenaxcloud.com\/blog\/scp-to-different-port\/","title":{"rendered":"SCP to Different Port: Secure File Transfer Guide for Modern Servers"},"content":{"rendered":"\n<p>Secure file transfer is a daily task for developers, system administrators, and businesses managing servers worldwide. When default SSH settings change for security or performance reasons, knowing <strong><a href=\"https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:7419422162073284608\" target=\"_blank\" rel=\"noopener\">scp to different port<\/a><\/strong> becomes essential. Many servers do not use port 22 anymore to reduce brute-force attacks and improve security posture.<\/p>\n\n\n\n<p>This topic matters globally because secure data transfer underpins modern infrastructure. From application deployments to backups and migrations, SCP remains a trusted method. Indian hosting infrastructure plays a strong role here. It offers cost-effective servers, low latency across Asia, competitive global speeds, strong compliance standards, and easy scalability for international businesses. Understanding how scp to different port works ensures smooth operations in real-world server environments.<\/p>\n\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/xenaxcloud.com\/blog\/wp-content\/uploads\/2026\/01\/SCP-to-Different-Port-1024x576.png\" alt=\"SCP to Different Port\" class=\"wp-image-7613\" srcset=\"https:\/\/xenaxcloud.com\/blog\/wp-content\/uploads\/2026\/01\/SCP-to-Different-Port-1024x576.png 1024w, https:\/\/xenaxcloud.com\/blog\/wp-content\/uploads\/2026\/01\/SCP-to-Different-Port-300x169.png 300w, https:\/\/xenaxcloud.com\/blog\/wp-content\/uploads\/2026\/01\/SCP-to-Different-Port-768x432.png 768w, https:\/\/xenaxcloud.com\/blog\/wp-content\/uploads\/2026\/01\/SCP-to-Different-Port.png 1120w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding SCP and Why Port Configuration Matters<\/h2>\n\n\n\n<p>SCP, or Secure Copy Protocol, is built on SSH and allows encrypted file transfers between systems. By default, SCP uses SSH port 22. However, many administrators configure SSH to run on a custom port to reduce automated attacks.<\/p>\n\n\n\n<p>When SSH runs on a non-default port, standard SCP commands fail unless you specify the correct port. That is where scp to different port becomes important. It ensures uninterrupted file transfers even on hardened servers.<\/p>\n\n\n\n<p>This simple adjustment improves security without complicating workflows, making it a best practice for modern hosting setups.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Indian Servers Are a Smart Choice for Secure Transfers<\/h2>\n\n\n\n<p>Indian servers are increasingly chosen by global users for secure workloads. Their geographic position ensures low latency across Asia and competitive routing to Europe and North America.<\/p>\n\n\n\n<p>Cost-efficiency allows businesses to allocate more resources to security and performance rather than overhead. Compliance-focused data centers support secure SSH configurations and encrypted transfers.<\/p>\n\n\n\n<p>For users frequently using scp to different port, reliable connectivity and stable uptime make Indian hosting a practical and scalable choice.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Choose the Right Hosting Plan for SCP Usage<\/h2>\n\n\n\n<p>Before diving deep into scp to different port, choosing the right hosting environment matters. Shared hosting often restricts SSH access or custom ports. VPS and dedicated servers provide full control.<\/p>\n\n\n\n<p>If your workflow includes frequent file transfers, automation, or backups, VPS hosting is the most suitable option. It allows custom SSH ports, firewall rules, and performance tuning.<\/p>\n\n\n\n<p>The most contextually relevant internal link for this topic is VPS hosting:<br>\ud83d\udc49 <a href=\"https:\/\/xenaxcloud.com\/vps-server\/\">https:\/\/xenaxcloud.com\/vps-server\/<\/a><\/p>\n\n\n\t\t<div data-elementor-type=\"container\" data-elementor-id=\"5320\" class=\"elementor elementor-5320\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2bc217 e-flex e-con-boxed e-con e-parent\" data-id=\"f2bc217\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03ee323 elementor-widget elementor-widget-html\" data-id=\"03ee323\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .dark-hosting-card-wrapper {\r\n    font-family: 'Poppins', sans-serif;\r\n    box-sizing: border-box;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    padding: 40px 15px;\r\n    background: #050a15;\r\n  }\r\n\r\n  .dark-hosting-card {\r\n    background: linear-gradient(145deg, #1d2b4a, #0a192f);\r\n    color: #e0e0e0;\r\n    border-radius: 16px;\r\n    padding: 32px;\r\n    width: 100%;\r\n    max-width: 400px;\r\n    border: 1px solid #3a4a6b;\r\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n  }\r\n\r\n  .dark-hosting-card:hover {\r\n    transform: translateY(-8px);\r\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7),\r\n                0 0 25px rgba(192, 192, 192, 0.3);\r\n  }\r\n\r\n  .card-title {\r\n    font-size: 2rem;\r\n    font-weight: 700;\r\n    color: #fff;\r\n    margin-bottom: 4px;\r\n  }\r\n\r\n  .card-subtitle {\r\n    font-size: 1rem;\r\n    color: #c0c0c0;\r\n    margin-bottom: 16px;\r\n  }\r\n\r\n  .card-description {\r\n    font-size: 0.95rem;\r\n    line-height: 1.6;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  .plan-details {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: flex-start;\r\n    flex-wrap: wrap;\r\n    margin-bottom: 30px;\r\n    gap: 15px;\r\n  }\r\n\r\n  .feature-list {\r\n    list-style: none;\r\n    padding: 0;\r\n    margin: 0;\r\n    flex: 1 1 60%;\r\n  }\r\n\r\n  .feature-list li {\r\n    display: flex;\r\n    align-items: center;\r\n    margin-bottom: 12px;\r\n    font-size: 0.95rem;\r\n  }\r\n\r\n  .check-icon {\r\n    width: 22px;\r\n    height: 22px;\r\n    margin-right: 10px;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .price-section {\r\n    text-align: right;\r\n    flex: 1 1 35%;\r\n  }\r\n\r\n  .price-currency {\r\n    font-size: 1.5rem;\r\n    vertical-align: top;\r\n    color: #c0c0c0;\r\n    margin-right: 2px;\r\n  }\r\n\r\n  .price-amount {\r\n    font-size: 2.5rem;\r\n    font-weight: 700;\r\n    color: #fff;\r\n  }\r\n\r\n  .price-period {\r\n    font-size: 0.95rem;\r\n    color: #c0c0c0;\r\n  }\r\n\r\n  .cta-button {\r\n    display: block;\r\n    width: 100%;\r\n    padding: 14px;\r\n    text-align: center;\r\n    text-decoration: none;\r\n    font-size: 1.1rem;\r\n    font-weight: 600;\r\n    border-radius: 8px;\r\n    background: linear-gradient(135deg, #d4d4d4, #a0a0a0);\r\n    color: #0a192f;\r\n    border: none;\r\n    position: relative;\r\n    overflow: hidden;\r\n    transition: box-shadow 0.3s ease;\r\n  }\r\n\r\n  .cta-button::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: -100%;\r\n    width: 50%;\r\n    height: 100%;\r\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);\r\n    transform: skewX(-25deg);\r\n    transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1);\r\n  }\r\n\r\n  .cta-button:hover::before {\r\n    left: 120%;\r\n  }\r\n\r\n  .cta-button:hover {\r\n    box-shadow: 0 0 20px rgba(192, 192, 192, 0.6);\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .dark-hosting-card {\r\n      padding: 24px;\r\n      max-width: 100%;\r\n    }\r\n\r\n    .card-title {\r\n      font-size: 1.75rem;\r\n    }\r\n\r\n    .price-section {\r\n      text-align: left;\r\n    }\r\n\r\n    .plan-details {\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .cta-button {\r\n      font-size: 1rem;\r\n      padding: 12px;\r\n    }\r\n  }\r\n\r\n  @media (min-width: 1024px) {\r\n    .dark-hosting-card-wrapper {\r\n      padding: 60px;\r\n    }\r\n\r\n    .dark-hosting-card {\r\n      max-width: 420px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"dark-hosting-card-wrapper\">\r\n  <div class=\"dark-hosting-card\">\r\n    <div class=\"card-title\">VPS Hosting<\/div>\r\n    <div class=\"card-subtitle\">Power Meets Freedom.<\/div>\r\n    <div class=\"card-description\">\r\n      Dedicated resources, full control, and blazing-fast SSD, Weekly free Snapshots.\r\n    <\/div>\r\n\r\n    <div class=\"plan-details\">\r\n      <ul class=\"feature-list\">\r\n        <li>\r\n          <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n            <circle cx=\"12\" cy=\"12\" r=\"11\" stroke=\"#45AB4E\" stroke-width=\"2\"\/>\r\n            <polyline points=\"17 8 10.5 15 7 11.5\" stroke=\"#c0c0c0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n          4 GB RAM\r\n        <\/li>\r\n\t\t\r\n\t\t<li>\r\n          <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n            <circle cx=\"12\" cy=\"12\" r=\"11\" stroke=\"#45AB4E\" stroke-width=\"2\"\/>\r\n            <polyline points=\"17 8 10.5 15 7 11.5\" stroke=\"#c0c0c0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n          40 GB SSD Storage\r\n        <\/li>\r\n\t\t\r\n        <li>\r\n          <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n            <circle cx=\"12\" cy=\"12\" r=\"11\" stroke=\"#45AB4E\" stroke-width=\"2\"\/>\r\n            <polyline points=\"17 8 10.5 15 7 11.5\" stroke=\"#c0c0c0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n          2 TB Bandwidth\r\n        <\/li>\r\n        <li>\r\n          <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n            <circle cx=\"12\" cy=\"12\" r=\"11\" stroke=\"#45AB4E\" stroke-width=\"2\"\/>\r\n            <polyline points=\"17 8 10.5 15 7 11.5\" stroke=\"#c0c0c0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n          1 IPV4 & IPV6\r\n        <\/li>\r\n      <\/ul>\r\n\r\n      <div class=\"price-section\">\r\n        <span class=\"price-amount\">\u20b9599<\/span>\r\n        <span class=\"price-period\">\/mo<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <a href=\"https:\/\/xenaxcloud.com\/vps-server\/\" class=\"cta-button\">View Plans<\/a>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\n\n\n<p>For beginners or small teams, <strong>KVM VPS 1 \u2014 2 Vcore CPU, 8GB RAM, 40GB Storage, 2TB Bandwidth, $5.99<\/strong> is a balanced starting point. Growing projects can scale to higher plans seamlessly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How SCP to Different Port Works<\/h2>\n\n\n\n<p>The scp to different port command uses the <code>-P<\/code> flag followed by the custom port number. This tells SCP which SSH port to connect to.<\/p>\n\n\n\n<p>For example, if your server uses port 2222, SCP must explicitly target that port. Without this, the connection will fail even if credentials are correct.<\/p>\n\n\n\n<p>Understanding this behavior helps avoid confusion during deployments, migrations, or emergency file transfers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common SCP to Different Port Examples<\/h2>\n\n\n\n<p>Using scp to different port is simple once you know the syntax. The command structure remains the same, with the port specified.<\/p>\n\n\n\n<p>Uploading a file to a remote server using a custom port ensures secure transfer even on hardened servers. Downloading files follows the same logic.<\/p>\n\n\n\n<p>These scp to different port tutorial examples apply across Linux distributions and hosting environments, making them universally useful.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Speed, Uptime, and Security Advantages<\/h2>\n\n\n\n<p>Using scp to different port does not reduce speed by itself. Performance depends on server resources, network quality, and disk I\/O.<\/p>\n\n\n\n<p>Security improves significantly when SSH runs on a non-standard port. It reduces automated attack attempts and lowers log noise.<\/p>\n\n\n\n<p>With reliable uptime and optimized infrastructure, secure file transfers remain consistent even under heavy workloads.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Real-World Use Cases for SCP on Custom Ports<\/h2>\n\n\n\n<p>Developers use scp to different port during application deployments when SSH is hardened. Agencies rely on it for client data transfers and backups.<\/p>\n\n\n\n<p>Businesses migrate websites and databases securely without exposing default ports. System administrators automate transfers using scripts configured with custom ports.<\/p>\n\n\n\n<p>These real-world scenarios show why scp to different port guide knowledge is essential in professional environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Indian Servers Handle Global SCP Traffic Efficiently<\/h2>\n\n\n\n<p>Indian data centers are well-connected to global networks, ensuring stable SSH connections worldwide. This matters when transferring large files or running automated scripts.<\/p>\n\n\n\n<p>Low packet loss and reliable routing ensure scp to different port commands complete without interruptions. This efficiency supports global teams working across time zones.<\/p>\n\n\n\n<p>Indian servers combine performance and affordability, making them ideal for secure file transfer workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scalability Options for Growing Teams<\/h2>\n\n\n\n<p>As projects grow, file sizes and transfer frequency increase. VPS plans allow scaling CPU, RAM, and bandwidth without downtime.<\/p>\n\n\n\n<p>For high-volume transfers, <strong>KVM VPS 3 \u2014 8 Vcore CPU, 32GB RAM, 80GB Storage, 5TB Bandwidth, $17.99<\/strong> offers excellent performance headroom.<\/p>\n\n\n\n<p>Scalability ensures scp to different port workflows remain smooth as business demands evolve.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Comparison: Indian Servers vs Foreign Regions<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-base-3-color has-accent-background-color has-text-color has-background has-link-color has-fixed-layout\"><tbody><tr><th>Feature<\/th><th>India<\/th><th>USA<\/th><th>Canada<\/th><th>Germany<\/th><th>UAE<\/th><\/tr><tr><td>Latency in Asia<\/td><td>Low<\/td><td>High<\/td><td>High<\/td><td>Moderate<\/td><td>Low<\/td><\/tr><tr><td>Global Routing<\/td><td>Competitive<\/td><td>Strong<\/td><td>Strong<\/td><td>Strong<\/td><td>Moderate<\/td><\/tr><tr><td>Security Flexibility<\/td><td>High<\/td><td>High<\/td><td>High<\/td><td>High<\/td><td>Moderate<\/td><\/tr><tr><td>Scalability<\/td><td>Flexible<\/td><td>Flexible<\/td><td>Moderate<\/td><td>Flexible<\/td><td>Moderate<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1768927719660\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What is the difference between Indian VPS and foreign VPS?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Indian VPS offers lower latency in Asia with competitive global performance.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768927754659\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Can Indian servers handle global website traffic?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, they efficiently manage international traffic and secure transfers.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768927759543\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is Indian hosting cost-effective for international users?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Indian hosting provides strong performance at affordable pricing.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768927764554\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How reliable is XenaxCloud hosting?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>XenaxCloud delivers stable uptime with professional support.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768927785283\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How to choose the right server for my business?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Choose based on workload, scalability needs, and security control.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Mastering <strong>scp to different port<\/strong> is a practical skill for secure server management. It ensures encrypted file transfers even when SSH is hardened for security. This knowledge is essential for developers, agencies, and businesses handling sensitive data.<\/p>\n\n\n\n<p>With Indian hosting from XenaxCloud, you gain cost-effective infrastructure, global performance, and flexible scalability. Backed by a <strong>15-day money-back guarantee<\/strong>, XenaxCloud makes it easy to build secure and reliable workflows.<\/p>\n\n\n\n<p>If you are ready to manage servers confidently and securely, choose XenaxCloud today. The latest deals and offers are always available on the <strong>XenaxCloud Offers Page<\/strong>:<br>\ud83d\udc49 <a href=\"https:\/\/xenaxcloud.com\/offers\">https:\/\/xenaxcloud.com\/offers<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Secure file transfer is a daily task for developers, system administrators, and businesses managing servers worldwide. When default SSH settings change for security or performance reasons, knowing scp to different port becomes essential. Many servers do not use port 22 anymore to reduce brute-force attacks and improve security posture. This topic matters globally because secure &#8230; <a title=\"SCP to Different Port: Secure File Transfer Guide for Modern Servers\" class=\"read-more\" href=\"https:\/\/xenaxcloud.com\/blog\/scp-to-different-port\/\" aria-label=\"Read more about SCP to Different Port: Secure File Transfer Guide for Modern Servers\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":7614,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,16],"tags":[],"class_list":["post-7612","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting","category-server"],"_links":{"self":[{"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/posts\/7612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/comments?post=7612"}],"version-history":[{"count":1,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/posts\/7612\/revisions"}],"predecessor-version":[{"id":7615,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/posts\/7612\/revisions\/7615"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/media\/7614"}],"wp:attachment":[{"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/media?parent=7612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/categories?post=7612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xenaxcloud.com\/blog\/wp-json\/wp\/v2\/tags?post=7612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}