{"id":525,"date":"2026-06-22T18:10:30","date_gmt":"2026-06-22T18:10:30","guid":{"rendered":"https:\/\/fixapiterminal.com\/?page_id=525"},"modified":"2026-06-22T18:10:31","modified_gmt":"2026-06-22T18:10:31","slug":"fix-api-vs-itch","status":"publish","type":"page","link":"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/","title":{"rendered":"FIX API vs ITCH: Order Entry Protocol vs Market Data Feed"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n.fxt-quick-answer {\n  background: #eaf3ea;\n  border-left: 4px solid #2e7d32;\n  padding: 16px 20px;\n  margin: 18px 0;\n  border-radius: 4px;\n}\n.fxt-quick-answer p {\n  margin: 0;\n}\n\n.fxt-note {\n  background: #f4f7fa;\n  border-left: 4px solid #1a73e8;\n  padding: 16px 20px;\n  margin: 18px 0;\n  border-radius: 4px;\n}\n.fxt-note p {\n  margin: 0;\n}\n\n.fxt-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 18px 0;\n}\n.fxt-table th {\n  background: #1a73e8;\n  color: #ffffff;\n  border: 1px solid #cdd6e0;\n  padding: 10px;\n  text-align: left;\n}\n.fxt-table td {\n  border: 1px solid #cdd6e0;\n  padding: 10px;\n  text-align: left;\n}\n.fxt-table tr.fxt-alt td {\n  background: #f4f7fa;\n}\n\n.fxt-btn {\n  display: inline-block;\n  margin: 6px 8px 6px 0;\n  padding: 12px 22px;\n  text-decoration: none;\n  border-radius: 6px;\n  font-weight: 600;\n}\n.fxt-btn-primary {\n  background: #1a73e8;\n  color: #ffffff;\n}\n.fxt-btn-secondary {\n  background: #eef2f7;\n  color: #1a2b3c;\n}\n\n.fxt-related {\n  font-size: 14px;\n  color: #5a6b7b;\n}\n\n<\/style>\n\n<p>FIX API and ITCH are both protocols used in electronic trading, but they are built for different jobs. FIX API is a two-way protocol for sending orders and receiving executions; ITCH is a one-way binary market-data feed developed by NASDAQ. This page explains what each protocol does, how they differ, and which one matters for a Forex trader using FIX API Terminal.<\/p>\n\n<div class=\"fxt-quick-answer\">\n  <p><strong>Quick Answer:<\/strong> FIX API is an order-entry and execution protocol &mdash; a trader&#8217;s software sends orders and receives fills and order-book information over a two-way session. ITCH is a binary market-data feed protocol from NASDAQ that broadcasts full order-book updates one way, from the exchange to subscribers, and is valued for low bandwidth and low latency. They are complementary rather than competing: ITCH delivers data, FIX delivers orders. Forex brokers expose FIX API connectivity, which is what FIX API Terminal uses; ITCH is mainly a NASDAQ equities market-data feed.<\/p>\n<\/div>\n\n<h2>What Is FIX API?<\/h2>\n<p>FIX (Financial Information eXchange) is a messaging protocol for transmitting orders, executions, and trade-related messages between traders, brokers, and liquidity providers. It is a text-based, tag-value protocol and works as a two-way session: the trader&#8217;s software sends orders, and the broker returns prices, execution reports, and status messages. In Forex, brokers that support FIX API let advanced traders connect directly to their FIX endpoint. FIX API Terminal uses this connection to place manual and automated trades.<\/p>\n\n<h2>What Is the ITCH Protocol?<\/h2>\n<p>ITCH is an application-level binary protocol developed by NASDAQ for disseminating market data. Instead of tag-value text, it encodes messages in binary, which keeps them compact and fast to process. ITCH is a one-way feed: the exchange broadcasts a stream of order-book events &mdash; new orders, cancellations, modifications, and executions &mdash; and subscribers reconstruct the full order book from those events. Because it shows every individual order, ITCH is often described as a market-by-order feed.<\/p>\n<p>ITCH originated at NASDAQ in 2000, when FIX market-data messages were considered too heavy for efficient bandwidth use, so a lighter binary feed was created. ITCH handles only market data; its order-entry counterpart is a separate binary protocol called OUCH.<\/p>\n\n<h2>FIX API vs ITCH: Key Differences<\/h2>\n<table class=\"fxt-table\">\n  <thead>\n    <tr>\n      <th>Aspect<\/th>\n      <th>FIX API<\/th>\n      <th>ITCH<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr><td>Primary purpose<\/td><td>Order entry and execution (can also carry market data)<\/td><td>Market-data dissemination only<\/td><\/tr>\n    <tr class=\"fxt-alt\"><td>Direction<\/td><td>Two-way (request and response)<\/td><td>One-way (exchange to subscriber)<\/td><\/tr>\n    <tr><td>Message format<\/td><td>Text, tag-value<\/td><td>Binary<\/td><\/tr>\n    <tr class=\"fxt-alt\"><td>Carries orders?<\/td><td>Yes<\/td><td>No (OUCH handles order entry)<\/td><\/tr>\n    <tr><td>Carries market data?<\/td><td>Yes, but heavier on bandwidth<\/td><td>Yes, full order book, lightweight<\/td><\/tr>\n    <tr class=\"fxt-alt\"><td>Human-readable<\/td><td>Relatively readable<\/td><td>Not readable without decoding software<\/td><\/tr>\n    <tr><td>Typical market<\/td><td>Multi-asset, widely used in Forex<\/td><td>Mainly NASDAQ equities<\/td><\/tr>\n    <tr class=\"fxt-alt\"><td>Designed for<\/td><td>Broad interoperability across venues<\/td><td>Low bandwidth, low latency data feeds<\/td><\/tr>\n    <tr><td>Counterpart protocol<\/td><td>Self-contained for orders and data<\/td><td>OUCH (order entry)<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<h2>Are FIX API and ITCH Competitors?<\/h2>\n<p>Not really. They solve different problems and are often used together at the same firm: a trading system might receive prices over an ITCH feed and send orders over FIX or OUCH. Comparing them is less a question of which is better and more a question of which job each one does. ITCH is optimised for streaming large volumes of market data quickly; FIX is optimised for the full order workflow across many venues and asset classes.<\/p>\n\n<h2>Which Protocol Matters for a Forex Trader?<\/h2>\n<p>For most Forex traders, the answer is FIX API. Forex brokers that offer direct connectivity expose it through FIX API, not ITCH. ITCH is tied to NASDAQ&#8217;s equity market-data infrastructure and is not how a Forex trader connects to a Forex broker. So while ITCH is useful to understand in the wider low-latency trading world, FIX API is the protocol you actually use to trade Forex through a broker.<\/p>\n\n<div class=\"fxt-note\">\n  <p>FIX API Terminal connects to brokers through FIX API. It does not use the ITCH protocol, which is a NASDAQ market-data feed. If your goal is direct Forex broker connectivity, FIX API is the relevant protocol.<\/p>\n<\/div>\n\n<h2>Where FIX API Terminal Fits<\/h2>\n<p>FIX API Terminal is a Forex trading platform built around FIX API connectivity. It connects to a broker that provides a FIX API account, sends orders and receives prices and execution reports over that FIX session, and supports manual, automated, and semi-automated trading using MQL-based robots. Traders who want the transparency and directness associated with professional protocols can get it through FIX API, without needing exchange-specific feeds such as ITCH.<\/p>\n\n<h2>Frequently Asked Questions<\/h2>\n\n<h3>What is the difference between FIX API and ITCH?<\/h3>\n<p>FIX API is a two-way protocol for sending orders and receiving executions and order-book information. ITCH is a one-way binary market-data feed developed by NASDAQ. FIX handles the order workflow; ITCH only delivers market data.<\/p>\n\n<h3>Is ITCH faster than FIX?<\/h3>\n<p>ITCH is a binary protocol designed to transmit market data with low bandwidth and low latency, so for streaming order-book data it is lighter than text-based FIX messages. They are built for different tasks, however, so it is not a like-for-like speed comparison.<\/p>\n\n<h3>Does ITCH handle order entry?<\/h3>\n<p>No. ITCH only disseminates market data. NASDAQ&#8217;s binary order-entry protocol is a separate one called OUCH.<\/p>\n\n<h3>Can I trade Forex with ITCH?<\/h3>\n<p>Generally no. ITCH is a NASDAQ equity market-data feed. Forex brokers provide direct connectivity through FIX API, which is the protocol a Forex trader uses to place orders.<\/p>\n\n<h3>Does FIX API Terminal use ITCH?<\/h3>\n<p>No. FIX API Terminal connects to brokers through FIX API. ITCH is not used, because it is a market-data feed protocol rather than a way to connect to a Forex broker.<\/p>\n\n<h3>What is the difference between ITCH and OUCH?<\/h3>\n<p>Both are binary NASDAQ protocols. ITCH disseminates market data, while OUCH is used to enter, modify, and cancel orders. ITCH is the data feed; OUCH is the order-entry channel.<\/p>\n\n<h2>Conclusion<\/h2>\n<p>FIX API and ITCH are not rivals but tools for different jobs: ITCH streams market data efficiently in binary form, while FIX API carries the full order workflow in a two-way session. For Forex trading, FIX API is the protocol that matters, and FIX API Terminal is built to use it for direct broker connectivity, manual trading, and automated MQL strategies.<\/p>\n\n<p>\n  <a class=\"fxt-btn fxt-btn-primary\" href=\"https:\/\/fixapiterminal.com\/FIXAPITerminal_setup.exe\">Download the free FIX API trading platform<\/a>\n  <a class=\"fxt-btn fxt-btn-secondary\" href=\"\/en\/fix-api-trading-guide\/\">Learn how FIX API trading works<\/a>\n<\/p>\n\n<p class=\"fxt-related\">Related: <a href=\"\/en\/fix-api-trading-guide\/\">FIX API Trading Guide<\/a> &middot; <a href=\"\/en\/forex-api-trading-platform\/\">FIX API vs REST API<\/a> &middot; <a href=\"\/en\/fix-api-order-types\/\">FIX API Order Types<\/a> &middot; <a href=\"\/en\/fix-api-low-latency-trading\/\">FIX API Low Latency Trading<\/a> &middot; <a href=\"\/en\/fix-api-terminal-vs-mt4\/\">FIX API Terminal vs MT4<\/a><\/p>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between FIX API and ITCH?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"FIX API is a two-way protocol for sending orders and receiving executions and order-book information. ITCH is a one-way binary market-data feed developed by NASDAQ. FIX handles the order workflow; ITCH only delivers market data.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is ITCH faster than FIX?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"ITCH is a binary protocol designed to transmit market data with low bandwidth and low latency, so for streaming order-book data it is lighter than text-based FIX messages. They are built for different tasks, however, so it is not a like-for-like speed comparison.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does ITCH handle order entry?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. ITCH only disseminates market data. NASDAQ's binary order-entry protocol is a separate one called OUCH.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I trade Forex with ITCH?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Generally no. ITCH is a NASDAQ equity market-data feed. Forex brokers provide direct connectivity through FIX API, which is the protocol a Forex trader uses to place orders.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does FIX API Terminal use ITCH?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. FIX API Terminal connects to brokers through FIX API. ITCH is not used, because it is a market-data feed protocol rather than a way to connect to a Forex broker.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between ITCH and OUCH?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Both are binary NASDAQ protocols. ITCH disseminates market data, while OUCH is used to enter, modify, and cancel orders. ITCH is the data feed; OUCH is the order-entry channel.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>FIX API and ITCH are both protocols used in electronic trading, but they are built for different jobs. FIX API is a two-way protocol for sending orders and receiving executions; ITCH is a one-way binary market-data feed developed by NASDAQ. This page explains what each protocol does, how they differ, and which one matters for [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary conversions-read-more-link\" href=\"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/fullwidthpage.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-525","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FIX API vs ITCH Protocol \u2014 Orders vs Market Data Feed<\/title>\n<meta name=\"description\" content=\"FIX API vs ITCH explained: FIX API sends orders and receives fills, while ITCH is NASDAQ&#039;s binary market-data feed. See how they differ and which fits Forex.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FIX API vs ITCH Protocol \u2014 Orders vs Market Data Feed\" \/>\n<meta property=\"og:description\" content=\"FIX API vs ITCH explained: FIX API sends orders and receives fills, while ITCH is NASDAQ&#039;s binary market-data feed. See how they differ and which fits Forex.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/\" \/>\n<meta property=\"og:site_name\" content=\"FIX API Terminal \u2014 Free FIX API Trading Platform\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T18:10:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/fix-api-vs-itch\\\/\",\"url\":\"https:\\\/\\\/fixapiterminal.com\\\/fix-api-vs-itch\\\/\",\"name\":\"FIX API vs ITCH: Order Entry Protocol vs Market Data Feed\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/#website\"},\"datePublished\":\"2026-06-22T18:10:30+00:00\",\"dateModified\":\"2026-06-22T18:10:31+00:00\",\"description\":\"FIX API and ITCH are both protocols used in electronic trading, but they are built for different jobs. FIX API is a two-way protocol for sending orders and receiving executions; ITCH is a one-way binary market-data feed developed by NASDAQ. This page explains what each protocol does, how they differ, and which one matters for [...]<p><a class=\\\"btn btn-secondary conversions-read-more-link\\\" href=\\\"https:\\\/\\\/fixapiterminal.com\\\/es\\\/fix-api-vs-itch\\\/\\\">Read More...<\\\/a><\\\/p>\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/fix-api-vs-itch\\\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fixapiterminal.com\\\/fix-api-vs-itch\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/fix-api-vs-itch\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fixapiterminal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FIX API vs ITCH: Order Entry Protocol vs Market Data Feed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/#website\",\"url\":\"https:\\\/\\\/fixapiterminal.com\\\/\",\"name\":\"FIX API Terminal \u2014 Free FIX API Trading Platform\",\"description\":\"new generation of Forex trading platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fixapiterminal.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/#organization\",\"name\":\"Forex Innovation Technologies\",\"url\":\"https:\\\/\\\/fixapiterminal.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/fixapiterminal.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/Logo_fixapiterminal_2.png\",\"contentUrl\":\"https:\\\/\\\/fixapiterminal.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/Logo_fixapiterminal_2.png\",\"width\":330,\"height\":91,\"caption\":\"Forex Innovation Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/fixapiterminal.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FIX API vs ITCH Protocol \u2014 Orders vs Market Data Feed","description":"FIX API vs ITCH explained: FIX API sends orders and receives fills, while ITCH is NASDAQ's binary market-data feed. See how they differ and which fits Forex.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/","og_locale":"es_ES","og_type":"article","og_title":"FIX API vs ITCH Protocol \u2014 Orders vs Market Data Feed","og_description":"FIX API vs ITCH explained: FIX API sends orders and receives fills, while ITCH is NASDAQ's binary market-data feed. See how they differ and which fits Forex.","og_url":"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/","og_site_name":"FIX API Terminal \u2014 Free FIX API Trading Platform","article_modified_time":"2026-06-22T18:10:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fixapiterminal.com\/fix-api-vs-itch\/","url":"https:\/\/fixapiterminal.com\/fix-api-vs-itch\/","name":"FIX API vs ITCH: Order Entry Protocol vs Market Data Feed","isPartOf":{"@id":"https:\/\/fixapiterminal.com\/#website"},"datePublished":"2026-06-22T18:10:30+00:00","dateModified":"2026-06-22T18:10:31+00:00","description":"FIX API and ITCH are both protocols used in electronic trading, but they are built for different jobs. FIX API is a two-way protocol for sending orders and receiving executions; ITCH is a one-way binary market-data feed developed by NASDAQ. This page explains what each protocol does, how they differ, and which one matters for [...]<p><a class=\"btn btn-secondary conversions-read-more-link\" href=\"https:\/\/fixapiterminal.com\/es\/fix-api-vs-itch\/\">Read More...<\/a><\/p>","breadcrumb":{"@id":"https:\/\/fixapiterminal.com\/fix-api-vs-itch\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fixapiterminal.com\/fix-api-vs-itch\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fixapiterminal.com\/fix-api-vs-itch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fixapiterminal.com\/"},{"@type":"ListItem","position":2,"name":"FIX API vs ITCH: Order Entry Protocol vs Market Data Feed"}]},{"@type":"WebSite","@id":"https:\/\/fixapiterminal.com\/#website","url":"https:\/\/fixapiterminal.com\/","name":"Terminal FIX API \u2014 Plataforma de Trading con FIX API Gratuita","description":"nueva generaci\u00f3n de plataformas de negociaci\u00f3n de divisas","publisher":{"@id":"https:\/\/fixapiterminal.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fixapiterminal.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"},{"@type":"Organization","@id":"https:\/\/fixapiterminal.com\/#organization","name":"Tecnolog\u00edas de Innovaci\u00f3n Forex","url":"https:\/\/fixapiterminal.com\/","logo":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/fixapiterminal.com\/#\/schema\/logo\/image\/","url":"https:\/\/fixapiterminal.com\/wp-content\/uploads\/2022\/10\/Logo_fixapiterminal_2.png","contentUrl":"https:\/\/fixapiterminal.com\/wp-content\/uploads\/2022\/10\/Logo_fixapiterminal_2.png","width":330,"height":91,"caption":"Forex Innovation Technologies"},"image":{"@id":"https:\/\/fixapiterminal.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/pages\/525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/comments?post=525"}],"version-history":[{"count":1,"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/pages\/525\/revisions"}],"predecessor-version":[{"id":526,"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/pages\/525\/revisions\/526"}],"wp:attachment":[{"href":"https:\/\/fixapiterminal.com\/es\/wp-json\/wp\/v2\/media?parent=525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}