Technical writing

The Voidly Accountability Stack: Fourteen Datasets on Secrecy, Rights, and Harm

· 9 min read· AI Analytics
VoidlyAccountabilityCensorshipTransparencyOpen Data

Information does not go dark in one way. A government blocks a website. A board bans a book. A vendor sells the spyware that watches who reads it. A shell company hides who profits. These look like separate problems, covered by separate beats, but they are the same problem wearing different clothes — and Voidly is built to document them, alongside the legal machinery that pushes the other way. This is how the pieces fit, and why they are built the same way.

Seven lenses on how power stays hidden

  • Voidly — the network lens. Measured internet censorship across 200 countries: DNS tampering, TLS interference, throttling, and routed shutdowns, 2.2 billion measurements and 1,574+ verified incidents. What the network hides.
  • Verboten — the printed-page lens. 19,283 banned or restricted books across 119 countries, every ban dated and source-cited. What the censor bans on paper.
  • SpyLedger — the surveillance-industry lens. 26 marquee spyware and mass-surveillance vendors and their government-designation status, each rebuilt from a primary source. Who builds the tools of watching.
  • DarkRegister — the ownership lens. The public-access status of 62 beneficial-ownership registers, 53 of them no longer fully public. Who is allowed to know who owns what.
  • Foreign-Held U.S. Farmland — the land lens. The only US national register of foreign-held land, aggregated: 46 million acres across 109 investor countries and 15 years of filings, with the register's own documented defects. Who is recorded as holding the ground itself — and how much the record cannot say.
  • Section 117 Ledger — the funding lens. $62.40B of foreign gifts and contracts disclosed by 528 US universities since 1981 — a register whose statute collects the country but almost never the donor. Who funds the institutions that produce knowledge, as far as the law lets anyone see.
  • GridOwners — the infrastructure lens. All 27,768 operable US generators — 1.38 TW of capacity — resolved to entity-level owners from federal filings. Who owns the machine everything else runs on.

Three on rights and authority

