{"id":932,"date":"2026-05-06T18:29:46","date_gmt":"2026-05-06T18:29:46","guid":{"rendered":"https:\/\/googlecumbia.metricavisual.com\/?page_id=932"},"modified":"2026-06-21T16:58:39","modified_gmt":"2026-06-21T16:58:39","slug":"simpson","status":"publish","type":"page","link":"https:\/\/googlecumbia.metricavisual.com\/?page_id=932","title":{"rendered":"SIMPSON"},"content":{"rendered":"\n<iframe src='https:\/\/ssh101.com\/securelive\/index.php?id=simplat' frameborder=0 scrolling=no align=middle width=852 height=480 webkitallowfullscreen mozallowfullscreen allowfullscreen><\/iframe>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<iframe src='https:\/\/ssh101.com\/securelive\/index.php?id=simptestnews' frameborder=0 scrolling=no align=middle width=852 height=480 webkitallowfullscreen mozallowfullscreen allowfullscreen><\/iframe>\n\n\n\n<!-- CORRECCIONES REALIZADAS:\n\u2714 Se elimin\u00f3 el bot\u00f3n HTML mal colocado dentro del CSS\n\u2714 Se corrigi\u00f3 el error del HLS\/video\n\u2714 Se arregl\u00f3 el cierre de llaves y par\u00e9ntesis\n\u2714 Se corrigi\u00f3 loadStation()\n\u2714 Se eliminaron algunos canales repetidos\n\u2714 Se dejaron solo enlaces m\u00e1s estables\n\u2714 Se mejor\u00f3 el reproductor M3U8\n\u2714 Se agreg\u00f3 control de errores\n-->\n\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\" rel=\"stylesheet\">\n\n<style>\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n  font-family:Arial,sans-serif;\n  background:#111;\n  color:#fff;\n  padding:20px;\n}\n\n.container{\n  max-width:480px;\n  margin:auto;\n  background:#1f2937;\n  border-radius:20px;\n  padding:20px;\n}\n\n.radio-header{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  margin-bottom:20px;\n}\n\n.radio-header h1{\n  color:#ec4899;\n}\n\n.live{\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n\n.live-dot{\n  width:12px;\n  height:12px;\n  background:#22c55e;\n  border-radius:50%;\n}\n\n.station-banner{\n  text-align:center;\n  margin-bottom:20px;\n}\n\n.station-banner img{\n  width:160px;\n  height:160px;\n  border-radius:20px;\n  object-fit:cover;\n}\n\n.station-info h2{\n  margin-top:10px;\n}\n\n.controls{\n  display:flex;\n  justify-content:center;\n  gap:20px;\n  margin:20px 0;\n}\n\n.btn{\n  width:60px;\n  height:60px;\n  border:none;\n  border-radius:50%;\n  cursor:pointer;\n  background:#374151;\n  color:#fff;\n  font-size:22px;\n}\n\n.btn.play{\n  background:#ec4899;\n  width:75px;\n  height:75px;\n}\n\n#btn-video{\n  width:100%;\n  padding:12px;\n  border:none;\n  border-radius:12px;\n  background:#8b5cf6;\n  color:#fff;\n  cursor:pointer;\n  font-size:16px;\n}\n\n.playlist{\n  margin-top:20px;\n}\n\n.station-list{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.station-item{\n  background:#374151;\n  border-radius:12px;\n  padding:10px;\n  text-align:center;\n  cursor:pointer;\n}\n\n.station-item.active{\n  background:#ec4899;\n}\n\n.station-item img{\n  width:70px;\n  height:70px;\n  object-fit:cover;\n  border-radius:12px;\n  margin-bottom:10px;\n}\n\n\/* MODAL VIDEO *\/\n\n#modal-video{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  justify-content:center;\n  align-items:center;\n  z-index:9999;\n}\n\n#modal-video.show{\n  display:flex;\n}\n\n#modal-video-content{\n  width:90%;\n  max-width:900px;\n  aspect-ratio:16\/9;\n  background:#000;\n  position:relative;\n}\n\n#video-player{\n  width:100%;\n  height:100%;\n}\n\n#cerrar-video{\n  position:absolute;\n  top:10px;\n  right:10px;\n  width:40px;\n  height:40px;\n  border:none;\n  border-radius:50%;\n  background:#ec4899;\n  color:#fff;\n  font-size:22px;\n  cursor:pointer;\n  z-index:10;\n}\n<\/style>\n\n<div class=\"container\">\n\n  <header class=\"radio-header\">\n    <h1>Radio + TV Player<\/h1>\n\n    <div class=\"live\">\n      <div class=\"live-dot\"><\/div>\n      EN VIVO\n    <\/div>\n  <\/header>\n\n  <div class=\"station-banner\">\n    <img decoding=\"async\" id=\"station-logo\" src=\"\">\n    \n    <div class=\"station-info\">\n      <h2 id=\"station-name\"><\/h2>\n      <p id=\"station-freq\"><\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"controls\">\n    <button class=\"btn\" onclick=\"prevStation()\">\n      <i class=\"fas fa-backward\"><\/i>\n    <\/button>\n\n    <button class=\"btn play\" id=\"play-btn\">\n      <i id=\"play-icon\" class=\"fas fa-play\"><\/i>\n    <\/button>\n\n    <button class=\"btn\" onclick=\"nextStation()\">\n      <i class=\"fas fa-forward\"><\/i>\n    <\/button>\n  <\/div>\n\n  <button id=\"btn-video\">\n    \u25b6 VER CANAL TV\n  <\/button>\n\n  <div class=\"playlist\">\n    <div id=\"station-list\" class=\"station-list\"><\/div>\n  <\/div>\n\n<\/div>\n\n<audio id=\"audio\"><\/audio>\n\n<!-- MODAL -->\n\n<div id=\"modal-video\">\n\n  <div id=\"modal-video-content\">\n\n    <button id=\"cerrar-video\">\u00d7<\/button>\n\n    <video id=\"video-player\" controls=\"\" autoplay=\"\" playsinline=\"\">\n    <\/video>\n\n  <\/div>\n\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/hls.js@latest\"><\/script>\n\n<script>\n\nconst stations = [\n\n{\nname:\"LA VOZ PERU\",\nfreq:\"TV EN LINEA\",\nurl:\"https:\/\/stream.zeno.fm\/jqmfghcszwlvv\",\nlogo:\"https:\/\/i.postimg.cc\/85z90095\/radio-la-voz-peru-la-firme.png\",\ntv:\"https:\/\/lbgo.bozztv.com\/ssh101\/ssh101\/wowdocumentary\/chunks.m3u8?lb_backend_hint=6\"\n},\n\n{\nname:\"latin\",\nfreq:\"latina\",\nurl:\"https:\/\/stream-51.zeno.fm\/hpttv0nr4a0uv?zs=iiu2UdOAQ9GQ8K_EL19oQw\",\nlogo:\"https:\/\/i.postimg.cc\/jdF4ydzC\/rock-de-los-80.png\",\ntv:\"https:\/\/jireh-9-hls-video-us-isp.dps.live\/hls-video\/567ffde3fa319fadf3419efda25619456231dfea\/latinanoticias\/latinanoticias.smil\/latinanoticias\/livestream2\/chunks.m3u8?dpssid=b211934004269fbb0f554e34&sid=ba5t1l1xb273784619569fbb0f65fe4c&ndvc=0\"\n},\n\n{\nname:\"CUMBIAY RADIO\",\nfreq:\"VISION HD\",\nurl:\"https:\/\/stream.zeno.fm\/5g8ii1ncoiwuv\",\nlogo:\"https:\/\/i.postimg.cc\/BbD1rDhV\/CUMBIAY-RADIO.png\",\ntv:\"https:\/\/live20.bozztv.com\/akamaissh101\/ssh101\/visionhdrd\/playlist.m3u8\"\n},\n\n{\nname:\"VOCES PERUANAS\",\nfreq:\"UVA TV\",\nurl:\"https:\/\/stream.zeno.fm\/zhiunct47shtv\",\nlogo:\"https:\/\/i.postimg.cc\/mr0cY4Gs\/VOCES-P-RUANAS.png\",\ntv:\"https:\/\/lbgo.bozztv.com\/ssh101\/ssh101\/tv2024\/chunks.m3u8?lb_backend_hint=6\"\n},\n{\nname:\"voves peruanas\",\nfreq:\"latina\",\nurl:\"https:\/\/stream.zeno.fm\/zhiunct47shtv\",\nlogo:\"https:\/\/i.postimg.cc\/mr0cY4Gs\/VOCES-P-RUANAS.png\",\ntv:\"https:\/\/jireh-9-hls-video-us-isp.dps.live\/hls-video\/567ffde3fa319fadf3419efda25619456231dfea\/latinanoticias\/latinanoticias.smil\/latinanoticias\/livestream2\/chunks.m3u8?dpssid=b211934004269fbb0f554e34&sid=ba5t1l1xb273784619569fbb0f65fe4c&ndvc=0\"\n},\n{\nname:\"poder wanca\",\nfreq:\"latina\",\nurl:\"https:\/\/i.postimg.cc\/mr0cY4Gs\/VOCES-P-RUANAS.png\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/tpWX7UerL1cUIZuKxBgDD6bnNs3fEwcZ54gWg5s3N1U\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJREF3cTd2Z3dvTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJREkxcDcwdmdzTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTY2MTYyNzc5NzAwMA.webp\",\ntv:\"https:\/\/jireh-9-hls-video-us-isp.dps.live\/hls-video\/567ffde3fa319fadf3419efda25619456231dfea\/latinanoticias\/latinanoticias.smil\/latinanoticias\/livestream2\/chunks.m3u8?dpssid=b211934004269fbb0f554e34&sid=ba5t1l1xb273784619569fbb0f65fe4c&ndvc=0\"\n},\n{\nname:\"full chichas\",\nfreq:\"sumac tv\",\nurl:\"https:\/\/stream-157.zeno.fm\/zwytkt2pgf9uv?zt\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/9q-sbNX7cW4gl0VPhY42t0mclIv9dVUuMZoR-ZP6tY4\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJQ1ExcUhsNGdvTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJRHduZDJwcGdzTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTY2MDg1MjQ0MzAwMA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/makins\/chunks.m3u8\"\n},\n{\nname:\"la RIBERE\u00d1A\",\nfreq:\"el mago TV\",\nurl:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/elmagotv2\/chunks.m3u8\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/jxRWn-NPwDCgA819A-_fn0TqTpGdl0n0334Reg-m2Mo\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJRGctTG1mMndvTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJRGc2TGVDNXdvTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTcxNzAxMzMwMTAwMA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/elmagotv2\/chunks.m3u8\"\n},\n{\nname:\"radio yunguyo\",\nfreq:\"tv en linea cuzco\",\nurl:\"https:\/\/stream-167.zeno.fm\/671md145hwzuv?zt\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/1fnTieOpPoKHgwMLJgWZPfpmO8vwDlgrLG913WX9sbk\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJQ1E4Tld1elFzTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJQ1FtUFBCNlFnTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTY2MTU0ODYyMjAwMA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/ucchullo\/chunks.m3u8\"\n},\n{\nname:\"cuzco legal\",\nfreq:\"tv ayacucho\",\nurl:\"https:\/\/stream-158.zeno.fm\/ryrhxgus0wzuv?zt\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/fPzZN4zvNtw-ieMCQDUBjYTDiGuos0Ontr-qDteWBkU\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJQ1FyTGo0cUFvTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJQ1F6UDdGeXdzTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTY4NzI4ODk1OTAwMA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/canal33ayacucho\/chunks.m3u8\"\n},\n{\nname:\"la sure\u00f1a\",\nfreq:\"pantalla clasica\",\nurl:\"https:\/\/stream-155.zeno.fm\/bg4qy23suxhvv?zt\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/wtweicIxQ4k8Mx0hBCFTsJgIUi2Z2NKidL1GH0ujjVc\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJRElydl96elFrTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJRElqdTd3N1FvTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTcyODk4OTAwODAwMA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/pantallaclasics\/chunks.m3u8\"\n},\n{\nname:\"arequipa clasica\",\nfreq:\"tucuman\",\nurl:\"https:\/\/stream.zeno.fm\/h20h3vrrm2zuv?an-uid\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/T8-8PdELZAbYW5hkkqLPanpdl_Vs8hO8JSvA35W5MmY\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvYWd4emZucGxibTh0YzNSaGRITnlNZ3NTQ2tGMWRHaERiR2xsYm5RWWdJQ1FuczZ6LUFrTUN4SU9VM1JoZEdsdmJsQnliMlpwYkdVWWdJQ1FtYno1c1FnTW9nRUVlbVZ1YncvaW1hZ2UvP3U9MTcyOTM3ODYzMzAwMA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/lavoztuc\/chunks.m3u8\"\n},\n{\nname:\"onda azul\",\nfreq:\"martin tv\",\nurl:\"https:\/\/stream-162.zeno.fm\/eqotxvldgmpvv?zt\",\nlogo:\"https:\/\/zeno.fm\/_ipx\/s_144x144\/https:\/\/images.zeno.fm\/fSgf1EHjyP9Bp1CI2e8XrDhIyEA_4FRXei0iaWVC-gE\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvZDc0YmQ3ZGQtMWZkNi00OTA3LWJhZTUtNTk1NjRiNGVjMTI4L2ltYWdlLz91PTE2ODg2NjAyMTkwMDA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/lllmartinlll\/chunks.m3u8\"\n},\n{\nname:\"radio total\",\nfreq:\"ciudad magica\",\nurl:\"https:\/\/stream.zeno.fm\/buubpev72b9vv\",\nlogo:\"https:\/\/i.postimg.cc\/vZT7HPZJ\/RADIO-TOTAL500-X-500.png\",\ntv:\"https:\/\/live20.bozztv.com\/akamaissh101\/ssh101\/verycoolfgr\/playlist.m3u8\"\n},\n{\nname:\"cumbiay\",\nfreq:\"vision hd multimedia\",\nurl:\"https:\/\/stream.zeno.fm\/5g8ii1ncoiwuv\",\nlogo:\"https:\/\/i.postimg.cc\/BbD1rDhV\/CUMBIAY-RADIO.png\",\ntv:\"https:\/\/live20.bozztv.com\/akamaissh101\/ssh101\/visionhdrd\/playlist.m3u8\"\n},\n\n{\nname:\"siscoveri\",\nfreq:\"pachamama\",\nurl:\"https:\/\/stream-164.zeno.fm\/7heuhyl3swvvv?zt\",\nlogo:\"https:\/\/images.zeno.fm\/cq4x0x1UzbtlFYimKk37EGO-xdyoEXwSPu1blCA9a_Q\/rs:fill:288:288\/g:ce:0:0\/aHR0cHM6Ly9wcm94eS56ZW5vLmZtL2NvbnRlbnQvc3RhdGlvbnMvOTc2MzUyMmEtOGVhYi00M2YyLTg1ZTItYTgyZDZhYmUxZTdjL2ltYWdlLz91PTE2OTMwMTI1MTUwMDA.webp\",\ntv:\"https:\/\/183.bozztv.com\/ssh101\/ssh101\/jnetv\/chunks.m3u8\"\n}\n\n];\n\nlet currentStation = 0;\nlet isPlaying = false;\nlet hls;\n\nconst audio = document.getElementById(\"audio\");\nconst stationName = document.getElementById(\"station-name\");\nconst stationFreq = document.getElementById(\"station-freq\");\nconst stationLogo = document.getElementById(\"station-logo\");\nconst stationList = document.getElementById(\"station-list\");\nconst btnVideo = document.getElementById(\"btn-video\");\nconst modalVideo = document.getElementById(\"modal-video\");\nconst cerrarVideo = document.getElementById(\"cerrar-video\");\nconst video = document.getElementById(\"video-player\");\n\nfunction loadStation(index){\n\n  currentStation = index;\n\n  const station = stations[index];\n\n  stationName.textContent = station.name;\n  stationFreq.textContent = station.freq;\n  stationLogo.src = station.logo;\n\n  audio.src = station.url;\n\n  btnVideo.dataset.video = station.tv;\n\n  if(isPlaying){\n    audio.play();\n  }\n\n  highlightStation();\n}\n\nfunction highlightStation(){\n\n  [...stationList.children].forEach((el,i)=>{\n    el.classList.toggle(\"active\",i===currentStation);\n  });\n\n}\n\nfunction playPause(){\n\n  if(!isPlaying){\n\n    audio.play();\n\n    document.getElementById(\"play-icon\")\n    .className = \"fas fa-pause\";\n\n  }else{\n\n    audio.pause();\n\n    document.getElementById(\"play-icon\")\n    .className = \"fas fa-play\";\n  }\n\n  isPlaying = !isPlaying;\n}\n\nfunction nextStation(){\n\n  currentStation++;\n\n  if(currentStation >= stations.length){\n    currentStation = 0;\n  }\n\n  loadStation(currentStation);\n}\n\nfunction prevStation(){\n\n  currentStation--;\n\n  if(currentStation < 0){\n    currentStation = stations.length - 1;\n  }\n\n  loadStation(currentStation);\n}\n\ndocument.getElementById(\"play-btn\")\n.addEventListener(\"click\",playPause);\n\nstations.forEach((station,i)=>{\n\n  const div = document.createElement(\"div\");\n\n  div.className = \"station-item\";\n\n  div.innerHTML = `\n    <img decoding=\"async\" src=\"${station.logo}\">\n    <strong>${station.name}<\/strong>\n    <small>${station.freq}<\/small>\n  `;\n\n  div.onclick = ()=>loadStation(i);\n\n  stationList.appendChild(div);\n\n});\n\nloadStation(0);\n\naudio.addEventListener(\"error\",()=>{\n  alert(\"Radio no disponible\");\n});\n\n\/* VIDEO *\/\n\nbtnVideo.addEventListener(\"click\",()=>{\n\n  const url = btnVideo.dataset.video;\n\n  modalVideo.classList.add(\"show\");\n\n  if(Hls.isSupported()){\n\n    if(hls){\n      hls.destroy();\n    }\n\n    hls = new Hls();\n\n    hls.loadSource(url);\n\n    hls.attachMedia(video);\n\n    hls.on(Hls.Events.MANIFEST_PARSED,function(){\n\n      video.play();\n\n    });\n\n  }else{\n\n    video.src = url;\n    video.play();\n  }\n\n});\n\nfunction closeVideo(){\n\n  modalVideo.classList.remove(\"show\");\n\n  video.pause();\n\n  if(hls){\n    hls.destroy();\n  }\n\n}\n\ncerrarVideo.addEventListener(\"click\",closeVideo);\n\nmodalVideo.addEventListener(\"click\",(e)=>{\n\n  if(e.target === modalVideo){\n    closeVideo();\n  }\n\n});\n\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Radio + TV Player EN VIVO \u25b6 VER CANAL TV \u00d7<\/p>\n","protected":false},"author":1,"featured_media":1171,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-932","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/pages\/932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=932"}],"version-history":[{"count":5,"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/pages\/932\/revisions"}],"predecessor-version":[{"id":1099,"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/pages\/932\/revisions\/1099"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=\/wp\/v2\/media\/1171"}],"wp:attachment":[{"href":"https:\/\/googlecumbia.metricavisual.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}