# SafePulse EU Safety Gate Alerts

> SafePulse EU Safety Gate Alerts is a paid API for AI agents from safepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns RAPEX alerts and product recalls across all 27 EU member states via the EU Safety Gate system

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/api/safe/eu
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-eu-safety-gate-alerts-5452f82c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jmd78CEQVOr_lPpuUb1i0

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 safepulse-eu-safety-gate-alerts-5452f82c
```

Example prompt: Can you check if there are any active EU Safety Gate RAPEX alerts or product recalls in Europe for children's toys right now — I want to know which EU member states have flagged them and what the risk level is?

## When to prefer this

Use this endpoint when you specifically need EU/European RAPEX product safety alerts and recalls covering all 27 EU member states, as opposed to US-centric CPSC, FDA, or NHTSA data. Ideal for consumer agents serving European markets, import compliance checks, or cross-border product safety verification.

## Known failure modes

- No alerts found for the specified product or category — returns empty result set
- Invalid or unsupported product category parameter — returns 400 error
- EU Safety Gate data feed temporarily unavailable — returns 503
- Rate limit exceeded — returns 429
- Authentication or payment failure via x402 — returns 402

## How this service works

EU Safety Gate alerts for consumer and safety agents. Returns RAPEX alerts and product recalls across all 27 EU member states.

## Output

A list of active RAPEX alerts and product recalls from the EU Safety Gate system, covering all 27 EU member states, including product name, category, originating country, risk classification, recall reason, and alert date.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "Filter by EU country (e.g. Germany, France, Spain)"
  },
  "category": {
   "type": "string",
   "description": "toys | electronics | clothing | food | cosmetics | vehicles | all"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-eu-safety-gate-alerts-5452f82c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse.theaslangroupllc.com](https://www.zero.xyz/host/safepulse.theaslangroupllc.com/llms.txt)
