Suspects and offenders by citizenship, annual (Europe)
Annual suspected, prosecuted and convicted persons by citizenship - all offence categories combined - for EU member states, EFTA countries and EU candidate countries. Eurostat dataset crim_just_ctz ('Suspects and offenders by citizenship'), filtered to freq=A ('Annual'), unit=NR ('Number'), citizen in (TOTAL 'Total', NAT 'Reporting country', FOR 'Foreign country'); all three legal statuses are kept. Each row is one (year, country, legal status, citizenship): the number of persons, from police and justice records compiled by Eurostat under the UNODC International Classification of Crime for Statistical Purposes (ICCS): PER_SUSP 'Suspected person', PER_PRSC 'Prosecuted person', PER_CNV 'Convicted person'. Non-EU/EFTA/candidate series (the UK sub-national series UKC-L/UKM/UKN, Kosovo) are dropped (same licensing rule as the other Eurostat datasets). Units: persons (counts). Caveats: prosecution and conviction counts lag the offence year through the justice pipeline, and coverage of the pipeline stages differs across countries; citizenship is assigned by the reporting country and national definitions of nationals vs. non-nationals vary, so cross-country levels are less comparable than within-country trends. Coverage: ~37 geographic units after the geo rule, 2008 to the present, annual. Provenance: Eurostat keyless JSON-stat API, free reuse with attribution (Commission Decision 2011/833/EU) - please cite Eurostat. Primary key: (year, country_code, justice_status, citizenship). Join keys: country_code (ISO 3166-1 alpha-3), year. Cadence: refreshed yearly; Eurostat updates the crime statistics in spring (2026-04-29 vintage covers 2008-2024). Sample use: filter justice_status='PER_SUSP' and citizenship='FOR' to track suspected non-nationals over time.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Source
- Eurostat
- Lignes
- 3 839
- Colonnes
- 8
- Cadence de la source
- Annuelle
- Dernière actualisation
- 24 sept. 2026
- Thème
- crime
| Colonne | Type | Description |
|---|---|---|
| year | string | Reference year of the observation (stored as January 1), from the 'time' dimension. |
| country_code | string | Reporting country: ISO 3166-1 alpha-3 (mapped from Eurostat's alpha-2 codes). Also carries the provider aggregates (e.g. 'EU27_2020', 'EA20', 'EA19') verbatim. |
| country_name | string | Canonical English country name (hub.normalize), or the Eurostat-published label for the EU/EA aggregates. |
| justice_status | string | Legal status from the 'leg_stat' dimension: PER_SUSP ('Suspected person'), PER_PRSC ('Prosecuted person'), PER_CNV ('Convicted person'). |
| justice_status_label | string | Eurostat-published legal-status label, verbatim from the API. |
| citizenship | string | Citizenship from the 'citizen' dimension: TOTAL ('Total'), NAT ('Reporting country' - nationals), FOR ('Foreign country' - non-nationals). |
| citizenship_label | string | Eurostat-published citizenship label, verbatim from the API. |
| suspects_offenders | float | Number of persons at this legal status and citizenship, from the 'unit' indicator NR ('Number') (dataset crim_just_ctz, compiled by Eurostat from national police and justice records). (unit: persons (count)) |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| year | country_code | country_name | justice_status | justice_status_label | citizenship | citizenship_label | suspects_offenders |
|---|---|---|---|---|---|---|---|
| 2008-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 8 009 |
| 2009-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 7 670 |
| 2010-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 8 510 |
| 2011-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 9 754 |
| 2012-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 9 562 |
| 2013-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 8 577 |
| 2014-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 13 618 |
| 2015-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 16 141 |
| 2016-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 14 614 |
| 2017-01-01 | ALB | Albania | PER_CNV | Convicted person | TOTAL | Total | 10 911 |
Profilé le 24 sept. 2026 à partir de l’instantané 20260924T110311Z-edb3515dd5a6
Mesuré- Complétude
- 100 %
- Lignes
- 3 839
- Colonnes
- 8
- Colonnes incomplètes
- 0
| Colonne | Manquant | Distinctes | Plage | Distribution |
|---|---|---|---|---|
| yearvarchar | 0 % | 15 | — |
|
| country_codevarchar | 0 % | 38 | — |
|
| country_namevarchar | 0 % | 40 | — |
|
| justice_statusvarchar | 0 % | 3 | — |
|
| justice_status_labelvarchar | 0 % | 3 | — |
|
| citizenshipvarchar | 0 % | 3 | — |
|
| citizenship_labelvarchar | 0 % | 2 | — |
|
| suspects_offendersdouble | 0 % | 3 662 | 0 → 5 182 612médiane 34 557 | 78 hors du 1er–99e centile |
- Actuelle
20260924T110311Z-edb3515dd5a6 · sha256 edb3515dd5a6…
3 839 lignes · premier instantané
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_suspects_offenders_by_citizenship_annual" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_suspects_offenders_by_citizenship_annual").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/eurostat/eurostat_suspects_offenders_by_citizenship_annual
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Épinglé à l’instantané 20260924T110311Z-edb3515dd5a6 et à son empreinte, pour que vos lecteurs obtiennent exactement les données utilisées.
Eurostat. (2026). Suspects and offenders by citizenship, annual (Europe) [Data set, snapshot 20260924T110311Z-edb3515dd5a6, sha256 edb3515dd5a6]. Datazimuts. Retrieved 2026-09-24, from https://datazimuts.com/fr/datasets/eurostat/eurostat_suspects_offenders_by_citizenship_annual?snapshot=20260924T110311Z-edb3515dd5a6
@misc{dz_eurostat_eurostat_suspects_offenders_by__edb3515d,
title = {{Suspects and offenders by citizenship, annual (Europe)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/eurostat/eurostat_suspects_offenders_by_citizenship_annual?snapshot=20260924T110311Z-edb3515dd5a6}},
note = {Snapshot 20260924T110311Z-edb3515dd5a6, sha256 edb3515dd5a63638b2374d3c1de14426212f346ff9f6d1ba042812622832f83a; accessed 2026-09-24}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/chart?dataset=eurostat%2Feurostat_suspects_offenders_by_citizenship_annual&lang=fr&theme=auto&snapshot=20260924T110311Z-edb3515dd5a6&x=year&y=suspects_offenders&agg=avg" title="Suspects and offenders by citizenship, annual (Europe)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.