scientificwaterenvironmentclimatesustainabilityESGfreshwaterglobalcountry-level
Global Water Stress & Freshwater Access Index by Country — 2024
About this data
Comprehensive dataset tracking water stress levels, freshwater availability, and drinking water access across 67 countries spanning all continents and income levels. Combines data from four authoritative sources: WRI Aqueduct 4.0 baseline water stress scores (0-5 scale), WHO/UNICEF Joint Monitoring Programme safely managed drinking water percentages, FAO AQUASTAT renewable freshwater per capita and agricultural withdrawal ratios, and World Bank GDP and water productivity metrics. Covers all five water stress categories from Low to Extremely High. Ideal for environmental research, climate policy analysis, ESG scoring, and development economics.
Schema
| Name | Type | Description |
|---|---|---|
| Country | string | |
| ISO_Alpha3 | string | |
| Region | string | |
| Population_Millions_2024 | string | |
| WRI_Aqueduct_Baseline_Water_Stress_Score_0to5 | string | |
| Water_Stress_Category | string | |
| Pct_Safely_Managed_Drinking_Water_JMP | string | |
| Renewable_Freshwater_Per_Capita_m3_yr_FAO | string | |
| Ag_Water_Withdrawal_Pct_of_Total_FAO | string | |
| GDP_Per_Capita_USD_2024 | string | |
| Water_Productivity_USD_per_m3_2017 | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global Water Stress & Freshwat" })
// Found: bb266903-0826-4320-ad41-87b1892ade1e
get_download_url({ dataset_id: "bb266903-0826-4320-ad41-87b1892ade1e" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/bb266903-0826-4320-ad41-87b1892ade1e/download-url