Skip to main content
GET
/
frameworks
List all active frameworks
curl --request GET \
  --url https://demo.law4devs.eu/api/v1/frameworks
{
  "data": [
    {
      "id": 1,
      "slug": "cra",
      "name": "Cyber Resilience Act",
      "short_name": "CRA",
      "celex_number": "32024R2847",
      "description": "<string>",
      "is_active": true,
      "status": "active",
      "expected_articles": 69,
      "expected_recitals": 173,
      "last_synced_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "article_count": 71,
      "recital_count": 130
    }
  ],
  "meta": {
    "api_version": "1.0",
    "total": 19,
    "page": 1,
    "per_page": 20,
    "pages": 1
  },
  "links": {
    "next": "<string>",
    "prev": "<string>"
  }
}

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.

Query Parameters

page
integer
default:1

Page number (1-based)

Required range: x >= 1
Example:

1

per_page
integer
default:20

Results per page (max 100)

Required range: 1 <= x <= 100
Example:

20

Response

200 - application/json

List of active frameworks

data
object[]
required
meta
object
required