---
title: "Get full snapshot for one country"
method: GET
path: "/countries/{iso}"
tags: ["Countries"]
---

# Get full snapshot for one country

`GET /countries/{iso}`

Returns the full Warnely country record: composite score with component breakdown, government advisories, drug-law tier, LGBTQ+ legal and social status, women's-safety rating, Global Peace Index rank, and quick facts.

## Path parameters

- `iso` string, required

## Response `200`

Full country snapshot.

- object
  - `methodology` string, uri
  - `licence` string, required
  - `attribution` string, required
  - `country` CountryFull, required
    - `iso2` string, required — ISO 3166-1 alpha-2 code.
    - `iso3` string — ISO 3166-1 alpha-3 code.
    - `name` string, required — Country name (common English form).
    - `region` 'Europe' | 'Asia' | 'Middle East' | 'Africa' | 'Latin America' | 'North America' | 'Oceania'
    - `risk_score` integer — Warnely composite risk score (0 = very safe, 100 = do not travel).
    - `risk_tier` 'Very Safe' | 'Exercise Normal Caution' | 'Exercise Increased Caution' | 'High Risk' | 'Do Not Travel'
    - `flag` string — Unicode flag emoji.
    - `summary` string — Short editorial summary of the country's safety profile.
    - `breakdown` object — Per-category 1–5 breakdown: crime, terrorism, natural disasters, health, civil unrest, infrastructure.
    - `advisories` object — UK FCDO and US State Department advisory details (level + alert text).
    - `drug_law` object — Drug-law tier (death penalty / severe / strict / moderate / decriminalised / cannabis legal).
    - `lgbtq` object — LGBTQ+ legal status (criminalised / legal / same-sex marriage) and social-acceptance band.
    - `womens_safety` object — Women's-safety rating + notes (very safe / safe / caution / higher risk / extreme caution).
    - `peace_index` object — Global Peace Index 2025 rank and score.
    - `quick_facts` object — Tap water, currency, voltage, plug type, calling code, time zone.

## Other responses

- `400` — Invalid ISO format.
- `404` — Country not found in the Warnely dataset.

---

[API](https://skmtc.dev/warnely/apis/warnely-public-api.md) · [All operations](https://skmtc.dev/warnely/apis/warnely-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/warnely/warnely-public-api/revisions/7d49fa87053e/schema)
