{"id":46619,"date":"2021-10-04T07:16:24","date_gmt":"2021-10-04T07:16:24","guid":{"rendered":"https:\/\/www.dynatrace.com\/news\/?p=46619"},"modified":"2024-06-25T18:22:23","modified_gmt":"2024-06-25T18:22:23","slug":"what-is-api-monitoring","status":"publish","type":"post","link":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/","title":{"rendered":"What is API monitoring?"},"content":{"rendered":"<p>Modern applications\u2014enterprise and consumer\u2014increasingly depend on third-party services to create a fast, seamless, and highly available experience for the end-user. Due to this growing complexity, it has become absolutely critical \u2014 and somewhat difficult \u2014 for IT staff to make sure these services are running and communicating as intended. As a result, API monitoring has become a must for DevOps teams.<\/p>\n<p>So what is API monitoring? To answer that, it helps to understand what an API is. An application programming interface (API) is a set of definitions and protocols for building and integrating application software that enables your product to communicate with other products and services. APIs each have a web address, known as an API endpoint, and serve as the channel by which a consuming application and API communicate.<\/p>\n<h2 id=\"what-is-api-monitoring\">What is API Monitoring?<\/h2>\n<p>API monitoring is the process of collecting and analyzing data about the performance of an API to identify problems that impact users. If an application is running slowly, you need to first understand the cause before you can correct it. Modern applications use many independent microservices instead of a few large ones, and one poor-performing service can adversely impact the overall performance of an application. In addition, isolating a single poor-performing service among hundreds can be challenging unless proper monitoring is in place. This makes API monitoring and measuring API performance a crucial practice for modern multicloud environments.<\/p>\n<h2 id=\"what-is-an-api\">What is an API?<\/h2>\n<p>An\u202fapplication programming interface (API)\u202fserves as a bridge between different software components, allowing them to communicate and exchange data, features, and functionality. Think of it as a set of rules or protocols that enable seamless interaction between software applications. APIs empower developers to create robust, interconnected software systems by providing a standardized way to access functionality across different components.<\/p>\n<h2 id=\"the-need-for-api-monitoring\">The need for API monitoring<\/h2>\n<p>API monitoring captures and analyzes metrics that describe the vital aspects of an application&#8217;s performance, which can help developers gain a deeper understanding of the health and efficiency of the APIs they&#8217;re utilizing.<\/p>\n<p>To understand the importance of API monitoring, consider a website that provides weather information. That site uses APIs provided by a weather forecasting service. If that API is slow, then Web pages that display weather information will load slowly and may even fail and cause user frustration.<\/p>\n<p>In addition to <a href=\"\/news\/blog\/what-is-apm\/\">performance monitoring<\/a>, your team may want insights into how developers are using APIs, such as which functions are most frequently used. This can provide a better understanding of areas that need improvement or updating. For example, some developers may be using an old version of an API that will soon be deprecated. If this were the case, IT teams would need to plan to migrate to the newest available version of that API.<\/p>\n<p>API monitoring is especially important when using third-party components, such as payment services, customer relationship management services like Salesforce, and internal services provided by other teams within an organization for specialized internal processes. The growing popularity of these highly modular third-party services drives the need for better monitoring solutions.<\/p>\n<p>In addition, API monitoring can provide information on the extent to which business functions depend on APIs as well as the impact of using those APIs on business objectives and key performance indicators (KPIs).<\/p>\n<h2 id=\"benefits-of-api-monitoring\">Benefits of API monitoring<\/h2>\n<ol>\n<li><strong>Early detection of issues<\/strong><\/li>\n<\/ol>\n<p>APIs are the backbone of modern applications, enabling seamless communication between services. However, they can be prone to latency, errors, or unexpected behavior. API monitoring allows you to detect these problems early, preventing them from affecting end users. You can proactively address issues before they escalate by monitoring key metrics like response time, error rates, and throughput.<\/p>\n<ol start=\"2\">\n<li><strong>Performance optimization<\/strong><\/li>\n<\/ol>\n<p>Monitoring APIs provides insights into their performance. You can track response times, identify bottlenecks, and optimize resource usage. For example:<\/p>\n<p>Response time: Monitoring helps you ensure that APIs respond within acceptable time limits. Slow APIs can impact user experience and overall system performance.<\/p>\n<p>Throughput: Monitoring throughput helps you understand how many requests your APIs can handle. It guides capacity planning and scaling decisions.<\/p>\n<p>Error rates: High error rates indicate issues that need immediate attention. Monitoring helps you pinpoint the root cause and fix it promptly.<\/p>\n<ol start=\"3\">\n<li><strong>Security and compliance<\/strong><\/li>\n<\/ol>\n<p>APIs are vulnerable to security threats such as unauthorized access, injection attacks, or data leaks. Monitoring helps you:<\/p>\n<p>Detect anomalies: Monitor for unusual patterns in API traffic, which could indicate security breaches.<\/p>\n<p>Rate limiting: Enforce rate limits to prevent abuse or DoS attacks.<\/p>\n<p>Compliance: Ensure APIs adhere to security standards (for example, OAuth, JWT) and regulatory requirements (for example, GDPR).<\/p>\n<ol start=\"4\">\n<li><strong>Dependency management<\/strong><\/li>\n<\/ol>\n<p>Modern applications rely on internal and external APIs. Monitoring helps you manage dependencies effectively. For example:<\/p>\n<p>Dependency health: Monitor third-party APIs to ensure they\u2019re available and performing well.<\/p>\n<p>Version compatibility: Track API versions and deprecations to avoid breaking changes.<\/p>\n<ol start=\"5\">\n<li><strong>Business insights<\/strong><\/li>\n<\/ol>\n<p>API monitoring provides valuable business insights, such as:<\/p>\n<p>Usage patterns: Understand which APIs are heavily used and which are underutilized.<\/p>\n<p>Billing and cost optimization: Monitor API usage to optimize costs and prevent unexpected bills.<\/p>\n<ol start=\"6\">\n<li><strong>SLA adherence<\/strong><\/li>\n<\/ol>\n<p>Service-level agreements (SLAs) define acceptable performance levels for APIs. Monitoring helps you track adherence to SLAs and take corrective actions if needed.<\/p>\n<ol start=\"7\">\n<li><strong>Alerting and incident response<\/strong><\/li>\n<\/ol>\n<p>Set up alerts based on predefined thresholds (for example, high error rates and prolonged response times). When anomalies occur, receive notifications and take immediate action.<\/p>\n<h2 id=\"challenges-of-api-monitoring\">Challenges of API monitoring<\/h2>\n<p><strong>Diverse ecosystems:<\/strong> Modern applications rely on a mix of internal and external APIs, which might be built using different technologies, protocols, and standards. Monitoring this diverse ecosystem requires tools that handle various formats and communication patterns.<\/p>\n<p><strong>Dynamic environments:<\/strong> APIs operate in dynamic environments where services scale up or down based on demand. Monitoring tools must adapt to these changes and provide real-time insights without causing performance overhead.<\/p>\n<p><strong>Latency and performance:<\/strong> Monitoring APIs introduces additional latency. Balancing the need for detailed monitoring with minimal impact on API performance is challenging. Tools must collect relevant metrics efficiently.<\/p>\n<p><strong>Rate limiting and throttling:<\/strong> APIs often impose rate limits to prevent abuse. Monitoring tools must account for these limits and avoid exceeding them during monitoring. Otherwise, they risk disrupting the very APIs they\u2019re monitoring.<\/p>\n<p><strong>Security and authentication:<\/strong> Monitoring APIs requires proper authentication and authorization. Tools must handle API keys, tokens, and security protocols (for example, OAuth) to access protected endpoints.<\/p>\n<p><strong>Data volume and retention:<\/strong> APIs generate substantial data, including request\/response payloads, logs, and metrics. Managing this data volume efficiently while retaining historical information for analysis is challenging.<\/p>\n<p><strong>Complex dependencies:<\/strong> APIs interact with other services, databases, and third-party APIs. Monitoring tools must trace these dependencies to identify bottlenecks or failures accurately.<\/p>\n<p><strong>Error handling and alerts:<\/strong> Monitoring tools should detect anomalies, errors, and performance degradation. Configuring meaningful alerts and integrating them with incident response workflows is crucial.<\/p>\n<p><strong>Versioning and compatibility:<\/strong> APIs evolve. Monitoring tools must handle version changes, deprecations, and backward compatibility. Tracking which versions are in use and when to migrate is essential.<\/p>\n<p><strong>Multi-protocol support:<\/strong> APIs use various protocols (REST, SOAP, GraphQL, etc.). Monitoring tools must understand and interpret these protocols to extract relevant information.<\/p>\n<p><strong>Geographical distribution:<\/strong> APIs may be distributed across multiple regions or data centers. Monitoring tools must account for latency variations and regional differences.<\/p>\n<p><strong>Business context:<\/strong> Monitoring isn\u2019t just about technical metrics; it\u2019s about understanding the business impact. Tools should correlate API performance with user experience, revenue, and business goals.<\/p>\n<h2 id=\"ways-to-monitor-apis\">Ways to monitor APIs<\/h2>\n<p>When monitoring, it&#8217;s important to track metrics that describe the vital aspects of an application&#8217;s performance. When it comes to APIs, some important metrics include the number of calls to API functions, the time to respond to API function calls, and the amount of data returned.<\/p>\n<p>There are two predominant methods of API monitoring: synthetic monitoring and real user monitoring (RUM).<\/p>\n<p><a href=\"\/news\/blog\/what-is-synthetic-monitoring\/\">Synthetic monitoring<\/a> is an application performance monitoring practice that emulates the paths users might take when engaging with an application. Synthetic monitoring can automatically keep tabs on application uptime and tell you how your application responds to typical user behavior, and it uses scripts to generate simulated user behavior for various scenarios, geographic locations, device types, and other variables. Once this data has been collected and analyzed, a synthetic monitoring solution can give you crucial insights into how well your app is performing.<\/p>\n<p>Similarly, <a href=\"\/platform\/real-user-monitoring\/\">RUM<\/a> provides valuable insights into an application&#8217;s usability and performance, but it does this by observing the actual experiences of end-users. RUM is more than a simple data sample. It captures every aspect of a customer&#8217;s interaction or transaction, allowing developers to visualize their entire journey within the app and resolve issues quickly with real-time data. This monitoring method provides <a href=\"\/knowledge-base\/full-stack-observability\/\">full-stack observability<\/a> for the end-user experience, eliminating blindspots that impact business performance and allowing for wise decision-making across development.<\/p>\n<p>While synthetic monitoring and RUM gather their insights in different ways, they both facilitate a smoother application development process and end-user experience. When used together for API monitoring, they can provide more complete visibility of your API performance.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-64459\" src=\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL-300x169.png\" alt=\"Use API Monitoring to Track APIs\" width=\"300\" height=\"169\" srcset=\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL-300x169.png 300w, https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL-768x432.png 768w, https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL-200x113.png 200w, https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL-400x225.png 400w, https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL-600x338.png 600w, https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/10\/BAE12753_SI_API-Monitoring-Blog-Image_V1_800x450_FINAL.png 800w\" sizes=\"auto, (min-width: 900px) 900px, 100vw\" \/><figcaption>Use API Monitoring to Track APIs<\/figcaption><\/figure>\n<h2 id=\"api-testing-complements-monitoring\">API testing complements monitoring<\/h2>\n<p>While API monitoring helps you understand the performance of APIs in a production environment, you&#8217;ll also want to be aware of any problems associated with your APIs before the application is released. This is done through testing.<\/p>\n<p>Using agile methodologies, developers are constantly updating code and integrating it into production services. This practice comes with the risk of introducing new bugs, so it&#8217;s important developers test code before it&#8217;s released to production &#8211; something developers routinely do for the code they develop (a practice that should also be done for third-party APIs). If there&#8217;s a problem during testing, developers can quickly identify the root cause by looking at the differences in code between the last stable release and the release that produced the issue.<\/p>\n<p>Both testing and monitoring play vital roles in the development of quality applications. Testing helps prevent bugs from being released into production code while monitoring helps to identify failures or performance issues when code is running in production.<\/p>\n<h2 id=\"choosing-an-api-monitoring-tool\">Choosing an API monitoring tool<\/h2>\n<p>When choosing an API monitoring tool, keep in mind that not all have the same breadth of functionality or depth of analytic capabilities. Look for key features, including:<\/p>\n<ul>\n<li>Comprehensive analysis of all data, not just samples of monitoring data<\/li>\n<li>Support for both RUM and synthetic monitoring<\/li>\n<li>Ability to identify third party APIs that are adversely affecting application performance<\/li>\n<\/ul>\n<p>The best way to understand how your customers are using and experiencing APIs is to collect data about and <a href=\"\/news\/blog\/automated-scripted-api-monitoring-with-http-monitors\/\">track every user-API interaction \u2014 automatically<\/a>. If you were interested in aggregate measures, such as the average response time to an API function call, then missing a small number of outliers in a large sample may not materially impact the quality of the results. However, if you want to trigger an alert based on an outlier, such as a sudden spike in latency in one region or for a single customer, then sampling may not provide the alerting system with the data it needs to perform its job.<\/p>\n<p>RUM, with comprehensive, real-time data collection and analysis, not sampling, provides a view into what customers are experiencing. This is needed to identify and remediate failures and slowdowns as soon as they occur. Synthetic monitoring is helpful when developing a baseline of performance. For example, API calls in one geographic region may be consistently slower than calls in another region. This may be due to the implementation choices of the API provider and not something that will likely change in the near future. In that case, you can plan accordingly and limit the use of API services in that region or adjust your alerting thresholds to account for the longer latency in regions with poorer performance.<\/p>\n<p>With its <a href=\"\/platform\/artificial-intelligence\/\">AI-to-everything<\/a> approach, the <a href=\"\/platform\/\">Dynatrace Software Intelligence Platform<\/a> provides API monitoring capabilities, including <a href=\"\/news\/blog\/dynatrace-http-monitors-go-multi-request-leaving-no-api-unmonitored\/\">multi-request HTTP monitors<\/a> and <a href=\"\/news\/blog\/how-to-detect-impacting-3rd-party-api-calls-with-dynatrace-real-user-monitoring\/\">detection of impacting third-party API calls<\/a> with RUM. This approach delivers a comprehensive view into the state of your API usage that&#8217;s essential to ensure the high availability and consistent performance your customers expect.<\/p>\n<section class='cta cta--theme--dark'><div class='cta__content'>\n<p>To learn more about performance monitoring in your organization&#8217;s hybrid multicloud, check out our on-demand webinar <a href=\"https:\/\/info.dynatrace.com\/global_all_wc_network_infrastructure_performance_monitoring_14374_registration.html\">Network &amp; infrastructure performance monitoring of your hybrid multi-cloud<\/a>, and begin your journey to full-environment observability today.<br \/>\n<div class='cta__buttons'><a class='btn btn--primary btn--primary--light' href='https:\/\/info.dynatrace.com\/global_all_wc_network_infrastructure_performance_monitoring_14374_registration.html'>Watch webinar now!<\/a><\/div><\/div><\/section>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is API Monitoring?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"API monitoring is the process of collecting and analyzing data about the performance of an API in order to identify problems that impact users. If an application is running slowly, you must first understand the cause before you can correct it. Modern applications use many independent microservices instead of a few large ones, and one poor-performing service can adversely impact the overall performance of an application. In addition, isolating a single poor-performing service among hundreds can be a challenge unless proper monitoring is in place. This makes API monitoring and measuring API performance a crucial practice for modern multicloud environments.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the need for API monitoring?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"API monitoring captures and analyzes metrics that describe the vital aspects of an application\u2019s performance, which can help developers gain a deeper understanding of the health and efficiency of the APIs they\u2019re utilizing. To understand the importance of API monitoring, consider a website that provides weather information. That site uses APIs provided by a weather forecasting service. If that API is slow, then Web pages that display weather information will load slowly and may even fail and cause user frustration.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Ways to monitor APIs\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"When monitoring, it\u2019s important to track metrics that describe the vital aspects of an application\u2019s performance. When it comes to APIs, some important metrics include the number of calls to API functions, the time to respond to API function calls, and the amount of data returned. There are two predominant methods of API monitoring: synthetic monitoring and real user monitoring (RUM).\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern applications\u2014enterprise and consumer\u2014increasingly depend on third-party services to create a fast, seamless, and highly available experience for the end-user. Due to this growing complexity, it has become absolutely critical \u2014 and somewhat difficult \u2014 for IT staff to make sure these services are running and communicating as intended. As a result, API monitoring has [&hellip;]<\/p>\n","protected":false},"author":387,"featured_media":42903,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[10],"tags":[1381,284,1393,454],"coauthors":[25681],"class_list":["post-46619","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apps-and-microservices","tag-api","tag-application-health-monitoring","tag-application-modernization","tag-availability-and-performance-monitoring"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is API monitoring?<\/title>\n<meta name=\"description\" content=\"What is API monitoring? Learn more here about what it is and how it can help rapidly address application performance issues.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is API monitoring?\" \/>\n<meta property=\"og:description\" content=\"What is API monitoring? Learn more here about what it is and how it can help rapidly address application performance issues.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\" \/>\n<meta property=\"og:site_name\" content=\"Dynatrace news\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Dynatrace\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dt-cdn.net\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jay Livens\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Dynatrace\" \/>\n<meta name=\"twitter:site\" content=\"@Dynatrace\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jay Livens\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\"},\"author\":{\"name\":\"Jay Livens\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/#\/schema\/person\/e69167cbb70f41cac9b5624af76b94b8\"},\"headline\":\"What is API monitoring?\",\"datePublished\":\"2024-06-25T18:22:23+00:00\",\"dateModified\":\"2024-06-25T18:22:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\"},\"wordCount\":2072,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg\",\"keywords\":[\"API\",\"application health monitoring\",\"application modernization\",\"availability and performance monitoring\"],\"articleSection\":[\"Apps and microservices\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\",\"url\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\",\"name\":\"What is API monitoring?\",\"isPartOf\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg\",\"datePublished\":\"2021-10-04T07:16:24+00:00\",\"dateModified\":\"2024-06-25T18:22:23+00:00\",\"description\":\"What is API monitoring? Learn more here about what it is and how it can help rapidly address application performance issues.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage\",\"url\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg\",\"contentUrl\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg\",\"width\":800,\"height\":450,\"caption\":\"synthetic monitoring, synthetic monitoring tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dynatrace.com\/news\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is API monitoring?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/#website\",\"url\":\"https:\/\/www.dynatrace.com\/news\/\",\"name\":\"Dynatrace news\",\"description\":\"The tech industry is moving fast and our customers are as well. Stay up-to-date with the latest trends, best practices, thought leadership, and our solution&#039;s biweekly feature releases.\",\"publisher\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dynatrace.com\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/#organization\",\"name\":\"Dynatrace\",\"url\":\"https:\/\/www.dynatrace.com\/news\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2025\/07\/dynatrace_web.png\",\"contentUrl\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2025\/07\/dynatrace_web.png\",\"width\":717,\"height\":201,\"caption\":\"Dynatrace\"},\"image\":{\"@id\":\"https:\/\/www.dynatrace.com\/news\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Dynatrace\/\",\"https:\/\/x.com\/Dynatrace\",\"https:\/\/www.instagram.com\/dynatrace\/\",\"https:\/\/www.linkedin.com\/company\/dynatrace\",\"https:\/\/www.youtube.com\/c\/dynatrace\",\"https:\/\/en.wikipedia.org\/wiki\/Dynatrace\",\"https:\/\/www.glassdoor.com\/Overview\/Working-at-Dynatrace-EI_IE309684.1120.htm\"],\"description\":\"Dynatrace is advancing observability for today\u2019s digital businesses, helping to transform the complexity of modern digital ecosystems into powerful business assets. By leveraging AI-powered insights, Dynatrace enables organizations to analyze, automate, and innovate faster to drive their business forward.\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/#\/schema\/person\/e69167cbb70f41cac9b5624af76b94b8\",\"name\":\"Jay Livens\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/www.dynatrace.com\/news\/#\/schema\/person\/image\/92e181de6b85f59916cd01fc6186d73c\",\"url\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/01\/jaylivens-150x150.jpeg\",\"contentUrl\":\"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/01\/jaylivens-150x150.jpeg\",\"caption\":\"Jay Livens\"},\"description\":\"Jay leads product marketing for Dynatrace\u2019s Application Observability solution area. He has held a range of marketing roles in both large and small companies and has also worked as a quota carrying sales rep and financial analyst. In his free time, he enjoys running, digital photography, and automating his home with open source technologies and custom Python applications.\",\"sameAs\":[\"jaylivens\"],\"url\":\"https:\/\/www.dynatrace.com\/news\/blog\/author\/jay-livens\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is API monitoring?","description":"What is API monitoring? Learn more here about what it is and how it can help rapidly address application performance issues.","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:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/","og_locale":"en_US","og_type":"article","og_title":"What is API monitoring?","og_description":"What is API monitoring? Learn more here about what it is and how it can help rapidly address application performance issues.","og_url":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/","og_site_name":"Dynatrace news","article_publisher":"https:\/\/www.facebook.com\/Dynatrace\/","og_image":[{"width":800,"height":450,"url":"https:\/\/dt-cdn.net\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg","type":"image\/jpeg"}],"author":"Jay Livens","twitter_card":"summary_large_image","twitter_creator":"@Dynatrace","twitter_site":"@Dynatrace","twitter_misc":{"Written by":"Jay Livens","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#article","isPartOf":{"@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/"},"author":{"name":"Jay Livens","@id":"https:\/\/www.dynatrace.com\/news\/#\/schema\/person\/e69167cbb70f41cac9b5624af76b94b8"},"headline":"What is API monitoring?","datePublished":"2024-06-25T18:22:23+00:00","dateModified":"2024-06-25T18:22:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/"},"wordCount":2072,"commentCount":0,"publisher":{"@id":"https:\/\/www.dynatrace.com\/news\/#organization"},"image":{"@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg","keywords":["API","application health monitoring","application modernization","availability and performance monitoring"],"articleSection":["Apps and microservices"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/","url":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/","name":"What is API monitoring?","isPartOf":{"@id":"https:\/\/www.dynatrace.com\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage"},"image":{"@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg","datePublished":"2021-10-04T07:16:24+00:00","dateModified":"2024-06-25T18:22:23+00:00","description":"What is API monitoring? Learn more here about what it is and how it can help rapidly address application performance issues.","breadcrumb":{"@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#primaryimage","url":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg","contentUrl":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/02\/rb3-dt_blog5_d1-1363.jpg","width":800,"height":450,"caption":"synthetic monitoring, synthetic monitoring tools"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dynatrace.com\/news\/blog\/what-is-api-monitoring\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dynatrace.com\/news\/"},{"@type":"ListItem","position":2,"name":"What is API monitoring?"}]},{"@type":"WebSite","@id":"https:\/\/www.dynatrace.com\/news\/#website","url":"https:\/\/www.dynatrace.com\/news\/","name":"Dynatrace news","description":"The tech industry is moving fast and our customers are as well. Stay up-to-date with the latest trends, best practices, thought leadership, and our solution&#039;s biweekly feature releases.","publisher":{"@id":"https:\/\/www.dynatrace.com\/news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dynatrace.com\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/www.dynatrace.com\/news\/#organization","name":"Dynatrace","url":"https:\/\/www.dynatrace.com\/news\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.dynatrace.com\/news\/#\/schema\/logo\/image\/","url":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2025\/07\/dynatrace_web.png","contentUrl":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2025\/07\/dynatrace_web.png","width":717,"height":201,"caption":"Dynatrace"},"image":{"@id":"https:\/\/www.dynatrace.com\/news\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Dynatrace\/","https:\/\/x.com\/Dynatrace","https:\/\/www.instagram.com\/dynatrace\/","https:\/\/www.linkedin.com\/company\/dynatrace","https:\/\/www.youtube.com\/c\/dynatrace","https:\/\/en.wikipedia.org\/wiki\/Dynatrace","https:\/\/www.glassdoor.com\/Overview\/Working-at-Dynatrace-EI_IE309684.1120.htm"],"description":"Dynatrace is advancing observability for today\u2019s digital businesses, helping to transform the complexity of modern digital ecosystems into powerful business assets. By leveraging AI-powered insights, Dynatrace enables organizations to analyze, automate, and innovate faster to drive their business forward."},{"@type":"Person","@id":"https:\/\/www.dynatrace.com\/news\/#\/schema\/person\/e69167cbb70f41cac9b5624af76b94b8","name":"Jay Livens","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.dynatrace.com\/news\/#\/schema\/person\/image\/92e181de6b85f59916cd01fc6186d73c","url":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/01\/jaylivens-150x150.jpeg","contentUrl":"https:\/\/news.cdn.dm.dynatrace.com\/wp-content\/uploads\/2021\/01\/jaylivens-150x150.jpeg","caption":"Jay Livens"},"description":"Jay leads product marketing for Dynatrace\u2019s Application Observability solution area. He has held a range of marketing roles in both large and small companies and has also worked as a quota carrying sales rep and financial analyst. In his free time, he enjoys running, digital photography, and automating his home with open source technologies and custom Python applications.","sameAs":["jaylivens"],"url":"https:\/\/www.dynatrace.com\/news\/blog\/author\/jay-livens\/"}]}},"featured_image_url":"","_links":{"self":[{"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/posts\/46619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/users\/387"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/comments?post=46619"}],"version-history":[{"count":9,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/posts\/46619\/revisions"}],"predecessor-version":[{"id":64460,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/posts\/46619\/revisions\/64460"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/media\/42903"}],"wp:attachment":[{"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/media?parent=46619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/categories?post=46619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/tags?post=46619"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.dynatrace.com\/news\/wp-json\/wp\/v2\/coauthors?post=46619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}