Timeline

Fetch the timeline description for a work expression.

The timeline for a work includes details of publication, amendment, commencement, consolidation and repeal events.

Get the timeline for an expression

Get work timeline

get

API that returns the event timeline for a work.

Authorizations
Path parameters
frbr_uristringRequired

The FRBR URI of the work or work expression, without the first slash, such as akn/za/act/1994/2/

Responses
200Success
application/json
get
GET /v3/{frbr_uri}/timeline HTTP/1.1
Host: 
Accept: */*
200Success
{
  "timeline": [
    {
      "date": "2025-06-27",
      "events": [
        {
          "type": "amendment",
          "description": "text",
          "by_frbr_uri": "text",
          "by_title": "text",
          "note": "text"
        }
      ]
    }
  ]
}

Last updated