v2

latestOpenAPI 3.1.02026-07-2662567.7 KB

List law collections

Enumerate every law collection available to /laws/search and /laws/get: one entry per code or register (e.g. cfr, uscode, ca-ccr, ny-consolidated-laws), with its jurisdiction (state, country) and type. Use it to discover filter values — e.g. list the regulation collections of the five states in a survey before searching them.

get/laws/collections

Response

All collections

Example response

{
  "collections": [
    {
      "id": "ca-ccr",
      "name": "California Code of Regulations",
      "state": "California",
      "country": "US"
    }
  ]
}