# Invoket Legal History — French & EU Law Version Timeline

> Invoket Legal History — French & EU Law Version Timeline is a paid API for AI agents from api.invoket.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns the full version history of a French (LEGI) or EU (CELEX/ELI) legal article, listing each version's status and validity dates to identify exactly when it changed.

## Facts

- Endpoint: GET https://api.invoket.com/legal/history
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/invoket-legal-history-french-eu-law-version-timeline-53f0e723
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pH4I3i2Q9uMN1o7VOjI2x

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 invoket-legal-history-french-eu-law-version-timeline-53f0e723
```

Example prompt: Give me the complete version history of French LEGI article L1234-5 — every version, its status (in force, repealed, superseded, or deferred), and the exact dates it was valid, so I can see exactly when it changed.

## When to prefer this

Use this endpoint when you need the complete chronological version history of a French or EU legal article — not just its current status, but every past version with precise validity dates and status labels. Prefer this over single-status endpoints when you need to audit legislative history, detect amendments, or determine exactly when a law changed.

## Known failure modes

- Unknown or malformed article identifier returns an error or empty result
- Article not found in LEGI/CELEX/ELI database returns 404 or empty timeline
- Payment not settled (x402 protocol failure) blocks the response
- Network timeout for slow upstream legal database queries
- Unsupported identifier type (neither French LEGI nor EU CELEX/ELI) returns validation error

## How this service works

Before your agent relies on a stored legal citation or watches a provision for change: the full version timeline of a French or EU article — each version's status (in force, repealed, superseded, deferred) and validity dates, from the official LEGI and EUR-Lex datasets — to detect exactly when it changed. Covers 12 major French codes and statutes and key EU acts (GDPR, DSA, AI Act, MiCA and more).

## Output

An ordered timeline of all versions of the specified French or EU legal article, each entry including the version's status (in force, repealed, superseded, or deferred) and its start/end validity dates, enabling precise identification of when each change occurred.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "code",
  "article"
 ],
 "properties": {
  "code": {
   "type": "string",
   "description": "Slug of the French code or statute (e.g. code-civil); an EU reference passes celex= or eli= instead. Covered corpus — French law (Légifrance LEGI): Code civil, Code du travail, Code de commerce, Code pénal, Code de la consommation, Code général des impôts (CGI), Code de la sécurité sociale, Code monétaire et financier, Code de l'environnement, Code de la propriété intellectuelle, Code des assurances, plus the Data Protection Act (loi 78-17); EU law (EUR-Lex): GDPR, eIDAS, the e-Commerce Directive, the DSM copyright Directive, DSA, DMA, AI Act, MiCA and NIS2"
  },
  "article": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/invoket-legal-history-french-eu-law-version-timeline-53f0e723/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.invoket.com](https://www.zero.xyz/host/api.invoket.com/llms.txt)
