Ntriq World Bank Development Goals
by @ntriq-gh
Free API for UN Sustainable Development Goals (SDG) tracking. No subscription. Track progress by country for poverty, health, education, development metrics....
clawhub install ntriq-world-bank-development-goalsπ About This Skill
name: ntriq-world-bank-development-goals description: "Free API for UN Sustainable Development Goals (SDG) tracking. No subscription. Track progress by country for poverty, health, education, development metrics. Government data, pay-per-use." version: 1.0.0 metadata: openclaw: primaryTag: data-intelligence tags: [economics,development] author: ntriq homepage: https://x402.ntriq.co.kr
World Bank Development Goals
Free API for UN Sustainable Development Goals (SDG) progress tracking. Monitor 17 SDGs and 232 indicators by country, region, or globally using World Bank data. No subscription required β direct World Bank database access.
Parameters
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| country_code | string | β | ISO 3166-1 alpha-2 or world for global |
| sdg_goals | array | β | SDG numbers 1β17 (default: all) |
| indicators | array | β | Specific indicator codes (e.g., SI.POV.NAHC) |
| year_range | object | β | {"start": 2010, "end": 2023} |
Example Response
{
"country": "Kenya",
"sdg_progress": {
"SDG1_No_Poverty": {
"headline_indicator": "Poverty headcount ratio at $2.15/day (2017 PPP)",
"value": 26.8,
"unit": "% of population",
"year": 2021,
"trend": "improving",
"change_10yr": -14.2
},
"SDG3_Good_Health": {
"under5_mortality_per1000": 41.2,
"maternal_mortality_per100k": 342,
"trend": "improving"
}
}
}
Use Cases
Access
# x402 endpoint β pay $0.01 USDC per call (Base mainnet)
POST https://x402.ntriq.co.kr/world-bank-goalsService catalog
curl https://x402.ntriq.co.kr/services
x402 micropayments β USDC on Base, gasless EIP-3009