YAML
IUCN Red List Conservation Status Categories - YAML
The IUCN Red List is an international standard established by the International Union for Conservation of Nature (IUCN) in 1994 for objectively assessing the extinction risk of species on Earth. It classifies the conservation status of species into nine categories (Extinct, Extinct in the Wild, Critically Endangered, Endangered, Vulnerable, Near Threatened, Least Concern, Data Deficient, and Not Evaluated). Based on quantitative assessment criteria, it is widely used for conservation activities and policy decisions worldwide.
IUCN
endangered species
biodiversity
conservation
environment
ecology
- code: "EX"
slug: "extinct"
name: "Extinct"
description: "Species where the last individual has died and no longer survives."
riskLevel: "Highest"
colorCode: "#000000"
- code: "EW"
slug: "extinct-in-the-wild"
name: "Extinct in the Wild"
description: "Species that survive only in captivity, cultivation, or outside their natural range."
riskLevel: "Extremely High"
colorCode: "#542344"
- code: "CR"
slug: "critically-endangered"
name: "Critically Endangered"
description: "Species facing an extremely high risk of extinction in the wild."
riskLevel: "Extremely High"
colorCode: "#D81E05"
- code: "EN"
slug: "endangered"
name: "Endangered"
description: "Species facing a very high risk of extinction in the wild."
riskLevel: "Very High"
colorCode: "#FC7F3F"
- code: "VU"
slug: "vulnerable"
name: "Vulnerable"
description: "Species facing a high risk of extinction in the wild."
riskLevel: "High"
colorCode: "#F9E814"
- code: "NT"
slug: "near-threatened"
name: "Near Threatened"
description: "Species likely to qualify for threatened categories in the near future."
riskLevel: "Moderate"
colorCode: "#CCE226"
- code: "LC"
slug: "least-concern"
name: "Least Concern"
description: "Species with the lowest risk of extinction, widespread and abundant."
riskLevel: "Low"
colorCode: "#60C659"
- code: "DD"
slug: "data-deficient"
name: "Data Deficient"
description: "Species with insufficient information to assess extinction risk."
riskLevel: "Unknown"
colorCode: "#D1D1D1"
- code: "NE"
slug: "not-evaluated"
name: "Not Evaluated"
description: "Species not yet evaluated against the IUCN Red List criteria."
riskLevel: "Not Evaluated"
colorCode: "#FFFFFF"