---
title: "Individual country censorship data"
method: GET
path: "/data/country/{code}"
tags: ["Public Data"]
---

# Individual country censorship data

`GET /data/country/{code}`

## Path parameters

- `code` string, required

## Response `200`

Country censorship data

- CountryDataResponse
  - `@context` string
  - `@type` string
  - `data` CensorshipIndexEntry
    - `rank` integer
    - `country` string
    - `code` string
    - `score` integer
    - `level` 'severe' | 'high' | 'medium' | 'low' | 'free'
    - `trend` 'stable' | 'worsening' | 'improving'
    - `samples` integer
    - `blocked` string[]
  - `source` string
  - `lastUpdated` string, date-time

## Other responses

- `404` — Country not found

---

[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/versions/decbe6fd40a8/schema)
