{"id":70732,"date":"2026-09-09T09:35:58","date_gmt":"2026-09-09T01:35:58","guid":{"rendered":"https:\/\/www.dataplugs.com\/?p=70732"},"modified":"2026-09-09T09:35:58","modified_gmt":"2026-09-09T01:35:58","slug":"understanding-latency-sensitivity-across-different-application-types","status":"publish","type":"post","link":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/","title":{"rendered":"Understanding Latency Sensitivity Across Different Application Types"},"content":{"rendered":"<p>Latency is not equally important to every application. A content site may continue to work when a response takes slightly longer, while an online game, trading workflow, or real-time collaboration tool can feel unusable when delays accumulate. Understanding latency sensitivity helps teams match hosting locations, network paths, and infrastructure design to the way an application is used.<\/p>\n<h2><strong>What Is Latency Sensitivity?<\/strong><\/h2>\n<p>Latency is the time between an action and the response it produces. Latency sensitivity describes how strongly an application&#8217;s usability, accuracy, or business outcome changes when that delay increases. It is related to, but different from, bandwidth: a high-capacity connection can still feel slow if the route is long or the application is waiting on another service.<\/p>\n<ul>\n<li>How much delay users or systems can tolerate before the experience or outcome is affected<\/li>\n<li>Whether the workload depends on a rapid request-and-response loop<\/li>\n<li>Whether delay must be consistent, rather than merely low in a best-case test<\/li>\n<li>How network distance, routing, processing, storage, and dependencies add to the full response time<\/li>\n<li>Which actions are critical and which can be queued, cached, or processed later<\/li>\n<li>Which regions, devices, and user groups should be included in performance testing<\/li>\n<\/ul>\n<p>These factors create a more useful definition of performance than a single latency target. A page view, a voice call, a database write, and an overnight backup can all use the same infrastructure while having very different tolerance for delay.<\/p>\n<h2><strong>Why Application Type Determines Latency Requirements<\/strong><\/h2>\n<p>Application design sets the number and timing of interactions required to complete a task. A user may need an immediate response to continue a conversation, confirm a transaction, or control a remote process. Another workload may simply need reliable throughput over a longer window. The same network delay can therefore be acceptable for one application and disruptive for another.<\/p>\n<p>For systems that communicate across locations, Dataplugs&#8217; <a href=\"https:\/\/www.dataplugs.com\/en\/data-center-interconnect-connectivity\/\">guide to data-center interconnect connectivity<\/a> explains why path selection, latency, redundancy, and traffic flow should be assessed together.<\/p>\n<p>Avoid applying an arbitrary low-latency label to an entire business. Identify the journeys that are time-sensitive, the components that participate in each journey, and the consequence when a response arrives late or a connection becomes unstable.<\/p>\n<h2><strong>Comparing Latency Sensitivity Across Application Types<\/strong><\/h2>\n<p>The following categories are a starting point for workload planning. Actual requirements depend on the application&#8217;s design, user expectations, transaction rules, data location, and tolerance for retries or delayed processing.<\/p>\n<ul>\n<li>Real-time communication and collaboration: voice, video, live messaging, and interactive collaboration are sensitive to delay, jitter, and packet loss because they affect turn-taking and synchronisation.<\/li>\n<li>Online gaming and interactive media: the input-to-action loop needs a consistent path. Spikes and variation can be more damaging than a stable but slightly higher average.<\/li>\n<li>Financial and transaction-processing systems: some trading, payment, and risk workflows are time-sensitive, but integrity, security, ordering, and auditability remain as important as speed.<\/li>\n<li>E-commerce and customer-facing web applications: response time influences browsing and checkout continuity. Caching, content delivery, and application optimisation can reduce delay without moving every component.<\/li>\n<li>APIs and microservices: a request may pass through several services. Each network hop and dependency call adds delay, and tail latency can be amplified across a chain.<\/li>\n<\/ul>\n<p>Data analytics, backup, and batch processing usually prioritise throughput, scheduling, and recovery reliability over an immediate response. AI training and other large data jobs often have the same profile, while interactive AI inference may require a lower and more predictable response time. Classify each workload rather than assigning one rule to an entire platform.<\/p>\n<h2><strong>What Contributes to End-to-End Latency?<\/strong><\/h2>\n<p>The latency users experience is the sum of several stages. Measuring only server processing time can hide a slow route, a busy database, a queue, or a dependency in another region. Trace the complete path from the user or device to the application and back.<\/p>\n<p>Dataplugs&#8217; <a href=\"https:\/\/www.dataplugs.com\/en\/designing-multi-site-hosting-architecture-for-maximum-redundancy\/\">guide to designing a multi-site hosting architecture for maximum redundancy<\/a> offers a useful reference for mapping application dependencies, site roles, failover paths, and the network hops between locations.<\/p>\n<p>Review these contributors together: physical distance and routing; peering and interconnection; DNS and connection setup; server queueing and processing; storage and database access; API dependencies; traffic bursts; and security controls such as inspection or encryption. A change that improves one stage can expose a bottleneck at another.<\/p>\n<h2><strong>Measure Workloads by User Journey<\/strong><\/h2>\n<p>Start with the actions that matter to users or the business, not with a server specification. Document the request sequence for sign-in, search, checkout, collaboration, inference, data transfer, or recovery. Mark which steps are synchronous and which can run asynchronously.<\/p>\n<p>For each journey, record the user regions, client type, application components, data stores, third-party services, and expected peak periods. This map shows whether the main problem is geographic distance, cross-site communication, application design, or resource contention.<\/p>\n<p>Set a service objective for the complete journey and separate objectives for important dependencies. Test normal operation, peak load, degraded paths, and failover. A fast first response does not prove that the full task completes quickly or reliably.<\/p>\n<h2><strong>Choose Hosting by Latency Profile<\/strong><\/h2>\n<p>Hosting decisions should reflect the workload mix. A single environment may support several profiles, but the placement, connectivity, and capacity plan should make their different needs explicit.<\/p>\n<ul>\n<li>Latency-sensitive interactive workloads: place the application and critical data close to the main user or device regions, reduce unnecessary hops, and monitor response consistency.<\/li>\n<li>Regional customer-facing services: use deliberate geographic placement, caching, or edge delivery where it reduces the distance for common requests.<\/li>\n<li>Distributed APIs and service chains: consider co-locating tightly coupled components, reusing connections, and setting timeouts so one slow dependency does not consume all available capacity.<\/li>\n<li>Data-intensive workloads: prioritise storage throughput, database locality, transfer capacity, and predictable queues when the work is large but not interactive.<\/li>\n<li>Batch, backup, and analytics workloads: schedule transfers and processing away from interactive peaks, and evaluate cost, recovery objectives, and throughput alongside latency.<\/li>\n<li>Mixed platforms: separate latency-sensitive paths from background jobs where contention would create unpredictable tail latency. Use workload-specific monitoring instead of one platform-wide average.<\/li>\n<\/ul>\n<p>A dedicated server environment can provide defined resources and a deliberate location for workloads that need predictable capacity. It does not remove the need to design the network, data dependencies, failover path, or application architecture around the latency profile.<\/p>\n<h2><strong>Metrics to Monitor<\/strong><\/h2>\n<p>Measure from the locations and user journeys that matter. A single test from one office can hide regional variation, congestion, routing changes, or a slow downstream service. Combine synthetic checks with application traces and real-user signals where available.<\/p>\n<ul>\n<li>Round-trip time, connection setup time, request latency, and time to first byte<\/li>\n<li>p50, p95, and p99 latency, tail latency, jitter, and packet loss<\/li>\n<li>Error and timeout rate, queue time, CPU and storage wait, database time, dependency latency, and regional performance<\/li>\n<\/ul>\n<p>Track both the central tendency and the outliers. If the average is healthy but p99 latency or timeout rate is rising, users may still experience intermittent failures. Compare measurements before and after changes to routing, hosting location, code, storage, or capacity.<\/p>\n<h2><strong>Common Hosting and Network Mistakes<\/strong><\/h2>\n<p>Choosing by bandwidth alone is a common error. Bandwidth measures how much data can move over time; latency measures how long an interaction waits. A large connection may not help when a workload depends on many small, sequential requests.<\/p>\n<p>Other mistakes include measuring only averages, testing from one region, ignoring dependency calls, placing synchronous components far apart, and reducing redundancy to gain a shorter path. Optimisation should preserve security, resilience, and operational control.<\/p>\n<h2><strong>A Practical Decision Framework<\/strong><\/h2>\n<p>Use a repeatable process so latency improvements can be connected to user outcomes and cost.<\/p>\n<ul>\n<li>Identify the users, devices, transactions, and interactions that are most sensitive to delay.<\/li>\n<li>Map the full request path, including DNS, security controls, APIs, databases, storage, and external services.<\/li>\n<li>Set measurable objectives by journey, region, and priority instead of using one target for every workload.<\/li>\n<li>Compare hosting locations, network routes, interconnection options, and data placement under realistic load.<\/li>\n<li>Design redundancy and failover paths without introducing unnecessary synchronous hops or untested dependencies.<\/li>\n<li>Monitor p50, tail latency, errors, and user outcomes after deployment, then retest when traffic, code, providers, or locations change.<\/li>\n<\/ul>\n<p>This approach turns latency from a vague infrastructure concern into a set of decisions that can be tested. It also helps teams decide when moving a workload is worthwhile and when application, caching, database, or queue changes would deliver more benefit.<\/p>\n<h2><strong>Balance Latency, Cost, and Resilience<\/strong><\/h2>\n<p>Lower latency can require closer locations, additional capacity, private connectivity, replicated data, or more complex operations. Compare those costs with the business impact of delay, and state which interactions justify the investment. Not every workload needs the most expensive or shortest possible path.<\/p>\n<p>For cross-site plans, include interconnection, transfer, replication, monitoring, and failover costs in the same model as server and software costs. A design that is fast in normal conditions but expensive or fragile during an incident may not be the best long-term choice.<\/p>\n<h2><strong>Apply the Plan and Reassess<\/strong><\/h2>\n<p>Turn the decision into an operational checklist that can be repeated as the platform grows.<\/p>\n<ul>\n<li>Create a baseline from representative regions, devices, traffic patterns, and user journeys.<\/li>\n<li>Document the chosen hosting locations, routes, dependencies, latency objectives, and fallback paths.<\/li>\n<li>Run load, failover, restore, and dependency tests before treating a design as production-ready.<\/li>\n<li>Review cost, security, capacity, and operational effort alongside performance results.<\/li>\n<li>Set review dates and triggers for new regions, traffic growth, architecture changes, provider changes, and recurring latency breaches.<\/li>\n<\/ul>\n<p>Latency planning is not a one-time location decision. Applications evolve, users move, traffic changes, and dependencies are added. Reassess the full path when the workload or its service objectives change.<\/p>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>Latency sensitivity is an application characteristic, not a label that applies equally to every workload. The right hosting decision starts by identifying which interactions need an immediate, consistent response and which processes can trade speed for throughput, cost, or resilience. When teams measure the full path from user to network to application and back, they can place workloads more deliberately and avoid paying for performance that does not improve the user experience.<\/p>\n<p>Dataplugs can help enterprises evaluate <a href=\"https:\/\/www.dataplugs.com\/en\/designing-multi-site-hosting-architecture-for-maximum-redundancy\/\">dedicated server hosting environments<\/a> for applications with different latency profiles, regional users, distributed dependencies, and resilience requirements. The right environment should match the workload, network design, service objectives, and budget.<\/p>\n<p>For more information about Dataplugs hosting solutions, contact <a href=\"mailto:sales@dataplugs.com\">sales@dataplugs.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Latency is not equally important to every application. A content site may continue to work when a response takes slightly longer, while an online game, &#8230; <a class=\"understrap-read-more-link\" href=\"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/\">read more<\/a><\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[89],"tags":[],"class_list":["post-70732","post","type-post","status-publish","format-standard","hentry","category-dedicated-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Understanding Latency Sensitivity Across Different Application Types<\/title>\n<meta name=\"description\" content=\"Learn how latency sensitivity varies across application types and how to choose hosting, network paths, and infrastructure for responsive performance.\" \/>\n<meta name=\"robots\" content=\"index, follow\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding Latency Sensitivity Across Different Application Types\" \/>\n<meta property=\"og:description\" content=\"Learn how latency sensitivity varies across application types and how to choose hosting, network paths, and infrastructure for responsive performance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732\" \/>\n<meta property=\"og:site_name\" content=\"Dataplugs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dataplugs\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-09T01:35:58+00:00\" \/>\n<meta name=\"author\" content=\"Debbie Ng\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dataplugs\" \/>\n<meta name=\"twitter:site\" content=\"@dataplugs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Debbie Ng\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":{\"0\":{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/\"},\"author\":{\"name\":\"Debbie Ng\",\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/sc\\\/#\\\/schema\\\/person\\\/127fb245420a4b593825746d930e514d\"},\"headline\":\"Understanding Latency Sensitivity Across Different Application Types\",\"datePublished\":\"2026-09-09T01:35:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/\"},\"wordCount\":1705,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/sc\\\/#organization\"},\"articleSection\":[\"Dedicated Server\"],\"inLanguage\":\"en-US\",\"url\":\"\",\"about\":{\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplugs.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/dp-blog-2026-09-09-blogA.png\"},\"1\":{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/\",\"url\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/\",\"name\":\"Understanding Latency Sensitivity Across Different Application Types\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/sc\\\/#website\"},\"datePublished\":\"2026-09-09T01:35:58+00:00\",\"description\":\"Learn how latency sensitivity varies across application types and how to choose hosting, network paths, and infrastructure for responsive performance.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/\"]}]},\"2\":{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/understanding-latency-sensitivity-across-different-application-types\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.dataplugs.com\\\/en\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding Latency Sensitivity Across Different Application Types\"}]},\"5\":{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/sc\\\/#\\\/schema\\\/person\\\/127fb245420a4b593825746d930e514d\",\"name\":\"Debbie Ng\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplugs.com\\\/wp-content\\\/litespeed\\\/avatar\\\/01316e0bdeea33987a41c389a69af8c7.jpg?ver=1788782962\",\"url\":\"https:\\\/\\\/www.dataplugs.com\\\/wp-content\\\/litespeed\\\/avatar\\\/01316e0bdeea33987a41c389a69af8c7.jpg?ver=1788782962\",\"contentUrl\":\"https:\\\/\\\/www.dataplugs.com\\\/wp-content\\\/litespeed\\\/avatar\\\/01316e0bdeea33987a41c389a69af8c7.jpg?ver=1788782962\",\"caption\":\"Debbie Ng\"}}}}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Understanding Latency Sensitivity Across Different Application Types","description":"Learn how latency sensitivity varies across application types and how to choose hosting, network paths, and infrastructure for responsive performance.","robots":{"index":"index","follow":"follow"},"canonical":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732","og_locale":"en_US","og_type":"article","og_title":"Understanding Latency Sensitivity Across Different Application Types","og_description":"Learn how latency sensitivity varies across application types and how to choose hosting, network paths, and infrastructure for responsive performance.","og_url":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732","og_site_name":"Dataplugs","article_publisher":"https:\/\/www.facebook.com\/dataplugs\/","article_published_time":"2026-09-09T01:35:58+00:00","author":"Debbie Ng","twitter_card":"summary_large_image","twitter_creator":"@dataplugs","twitter_site":"@dataplugs","twitter_misc":{"Written by":"Debbie Ng"},"schema":{"@context":"https:\/\/schema.org","@graph":{"0":{"@type":"Article","@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/#article","isPartOf":{"@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/"},"author":{"name":"Debbie Ng","@id":"https:\/\/www.dataplugs.com\/sc\/#\/schema\/person\/127fb245420a4b593825746d930e514d"},"headline":"Understanding Latency Sensitivity Across Different Application Types","datePublished":"2026-09-09T01:35:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/"},"wordCount":1705,"publisher":{"@id":"https:\/\/www.dataplugs.com\/sc\/#organization"},"articleSection":["Dedicated Server"],"inLanguage":"en-US","url":"","about":{"@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/"},"thumbnailUrl":"https:\/\/www.dataplugs.com\/wp-content\/uploads\/2026\/09\/dp-blog-2026-09-09-blogA.png"},"1":{"@type":"WebPage","@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/","url":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/","name":"Understanding Latency Sensitivity Across Different Application Types","isPartOf":{"@id":"https:\/\/www.dataplugs.com\/sc\/#website"},"datePublished":"2026-09-09T01:35:58+00:00","description":"Learn how latency sensitivity varies across application types and how to choose hosting, network paths, and infrastructure for responsive performance.","breadcrumb":{"@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/"]}]},"2":{"@type":"BreadcrumbList","@id":"https:\/\/www.dataplugs.com\/en\/understanding-latency-sensitivity-across-different-application-types\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dataplugs.com\/en\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.dataplugs.com\/en\/blog\/"},{"@type":"ListItem","position":3,"name":"Understanding Latency Sensitivity Across Different Application Types"}]},"5":{"@type":"Person","@id":"https:\/\/www.dataplugs.com\/sc\/#\/schema\/person\/127fb245420a4b593825746d930e514d","name":"Debbie Ng","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplugs.com\/wp-content\/litespeed\/avatar\/01316e0bdeea33987a41c389a69af8c7.jpg?ver=1788782962","url":"https:\/\/www.dataplugs.com\/wp-content\/litespeed\/avatar\/01316e0bdeea33987a41c389a69af8c7.jpg?ver=1788782962","contentUrl":"https:\/\/www.dataplugs.com\/wp-content\/litespeed\/avatar\/01316e0bdeea33987a41c389a69af8c7.jpg?ver=1788782962","caption":"Debbie Ng"}}}}},"_links":{"self":[{"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/comments?post=70732"}],"version-history":[{"count":1,"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732\/revisions"}],"predecessor-version":[{"id":70736,"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/posts\/70732\/revisions\/70736"}],"wp:attachment":[{"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/media?parent=70732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/categories?post=70732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataplugs.com\/en\/wp-json\/wp\/v2\/tags?post=70732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}