Skip to main content
EMBED & OPEN DATA

Put the cure on your site.

Everything on Negative Resistance is open. Drop a self-updating widget into any page, pull the raw data from a free public API, or follow the Wire in your feed reader. No keys. No signup. No maintenance — the data keeps itself current.

DROP-IN WIDGETS

Three widgets. Zero maintenance.

Every widget is a single line of HTML. They update themselves from the live Cure Protocol — you paste once and never touch them again. Copy a snippet, drop it into any page, CMS, or newsletter.

INTERACTIVE

The Cure Search

LIVE PREVIEW

A search box that turns any disease name into a real-time status report on AI, CRISPR, and gene-therapy research — with 20-language translation, timeline estimates, and the organizations leading each fight.

  • AI-generated status report for any condition
  • Live research pulled from the Cure Protocol
  • Auto-translates into 20 languages
  • Links back to the full protocol
PASTE THIS ANYWHERE
HTML
<iframe
  src="https://negativeresistance.com/embed/search"
  width="100%"
  height="600"
  style="border:none;border-radius:12px;"
  title="Cure Protocol Search"
></iframe>
SELF-UPDATING

Signal of the Week

LIVE PREVIEW

A single card featuring the most important signal of the week — its lifecycle status, which form of capital it moves, and why it matters. It refreshes itself. You paste it once.

  • Always shows the current top signal
  • Updates automatically — zero maintenance
  • Compact card, fits any sidebar
  • Deep-links to the full story
PASTE THIS ANYWHERE
HTML
<iframe
  src="https://negativeresistance.com/embed/signal"
  width="100%"
  height="340"
  style="border:1px solid #1a2233;border-radius:12px;max-width:520px;"
  title="Signal of the Week"
></iframe>
DASHBOARD

The Cure Tracker

LIVE PREVIEW

A compact, auto-updating dashboard showing progress toward cures across disease frontiers — stage badges, progress bars, and the latest milestone, all in one widget.

  • Progress across every disease frontier
  • Stage badges + live progress bars
  • Latest milestone, refreshed every 3h
  • One number for humanity’s progress
PASTE THIS ANYWHERE
HTML
<iframe
  src="https://negativeresistance.com/embed/tracker"
  width="100%"
  height="700"
  style="border:1px solid #1a2233;border-radius:12px;max-width:520px;"
  title="Cure Tracker"
></iframe>
OPEN DATA API

Build on the data directly.

Free, public, and unauthenticated. One JSON endpoint gives you global trial counts, a per-disease breakdown, the latest cure research, and platform stats. CORS is enabled — call it straight from the browser.

GEThttps://negativeresistance.com/api/v1/hope
CORS enabled
Call from any origin
No auth
No keys, no signup
Free forever
For any use
QUERY PARAMETERS
PARAMVALUESDEFAULTDESCRIPTION
includetrials, research, statsallComma-separated list of data blocks to return.
diseaseany stringFilter research articles by disease name (e.g. sickle+cell).
limit1–205Max number of research articles to return.
Full response (default)
GET https://negativeresistance.com/api/v1/hope
Just trial counts
GET https://negativeresistance.com/api/v1/hope?include=trials
Research by disease
GET https://negativeresistance.com/api/v1/hope?include=research&disease=sickle+cell&limit=10
Platform stats
GET https://negativeresistance.com/api/v1/hope?include=stats
EXAMPLE RESPONSE
JSON
{
  "_meta": {
    "api": "The Last Economy Wire — Hope Signal API",
    "version": "1.0",
    "documentation": "https://negativeresistance.com/embed",
    "license": "Free for any use. Attribution appreciated."
  },
  "trials": {
    "globalActiveTrials": 41762,
    "byDisease": [
      { "id": "oncology", "label": "Cancer", "activeTrials": 8134 },
      { "id": "neurology", "label": "Neurodegenerative Disease", "activeTrials": 1290 },
      { "id": "endocrinology", "label": "Type 1 Diabetes", "activeTrials": 412 }
    ],
    "source": "ClinicalTrials.gov",
    "message": "Right now, tens of thousands of trials are running to cure human disease. The window is still open."
  },
  "research": {
    "count": 1,
    "articles": [
      {
        "title": "Base editing corrects sickle-cell mutation in patient stem cells",
        "url": "https://...",
        "source": "Nature Medicine",
        "significance": "high"
      }
    ]
  },
  "stats": {
    "totalWireSignals": 1355,
    "totalCureResearch": 563,
    "languages": 20
  }
}

Attribution appreciated but not required. License: free for any use.

SYNDICATION

Follow the Wire in any reader.

Every reframed signal and cure-research update, delivered to the reader of your choice. Auto-discovery is enabled — most readers find the feed from any page on the site.

RSS / Atom feed
Works with Feedly, Inoreader, NetNewsWire, Thunderbird & more
https://negativeresistance.com/feed.xml
ECOSYSTEM USAGE
336
API REQUESTS SERVED
1,355
WIRE SIGNALS INDEXED
563
CURE RESEARCH PAPERS

Every request served is a question asked about curing human disease.

The window is still open.

Explore the full protocol, or start reading the Wire.