Skip to main content
GET
/
frameworks
/
{slug}
/
changelog
Content update history for a framework
curl --request GET \
  --url https://demo.law4devs.eu/api/v1/frameworks/{slug}/changelog
{
  "data": [
    {
      "synced_at": "2023-11-07T05:31:56Z",
      "articles_added": 123,
      "articles_updated": 123,
      "recitals_added": 123,
      "recitals_updated": 123,
      "requirements_added": 123,
      "duration_seconds": 123,
      "success": true,
      "error_message": "<string>"
    }
  ],
  "meta": {
    "api_version": "1.0",
    "framework": "cra",
    "total": 3
  }
}

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

slug
string
required

Framework slug (e.g. cra, nis2, gdpr)

Pattern: ^[a-z0-9_]+$
Example:

"cra"

Query Parameters

limit
integer
default:20

Maximum number of log entries (default 20)

Example:

10

Response

Content update log entries for this framework

data
object[]
meta
object