{"id":38314,"date":"2026-01-30T08:51:18","date_gmt":"2026-01-30T08:51:18","guid":{"rendered":"http:\/\/localhost\/?p=38314"},"modified":"2026-01-30T08:51:18","modified_gmt":"2026-01-30T08:51:18","slug":"why-api-security-is-no-longer-an-appsec-problem-and-what-security-leaders-must-do-instead","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=38314","title":{"rendered":"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-30T14:08:17&#8243;,&#8221;description&#8221;:&#8221;APIs are one of the most important technologies in digital business ecosystems. And yet, the responsibility for their security often falls to AppSec teams \u2013 and that\u2019s a problem. \\n\\nThis organizational mismatch creates systemic risk: business teams assume APIs are \u201csecured,\u201d while attackers exploit logic flaws, authorization gaps, and automated attacks in production. As Tim Erlin noted recently, \u201cThese are not exploits of a specific vulnerability, but abuse of an API.\u201d \\n\\n## How API Security Became an AppSec Problem (and Why That Model Broke)\\n\\nYears ago, APIs were considered the internal \u201cplumbing\u201d for web applications. Security teams relied on a \u201cCastle and Moat\u201d strategy: if the front-end UI was secure and the perimeter (defended by WAFs) was intact, teams assumed the backend was safe. \\n\\nAs such, AppSec teams focused on catching \u201cmalformed\u201d web requests through input validation and vulnerability scanning. This approach worked while APIs were few, static, and internally consumed. \\n\\nHowever, the fundamental nature of software has changed. Modern APIs are inherently exposed and continuously changing through CI\/CD pipelines (let\u2019s all remember that stands for continuous integration\/continuous deployment). As a result, organizations are left with shadow APIs that bypass traditional governance. What&#8217;s more, third parties, mobile apps, and AI agents now consume APIs at an unprecedented scale.\\n\\nThe problem is that AppSec teams can\u2019t govern runtime at this scale. Most modern breaches involve well-formed, legitimate traffic that abuses business logic, an activity that looks normal to traditional security controls. To understand why this breaks the AppSec model entirely, we need to look deeper at how modern API attacks actually work. \\n\\n## The Modern API Threat Landscape AppSec Was Never Designed to Own\\n\\nModern API attacks look like normal usage. Business logic abuse, Broken Object-Level Authorization, credential stuffing and token abuse, low-and-slow data exfiltration; all of these techniques use valid authentication, conform to API schemas, and operate entirely within what the application technically allows. \\n\\nThat\u2019s why they work, and why AppSec teams can\u2019t stop them. \\n\\nThe key point to understand is that attackers no longer break APIs; they (ab)use them. They chain legitimate calls in ways developers didn\u2019t anticipate, enumerate object IDs that weren\u2019t meant to be exposed, and siphon data over time to avoid detection. Critically, from the API\u2019s perspective, everything is working as it should. \\n\\nAs noted, traditional AppSec tooling is vulnerability-centric and pre-production focused. It\u2019s great at finding injection flaws, missing headers, or insecure dependencies _before_ release. It\u2019s terrible at spotting runtime abuse patterns unfolding across thousands or millions of API calls in production. \\n\\nThe temptation here is to double down on a familiar strategy: shift left. That instinct is understandable, but, used in isolation, it\u2019s also misguided. \\n\\n## Why \u201cShift-Left\u201d Alone Is Not a Strategy for API Security\\n\\nShift-left is crucial, but it\u2019s only part of the equation. Embedding security earlier in the software development lifecycle improves developer awareness, catches basic authorization mistakes, and minimizes obvious implementation flaws before they reach production. \\n\\nHowever, shift-left makes some dangerous assumptions: \\n\\n  * **Complete API visibility:** CI\/CD pipelines, microservices, and decentralized teams continuously introduce new and modified APIs. That creates shadow and zombie endpoints that never pass through centralized review. \\n  * **Predictable usage patterns:** Mobile apps, partners, automation, and AI agents consume modern APIs. Because behavior changes constantly, expected usage patterns are impossible to define during design. \\n  * **Static, well-defined consumers:** Tokens are reused, shared, rotated, and abused; identities are ephemeral; and automation blurs the line between legitimate users and attackers.\\n\\n\\n\\nAs such, over-reliance on pre-production controls creates a false sense of security. Why? Because real abuse unfolds at runtime. We must start treating API security as a continuous control problem, not a development milestone. We must \u201cshift left, shield right.\u201d\\n\\n## API Security Is a Business Risk, Not an AppSec Function\\n\\nAs you have probably gathered, API security failures don\u2019t stay contained at the application layer. They touch every part of the business, impacting: \\n\\n  * **Revenue:** Fraud, automated abuse, and large-scale scraping exploit API business logic and monetizable workflows.\\n  * **Availability:** Automated attacks and abusive traffic exhaust backend services without triggering traditional denial-of-service controls.\\n  * **Data protection:** APIs enable quiet, low-and-slow access to PII and sensitive business data that often goes undetected.\\n  * **Brand trust:** When API abuse becomes public, the loss of customer and partner trust is immediate and difficult to recover.\\n\\n\\n\\nEffective API security requires security leadership to own and prioritize risk, platform and infrastructure teams to enforce controls where APIs actually run, and AppSec and DevOps teams to contribute expertise. Ultimately, we should treat APIs like identity and cloud security: cross-functional, risk-based, and continuously monitored. \\n\\n## What Security Leaders Must Do Instead\\n\\nSo, how do security leaders achieve that?\\n\\nForget more tooling or earlier scans \u2013 effective API security relies on changing the operation model. Remember: modern API risk doesn\u2019t originate in development mistakes alone; it emerges from how APIs are used, abused, and automated in production. Addressing that reality requires a fundamentally different approach. \\n\\n### Shift from Inventory-First to Attack-Aware Security\\n\\nVisibility must include behavior, not just endpoints. \\n\\nWallarm builds API visibility from live traffic, not specs or static discovery. It learns APIs as attackers and users interact with them, exposing shadow or undocumented endpoints because real attacks hit them first. Ultimately, we treat inventory as an outcome of observed behavior \u2013 not the starting point. \\n\\n### Prioritize Runtime Protection\\n\\nDetect abuse patterns, not just malformed requests.  \\n\\nWallarm protects APIs at runtime \u2013 automatically decoding complex, nested payloads, learning normal application behavior, and blocking attacks as they occur. It focuses on how requests behave in context, not whether they merely look legitimate. \\n\\n### Align API Security with Business Impact\\n\\nIdentify which APIs expose revenue, data, or critical workflows.  \\n\\nWallarm identifies which APIs actually power authentication, payments, and data access by observing real production usage. Teams prioritize protection based on business impact, not endpoint volume, so security decisions map directly to the risk the business cares about. What\u2019s more, with Revenue Protection for APIs, you can quantify the impact of attacks on revenue. \\n\\n### Treat Automation as the Default Attacker\\n\\nDesign defenses assuming bots, scripts, and AI agents &#8211; not humans.  \\n\\nWallarm assumes attackers automate. It detects malicious bots using behavioral analysis rather than browser challenges or IP reputation, allowing it to stop credential abuse, scraping, and enumeration without breaking legitimate API consumers\\n\\n### Break Ownership Silos\\n\\nAppSec enables, platform security enforces, and leadership owns risk.  \\n\\nWallarm provides a shared runtime control layer. AppSec defines intent, platform teams enforce protection, and leadership sees real, measurable API risk. This eliminates handoffs and closes the gaps that attackers exploit. \\n\\n## The Road Ahead: APIs, AI, and the Next Expansion of Risk \\n\\nAPIs now connect AI models, autonomous agents, and machine-to-machine systems. If ownership stays unclear, organizations will repeat today\u2019s API failures across AI systems. Teams that treat API security as a strategic, runtime discipline will secure what comes next \u2013 not just what ships today. \\n\\nAPI security maturity isn\u2019t about how early you scan. It\u2019s about how effectively you detect and stop abuse in production.\\n\\nProtect APIs \u2013 and what they enable \u2013 with Wallarm Security Edge. \\n\\nThe post Why API Security Is No Longer an AppSec Problem &#8211; And What Security Leaders Must Do Instead appeared first on Wallarm.&#8221;,&#8221;published&#8221;:&#8221;2026-01-30T13:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-01-30T13:00:00&#8243;,&#8221;type&#8221;:&#8221;wallarmlab&#8221;,&#8221;title&#8221;:&#8221;Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;WALLARMLAB:306A85667BC4B8A8A4A60824E382E521&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/lab.wallarm.com\/why-api-security-no-longer-appsec-problem-what-security-leaders-must-do\/&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-30T14:08:17&#8243;,&#8221;description&#8221;:&#8221;APIs are one of the most important technologies in digital business ecosystems. And yet, the responsibility for their security often falls to AppSec teams \u2013&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,13,33,7,11,5,105],"class_list":["post-38314","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability","tag-wallarmlab"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=38314\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-01-30T14:08:17&#8243;,&#8221;description&#8221;:&#8221;APIs are one of the most important technologies in digital business ecosystems. And yet, the responsibility for their security often falls to AppSec teams \u2013...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=38314\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-30T08:51:18+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521\",\"datePublished\":\"2026-01-30T08:51:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314\"},\"wordCount\":1403,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\",\"wallarmlab\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=38314#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314\",\"name\":\"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-01-30T08:51:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=38314\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38314#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521 - zero redgem","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:\/\/zero.redgem.net\/?p=38314","og_locale":"en_US","og_type":"article","og_title":"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-01-30T14:08:17&#8243;,&#8221;description&#8221;:&#8221;APIs are one of the most important technologies in digital business ecosystems. And yet, the responsibility for their security often falls to AppSec teams \u2013...","og_url":"https:\/\/zero.redgem.net\/?p=38314","og_site_name":"zero redgem","article_published_time":"2026-01-30T08:51:18+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=38314#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=38314"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521","datePublished":"2026-01-30T08:51:18+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=38314"},"wordCount":1403,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","Security","tapic","Vulnerability","wallarmlab"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=38314#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=38314","url":"https:\/\/zero.redgem.net\/?p=38314","name":"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-01-30T08:51:18+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=38314#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=38314"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=38314#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Why API Security Is No Longer an AppSec Problem \u2013 And What Security Leaders Must Do Instead_WALLARMLAB:306A85667BC4B8A8A4A60824E382E521"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/38314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=38314"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/38314\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=38314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=38314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=38314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}