{"id":284,"date":"2016-10-07T17:49:41","date_gmt":"2016-10-07T14:49:41","guid":{"rendered":"https:\/\/web-mng.iptp.com\/?page_id=284"},"modified":"2026-01-14T11:12:02","modified_gmt":"2026-01-14T08:12:02","slug":"weathermap","status":"publish","type":"page","link":"https:\/\/www.iptp.us\/pt_PT\/iptp-tools\/weathermap\/","title":{"rendered":"Weathermap (Mapa do tempo)"},"content":{"rendered":"<p>\t\t\t<!-- \r\n<link rel=\"stylesheet\" target=\"_blank\" href=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.css\" \/>\r\n<script src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/jquery-ui.min.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/imgViewer2.js\"><\/script> -->\r\n\t\t\t<!-- <div class=\"wrap-img zoom-magnify\"> -->\r\n\t\t\t<\/p><div class=\"wrap-img\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-arrows-alt\" aria-hidden=\"true\"><\/i><\/button><img class=\"img-zooms img-zoom-small lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"https:\/\/cacti.iptp.net\/cacti\/plugins\/weathermap\/output\/weathermap.png\">\r\n\t\t\t\t<div class=\"zoom-large\" style=\"--background: url('https:\/\/cacti.iptp.net\/cacti\/plugins\/weathermap\/output\/weathermap.png')\"><\/div>\r\n\t\t\t<\/div><div class=\"pos-full-width div-toggle-js weathermap\" align=\"center\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-close\" aria-hidden=\"true\"><\/i><\/button> <img class=\"img-zoom-large lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"https:\/\/cacti.iptp.net\/cacti\/plugins\/weathermap\/output\/weathermap.png\">\r\n\t\t\t<\/div><script>\r\n\t\t\t\tjQuery(function($){\r\n\t\t\t\t$(document).ready(function () {\r\n\t\t\t\t\tvar native_width = 0;\r\n\r\n\t\t\t\t\tvar native_height = 0;\r\n\r\n\t\t\t\t\t\/\/Now the mousemove function\r\n\r\n\t\t\t\t\t$(\".zoom-magnify\").mousemove(function (e) {\r\n\t\t\t\t\t\/\/When the user hovers on the image, the script will first calculate\r\n\r\n\t\t\t\t\t\/\/the native dimensions if they don't exist. Only after the native dimensions\r\n\r\n\t\t\t\t\t\/\/are available, the script will show the zoomed version.\r\n\r\n\t\t\t\t\tif (!native_width && !native_height) {\r\n\t\t\t\t\t\t\/\/This will create a new image object with the same image as that in .small\r\n\r\n\t\t\t\t\t\t\/\/We cannot directly get the dimensions from .small because of the\r\n\r\n\t\t\t\t\t\t\/\/width specified to 200px in the html. To get the actual dimensions we have\r\n\r\n\t\t\t\t\t\t\/\/created this image object.\r\n\r\n\t\t\t\t\t\tvar image_object = new Image();\r\n\r\n\t\t\t\t\t\timage_object.src = $(\".img-zoom-small\").attr(\"src\");\r\n\r\n\t\t\t\t\t\t\/\/This code is wrapped in the .load function which is important.\r\n\r\n\t\t\t\t\t\t\/\/width and height of the object would return 0 if accessed before\r\n\r\n\t\t\t\t\t\t\/\/the image gets loaded.\r\n\r\n\t\t\t\t\t\tnative_width = image_object.width;\r\n\r\n\t\t\t\t\t\tnative_height = image_object.height;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\/\/x\/y coordinates of the mouse\r\n\r\n\t\t\t\t\t\t\/\/This is the position of .magnify with respect to the document.\r\n\r\n\t\t\t\t\t\tvar magnify_offset = $(this).offset();\r\n\r\n\t\t\t\t\t\t\/\/We will deduct the positions of .magnify from the mouse positions with\r\n\r\n\t\t\t\t\t\t\/\/respect to the document to get the mouse positions with respect to the\r\n\r\n\t\t\t\t\t\t\/\/container(.magnify)\r\n\r\n\t\t\t\t\t\tvar mx = e.pageX - magnify_offset.left;\r\n\r\n\t\t\t\t\t\tvar my = e.pageY - magnify_offset.top;\r\n\r\n\t\t\t\t\t\t\/\/Finally the code to fade out the glass if the mouse is outside the container\r\n\r\n\t\t\t\t\t\tif (mx < $(this).width() && my < $(this).height() && mx > 0 && my > 0) {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeIn(100);\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeOut(100);\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\tif ($(\".zoom-large\").is(\":visible\")) {\r\n\t\t\t\t\t\t\/\/The background position of .large will be changed according to the position\r\n\r\n\t\t\t\t\t\t\/\/of the mouse over the .small image. So we will get the ratio of the pixel\r\n\r\n\t\t\t\t\t\t\/\/under the mouse pointer with respect to the image and use that to position the\r\n\r\n\t\t\t\t\t\t\/\/large image inside the magnifying glass\r\n\r\n\t\t\t\t\t\tvar rx = Math.round((mx \/ $(\".img-zoom-small\").width()) * native_width - $(\".zoom-large\").width() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar ry = Math.round((my \/ $(\".img-zoom-small\").height()) * native_height - $(\".zoom-large\").height() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar bgp = rx + \"px \" + ry + \"px\";\r\n\r\n\t\t\t\t\t\t\/\/Time to move the magnifying glass with the mouse\r\n\r\n\t\t\t\t\t\tvar px = mx - $(\".zoom-large\").width() \/ 2;\r\n\r\n\t\t\t\t\t\tvar py = my - $(\".zoom-large\").height() \/ 2;\r\n\r\n\t\t\t\t\t\t\/\/Now the glass moves with the mouse\r\n\r\n\t\t\t\t\t\t\/\/The logic is to deduct half of the glass's width and height from the\r\n\r\n\t\t\t\t\t\t\/\/mouse coordinates to place it with its center at the mouse coordinates\r\n\r\n\t\t\t\t\t\t\/\/If you hover on the image now, you should see the magnifying glass in action\r\n\r\n\t\t\t\t\t\t$(\".zoom-large\").css({ left: px, top: py, backgroundPosition: bgp });\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t\t<\/script><br><div class=\"lg-links\">\r\n<a href=\"https:\/\/stat.ripe.net\/AS41095\" target=\"_blank\">RIPE<\/a> <a href=\"https:\/\/asrank.caida.org\/asns?asn=41095\" target=\"_blank\">ASRank<\/a> <a href=\"https:\/\/radar.qrator.net\/as41095\" target=\"_blank\">RADAR<\/a> <a href=\"https:\/\/www.peeringdb.com\/asn\/41095\" target=\"_blank\">PeeringDB<\/a>\r\n<\/div><section class=\"mt-5\">\n<div class=\"p-2 bg-primary rounded mb-4\">\n<div class=\"row g-0\">\n<div class=\"col-12 col-lg-4 ps-0 bp-sidebar pe-2\">\n<div class=\"nav bp-nav flex-column nav-pills\" id=\"v-pills-tab\" role=\"tablist\" aria-orientation=\"vertical\">\n<div class=\"bg-white rounded p-2 d-flex flex-nowrap align-items-center mb-4\">\n<div><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"wmap\" data-src=\"\/wp-content\/uploads\/wmap-icon2.svg\" class=\"lazy\"><\/div>\n<h2 class=\"ps-4 text-secondary my-0\">SOBRE O<br>WEATHERMAP<\/h2>\n<\/div>\n<p>               <button class=\"nav-link text-start active\" id=\"bp-tab-sec1\" data-bs-toggle=\"pill\" data-bs-target=\"#bp-content-sec1\" type=\"button\" role=\"tab\" aria-controls=\"v-pills-home\" aria-selected=\"true\">DEFINI&Ccedil;&Atilde;O DO WEATHERMAP<\/button><br>\n               <button class=\"nav-link text-start js-bp-tab-sec2-target\" id=\"bp-tab-sec2\" data-bs-toggle=\"pill\" data-bs-target=\"#bp-content-sec2\" type=\"button\" role=\"tab\" aria-controls=\"v-pills-profile\" aria-selected=\"false\">OS BENEF&Iacute;CIOS DA FERRAMENTA WEATHERMAP<\/button><br>\n               <button class=\"nav-link text-start js-bp-tab-sec3-target\" id=\"bp-tab-sec3\" data-bs-toggle=\"pill\" data-bs-target=\"#bp-content-sec3\" type=\"button\" role=\"tab\" aria-controls=\"v-pills-disabled\" aria-selected=\"false\">DENTRO DA FERRAMENTA WEATHERMAP<\/button><br>\n               <button class=\"nav-link text-start js-bp-tab-sec4-target\" id=\"bp-tab-sec4\" data-bs-toggle=\"pill\" data-bs-target=\"#bp-content-sec4\" type=\"button\" role=\"tab\" aria-controls=\"v-pills-messages\" aria-selected=\"false\">COMO LER E ENTENDER A FERRAMENTA WEATHERMAP<\/button>\n            <\/p><\/div>\n<\/div>\n<div class=\"col-12 col-lg-8 p-3 p-lg-4 bp-content bg-white rounded\">\n<div class=\"tab-content\" id=\"v-pills-tabContent\">\n<div class=\"tab-pane fade show active\" id=\"bp-content-sec1\" role=\"tabpanel\" aria-labelledby=\"bp-tab-sec1\" tabindex=\"0\">\n<div class=\"text-center mt-5\">\n<div><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" width=\"166\" heigh=\"166\" alt=\"wmap\" data-src=\"\/wp-content\/uploads\/wmap-icon1.svg\" class=\"lazy\"><\/div>\n<\/div>\n<h2 class=\"text-center mb-5\">DEFINI&Ccedil;&Atilde;O DO WEATHERMAP<\/h2>\n<p>Qualquer novato no mundo das Telecom, ao ver este Weathermap pela 1&ordf; vez, pode ter v&aacute;rias confus&otilde;es. Portanto, na pr&oacute;xima parte, a IPTP Networks explicar&aacute; a defini&ccedil;&atilde;o deste Weathermap, seus benef&iacute;cios, detalhes mostrados no mapa, bem como como ler e entender perfeitamente a ferramenta.<\/p>\n<p>O Weathermap &eacute; um mapa de rede que visualiza o desempenho da rede e os fluxos de tr&aacute;fego em tempo real de uma organiza&ccedil;&atilde;o, neste caso, IPTP Networks.<\/p>\n<p>A ferramenta Weathermap n&atilde;o est&aacute; apenas trazendo muitos benef&iacute;cios para provedores de Internet, mas tamb&eacute;m &eacute; amplamente utilizada por Trocas de Internet, empresas de telecomunica&ccedil;&otilde;es, redes educacionais nacionais de Internet (por exemplo, Eduroam na Europa), servi&ccedil;os financeiros, ag&ecirc;ncias governamentais, al&eacute;m de universidades e escolas.<\/p>\n<p class=\"text-md-end text-center\"><button class=\"btn text-uppercase js-bp-tab-sec1 page--next\"><\/button><\/p>\n<\/div>\n<div class=\"tab-pane fade\" id=\"bp-content-sec2\" role=\"tabpanel\" aria-labelledby=\"bp-tab-sec2\" tabindex=\"0\">\n<div class=\"text-center mt-5\">\n<div><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" width=\"166\" heigh=\"166\" alt=\"wmap\" data-src=\"\/wp-content\/uploads\/wmap-icon1.svg\" class=\"lazy\"><\/div>\n<\/div>\n<h2 class=\"text-center mb-5\">OS BENEF&Iacute;CIOS DA FERRAMENTA WEATHERMAP<\/h2>\n<p>Como uma ferramenta de visualiza&ccedil;&atilde;o do desempenho da rede, o Weathermap da IPTP Networks &eacute; constantemente atualizado a cada 5 minutos para garantir que os usu&aacute;rios sempre tenham as &uacute;ltimas not&iacute;cias sobre o status do nosso sistema e o tr&aacute;fego das rotas em tempo real.<\/p>\n<p>Al&eacute;m disso, verificando a ferramenta Weathermap quando ocorre algum problema, voc&ecirc; consegue detectar rapidamente qual conex&atilde;o est&aacute; sendo utilizada por muitas pessoas, causando a situa&ccedil;&atilde;o de &laquo;engarrafamento&raquo; naquele momento. Gra&ccedil;as a ele, voc&ecirc; pode mudar para outra rota &laquo;menos movimentada&raquo; e resolver o problema a tempo.<\/p>\n<p class=\"text-md-end text-center\"><button class=\"btn text-uppercase js-bp-tab-sec2 page--next\"><\/button><\/p>\n<\/div>\n<div class=\"tab-pane fade\" id=\"bp-content-sec3\" role=\"tabpanel\" aria-labelledby=\"bp-tab-sec3\" tabindex=\"0\">\n<h2>DENTRO DA FERRAMENTA WEATHERMAP<\/h2>\n<p>Para nos familiarizarmos melhor com esta ferramenta, vamos nos aprofundar nos elementos dentro dela. No geral, o mapa de rede Weathermap do IPTP Networks tem a seguinte apar&ecirc;ncia:<\/p>\n<p class=\"text-center mb-4\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"overview\" class=\"img-fluid lazy\" data-src=\"\/wp-content\/uploads\/overview.jpg\"><\/p>\n<div class=\"row g-4 mb-5\">\n<div class=\"col-12 col-md-2 text-center\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"column\" data-src=\"\/wp-content\/uploads\/column.jpg\" class=\"lazy\"><\/div>\n<div class=\"col-12 col-md-10 pt-4\">\n<p><strong>Em detalhes, as informa&ccedil;&otilde;es mostradas atrav&eacute;s do Weathermap incluem:<\/strong><\/p>\n<p>&ndash; A coluna &laquo;Carga&raquo; de 0% a 100% (como mostrado na figura abaixo) ajuda o usu&aacute;rio a saber quanta capacidade (em porcentagem) de uma conex&atilde;o est&aacute; sendo usada. Para garantir um trabalho tranquilo e conveniente, voc&ecirc; deve escolher apenas qualquer rota na cor roxa ou azul, o que significa que o n&iacute;vel de &laquo;carga&raquo; &eacute; de apenas 0% a 50%.<\/p>\n<\/div>\n<\/div>\n<div class=\"row g-4 mb-5\">\n<div class=\"col-12 col-md-4 order-md-2\">\n<div class=\"text-center\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"datacenter\" data-src=\"\/wp-content\/uploads\/datacenter.png\" class=\"lazy\"><\/div>\n<\/div>\n<div class=\"col-12 col-md-8 order-md-1\">&ndash; O nome dos IXPs, centro de dados ou qualquer ponto semelhante onde uma conex&atilde;o come&ccedil;a ou termina. A figura de exemplo a seguir descreve o data center Nikhef (328) em Amsterd&atilde;, Holanda, que &eacute; indicado como &ldquo;328.nkf.ams.nl&rdquo;.<\/div>\n<\/div>\n<div class=\"row g-4 mb-5\">\n<div class=\"col-12 col-md-4\">\n<div class=\"text-center\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"line\" data-src=\"\/wp-content\/uploads\/line.png\" class=\"lazy\"><\/div>\n<\/div>\n<div class=\"col-12 col-md-8\">&ndash; O n&iacute;vel de carga de uma rota &eacute; representado por sua cor. Al&eacute;m disso, a lat&ecirc;ncia dessa linha tamb&eacute;m est&aacute; inclu&iacute;da no mapa. Na imagem abaixo, podemos ver facilmente a conex&atilde;o de &ldquo;tc1.stk.se&rdquo; para &ldquo;327.nkf.ams.nl&rdquo; com uma lat&ecirc;ncia de 10ms destacada em roxo, o que &eacute; um bom n&iacute;vel (referindo-se ao Coluna &ldquo;Carga &ldquo;).<\/div>\n<\/div>\n<p class=\"text-md-end text-center\"><button class=\"btn text-uppercase js-bp-tab-sec3 page--next\"><\/button><\/p>\n<\/div>\n<div class=\"tab-pane fade\" id=\"bp-content-sec4\" role=\"tabpanel\" aria-labelledby=\"bp-tab-sec4\" tabindex=\"0\">\n<h2>COMO LER E ENTENDER A FERRAMENTA WEATHERMAP<\/h2>\n<p>Ent&atilde;o, basicamente, voc&ecirc; sempre ver&aacute; as conex&otilde;es de rede ilustradas conforme abaixo ao abrir a ferramenta Weathermap:<\/p>\n<div class=\"row g-4 my-5\">\n<div class=\"col-12 col-md-7 order-md-2\">\n<div class=\"text-center\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"network-illustration\" data-src=\"\/wp-content\/uploads\/network-illustration.jpg\" class=\"lazy\"><\/div>\n<\/div>\n<div class=\"col-12 col-md-5 order-md-1\">Com base nas explica&ccedil;&otilde;es acima, podemos entender facilmente que a rota roxa de &ldquo;1ws.lax.us&rdquo; para &ldquo;eq.da3.us&rdquo; com 16 ms de lat&ecirc;ncia est&aacute; em perfeitas condi&ccedil;&otilde;es. O link de &ldquo;1ws.lax.us&rdquo; para &ldquo;eq.la1.us&rdquo; tem a cor verde, o que tamb&eacute;m &eacute; bom j&aacute; que nem toda sua capacidade foi utilizada. E o caminho de &ldquo;1ws.lax.us&rdquo; para LUMEN tem duas dire&ccedil;&otilde;es coloridas em azul, ciano ou roxo, provando que ambas s&atilde;o &laquo;vazias&raquo; o suficiente para que os usu&aacute;rios possam escolher livremente qual usar de acordo com suas prefer&ecirc;ncias.<\/div>\n<\/div>\n<p class=\"text-md-end text-center\"><button class=\"btn text-uppercase js-bp-tab-sec4 page--next page--prev\"><\/button><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"row\">\n<div class=\"col-12 col-md-6\">\n<div class=\"box1 p-3 p-lg-5 h-100\">\n            Al&eacute;m disso, para saber mais sobre a lat&ecirc;ncia transcontinental de cada rota exigente, sinta-se &agrave; vontade para visitar nossa ferramenta Best Path.\n<div class=\"mt-4 text-center\"><a href=\"https:\/\/www.iptp.us\/pt_PT\/iptp-tools\/best-path\/\" class=\"btn btn-secondary fs-4 text-white py-2 px-5 rounded-pill\" target=\"_blank\" rel=\"noopener\">BEST PATH<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6\">\n<div class=\"box1 p-3 p-lg-5 h-100\">\n            Al&eacute;m disso, se voc&ecirc; est&aacute; procurando uma solu&ccedil;&atilde;o Ethernet perfeita para suas necessidades de WAN privada, leia mais sobre nosso servi&ccedil;o EoMPLS Pseudowire em:\n<div class=\"mt-4 text-center\"><a href=\"https:\/\/www.iptp.us\/pt_PT\/network\/connectivity-services\/eompls-pseudowire-service\/\" class=\"btn btn-secondary fs-4 text-white py-2 px-5 rounded-pill\" target=\"_blank\" rel=\"noopener\">EoMPLS<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>   <script>jQuery(function(c){c(document).ready(function(){c(\".js-bp-tab-sec1\").on(\"click\",function(){c(\".js-bp-tab-sec2-target\").trigger(\"click\")}),c(\".js-bp-tab-sec2\").on(\"click\",function(){c(\".js-bp-tab-sec3-target\").trigger(\"click\")}),c(\".js-bp-tab-sec3\").on(\"click\",function(){c(\".js-bp-tab-sec4-target\").trigger(\"click\")}),c(\".js-bp-tab-sec4\").on(\"click\",function(){c(\".js-bp-tab-sec3-target\").trigger(\"click\")})})})<\/script><\/p>\n<h3 class=\"text-noraml text-primary fs-4 mt-5\">CONTATO<\/h3>\n<p>Se voc&ecirc; tiver um problema com este, entre em contato conosco em <a><span class=\"sp-user\">cs<\/span><span class=\"sp-domain\">iptp.net<\/span><\/a> ou use o bot&atilde;o &ldquo;<a href=\"javascript:popupchat()\">Live Assistant<\/a>&rdquo; no canto inferior direito da p&aacute;gina.<\/p>\n<\/section>\n","protected":false},"excerpt":{"rendered":"\n<p> <span id=\"result_box\" class=\"short_text\" lang=\"pt\"...\n<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":276,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/pages\/284"}],"collection":[{"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":195,"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/pages\/284\/revisions"}],"predecessor-version":[{"id":38895,"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/pages\/284\/revisions\/38895"}],"up":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/pages\/276"}],"wp:attachment":[{"href":"https:\/\/www.iptp.us\/pt_PT\/wp-json\/wp\/v2\/media?parent=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}