voidly
Citizen Lab category·NEWS·press-freedom

Countries blocking independent journalism online

Live data on which governments and ISPs are restricting access to independent news outlets and press-freedom resources.

0
severe-blocking
0
high-blocking
0
countries with data
0
evidence rows
Last updated just now · revalidates every 5 min

Top countries blocking press freedom

Ranked by total measured blocking volume in this category.

No country data yet.
This category currently has no measurements meeting our scoring threshold. New data will appear here as evidence accumulates from probes and partner networks.

How we measure press freedom

The NEWS category covers independent newsrooms, international press, and press-freedom organizations. Blocking these sites silences independent reporting — and is one of the strongest leading indicators of broader internet repression.

Voidly correlates network-level measurements (DNS, TCP, TLS, HTTP) from OONI, CensoredPlanet, IODA, and our own probe network. Each blocked domain is mapped to a Citizen Lab test-list category, and the topic API filters those measurements to category NEWS.

Scoring: within a topic, a country's score is a percentile against the worst country in the same category — so the top-ranked country always scores 100. This avoids cross-topic distortions. Full methodology →

Example domains in this category: bbc.com, reuters.com, aljazeera.com, voanews.com

Embed this on your site

Drop this iframe into any page (newsroom, advocacy site, dashboard) — it auto-updates.

<iframe
  src="https://voidly.ai/widget/embed?topic=press-freedom"
  width="100%"
  height="500"
  frameborder="0"
  title="Voidly censorship: Press freedom">
</iframe>

API access

Free, no auth required, JSON, CC BY 4.0. Cached at the CDN; live every 5 minutes.

curl
curl https://api.voidly.ai/data/censorship-index.json?topic=press-freedom
JavaScript / TypeScript
const res = await fetch(
  'https://api.voidly.ai/data/censorship-index.json?topic=press-freedom'
)
const data = await res.json()
console.log(data.countries[0])
Released under CC BY 4.0 · cite as voidly.ai/topics/press-freedom