← Protocol index
Resource / 13275
unknownUnnamed resource.
WHO Global Health Observatory — life expectancy, obesity, alcohol, air pollution by country.
Payment requirements / accepts[]
2 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 1000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2 |
| active | eip155:8453 | upto | 1000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {
"country": "USA",
"indicator": "WHOSIS_000001",
"limit": "10"
},
"schema": {
"properties": {
"country": {
"description": "ISO3 country code (USA, CHN, GBR)",
"type": "string"
},
"indicator": {
"description": "WHO indicator code or search term (e.g. WHOSIS_000001, life expectancy)",
"type": "string"
},
"limit": {
"description": "Number of data points",
"type": "string"
}
},
"required": []
},
"type": "http"
}
OutputJSON
{
"example": {
"count": 10,
"country": "USA",
"data": [
{
"country": "USA",
"unit": "years",
"value": 76.4,
"year": 2022
}
],
"indicator": "WHOSIS_000001",
"indicator_name": "Life expectancy at birth (years)",
"success": true
}
}