Skip to main content

Overview

Annexes are supplementary parts of EU legislation, often containing technical specifications, lists, or tables referenced within the articles. Each annex belongs to one framework and is identified by its annex number or letter (e.g. "I", "II", "A").

Methods

list()

Returns a page of annex summaries for a framework.
Parameters Returns Promise<Page<AnnexSummary>>

get()

Fetch the full content of a single annex.
Parameters Returns Promise<Annex>

iter()

Iterate over all annexes in a framework.
Parameters — same options as list() (except page, which is managed internally). Returns AsyncGenerator<AnnexSummary>

Models

AnnexSummary

Returned by list() and iter().

Annex

Returned by get(). Extends AnnexSummary with:

Example: enumerate all CRA annexes