Top countries blocking press freedom
Ranked by total measured blocking volume in this category.
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 https://api.voidly.ai/data/censorship-index.json?topic=press-freedomconst res = await fetch(
'https://api.voidly.ai/data/censorship-index.json?topic=press-freedom'
)
const data = await res.json()
console.log(data.countries[0])