get
GET /v3/{frbr_uri} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "url": "https://example.com",
  "title": "text",
  "created_at": "2025-04-24T16:28:51.796Z",
  "updated_at": "2025-04-24T16:28:51.796Z",
  "country": "text",
  "locality": "text",
  "nature": "text",
  "subtype": "text",
  "actor": "text",
  "year": "text",
  "number": "text",
  "frbr_uri": "text",
  "expression_frbr_uri": "text",
  "publication_date": "2025-04-24",
  "publication_name": "text",
  "publication_number": "text",
  "publication_document": {
    "url": "https://example.com",
    "filename": "text",
    "mime_type": "text",
    "size": 1
  },
  "commenced": true,
  "commenced_in_full": true,
  "commencement_date": "2025-04-24",
  "commencing_work": {
    "frbr_uri": "text",
    "title": "text"
  },
  "assent_date": "2025-04-24",
  "repeal": {
    "date": "2025-04-24",
    "repealing_title": "text",
    "repealing_uri": "text"
  },
  "parent_work": {
    "frbr_uri": "text",
    "title": "text"
  },
  "expression_date": "2025-04-24",
  "language": "text",
  "points_in_time": [
    {
      "date": "2025-04-24",
      "expressions": [
        {
          "url": "https://example.com",
          "language": "text",
          "expression_frbr_uri": "text",
          "expression_date": "2025-04-24",
          "title": "text"
        }
      ]
    }
  ],
  "amendments": [
    {
      "date": "2025-04-24",
      "amending_title": "text",
      "amending_uri": "text"
    }
  ],
  "work_amendments": [
    {
      "date": "2025-04-24",
      "amending_title": "text",
      "amending_uri": "text"
    }
  ],
  "stub": true,
  "principal": true,
  "numbered_title": "text",
  "taxonomy_topics": [
    "text"
  ],
  "as_at_date": "2025-04-24",
  "custom_properties": null,
  "type_name": "text",
  "amendments_made": "text",
  "enacted_as": "text",
  "repeals_made": "text",
  "commencements_made": "text",
  "links": [
    {
      "rel": "text",
      "title": "text",
      "href": "https://example.com",
      "media_type": "text"
    }
  ],
  "disclaimer": "text",
  "aliases": [
    "text"
  ]
}