Overview
Theframeworks resource provides access to all 19 EU regulatory frameworks — GDPR, CRA, NIS2, AI Act, DORA, and more.
Methods
list()
| Parameter | Type | Default | Description |
|---|---|---|---|
page | int? | 1 | Page number |
perPage | int? | 20 | Items per page |
get()
iter()
Models
Framework
| Field | Type | Description |
|---|---|---|
id | int | Internal ID |
slug | String | URL-safe identifier (e.g. gdpr) |
name | String | Full regulation name |
shortName | String | Abbreviation (e.g. GDPR) |
celexNumber | String | EUR-Lex CELEX identifier |
description | String? | Short description |
isActive | bool | Whether actively maintained |
status | String | active or superseded |
articleCount | int | Number of scraped articles |
recitalCount | int | Number of scraped recitals |
createdAt | String | ISO 8601 timestamp |
FrameworkDetail
Extends Framework with:
| Field | Type | Description |
|---|---|---|
eurLexUrl | String | Link to EUR-Lex source |
requirementCount | int | Number of requirements |
annexCount | int | Number of annexes |
tagCount | int | Number of associated tags |
coverage | Map? | Coverage statistics |
