{"id":17708,"date":"2025-09-16T15:59:01","date_gmt":"2025-09-16T15:59:01","guid":{"rendered":"http:\/\/localhost\/?p=17708"},"modified":"2025-09-16T15:59:01","modified_gmt":"2025-09-16T15:59:01","slug":"the-api-battleground-why-apis-are-the-new-frontlineand-how-to-stop-the-stealthiest-attacks","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=17708","title":{"rendered":"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-09-16T20:07:09&#8243;,&#8221;description&#8221;:&#8221;APIs used to be the quiet backstage crew that made apps feel magical. Now attackers have learned the script \u2014 they walk onstage, deliver perfectly polite lines, and walk off with the props. In H1 2025 Imperva observed **40,000+ API incidents across 4,000+ monitored environments** , including an application-layer DDoS that spiked at **15 million requests per second** against a financial API.\\n\\nThe scariest part? Most of these aren\u2019t noisy probes \u2014 they\u2019re perfectly valid requests that bend business logic: promo-loops that drain discounts, gift-card cracking campaigns, targeted data scraping, and stealthy account takeovers. These attacks hide inside the very flows your product uses to serve customers, so signature-only tools and blunt rate limits shrug them off while the damage mounts.\\n\\n**That\u2019s why this report matters**. It\u2019s not just telemetry \u2014 it\u2019s a playbook: how to find forgotten or shadow endpoints, how to validate actions at runtime (not just the shape of a request), how to enforce per-object authorization, and how to tie bot defenses to business KPIs (promo redemptions, refund spikes, reservation velocity) so you stop attacks that look \u201cnormal\u201d but are anything but.\\n\\nRead on for the trends, real-world case studies, and a practical, prioritized checklist you can use this week to reduce risk \u2014 and if you want the full data and remediation templates, download the **Imperva API Threat Report**.\\n\\n## How attackers changed the game \u2014 a plain explanation\\n\\nAPIs do the real work of modern apps: they check balances, apply discounts, move money, and return user profiles. Attackers realized that sending _valid-looking_ API calls that abuse those workflows gets them money, data, or inventory \u2014 and often without tripping classic security alarms.\\n\\nThree things made this shift possible:\\n\\n  * **Scale + stealth:** Cheap automation and proxy networks let attackers run millions of \u201cnormal\u201d requests at scale while staying below volume alarms.\\n  * **Business-logic abuse:** Bots follow the exact API contract (so WAFs and signature rules see nothing suspicious) but exploit semantic gaps \u2014 e.g., allowing a promo to be applied repeatedly.\\n  * **Operational blind spots:** Hidden or misconfigured partner APIs (shadow endpoints) and inconsistent token validation leave doors wide open.\\n\\n\\n\\n**The result** : attackers focus where value is \u2014 **data-access (~37%)** , **checkout\/payment (~32%)** , and **authentication (~16%)** \u2014 and extract outsized impact with minimal noise.\\n\\n## The five biggest truths from the report (what every exec should know)\\n\\n  1. **APIs are the primary attack surface now.** Attackers prioritize endpoints that map to revenue or identity. Protect those first.\\n  2. **Valid \u2260 safe.** The most damaging attacks are valid requests that break business logic; they require context, not signatures.\\n  3. **Discovery is non-negotiable.** Organizations routinely have 10\u201320% more live endpoints than they believe. Shadow APIs are a top source of compromise.\\n  4. **Automated, targeted scraping and promo-loop attacks bleed revenue quietly.** Read operations are not harmless \u2014 enforce object-level rules.\\n  5. **Combine defenses \u2014 signatures alone won\u2019t cut it.** Runtime schema enforcement, behavior analytics, adaptive throttling and short-lived tokens are core capabilities.\\n\\n\\n\\n## Real attacker playbook: how they get in and what they do\\n\\n  * **Recon \\u0026 discovery:** Scan for undocumented endpoints; probe partner integrations.\\n  * **Tooling:** Headless browsers (Puppeteer, Selenium), proxy\/botnet pools, Postman\/Burp scripts; bots emulate human timing and browser characteristics.\\n  * **Execution:** Parameter tampering, promo-looping, gift-card cycling, credential stuffing followed by token replay.\\n  * **Objective:** Data exfiltration, immediate revenue theft, account takeover, or preparation for larger intrusions.\\n\\n\\n\\n## A simple, prioritized defensive playbook (what to do tomorrow)\\n\\n**For executives \u2014 30,000-foot actions**\\n\\n  * Mandate continuous API discovery and classify APIs by business impact (money, PII, critical workflows).\\n  * Assign API ownership (product + security) and report a small set of API KPIs to the board (e.g., % APIs discovered vs documented, % high-risk APIs protected).\\n\\n\\n\\n**For practitioners \u2014 tactical controls**\\n\\n  1. **Discovery \\u0026 inventory:** Combine passive and active discovery; close or secure shadow APIs.\\n  2. **Schema \\u0026 contract enforcement:** Enforce OpenAPI\/GraphQL contracts at runtime; reject unexpected fields.\\n  3. **Object-level authorization:** Don\u2019t treat all reads equally \u2014 apply per-object permissions and field filtering.\\n  4. **Behavioral detection tied to business KPIs:** Monitor promo redemptions, refund spikes, reservation rates and trigger actions when anomalies appear.\\n  5. **Adaptive rate limits \\u0026 bot management:** Use context-aware throttling (risk-based) rather than coarse global limits.\\n  6. **Short-lived, scoped tokens + step-up MFA:** Reduce token replay and ATO effectiveness.\\n  7. **Supply-chain hygiene \\u0026 patching:** Prioritize Log4j\/WebLogic\/Joomla exposures and vet third-party API scopes.\\n\\n\\n\\n## Quick wins that show ROI in weeks\\n\\n  * **Run automated discovery and block a high-risk shadow endpoint** \u2014 you\u2019ll often cut a real attack vector the same day.\\n  * **Enforce object-level authorization and runtime business-rule validation** \u2014 stop parameter tampering, promo-looping, and targeted data scraping by validating _who_ can access _which_ object and _under what conditions_ , in real time.\\n  * **Apply adaptive throttling on high-value endpoints during promotions** \u2014 preserves UX for real customers while blocking scalpers and automated abuse.\\n\\n\\n\\n## What success looks like (metrics to track)\\n\\n  * % of APIs discovered vs. documented\\n  * Number of shadow endpoints closed per quarter\\n  * Reduction in promo-abuse incidents (count \\u0026 $ value)\\n  * Time to revoke compromised tokens after detection\\n  * % of high-risk endpoints protected with runtime enforcement\\n\\n\\n\\n## Closing narrative \u2014 what you should take away\\n\\nAPIs are not just another web surface \u2014 they _are_ the business. Attackers have adapted: they automate, emulate humans, and abuse valid business flows. The defensive answer is not louder firewalls; it\u2019s smarter, business-aware security: discover everything, understand every endpoint\u2019s business impact, and enforce contracts and object-level rules at runtime while using behavior-driven bot defenses to protect the workflows that matter.\\n\\nIf you treat API security as a technical checkbox, you\u2019ll miss the attacks that matter. If you treat it as a business problem and apply the defensive playbook above, you turn APIs from an exposure into a controlled gateway.\\n\\n## Want the full data, charts, and playbook?\\n\\nDownload the complete **Imperva API Threat Report** to see the telemetry, industry breakdowns, and detailed remediation steps.\\n\\nThe post The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks appeared first on Blog.&#8221;,&#8221;published&#8221;:&#8221;2025-09-16T19:12:00&#8243;,&#8221;modified&#8221;:&#8221;2025-09-16T19:12:00&#8243;,&#8221;type&#8221;:&#8221;impervablog&#8221;,&#8221;title&#8221;:&#8221;The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4&#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:\/\/www.imperva.com\/blog\/the-api-battleground-why-apis-are-the-new-frontline-and-how-to-stop-the-stealthiest-attacks\/&#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;2025-09-16T20:07:09&#8243;,&#8221;description&#8221;:&#8221;APIs used to be the quiet backstage crew that made apps feel magical. Now attackers have learned the script \u2014 they walk onstage, deliver perfectly&#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,59,13,33,7,11,5],"class_list":["post-17708","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-impervablog","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4 - 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=17708\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-09-16T20:07:09&#8243;,&#8221;description&#8221;:&#8221;APIs used to be the quiet backstage crew that made apps feel magical. Now attackers have learned the script \u2014 they walk onstage, deliver perfectly...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=17708\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-16T15:59:01+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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4\",\"datePublished\":\"2025-09-16T15:59:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708\"},\"wordCount\":1176,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"impervablog\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=17708#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708\",\"name\":\"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-09-16T15:59:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=17708\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=17708#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4\"}]},{\"@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":"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4 - 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=17708","og_locale":"en_US","og_type":"article","og_title":"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-09-16T20:07:09&#8243;,&#8221;description&#8221;:&#8221;APIs used to be the quiet backstage crew that made apps feel magical. Now attackers have learned the script \u2014 they walk onstage, deliver perfectly...","og_url":"https:\/\/zero.redgem.net\/?p=17708","og_site_name":"zero redgem","article_published_time":"2025-09-16T15:59:01+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=17708#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=17708"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4","datePublished":"2025-09-16T15:59:01+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=17708"},"wordCount":1176,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","impervablog","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=17708#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=17708","url":"https:\/\/zero.redgem.net\/?p=17708","name":"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-09-16T15:59:01+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=17708#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=17708"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=17708#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"The API Battleground: Why APIs are the new frontline\u2014and how to stop the stealthiest attacks_IMPERVABLOG:7AB4DB42542CC59500AD954092DBF7A4"}]},{"@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\/17708","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=17708"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/17708\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17708"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=17708"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=17708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}