# Alvento UK Food Recall Alerts API

> Alvento UK Food Recall Alerts API is a paid API for AI agents from foodalerts.alvento.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the latest UK food product recall and allergy alert notices sourced from the Food Standards Agency (FSA) open data feed.

## Facts

- Endpoint: GET https://foodalerts.alvento.uk/v1/alerts
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alvento-uk-food-recall-alerts-api-f1fa4b53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BlmIsKlu7qAYJKxh9Drkq

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 alvento-uk-food-recall-alerts-api-f1fa4b53
```

Example prompt: Can you pull the latest UK food recall and allergy alerts from the Food Standards Agency so I can see if any products have been recently flagged for safety issues?

## When to prefer this

Choose this endpoint when you need structured, machine-readable UK food recall and allergy alert data without scraping the FSA website directly. It is ideal for agents that need to monitor food safety notices, trigger compliance workflows, or inform consumers about product risks in the UK. Prefer this over raw FSA scraping for reliability and ease of integration.

## Known failure modes

- Payment not received or x402 payment flow fails — endpoint returns 402 Payment Required
- FSA upstream feed is unavailable — may return 503 or empty/stale data
- Rate limiting if called too frequently — possible 429 response
- Network timeout if FSA open data feed is slow to respond

## How this service works

UK food product recall and allergy alert feed (Food Standards Agency open data) for AI agents.

## Output

A JSON array of food recall and allergy alert records sourced from the FSA, each containing details such as product name, recall reason, alert type (recall or allergy alert), date issued, and any relevant batch or lot information.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alvento-uk-food-recall-alerts-api-f1fa4b53/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from foodalerts.alvento.uk](https://www.zero.xyz/host/foodalerts.alvento.uk/llms.txt)
