# SeniorPulse International State Pension Intelligence

> SeniorPulse International State Pension Intelligence is a paid API for AI agents from seniorpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns eligibility rules, benefit amounts, and claiming-timing guidance for public pension systems worldwide, including totalization agreements and frozen-pension-abroad rules.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/pension-intl
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-international-state-pension-intelligence-23f0e848
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XlWCsZ9A7dnGxoEh1kcYA

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 seniorpulse-international-state-pension-intelligence-23f0e848
```

Example prompt: My dad worked in the UK for 18 years and Germany for 12 years before retiring to Canada — can you look up whether he qualifies for all three state pensions, what amounts he might expect, and whether there are any totalization agreements or frozen-pension rules that would affect his payments abroad?

## When to prefer this

Use this endpoint when a user or their agent needs international public/state pension information — eligibility, amounts, timing, or cross-border rules — especially for UK, Canada, Australia, Germany, India, or Japan. Prefer this over US Social Security-focused tools when the query involves foreign pension systems, totalization treaties, or expat/immigrant pension scenarios.

## Known failure modes

- Unsupported country returns no data or partial coverage notice
- Insufficient contribution history inputs may return eligibility ranges rather than precise figures
- Rapidly changing pension legislation may result in slightly outdated rules
- Missing country or age parameter returns a validation error
- Very small or newly established pension systems may return limited data

## How this service works

International state pension intelligence: eligibility, amount, and claiming-timing guidance for public pension systems worldwide. Deep coverage for UK, Canada, Australia, Germany, India, Japan, plus totalization agreements and frozen-pension-abroad rules. For retirement-planning and caregiver agents.

## Output

Returns structured guidance on public pension eligibility criteria, estimated benefit amounts, recommended claiming age or timing, applicable totalization agreements between countries, and frozen-pension-abroad rules for the queried pension systems and countries.

## 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": {
      "age": {
       "type": "string"
      },
      "lang": {
       "type": "string"
      },
      "topic": {
       "type": "string"
      },
      "country": {
       "type": "string"
      },
      "moved_abroad_to": {
       "type": "string"
      },
      "years_contributed": {
       "type": "string"
      }
     }
    }
   },
   "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": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-international-state-pension-intelligence-23f0e848/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
