# EU Legal Act Consolidation Status

> EU Legal Act Consolidation Status is a paid API for AI agents from recht.halowerk.com, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-13).

Returns all consolidated versions and amending acts for a given EU base legal act, ordered newest first, with CELEX numbers and cut-off dates, plus a legal-force disclaimer.

## Facts

- Endpoint: POST https://recht.halowerk.com/v1/consolidation-status
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-legal-act-consolidation-status-84c2008b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V9TZ4DJfNNU4TarHih8-T

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 eu-legal-act-consolidation-status-84c2008b -d '<json body>'
```

Example prompt: Can you pull the consolidation status for EU Regulation 2016/679 — I want to see all the consolidated versions the Publications Office has produced, with their cut-off dates and CELEX numbers, and any amending acts listed?

## When to prefer this

Choose this endpoint when you need to understand the full consolidation history of an EU legal act — specifically which consolidated versions exist, their cut-off dates, and which acts have amended the base text. Prefer this over generic EUR-Lex search when you already have a specific base act identifier and want structured amendment/consolidation metadata rather than full text retrieval.

## Known failure modes

- Unknown or invalid CELEX/act identifier returns an error or empty result
- Act has no consolidated versions yet (recently enacted legislation) returns an empty versions list
- Network timeout or EUR-Lex upstream unavailability causes a failed response
- Ambiguous identifier (e.g. short title without CELEX) may not resolve correctly

## How this service works

For a base act, returns the consolidated versions the Publications Office has produced, each with its cut-off date and CELEX number, ordered newest first, together with the amending acts known for the base act. The warning that leads the response is not decoration: a consolidated version is a working aid produced for readability and carries no legal force, so citing one cites a reading aid rather than the law, and the Office states this on every consolidated document.

## Output

A JSON response listing all consolidated versions of the specified EU base act (each with its cut-off date and CELEX number), ordered newest first, plus a list of known amending acts for that base act, and a prominent disclaimer that consolidated versions carry no legal force and are readability aids only.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "celex": {
   "type": "string",
   "maxLength": 30,
   "minLength": 5
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-legal-act-consolidation-status-84c2008b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from recht.halowerk.com](https://www.zero.xyz/host/recht.halowerk.com/llms.txt)
