---
title: "Global Censorship Index (JSON)"
method: GET
path: "/data/censorship-index.json"
tags: ["Public Data"]
---

# Global Censorship Index (JSON)

`GET /data/censorship-index.json`

The canonical censorship index dataset with schema.org structured data. Licensed under CC BY 4.0.

## Response `200`

Censorship index dataset

- CensorshipIndexResponse
  - `@context` string
  - `@type` string
  - `name` string
  - `description` string
  - `countries` CensorshipIndexEntry[]
    - `rank` integer
    - `country` string
    - `code` string
    - `score` integer
    - `level` 'severe' | 'high' | 'medium' | 'low' | 'free'
    - `trend` 'stable' | 'worsening' | 'improving'
    - `samples` integer
    - `blocked` string[]

---

[API](https://skmtc.net/voidly/apis/voidly-api.md) · [All operations](https://skmtc.net/voidly/apis/voidly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voidly/voidly-api/revisions/decbe6fd40a8/schema)
