# Nuclear Preparedness Data Test Endpoint

> Nuclear Preparedness Data Test Endpoint is a paid API for AI agents from x402endpoint-924155002144.us-west2.run.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns nuclear preparedness data for testing and validation purposes via a simple GET request

## Facts

- Endpoint: GET https://x402endpoint-924155002144.us-west2.run.app/nuclear-prep
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nuclear-preparedness-data-test-endpoint-df98b824
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DTCVMpSjM54Jku9WeuhFV

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 nuclear-preparedness-data-test-endpoint-df98b824
```

Example prompt: Can you pull the nuclear preparedness data from the test endpoint so I can see what information it returns?

## When to prefer this

Use this endpoint when you need to retrieve nuclear preparedness data for testing, integration validation, or data pipeline verification purposes. It is a pay-per-call endpoint best suited for lightweight lookups of nuclear emergency preparedness content.

## Known failure modes

- Payment not provided or invalid — returns 402 Payment Required
- Endpoint unavailable or server error — returns 500
- Invalid HTTP method used — endpoint only accepts GET, HEAD, DELETE
- Timeout if the underlying data source is unreachable

## How this service works

Current path for data test

## Output

Returns a data payload containing nuclear preparedness information, likely including emergency procedures, safety guidelines, or civil defense content, intended for testing and validation scenarios.

## 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": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nuclear-preparedness-data-test-endpoint-df98b824/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402endpoint-924155002144.us-west2.run.app](https://www.zero.xyz/host/x402endpoint-924155002144.us-west2.run.app/llms.txt)
