LawForge
ReferenceTools

search_regulations

Search the Code of Federal Regulations (eCFR)

search_regulations

Search the electronic Code of Federal Regulations (eCFR) for federal regulations.

Parameters

ParameterTypeRequiredDescription
querystringYesSearch query
titlenumberNoCFR title number (1-50)
datestringNoPoint-in-time date (ISO 8601)
pagenumberNoPage number (default: 1)
page_sizenumberNoResults per page (default: 20)

Example Request

{
  "query": "environmental protection",
  "title": 40
}

Example Response

{
  "count": 156,
  "page": 1,
  "page_size": 20,
  "results": [
    {
      "title": 40,
      "chapter": "I",
      "part": 50,
      "section": "50.1",
      "heading": "Definitions",
      "text_snippet": "Environmental Protection Agency means the U.S. Environmental Protection Agency...",
      "effective_date": "2024-01-15",
      "url": "https://www.ecfr.gov/current/title-40/chapter-I/part-50/section-50.1"
    }
  ]
}

CFR Titles Reference

TitleSubject
7Agriculture
12Banks and Banking
14Aeronautics and Space
17Securities
21Food and Drugs
26Internal Revenue
29Labor
40Environmental Protection
42Public Health
49Transportation

Search regulations as they existed on a specific date:

{
  "query": "emission standards",
  "title": 40,
  "date": "2023-01-01"
}

Point-in-time search is useful for understanding regulatory history or researching regulations that were in effect during a specific period.

See Also

On this page