{"id":7032,"date":"2026-05-08T11:49:25","date_gmt":"2026-05-08T06:19:25","guid":{"rendered":"https:\/\/nervnow.com\/?p=7032"},"modified":"2026-05-08T11:49:26","modified_gmt":"2026-05-08T06:19:26","slug":"why-coreweaves-best-quarter-ever-still-sent-its-stock-down","status":"publish","type":"post","link":"https:\/\/nervnow.com\/ro\/why-coreweaves-best-quarter-ever-still-sent-its-stock-down\/","title":{"rendered":"Why CoreWeave&#8217;s Best Quarter Ever Still Sent Its Stock Down"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Why CoreWeave&#8217;s Best Quarter Ever Still Sent Its Stock Down \u2013 NervNow<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600&#038;family=Inter:wght@300;400;500;600&#038;family=DM+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --nn-navy:   #182a47;\n    --nn-navy-light: #1f3659;\n    --nn-bg:     #ffffff;\n    --nn-text:   #1a1a1a;\n    --nn-muted:  #6b7280;\n    --nn-border: #e5e7eb;\n    --nn-light:  #f8f9fa;\n    --nn-tag-bg: #eef1f6;\n    --display:   'Lora', Georgia, serif;\n    --body:      'Inter', system-ui, sans-serif;\n    --mono:      'DM Mono', monospace;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--nn-bg);\n    color: var(--nn-text);\n    font-family: var(--body);\n    font-size: 17px;\n    line-height: 1.8;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n  .site-header {\n    background: var(--nn-bg);\n    border-bottom: 1px solid var(--nn-border);\n    position: sticky;\n    top: 0;\n    z-index: 200;\n  }\n  .header-inner {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 28px;\n    height: 64px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n  }\n  .site-logo {\n    display: flex;\n    align-items: center;\n    text-decoration: none;\n  }\n  .logo-text {\n    font-family: var(--display);\n    font-weight: 700;\n    font-size: 20px;\n    color: var(--nn-navy);\n    letter-spacing: -0.3px;\n  }\n  .logo-text sup {\n    font-size: 9px;\n    font-family: var(--body);\n    font-weight: 500;\n    vertical-align: super;\n    color: var(--nn-muted);\n  }\n\n  .header-cta {\n    background: var(--nn-navy);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 8px 20px;\n    border-radius: 5px;\n    text-decoration: none;\n    white-space: nowrap;\n    transition: background 0.15s;\n    letter-spacing: 0.1px;\n  }\n  .header-cta:hover { background: var(--nn-navy-light); }\n\n  \/* \u2500\u2500 ARTICLE WRAPPER \u2500\u2500 *\/\n  .article-wrap {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  \/* \u2500\u2500 ARTICLE HEADER \u2500\u2500 *\/\n  .article-header { padding-top: 40px; }\n\n  .article-eyebrow {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n  }\n  .eyebrow-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    color: var(--nn-navy);\n    background: var(--nn-tag-bg);\n    padding: 4px 10px;\n    border-radius: 3px;\n  }\n  .eyebrow-dot { width: 3px; height: 3px; background: var(--nn-border); border-radius: 50%; }\n  .eyebrow-cat {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--nn-muted);\n  }\n\n  .article-title {\n    font-family: var(--display);\n    font-size: clamp(28px, 4vw, 40px);\n    font-weight: 700;\n    line-height: 1.18;\n    letter-spacing: -0.4px;\n    color: var(--nn-navy);\n    margin-bottom: 20px;\n  }\n\n  .article-deck {\n    font-size: 18px;\n    line-height: 1.65;\n    color: #374151;\n    font-weight: 400;\n    font-family: var(--body);\n    border-left: 3px solid var(--nn-navy);\n    padding-left: 20px;\n    margin-bottom: 28px;\n  }\n\n  \/* \u2500\u2500 META BAR \u2500\u2500 *\/\n  .article-meta {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 16px 0;\n    border-top: 1px solid var(--nn-border);\n    border-bottom: 1px solid var(--nn-border);\n    margin-bottom: 36px;\n    flex-wrap: wrap;\n  }\n  .meta-author {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--nn-navy);\n  }\n  .meta-sep { color: var(--nn-border); font-size: 16px; }\n  .meta-date, .meta-read {\n    font-size: 13px;\n    color: var(--nn-muted);\n  }\n  .meta-read { margin-left: auto; }\n\n  \/* \u2500\u2500 KEY NUMBERS \u2500\u2500 *\/\n  .numbers-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--nn-border);\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 44px;\n    box-shadow: 0 1px 4px rgba(0,0,0,0.04);\n  }\n  .number-cell {\n    padding: 20px 16px;\n    text-align: center;\n    border-right: 1px solid var(--nn-border);\n    background: #fff;\n  }\n  .number-cell:last-child { border-right: none; }\n  .number-cell:first-child { background: var(--nn-navy); }\n  .number-cell:first-child .number-value { color: #fff; }\n  .number-cell:first-child .number-label { color: rgba(255,255,255,0.65); }\n  .number-value {\n    display: block;\n    font-family: var(--mono);\n    font-size: 20px;\n    font-weight: 500;\n    color: var(--nn-navy);\n    margin-bottom: 5px;\n    letter-spacing: -0.5px;\n  }\n  .number-label {\n    font-size: 10.5px;\n    color: var(--nn-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.7px;\n    line-height: 1.4;\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/\n  .article-body p {\n    font-size: 17px;\n    line-height: 1.85;\n    color: #1f2937;\n    margin-bottom: 24px;\n  }\n\n  .article-body p.intro::first-letter {\n    font-family: var(--display);\n    font-size: 72px;\n    font-weight: 700;\n    float: left;\n    line-height: 0.82;\n    margin-right: 10px;\n    margin-top: 8px;\n    color: var(--nn-navy);\n  }\n\n  \/* \u2500\u2500 SECTION HEADING \u2500\u2500 *\/\n  .section-heading {\n    font-family: var(--display);\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--nn-navy);\n    margin: 40px 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid var(--nn-navy);\n    display: inline-block;\n  }\n\n  \/* \u2500\u2500 PULL QUOTE \u2500\u2500 *\/\n  .pull-quote {\n    margin: 40px 0;\n    padding: 28px 32px;\n    background: var(--nn-light);\n    border-left: 4px solid var(--nn-navy);\n    border-radius: 0 6px 6px 0;\n    position: relative;\n  }\n  .pull-quote::before {\n    content: '\\201C';\n    font-family: var(--display);\n    font-size: 80px;\n    color: var(--nn-navy);\n    opacity: 0.12;\n    position: absolute;\n    top: -8px;\n    left: 20px;\n    line-height: 1;\n  }\n  .pull-quote p {\n    font-family: 'Lora', Georgia, serif;\n    font-size: 19px;\n    font-style: italic;\n    font-weight: 400;\n    line-height: 1.65;\n    color: var(--nn-navy);\n    margin: 0 !important;\n    position: relative;\n    z-index: 1;\n  }\n  .pull-quote p::first-letter { all: unset; }\n\n  \/* \u2500\u2500 SOURCES \u2500\u2500 *\/\n  .sources-block {\n    border-top: 1px solid var(--nn-border);\n    margin-top: 48px;\n    padding-top: 28px;\n    margin-bottom: 40px;\n  }\n  .sources-title {\n    font-size: 10.5px;\n    font-weight: 600;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n    color: var(--nn-muted);\n    margin-bottom: 16px;\n  }\n  .sources-block ol {\n    padding-left: 18px;\n  }\n  .sources-block li {\n    font-size: 13px;\n    color: var(--nn-muted);\n    margin-bottom: 10px;\n    line-height: 1.55;\n  }\n  .sources-block a {\n    color: var(--nn-navy);\n    text-decoration: underline;\n    text-underline-offset: 2px;\n  }\n\n  \/* \u2500\u2500 MORE ANALYSIS \u2500\u2500 *\/\n  .more-analysis {\n    max-width: 780px;\n    margin: 0 auto 64px;\n    padding: 0 28px;\n  }\n  .more-analysis-title {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--nn-muted);\n    margin-bottom: 20px;\n    padding-bottom: 14px;\n    border-bottom: 1px solid var(--nn-border);\n  }\n  .analysis-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .analysis-card {\n    border: 1px solid var(--nn-border);\n    border-radius: 8px;\n    padding: 20px 22px;\n    text-decoration: none;\n    display: block;\n    transition: border-color 0.15s, box-shadow 0.15s;\n    background: #fff;\n  }\n  .analysis-card:hover {\n    border-color: var(--nn-navy);\n    box-shadow: 0 2px 12px rgba(24,42,71,0.08);\n  }\n  .card-category {\n    font-size: 10.5px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--nn-navy);\n    margin-bottom: 9px;\n    display: block;\n    opacity: 0.7;\n  }\n  .card-title {\n    font-family: var(--display);\n    font-size: 15.5px;\n    font-weight: 600;\n    line-height: 1.45;\n    color: var(--nn-text);\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .site-footer {\n    background: var(--nn-navy);\n    color: rgba(255,255,255,0.55);\n    padding: 44px 28px;\n    text-align: center;\n    font-size: 13px;\n    line-height: 1.8;\n  }\n  .footer-logo {\n    font-family: var(--display);\n    font-size: 20px;\n    font-weight: 700;\n    color: #fff;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .site-footer a {\n    color: rgba(255,255,255,0.7);\n    text-decoration: none;\n    transition: color 0.15s;\n  }\n  .site-footer a:hover { color: #fff; }\n  .footer-sep { margin: 0 10px; opacity: 0.35; }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 640px) {\n    .numbers-strip { grid-template-columns: repeat(2, 1fr); }\n    .number-cell:nth-child(2) { border-right: none; }\n    .number-cell:nth-child(3) { border-top: 1px solid var(--nn-border); }\n    .number-cell:nth-child(4) { border-top: 1px solid var(--nn-border); border-right: none; }\n    .analysis-grid { grid-template-columns: 1fr; }\n    .article-title { font-size: 26px; }\n    .article-deck { font-size: 16px; }\n    .meta-read { margin-left: 0; }\n    .pull-quote { padding: 22px; }\n    .pull-quote p { font-size: 17px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<header class=\"site-header\">\n  <div class=\"header-inner\">\n    <a href=\"https:\/\/nervnow.com\/ro\/\" class=\"site-logo\">\n      <span class=\"logo-text\">NervNow<sup>TM<\/sup><\/span>\n    <\/a>\n    <a href=\"https:\/\/newsletter.nervnow.com\/\" class=\"header-cta\">Subscribe Now<\/a>\n  <\/div>\n<\/header>\n\n<!-- ARTICLE -->\n<main class=\"article-wrap\">\n  <header class=\"article-header\">\n\n    <div class=\"article-eyebrow\">\n      <span class=\"eyebrow-tag\">Analysis<\/span>\n      <span class=\"eyebrow-dot\"><\/span>\n      <span class=\"eyebrow-cat\">AI Infrastructure<\/span>\n    <\/div>\n\n    <h1 class=\"article-title\">Why CoreWeave&#8217;s Best Quarter Ever Still Sent Its Stock Down<\/h1>\n\n    <p class=\"article-deck\">Behind the $740 million loss is a company that spent $7.7 billion on infrastructure in a single quarter, secured a $99.4 billion revenue backlog, and closed deals with Meta, Anthropic, and NVIDIA. The stock reaction and the business reality are telling two different stories.<\/p>\n\n    <div class=\"article-meta\">\n      <span class=\"meta-author\">NervNow Editorial<\/span>\n      <span class=\"meta-sep\">&middot;<\/span>\n      <span class=\"meta-date\">May 8, 2026<\/span>\n      <span class=\"meta-sep\">&middot;<\/span>\n      <span class=\"meta-date\">7 min read<\/span>\n    <\/div>\n\n    <!-- KEY NUMBERS -->\n    <div class=\"numbers-strip\">\n      <div class=\"number-cell\">\n        <span class=\"number-value\">$2.08B<\/span>\n        <span class=\"number-label\">Q1 2026 Revenue<\/span>\n      <\/div>\n      <div class=\"number-cell\">\n        <span class=\"number-value\">$740M<\/span>\n        <span class=\"number-label\">Net Loss<\/span>\n      <\/div>\n      <div class=\"number-cell\">\n        <span class=\"number-value\">$99.4B<\/span>\n        <span class=\"number-label\">Revenue Backlog<\/span>\n      <\/div>\n      <div class=\"number-cell\">\n        <span class=\"number-value\">$7.7B<\/span>\n        <span class=\"number-label\">Capex This Quarter<\/span>\n      <\/div>\n    <\/div>\n\n  <\/header>\n\n  <!-- BODY -->\n  <div class=\"article-body\">\n\n    <p class=\"intro\">When CoreWeave reported its Q1 2026 results on May 7, the headline numbers looked like a company under pressure. Revenue of $2.078 billion, more than double the $982 million it posted in Q1 2025. Net loss of $740 million, up from $315 million a year earlier. Interest expense of $536 million for the quarter, against $264 million in the same period last year. Shares fell as much as 10% in after-hours trading, as investors reacted to light second-quarter revenue guidance rather than the Q1 results themselves.<\/p>\n\n    <p>Reading those figures in isolation produces the wrong conclusion.<\/p>\n\n    <p>The number that makes the rest of the income statement legible sits in the cash flow statement: CoreWeave spent $7.695 billion on property and equipment in Q1 2026, compared to $1.407 billion in Q1 2025. That figure is the cost of building data centers, GPU clusters, and power infrastructure before customers pay for them. The $536 million in quarterly interest expense is the carrying cost of the debt raised to fund that buildout. CoreWeave&#8217;s losses are the accounting consequence of a deliberate decision to build physical infrastructure at maximum speed.<\/p>\n\n    <div class=\"pull-quote\">\n      <p>The $99.4 billion revenue backlog represents committed customer contracts whose revenue has not yet been recognized. At that scale, it suggests the infrastructure being built has buyers waiting for it.<\/p>\n    <\/div>\n\n    <p>The demand side of that bet is quantified in the revenue backlog: $99.4 billion as of March 31, 2026. That figure represents committed customer contracts whose revenue has not yet been recognized. At $99.4 billion, it suggests the infrastructure being built has buyers waiting for it.<\/p>\n\n    <h2 class=\"section-heading\">The Customer Roster<\/h2>\n\n    <p>The Q1 customer wins make the backlog less abstract. CoreWeave executed multiple new agreements with Meta during the quarter, including a $21 billion commitment signed in March. It signed a multi-year agreement with Anthropic to support the development and deployment of the Claude family of models. It expanded relationships with Cohere, Jane Street, Mistral, Perplexity, and others. Simultaneously, NVIDIA closed a $2 billion equity investment in CoreWeave, and the company secured an $8.5 billion delayed draw term loan facility to fund continued expansion. CoreWeave also surpassed one gigawatt of active power during the quarter, with a stated target of more than eight gigawatts by 2030.<\/p>\n\n    <h2 class=\"section-heading\">What the Non-GAAP Figures Show<\/h2>\n\n    <p>The non-GAAP figures add important texture to the GAAP losses. Adjusted EBITDA for Q1 2026 was $1.157 billion, representing a 56% margin on revenue of $2.078 billion. That margin contracted from 62% in Q1 2025, which reflects the scaling costs absorbed during the period. Adjusted EBITDA strips out depreciation, amortization, interest, taxes, and stock-based compensation, the items most directly driven by the infrastructure buildout, and what remains is a business generating substantial cash from its existing capacity. The question the GAAP losses pose is not whether the underlying business works. It is whether the pace of expansion can be sustained without the financial structure becoming unmanageable.<\/p>\n\n    <h2 class=\"section-heading\">The Balance Sheet<\/h2>\n\n    <p>On that question, Q1 2026 provides evidence in both directions. Current debt stood at $7.547 billion and non-current debt at $17.312 billion as of March 31, against total assets of $55.573 billion, of which $36.424 billion was property and equipment. The company generated $2.984 billion in operating cash flow during the quarter, a significant increase from $61 million in Q1 2025, which reflects the scale at which existing infrastructure is now being monetized. Cash and cash equivalents stood at $2.244 billion at quarter end, down from $3.127 billion at the start of the year, with the difference largely explained by the gap between capital expenditure and financing proceeds received during the period.<\/p>\n\n    <h2 class=\"section-heading\">The Thesis<\/h2>\n\n    <p>CEO Michael Intrator, in the company&#8217;s earnings release, framed the quarter around a specific competitive thesis: that as the AI market shifts from training to inference, the value of purpose-built infrastructure increases. What the filing verifies is that the companies making the largest AI bets, Meta, Anthropic, and NVIDIA, are backing that thesis with capital and long-term commitments.<\/p>\n\n    <p>Whether CoreWeave is winning the AI infrastructure race is, at this stage, the wrong question. The race has not reached a point where a winner can be declared. What Q1 2026 establishes is that CoreWeave has structured itself to compete at a scale and speed that requires believing AI infrastructure demand will be both large and durable. The $99.4 billion backlog, the $21 billion Meta commitment, and the $7.695 billion in single-quarter capital expenditure are not the numbers of a company hedging that belief.<\/p>\n\n    <!-- SOURCES -->\n    <div class=\"sources-block\">\n      <p class=\"sources-title\">Sources<\/p>\n      <ol>\n        <li>CoreWeave, Inc., &#8220;CoreWeave Reports Strong First Quarter 2026 Results,&#8221; investor relations press release, May 7, 2026. <a href=\"https:\/\/investors.coreweave.com\/news\/news-details\/2026\/CoreWeave-Reports-Strong-First-Quarter-2026-Results\/\" target=\"_blank\" rel=\"noopener\">investors.coreweave.com<\/a><\/li>\n        <li>Investing.com, &#8220;CoreWeave Q1 revenue doubles, but AI expansion deepens losses,&#8221; May 7, 2026. <a href=\"https:\/\/www.investing.com\/news\/earnings\/coreweave-q1-revenue-doubles-but-ai-expansion-deepens-losses-4669875\" target=\"_blank\" rel=\"noopener\">investing.com<\/a><\/li>\n      <\/ol>\n    <\/div>\n\n  <\/div>\n<\/main>\n\n<!-- MORE ANALYSIS -->\n<section class=\"more-analysis\">\n  <p class=\"more-analysis-title\">Read More Analysis<\/p>\n  <div class=\"analysis-grid\">\n    <a href=\"https:\/\/nervnow.com\/ro\/why-indian-enterprises-are-on-the-wrong-side-of-mythos\/\" class=\"analysis-card\">\n      <span class=\"card-category\">Security &amp; Risk<\/span>\n      <span class=\"card-title\">Why Indian Enterprises Are on the Wrong Side of Mythos<\/span>\n    <\/a>\n    <a href=\"https:\/\/nervnow.com\/ro\/is-openai-losing-the-ai-race-to-anthropic-and-gemini-as-revenue-targets-fall-short\/\" class=\"analysis-card\">\n      <span class=\"card-category\">Enterprise AI<\/span>\n      <span class=\"card-title\">Is OpenAI Losing the AI Race to Anthropic and Gemini as Revenue Targets Fall Short?<\/span>\n    <\/a>\n    <a href=\"https:\/\/nervnow.com\/ro\/how-model-routers-cut-ai-costs-by-up-to-70-for-enterprises\/\" class=\"analysis-card\">\n      <span class=\"card-category\">AI Technology<\/span>\n      <span class=\"card-title\">How Model Routers Cut AI Costs by Up to 70% for Enterprises<\/span>\n    <\/a>\n    <a href=\"https:\/\/nervnow.com\/ro\/how-ai-killed-the-14-7-billion-business-model-the-chegg-story\/\" class=\"analysis-card\">\n      <span class=\"card-category\">EdTech<\/span>\n      <span class=\"card-title\">How AI Killed the $14.7 Billion Business Model: The Chegg Story<\/span>\n    <\/a>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"site-footer\">\n  <span class=\"footer-logo\">NervNow&#8482;<\/span>\n  Intelligence for the C-Suite\n  <br>\n  <a href=\"https:\/\/nervnow.com\/ro\/\">nervnow.com<\/a>\n  <span class=\"footer-sep\">|<\/span>\n  <a href=\"https:\/\/newsletter.nervnow.com\/\">Subscribe to NervNow Weekly<\/a>\n  <span class=\"footer-sep\">|<\/span>\n  <a href=\"mailto:business@nervnow.com\">business@nervnow.com<\/a>\n  <br><br>\n  &copy; 2026 NervNow&#8482;. All rights reserved.\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>CoreWeave&#8217;s spending in a single quarter reached $7.7 billion, and it borrowed billions more, and still posted a $740 million loss. The numbers raise a question that the backlog alone cannot answer: how long can a company build at this speed before the math has to work?<\/p>","protected":false},"author":6,"featured_media":7033,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[106,95],"tags":[183],"class_list":["post-7032","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-analysis-ai-technology","category-analysis","tag-analysis"],"blocksy_meta":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts\/7032","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/comments?post=7032"}],"version-history":[{"count":4,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts\/7032\/revisions"}],"predecessor-version":[{"id":7038,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts\/7032\/revisions\/7038"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/media\/7033"}],"wp:attachment":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/media?parent=7032"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/categories?post=7032"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/tags?post=7032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}