{
  "x402Version": 2,
  "id": 15431,
  "slug": "15431",
  "resource": "https://health.memoryapi.org/x402/health/global",
  "description": "WHO Global Health Observatory — life expectancy, obesity, alcohol, air pollution by country.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "upto",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "WHO Global Health Observatory data. Get life expectancy, BMI/obesity, alcohol consumption, air pollution (PM2.5), and more by country and year.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "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"
        },
        "output": {
          "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
          }
        },
        "serviceName": "MemoryAPI Health",
        "tags": [
          "health",
          "genomics",
          "medical"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "health.memoryapi.org",
  "lastUpdated": "2026-09-12T16:46:21.586Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T16:46:21.273Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "health.memoryapi.org",
    "manifest_name": "health.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}