# LongevityPulse Blue Zone Intelligence

> LongevityPulse Blue Zone Intelligence is a paid API for AI agents from longevitypulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns deep-dive intelligence on the five Blue Zone longevity hotspots (Okinawa, Sardinia, Ikaria, Nicoya, Loma Linda) covering diet, lifestyle, genetics, and social fabric with actionable takeaways.

## Facts

- Endpoint: GET https://longevitypulse.vercel.app/api/longevity/blue-zone
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/longevitypulse-blue-zone-intelligence-e442478e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j4O9yGFLPL0xAGDU8rAOc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability longevitypulse-blue-zone-intelligence-e442478e
```

Example prompt: Give me a deep dive on the Blue Zones — especially what the people of Okinawa and Sardinia actually eat, how they structure their social lives, and what I can realistically apply from their lifestyle to extend my own healthspan.

## When to prefer this

Choose this endpoint when a user wants rich, synthesized intelligence specifically about the Blue Zone regions — their diets, lifestyles, genetics, and social patterns — rather than generic longevity advice or analysis of a specific supplement, drug, or biomarker. Ideal for wellness agents building longevity plans grounded in population-level evidence from the world's longest-lived communities.

## Known failure modes

- Service unavailable if the Vercel deployment is down (503)
- Payment not fulfilled via x402 protocol results in 402 error and no content returned
- Rate limiting if too many calls are made in quick succession

## How this service works

Blue Zone intelligence / longevity hotspot guide (Okinawa, Sardinia, Ikaria, Nicoya, Loma Linda) for longevity and wellness agents. Deep-dives the diet, lifestyle, genetics, and social fabric of the world's longest-lived populations, with what you can actually apply anywhere. Health intelligence, not medical advice.

## Output

A comprehensive intelligence report covering the five major Blue Zone regions (Okinawa, Sardinia, Ikaria, Nicoya, Loma Linda), detailing their distinct dietary patterns, daily lifestyle habits, genetic factors, and social structures that contribute to exceptional longevity, along with evidence-based, actionable practices that can be adopted regardless of geographic location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar | hi (default: en)"
      },
      "zone": {
       "type": "string",
       "description": "Blue Zone name or region — e.g. \"Okinawa\" | \"Sardinia\" | \"Ikaria\" | \"Nicoya\" | \"Loma Linda\" | \"Blue Zones overview\" | \"Hunza\" | \"Vilcabamba\""
      },
      "region": {
       "type": "string",
       "description": "Optional audience region/country (e.g. \"UK\") — surfaces region-specific supplement retailers"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "zone": "Okinawa",
  "location": "Okinawa Prefecture, Japan",
  "centenarian_rate": "Historically 6.2 per 10,000 — among world's highest (though declining in younger generations due to Westernization)",
  "why_they_live_longer": {
   "diet": {
    "primary_foods": [
     "Sweet potato (imo) — 60-70% of historical calories",
     "Bitter melon (goya)",
     "Tofu",
     "Seaweed (kombu, wakame)",
     "Turmeric",
     "Pork in moderation"
    ],
    "caloric_restriction": "Hara hachi bu — eating to 80% fullness; naturally reduces caloric intake by ~20%"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/longevitypulse-blue-zone-intelligence-e442478e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from longevitypulse.vercel.app](https://www.zero.xyz/host/longevitypulse.vercel.app/llms.txt)
