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.
Returns
Page[AnnexSummary]
get()
Fetch the full content of a single annex.
Returns
Annex
iter()
Iterate over all annexes in a framework.
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.