{"id":5222,"date":"2024-12-14T08:55:13","date_gmt":"2024-12-14T16:55:13","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=5222"},"modified":"2024-12-14T08:58:21","modified_gmt":"2024-12-14T16:58:21","slug":"how-to-send-email-notifications-when-ping-fails","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=5222","title":{"rendered":"How to Send Email Notifications When PING Fails"},"content":{"rendered":"\n<p>PingInfoView&nbsp;is available to download from here:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.nirsoft.net\/utils\/multiple_ping_tool.html\">PingInfoView &#8211; Ping to multiple host names\/IP addresses<\/a><\/p>\n\n\n\n<p>One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn&#8217;t have an option to send an email message, you can still do it by using the combination of PowerShell script and the &#8216;Execute the following command on failed ping&#8217; option.<\/p>\n\n\n\n<p>First, you have to create a PowerShell script that accepts as parameters the information about the failed ping and then sends it as email message. If you are not a programmer, don&#8217;t worry, here&#8217;s a ready-to-use script that will do this job:<br><\/p>\n\n\n\n<p>$Username = &#8220;YourMailUser&#8221;;<br>$Password = &#8220;YourMailPassword&#8221;;<br>$SendTo = &#8220;sendto@yourdomain.com&#8221;;<br>$MailServer = &#8220;mail.yourdomain.com&#8221;;<br>$HostName = $args[0];<br>$IPAddress = $args[1];<br>$PingStatus = $args[2];<br>$FailedOn = $args[3];<\/p>\n\n\n\n<p>$message = new-object Net.Mail.MailMessage;<br>$message.From = $Username;<br>$message.To.Add($SendTo);<br>$message.Subject = &#8220;Failed Ping On $HostName&#8221; ;<br>$message.Body = &#8220;Information about the failed ping: `r`nHost Name: $HostName`r`nIP Address: $IPAddress`r`nPing Status: $PingStatus`r`nPing Time: $FailedOn&#8221;;<\/p>\n\n\n\n<p>$smtp = new-object Net.Mail.SmtpClient($MailServer, &#8220;587&#8221;);<br>$smtp.EnableSSL = $true;<br>$smtp.Credentials = New-Object System.Net.NetworkCredential($Username, $Password);<br>$smtp.send($message);<\/p>\n\n\n\n<p>Before you use this script, you still have to update the first 4 lines with your email information:<br>First Line &#8211; The user name on your SMTP server for sending the message.<br>Second Line &#8211; The password on your SMTP server for sending the message.<br>Third Line &#8211; The email that will receive the failed ping message.<br>Fourh Line &#8211; The address of your SMTP server for sending the message<\/p>\n\n\n\n<p>After updating the email information, save the script to .ps1 file, for example: send_message_failed_ping.ps1<br>You can use Notepad or any other text editor.<\/p>\n\n\n\n<p>Now you have to update PingInfoView to run the PowerShell script when a ping fails. In PingInfoView, press F9 (&#8216;Advanced Options&#8217; window), select the &#8216;Execute the following command on failed ping&#8217; option and then type the command to run the PowerShell script:&nbsp;<strong>Powershell.exe -executionpolicy remotesigned -File F:\\Scripts\\send_message_failed_ping.ps1 &#8220;%HostName%&#8221; &#8220;%IPAddress%&#8221; &#8220;%LastPingStatus%&#8221; &#8220;%LastFailedOn%&#8221;<\/strong><\/p>\n\n\n\n<p>In the above command example, the script is saved on F:\\Scripts\\send_message_failed_ping.ps1, and obviously you have to put the correct script filename on your system.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.nirsoft.net\/articles\/failed-ping-powershell-send-email-command.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>Assuming that you did everyting correctly &#8211; when a ping fails on PingInfoView, you&#8217;ll receive an email message that looks like this:<br><img decoding=\"async\" src=\"https:\/\/www.nirsoft.net\/articles\/failed-ping-email-message.png\"><\/p>\n\n\n\n<p>Ref: <a href=\"https:\/\/www.nirsoft.net\/articles\/send-email-message-on-failed-ping.html#google_vignette\">How to send email message when a ping fails using the PingInfoView tool<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>PingInfoView&nbsp;is available to download from here: PingInfoView &#8211; Ping to multiple host names\/IP addresses One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn&#8217;t have an option to send an email message, you can still do it by using the <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=5222\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[9,569,14],"tags":[1833,1834],"class_list":["post-5222","post","type-post","status-publish","format-standard","hentry","category-networks","category-others","category-windows-7-8-10","tag-how-to-send-email-notifications-when-ping-fails","tag-pinginfoview"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"PingInfoView is available to download from here: PingInfoView - Ping to multiple host names\/IP addresses One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn&#039;t have an option to send an email message, you can still do it by using the\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"how to send email notifications when ping fails,pinginfoview,networks,others,windows 7\/8\/10\/11\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=5222\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#article\",\"name\":\"How to Send Email Notifications When PING Fails | Summa Lai\",\"headline\":\"How to Send Email Notifications When PING Fails\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.nirsoft.net\\\/articles\\\/failed-ping-powershell-send-email-command.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222\\\/#articleImage\"},\"datePublished\":\"2024-12-14T08:55:13-08:00\",\"dateModified\":\"2024-12-14T08:58:21-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#webpage\"},\"articleSection\":\"Networks, Others, Windows 7\\\/8\\\/10\\\/11, How to Send Email Notifications When PING Fails, PingInfoView\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"position\":2,\"name\":\"Microsoft Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=14#listItem\",\"name\":\"Windows 7\\\/8\\\/10\\\/11\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=14#listItem\",\"position\":3,\"name\":\"Windows 7\\\/8\\\/10\\\/11\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=14\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#listItem\",\"name\":\"How to Send Email Notifications When PING Fails\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#listItem\",\"position\":4,\"name\":\"How to Send Email Notifications When PING Fails\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=14#listItem\",\"name\":\"Windows 7\\\/8\\\/10\\\/11\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222\",\"name\":\"How to Send Email Notifications When PING Fails | Summa Lai\",\"description\":\"PingInfoView is available to download from here: PingInfoView - Ping to multiple host names\\\/IP addresses One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn't have an option to send an email message, you can still do it by using the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5222#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2024-12-14T08:55:13-08:00\",\"dateModified\":\"2024-12-14T08:58:21-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Send Email Notifications When PING Fails | Summa Lai","description":"PingInfoView is available to download from here: PingInfoView - Ping to multiple host names\/IP addresses One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn't have an option to send an email message, you can still do it by using the","canonical_url":"https:\/\/SUMMALAI.COM\/?p=5222","robots":"max-image-preview:large","keywords":"how to send email notifications when ping fails,pinginfoview,networks,others,windows 7\/8\/10\/11","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=5222#article","name":"How to Send Email Notifications When PING Fails | Summa Lai","headline":"How to Send Email Notifications When PING Fails","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.nirsoft.net\/articles\/failed-ping-powershell-send-email-command.png","@id":"https:\/\/SUMMALAI.COM\/?p=5222\/#articleImage"},"datePublished":"2024-12-14T08:55:13-08:00","dateModified":"2024-12-14T08:58:21-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=5222#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=5222#webpage"},"articleSection":"Networks, Others, Windows 7\/8\/10\/11, How to Send Email Notifications When PING Fails, PingInfoView"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=5222#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","position":2,"name":"Microsoft Family","item":"https:\/\/SUMMALAI.COM\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=14#listItem","name":"Windows 7\/8\/10\/11"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=14#listItem","position":3,"name":"Windows 7\/8\/10\/11","item":"https:\/\/SUMMALAI.COM\/?cat=14","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=5222#listItem","name":"How to Send Email Notifications When PING Fails"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=5222#listItem","position":4,"name":"How to Send Email Notifications When PING Fails","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=14#listItem","name":"Windows 7\/8\/10\/11"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=5222#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=5222#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=5222#webpage","url":"https:\/\/SUMMALAI.COM\/?p=5222","name":"How to Send Email Notifications When PING Fails | Summa Lai","description":"PingInfoView is available to download from here: PingInfoView - Ping to multiple host names\/IP addresses One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn't have an option to send an email message, you can still do it by using the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=5222#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2024-12-14T08:55:13-08:00","dateModified":"2024-12-14T08:58:21-08:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"5222","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-12-14 16:49:38","updated":"2024-12-14 16:58:21","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=10\" title=\"Microsoft Family\">Microsoft Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=14\" title=\"Windows 7\/8\/10\/11\">Windows 7\/8\/10\/11<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Send Email Notifications When PING Fails\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Microsoft Family","link":"https:\/\/SUMMALAI.COM\/?cat=10"},{"label":"Windows 7\/8\/10\/11","link":"https:\/\/SUMMALAI.COM\/?cat=14"},{"label":"How to Send Email Notifications When PING Fails","link":"https:\/\/SUMMALAI.COM\/?p=5222"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5222"}],"version-history":[{"count":2,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5222\/revisions"}],"predecessor-version":[{"id":5225,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5222\/revisions\/5225"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}