Skip to main content

Overview

Annexes are supplementary parts of EU legislation, often containing technical specifications, lists, or tables that are 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 Page[AnnexSummary]

get()

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

iter()

Iterate over all annexes in a framework.
Parameters — same kwargs as list() (except page). Returns Iterator[AnnexSummary]

Models

AnnexSummary

Returned by list() and iter().

Annex

Returned by get(). Extends AnnexSummary with:

AnnexSection


Examples

List all CRA annexes

Read the full content of an annex

Check which frameworks have annexes

Collect all annex content for a framework

Annex numbers follow the official EU publication format. Roman numerals ("I", "II") are most common, but some frameworks use letters or Arabic numerals.