Skip to main content

Overview

The frameworks resource provides access to all 19 EU regulatory frameworks — GDPR, CRA, NIS2, AI Act, DORA, and more.

Methods

list()

Parameters
ParameterTypeDefaultDescription
pageint?1Page number
perPageint?20Items per page

get()

iter()

Lazy stream — fetches the next page only when the current page is exhausted.

Models

Framework

FieldTypeDescription
idintInternal ID
slugStringURL-safe identifier (e.g. gdpr)
nameStringFull regulation name
shortNameStringAbbreviation (e.g. GDPR)
celexNumberStringEUR-Lex CELEX identifier
descriptionString?Short description
isActiveboolWhether actively maintained
statusStringactive or superseded
articleCountintNumber of scraped articles
recitalCountintNumber of scraped recitals
createdAtStringISO 8601 timestamp

FrameworkDetail

Extends Framework with:
FieldTypeDescription
eurLexUrlStringLink to EUR-Lex source
requirementCountintNumber of requirements
annexCountintNumber of annexes
tagCountintNumber of associated tags
coverageMap?Coverage statistics

Examples

List all frameworks

Get framework detail

Auto-paginate all frameworks

Filter active frameworks