The next three lenses point the other way — at the legal instruments that name bad actors and the rights that let citizens pierce, or shield themselves from, official and corporate power:

  • Sanctions Programs — the authority lens. 41 US (OFAC) sanctions programs — the Executive Orders, targets, and scope behind the program codes that designations cite. It decodes what a SpyLedger entry like RUSSIA-EO14024 actually means.
  • Right to Information — the access lens. National access-to-information laws across 61 countries, 57 with a statutory right to request government records (the oldest, Sweden's, from 1766). The citizen's baseline tool against official secrecy.
  • Data Protection — the privacy lens. National personal-data-protection laws across 61 countries, 60 with a comprehensive statute (the US is the marquee holdout). The other half of information rights: the right to protect what is held about you.

Four on systems that hold the vulnerable

The last four lenses point at institutions that take custody of people at their most powerless — and at what the government's own records do and do not say about how that custody is run:

  • The Detention Ledger — the custody lens. All 203 ICE detention facilities from ICE's own file, 66,161 people held on an average day, each resolved to who operates it and what its last inspection found — with a private operator named only where a federal award or the operator's own SEC filing does. Who runs the beds, and where the record goes quiet.
  • The 287(g) Wave — the deputization lens. Every signed 287(g) agreement in ICE's own participating-agencies file — 2,123 agreements across 1,804 law-enforcement agencies, 1,994 of them signed since January 2025 — recording which sheriff, police department, or state agency took immigration-enforcement power, under which model, and when. Who signed up, agency by agency.
  • The BOP Ledger — the federal-custody lens. Every institution in the Federal Bureau of Prisons, rebuilt weekly from the government's own keyless feeds — 133 facilities holding 138,553 people — plus the halfway-house contract layer and the documented rise and fall of federal private prisons: roughly 14,000 people held in eleven private facilities before the 2021 ban, and zero ever since, through a 2025 rescission that has not reversed it. Who the government holds, and the standing tripwire on a private-prison return.

OrganWatch — the bedside lens. And the US organ-procurement and tissue system, where the powerful side of the ledger is a federally regulated near-monopoly and the vulnerable side is the dying and the unclaimed dead. 57 Organ Procurement Organizations, plus 276 sourced findings on consent gaps, the for-profit body trade, the money, and the procurement-versus-care conflict the government's own reviews have documented — institution-level, with no patient or donor ever named.

Read together they describe the whole struggle: the network blocks the story, the censor pulls the book, the vendor sells the means to surveil the people who would tell it, the register hides the interests behind it, the land record shows only the first name in the chain, the university ledger hides the donor by statute, the grid register shows who owns the machine, the detention ledger shows who runs the beds, the deputization file shows who signed up to fill them, the BOP ledger shows whom the government itself holds — while sanctions name the actors, access and privacy laws give citizens standing, and OrganWatch turns the same lens on a system that takes from the dying. Each is a real, separate dataset; together they are a map of how accountability is denied, and how it is reclaimed.

One method

What makes them a stack rather than fourteen unrelated projects is that they are built the same way, on four deliberate commitments:

  • Source-cited, not asserted. Every ban, designation, register status, sanctions program, and access law links to a primary record. The claim is checkable, not trusted.
  • Static and agent-first. Each answer is a plain JSON file — no key, no rate limit, no server to throttle an investigation. An agent can read the whole record in one request.
  • Privacy-careful. Voidly tracks the watchers, not the watched. SpyLedger carries no victim or target identities; DarkRegister documents register policy, never an individual's ownership data; Foreign-Held Farmland publishes aggregates only, though the source register names individuals; Sanctions Programs records the programs, never the designated persons; Right to Information and Data Protection record the law, never requesters; OrganWatch records institutions and findings, never a patient or donor; the Section 117 Ledger aggregates a file whose statute already withholds names; GridOwners never ingests owner addresses and holds person-named owners to an anonymous bucket; the Detention Ledger ingests only ICE's facility-level statistics — never a detainee, death, or inspector record — and names an operator only from federal filings; the 287(g) Wave records agencies and agreements, never an officer; the BOP Ledger republishes only facility- and system-level feeds, never the inmate locator or any individual-level or mortality record; Verboten records works and bans, not readers.
  • Openly licensed. The compilations are CC BY 4.0 — reusable by journalists, researchers, and agents alike, with attribution.
import requests

# Fourteen lenses, fourteen keyless static-JSON datasets. No key, no rate limit, no server.
ENDPOINTS = {
    "censorship":     "https://voidly.ai/api/v1/incidents?country=IR",          # Voidly
    "banned_books":   "https://ai-analytics.org/verboten/api/country/IR.json",  # Verboten
    "surveillance":   "https://ai-analytics.org/spyledger/index.json",          # SpyLedger
    "ownership":      "https://ai-analytics.org/darkregister/index.json",       # DarkRegister
    "farmland":       "https://ai-analytics.org/foreign-farmland/index.json",   # Foreign-Held Farmland
    "sanctions":      "https://ai-analytics.org/sanctions-programs/index.json", # Sanctions Programs
    "right_to_know":  "https://ai-analytics.org/rti-laws/index.json",           # Right to Information
    "data_protection":"https://ai-analytics.org/data-protection/index.json",    # Data Protection
    "organ_system":   "https://ai-analytics.org/organwatch/index.json",         # OrganWatch
    "university_money":"https://ai-analytics.org/section117/index.json",         # Section 117 Ledger
    "grid_ownership": "https://ai-analytics.org/grid-owners/index.json",        # GridOwners
    "detention":      "https://ai-analytics.org/detention/index.json",           # Detention Ledger
    "deputization":   "https://ai-analytics.org/287g/index.json",                # 287(g) Wave
    "federal_prisons":"https://ai-analytics.org/bop/index.json",                # BOP Ledger
}

# One question — "how does power stay dark, and what can pierce it?" —
# answered fourteen ways, each a plain file an agent can read in one request.
for lens, url in ENDPOINTS.items():
    print(lens, "->", requests.get(url, timeout=30).status_code)

Why the shared design matters

Accountability data fails in predictable ways: it goes stale, it hides behind a login, it asserts without citing, or it over-collects and becomes the very surveillance it set out to expose. The Voidly method is a direct answer to each — cite the source, ship it static and open so it cannot rot behind a gate, and refuse to collect the personal data that would turn an accountability record into a targeting tool. The fourteen lenses are different; the discipline is identical, and that is what lets them be read — and cited — as one body of work.


Related writing: SpyLedger: A Source-Cited Record of the Surveillance Industry, DarkRegister: Tracking the Rollback of Corporate-Ownership Transparency, and Who Owns American Farmland — write-ups for three of the lenses.

See also: Not All Lists Are Sanctions — the field guide to the authority taxonomy the Sanctions Programs lens rests on, and the Voidly censorship index that anchors the stack.