{"id":402088,"date":"2025-07-28T12:28:21","date_gmt":"2025-07-28T12:28:21","guid":{"rendered":"https:\/\/pandorafms.com\/?p=402088"},"modified":"2026-01-22T06:36:50","modified_gmt":"2026-01-22T06:36:50","slug":"traceroute-command","status":"publish","type":"post","link":"https:\/\/pandorafms.com\/en\/it-topics\/traceroute-command\/","title":{"rendered":"The traceroute Command: Analyzing Network Routes from Console or GUI"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.22.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,3_4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;50px||||false|false&#8221; custom_css_main_element=&#8221;z-index:0!important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.22.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; sticky_position=&#8221;top&#8221; sticky_offset_top=&#8221;100px&#8221; sticky_limit_bottom=&#8221;section&#8221; motion_trigger_start=&#8221;top&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;indice&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||14px||false|false&#8221; link_option_url=&#8221;#1&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"font-size: 0.9em; line-height: 1.4em; color: #333333;\"><strong>Sections<\/strong><\/p>\n<ul class=\"ittopicsul\">\n<li><a href=\"#1\">What is the traceroute (or tracert) command?<\/a><\/li>\n<li><a href=\"#2\">How traceroute works: TTL, ICMP and hops<\/a><\/li>\n<li><a href=\"#3\">How to run traceroute from console<\/a><\/li>\n<li><a href=\"#4\">Graphic and online alternatives<\/a><\/li>\n<li><a href=\"#5\">Route analysis with Pandora MINI<\/a><\/li>\n<li><a href=\"#6\">Other useful network functions in Pandora MINI<\/a><\/li>\n<li><a href=\"#7\">Common use cases<\/a><\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;z-index:0!important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;seccion&#8221; module_id=&#8221;1&#8243; module_class=&#8221;ittopicscontent&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; z_index=&#8221;0&#8243; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; hover_enabled=&#8221;0&#8243; custom_css_main_element=&#8221;font-family:%22Pandora-Light%22;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]Life, at least in IT, is what happens between system and network failures. And when a service is down or connectivity is down, the question is: Where is the failure? Because a ping tells you whether the service is alive or not, but that doesn&#8217;t help much. To locate bottlenecks and where the specific error is, <strong>we have the <a href=\"https:\/\/pandorafms.com\/en\/it-topics\/tracert-or-traceroute\/\" target=\"_blank\" rel=\"noopener\">traceroute<\/a> command, which we will analyze in depth.<\/strong><br \/>\nHe will teach us all that so poetic that the important thing in a journey is the way and not the destination.   <\/p>\n<h2 id=\"1\">What is the traceroute (or tracert) command?<\/h2>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Traceroute\" target=\"_blank\" rel=\"noopener nofollow\">Traceroute<\/a> (on Linux\/macOS) and <strong>tracert<\/strong> (on Windows) are diagnostic tools that <strong>identify the specific route that IP packets follow from your computer to a destination<\/strong>.<br \/>\nThe goal is that very movie-like &#8220;follow that car&#8221;, to reveal every intermediate hop it makes (router, firewall, gateway) until it gets to where we tell it to.<br \/>\nBesides being a diagnostic tool, traceroute can be used in other IT aspects, such as security, detecting firewalls or mapping the infrastructure. Or in optimization, to check if that CDN really saves hops and milliseconds, going through the optimal route between source and destination.<br \/>\nHowever, today we will focus on the fundamentals. <\/p>\n<h2 id=\"2\">How traceroute works: TTL, ICMP and hops<\/h2>\n<p>The traceroute mechanism is ingenious, because it exploits a property of packets, the fact that <strong>the IP standard mandates the inclusion of a TTL<\/strong> (Time To Live) <strong>value<\/strong>.<br \/>\nThis was not done to trace them, but the TTL determines how many hops, at most, can be made to the destination. Thus, a TTL=1 means that our packet will stop at the first intermediate hop (or at the destination if we reach it in one hop, which is doubtful).<br \/>\nSo traceroute does this to find out the path of a packet:<\/p>\n<ul class=\"lista\">\n<li>A packet is sent with TTL = 1. The first router to receive it subtracts 1 and the TTL goes to 0, discards the packet and returns an <span class=\"Pandocode\" style=\"color:blue;\">ICMP message &#8220;Time Exceeded&#8221;<\/span>. <\/li>\n<li>Traceroute records the IP and response time of that router.<\/li>\n<li>Well, now the process is repeated increasing the TTL of the packet progressively (2, 3, 4&#8230;) until the destination is reached.<\/li>\n<li>The final destination responds with an <span class=\"Pandocode\" style=\"color:blue;\">ICMP &#8220;Echo Reply&#8221;<\/span> (if not blocked).<\/li>\n<\/ul>\n<p>In this way, thanks to the TTL property, traceroute sends packets, each time with a higher TTL, that trace the path, showing each hop (each network device that touches the packet).<br \/>\nAnd what is the difference between traceroute and tracert? Well, besides the operating system&#8230; <\/p>\n<ul class=\"lista\">\n<li>Traceroute (Linux\/Unix): uses the UDP protocol by default and targets high ports (33434 to 33534), although it is versatile and you can define it to use TCP, ICMP Echo Request&#8230;<\/li>\n<li>Tracert (Windows): Uses ICMP Echo Request packets.<\/li>\n<\/ul>\n<p>With that, we can detect problems such as:<\/p>\n<ul class=\"lista\">\n<li><strong>Route loops: <\/strong>A packet trapped between routers.<\/li>\n<li><strong>Firewall blockages:<\/strong> Jumps that return <span class=\"Pandocode\" style=\"color:blue;\">* * * *<\/span> (timeouts).<\/li>\n<li><strong>High latency bottlenecks:<\/strong> Jumps with excessive response times.<\/li>\n<li><strong>Packet loss: <\/strong>Indicated by <span class=\"Pandocode\" style=\"color:blue;\">%<\/span> loss in some outputs.<\/li>\n<li><strong>Inefficient routes:<\/strong> Geographical detours or unnecessary jumps.<\/li>\n<\/ul>\n<h2 id=\"3\">How to Run Traceroute from the Command Line<\/h2>\n<p>Let\u2019s take a look at how to run it, starting with Windows.<\/p>\n<h3>Windows (tracert)<\/h3>\n<p>On our machine, we run Powershell and type, for example:<br \/>\n<span class=\"Pandocode\" style=\"color:blue;\">tracert google.com<\/span><br \/>\nYou\u2019ll get an output similar to this:<\/p>\n<p>1 1 ms    <1 ms   <1 ms  router.home [192.168.1.1]<br \/>\n2    15 ms    14 ms    16 ms  dsl-10-20-30-40.isp.com [10.20.30.40]<br \/>\n3     *        *        *     Request timed out.<br \/>\n4    30 ms    29 ms    28 ms  core-router.mad.isp.com [80.40.200.1]<\/p>\n<p>We\u2019ll analyze this output in a moment, but first let\u2019s look at Linux and its Unix cousins.<br \/>\nIn the terminal, run:<br \/>\n<span class=\"Pandocode\" style=\"color:blue;\">traceroute google.com<\/span><\/p>\n<p>Or, if you want to use ICMP like in Windows:<\/p>\n<p><span class=\"Pandocode\" style=\"color:blue;\">traceroute -I google.com<\/span><\/p>\n<p>Some other useful parameters include:<\/p>\n<ul class=\"lista\">\n<li><span class=\"Pandocode\" style=\"color:blue;\">-n<\/span>: It skips DNS resolution (faster output).<\/li>\n<li><span class=\"Pandocode\" style=\"color:blue;\">-m 30<\/span>: It sets a maximum hop limit (30 by default).<\/li>\n<li><span class=\"Pandocode\" style=\"color:blue;\">-q 2<\/span>: Number of probes per hop (3 by default).<\/li>\n<\/ul>\n<p>Let\u2019s interpret the output:<\/p>\n<ul class=\"lista\">\n<li><strong>Numbered hops<\/strong> like <span class=\"Pandocode\" style=\"color:blue;\">192&#8230;<\/span> or <span class=\"Pandocode\" style=\"color:blue;\">10.20&#8230;<\/Span>: Each line is a device along the path. If you\u2019ve used -n, you\u2019ll only see IP addresses.<\/li>\n<li><strong>Three time values (in ms):<\/strong> Round-trip latency for each probe (lower and more consistent values are better).<\/li>\n<li><span class=\"Pandocode\" style=\"color:blue;\">* * *<\/span>: Asterisks indicate no response from that hop and are often central to diagnosing issues (especially when combined with high latency), but they <strong>don\u2019t always mean the same thing<\/strong>.<\/li>\n<\/ul>\n<p>The common causes of asterisks are:<\/p>\n<ul class=\"lista\">\n<li><strong>The router is overloaded<\/strong>, or QoS policies prioritize other traffic over traceroute responses\u2014this alone might point to a potential issue.<\/li>\n<li>There\u2019s a <strong>connectivity failure<\/strong>.<\/li>\n<li><strong>Network configurations<\/strong> prevent traceroute packets from being processed correctly.<\/li>\n<li>You\u2019ve hit firewalls or filters that block ICMP or UDP responses. However, this doesn\u2019t always mean the <strong>packets were blocked from passing through<\/strong>\u2014just that the device refused to answer. (Though some policies may block packets entirely, showing only asterisks from that point on.) As seen in the earlier example, you might still see later hops if the TTL is high enough.<\/li>\n<\/ul>\n<p>From here, you may start to investigate the problem.<br \/>\nFor example, you might want to reconfigure your \u201cprobe\u201d\u2014like in Star Trek\u2014using -I, since some systems drop UDP packets due to policy but may respond to ICMP. You may also try -w with a longer wait time (e.g., 15 seconds) in case the hop is alive but slow to respond.<br \/>\nIf it still doesn\u2019t reply, it could be a firewall explicitly configured to drop responses.<br \/>\nThat said, when it comes to diagnosing and <a href=\"https:\/\/pandorafms.com\/en\/itsm\/\" target=\"_blank\" rel=\"noopener\">troubleshooting<\/A> in even moderately complex infrastructures, CLI tools like traceroute face common limitations: inconvenient output formatting, possible requirement for elevated permissions, and lack of visibility into other metrics like jitter&#8230;<\/p>\n<h2 id=\"4\">Graphical and Online Alternatives<\/h2>\n<p>If you\u2019re not a fan of staring into the black abyss of the terminal, need more features, or just want to avoid the hassle, there are graphical and web-based traceroute tools available.<br \/>\nA quick search will show you online tools like <a href=\"https:\/\/ping.eu\/traceroute\/\" target=\"_blank\" rel=\"noopener nofollow\">this one<\/a> or <a href=\"https:\/\/traceroute-online.com\/\" target=\"_blank\" rel=\"noopener nofollow\">this other one<\/A>, but they\u2019re often not very useful\u2014because they run from their own servers, not yours. Plus, many are so restricted that you\u2019ll end up seeing more asterisks than in your Wi-Fi password.<br \/>\nThat\u2019s why one of the most convenient options is to use the 100% free Pandora MINI app for Windows. Sure, there are others like <a href=\"https:\/\/www.cloudflare.com\/es-es\/learning\/network-layer\/what-is-mtr\/\" target=\"_blank\" rel=\"noopener nofollow\">MyTraceroute<\/A>, but they\u2019re far more limited in terms of functionality.<\/p>\n<h2 id=\"5\">Route Analysis with Pandora MINI<\/h2>\n<p>Pandora MINI makes your life easier with a variety of <a href=\"https:\/\/pandorafms.com\/en\/network-monitoring\/\" target=\"_blank\" rel=\"noopener\">monitoring<\/a> and diagnostic tools, including the ability to run traceroute in a simple and visual way.<br \/>\nOnce installed like any other Windows software, all you need to do is select the Tools option from the top menu and, in the dropdown, choose Check Traceroute.<br \/>\nOn the screen that appears, you can easily configure the process without having to mess with terminal parameters.<br \/>\nYou\u2019ll then be able to intuitively see the ordered hops, the latency of each one, and all the information provided by traceroute\u2014no need for a terminal or elevated privileges.<\/p>\n<h2 id=\"6\">Other Useful Network Functions in Pandora MINI<\/h2>\n<p>However, the main advantage of Pandora MINI is that it integrates a full toolbox for network analysis and monitoring.<br \/>\nTraceroute is very useful, though it\u2019s just the beginning of a proper network diagnosis. Thanks to the additional built-in tools, you can carry out a much more complete diagnosis with:<\/p>\n<ul class=\"lista\">\n<li><strong>Real-time<\/strong>, graphical ping <a href=\"https:\/\/pandorafms.com\/blog\/hybrid-cloud-monitoring\/\" target=\"_blank\" rel=\"noopener\">monitoring<\/a> to check whether problematic services are down or not.<\/li>\n<li><strong><a href=\"https:\/\/pandorafms.com\/en\/network-monitoring\/\" target=\"_blank\" rel=\"noopener\">Packet loss<\/a> monitoring.<\/strong><\/li>\n<li><strong>Jitter<\/strong> calculation across the network.<\/li>\n<li><a href=\"https:\/\/pandorafms.com\/en\/it-topics\/uptime-monitoring\/\" target=\"_blank\" rel=\"noopener\">Web checks<\/A> and much more such as <a href=\"https:\/\/pandorafms.com\/blog\/ip-calculator-networks\/\" target=\"_blank\" rel=\"noopener\">IP calculator<\/a> or <a href=\"https:\/\/pandorafms.com\/en\/it-topics\/mib-browser-tools-snmp\/\" target=\"_blank\" rel=\"noopener\">MIB browser<\/a> in a Swiss Army knife of network utilities.<\/li>\n<\/ul>\n<p>This way, you have more tools at your fingertips when traceroute reveals an issue.<\/p>\n<h2 id=\"7\">Common Use Cases<\/h2>\n<p>Imagine you need to ensure a service is working perfectly. The first thing you can do is monitor it with a ping, which tells you if it\u2019s reachable and shows its latency.<\/p>\n<ul class=\"lista\">\n<li>Add the service to your real-time monitoring view by going to Monitoring > Ping, easily filling in the details and clicking \u201cAdd.\u201d<\/li>\n<li>Now you\u2019ll get a real-time availability graph. But as the saying goes, joy doesn\u2019t last long in a poor man\u2019s house\u2014or in an IT admin\u2019s either. So soon enough, you\u2019ll notice something wrong. For example, latency might be high.<\/li>\n<li>In that case, without leaving Pandora MINI, you may use traceroute to pinpoint problematic hops.<\/li>\n<\/ul>\n<p>Another common scenario is <strong>packet loss<\/strong>.<\/p>\n<ul class=\"lista\">\n<li>Let\u2019s say you\u2019re monitoring a service like your internal app, app.company.com. Add it to the main monitoring dashboard via Monitoring > Packet loss.<\/li>\n<li>You see packet loss taking place and need to dig deeper.<\/li>\n<li>From Pandora MINI, you may run a traceroute to gain additional insight into what might be going on.<br \/>\nAs we can see, <span class=\"Pandocode\" style=\"color:blue;\">traceroute\/tracert<\/a> is an essential tool for any technician.<\/li>\n<\/ul>\n<p>If you&#8217;re a command-line wizard or just need a quick check, the terminal might do the trick. I live in it often myself\u2014not just to escape into the nostalgic silence of simpler days.<br \/>\nHowever, for <strong>quick support scenarios, on-site audits, or when you&#8217;re less comfortable with CLI<\/strong>, a graphical tool like <strong>Pandora MINI<\/strong> offers the simplicity and all-in-one advantage we&#8217;ve explored.[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM2MjI3MCJ9fQ==@&#8221; button_text=&#8221;\u2190 Back to IT Topics&#8221; button_alignment=&#8221;left&#8221; _builder_version=&#8221;4.22.0&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;1em&#8221; button_text_color=&#8221;#0C312F&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_bg_color_gradient_direction=&#8221;90deg&#8221; button_bg_color_gradient_stops=&#8221;#82B92E 0%|#3CB92E 100%&#8221; button_bg_color_gradient_start=&#8221;#82B92E&#8221; button_bg_color_gradient_end=&#8221;#3CB92E&#8221; button_border_width=&#8221;1px&#8221; button_border_color=&#8221;#eaeaea&#8221; button_border_radius=&#8221;100px&#8221; button_use_icon=&#8221;off&#8221; z_index=&#8221;0&#8243; custom_margin=&#8221;60px||0px||false|false&#8221; custom_padding=&#8221;10px|50px|10px|50px|true|true&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px|20px|10px|20px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221;right:0!important;||font-family:%22Pandora-Bold%22!important;&#8221; global_module=&#8221;367749&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color_gradient_start__hover=&#8221;#eaeaea&#8221; button_bg_color_gradient_end__hover=&#8221;#f4f4f4&#8243; button_bg_color__hover=&#8221;#eaeaea&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_bg_use_color_gradient__hover=&#8221;on&#8221; button_bg_color_gradient_stops__hover=&#8221;#eaeaea 0%|#f4f4f4 100%&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; admin_label=&#8221;Final CTA&#8221; _builder_version=&#8221;4.22.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#161327&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(22,19,39,0.5) 17%|rgba(22,19,39,0.5) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/pandorafms.com\/wp-content\/uploads\/2024\/01\/Try-Pandora-FMS-scaled.webp&#8221; background_position=&#8221;top_center&#8221; background_vertical_offset=&#8221;0%&#8221; z_index=&#8221;1&#8243; max_width=&#8221;1080px&#8221; max_width_tablet=&#8221;98%&#8221; max_width_phone=&#8221;98%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;80px||80px||true|false&#8221; custom_padding=&#8221;40px|20px|160px|20px|false|true&#8221; custom_padding_tablet=&#8221;40px|0px|120px|0px|false|true&#8221; custom_padding_phone=&#8221;40px|0px|120px|0px|false|true&#8221; scroll_scaling=&#8221;40|55|85|100|100%|120%|100%&#8221; motion_trigger_start=&#8221;top&#8221; background_last_edited=&#8221;off|desktop&#8221; border_radii=&#8221;off|20px|20px|20px|20px&#8221; border_color_all=&#8221;#ffffff&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;80px&#8221; box_shadow_color=&#8221;#506da0&#8243; global_module=&#8221;367110&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.22.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;550px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.22.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_2_font_size=&#8221;2em&#8221; text_orientation=&#8221;center&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||20px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"h2-w\">Beyond limits, beyond expectations<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;320px&#8221; module_alignment=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"doblebtn\" style=\"align-items:center!important;\"><!-- [et_pb_line_break_holder] --><a class=\"prices-2024-btn\" style=\"padding:10px 30px!important\"href=\"https:\/\/pandorafms.com\/en\/free-trial\/\">Get your FREE Trial!<\/a><\/div>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sections What is the traceroute (or tracert) command? How traceroute works: TTL, ICMP and hops How to run traceroute from console Graphic and online alternatives Route analysis with Pandora MINI Other useful network functions in Pandora MINI Common use cases Life, at least in IT, is what happens between system and network failures. And when [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":402081,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_joinchat":[],"footnotes":""},"categories":[3505,7762],"tags":[],"class_list":["post-402088","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-it-topics","category-networks"],"_links":{"self":[{"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/posts\/402088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/comments?post=402088"}],"version-history":[{"count":6,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/posts\/402088\/revisions"}],"predecessor-version":[{"id":402107,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/posts\/402088\/revisions\/402107"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/media\/402081"}],"wp:attachment":[{"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/media?parent=402088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/categories?post=402088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pandorafms.com\/en\/wp-json\/wp\/v2\/tags?post=402088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}