List articles for a framework
Articles
List articles for a framework
Returns paginated articles for a framework. Supports optional filtering by tag slug and full-text search within article titles and content.
GET
List articles for a framework
Documentation Index
Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Framework slug (e.g. cra, nis2, gdpr)
Pattern:
^[a-z0-9_]+$Example:
"cra"
Query Parameters
Page number (1-based)
Required range:
x >= 1Example:
1
Results per page (max 100)
Required range:
1 <= x <= 100Example:
20
Filter articles that have this tag slug
Example:
"vulnerability-reporting"
Full-text search within article title and content
Example:
"cybersecurity"
