home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where agency_id = "FRA", document_type = "Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2018 · 8 ✖

document_type 1

  • Rule · 8 ✖

agency_id 1

  • FRA · 8 ✖
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
FRA-2011-0060-0056 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2018-12-07T05:00:00Z 2018 12 2018-12-07T05:00:00Z   2024-11-12T22:49:40Z 2018-26447 1 0 090000648395873e
FRA-2009-0031-0196 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Revisions to Civil Penalty Amounts Rule Final Rule 2018-11-27T05:00:00Z 2018 11 2018-11-27T05:00:00Z   2018-11-27T15:16:58Z 2018-24930 0 0 09000064838fe7aa
FRA-2013-0060-0016 FRA Passenger Equipment Safety Standards; Standards for Alternative Compliance and High Speed Trainsets FRA-2013-0060 Passenger Equipment Safety Standards; Standards for Alternative Compliance and High-Speed Trainsets Rule Final Rule 2018-11-21T05:00:00Z 2018 11 2018-11-21T05:00:00Z   2024-11-12T22:49:20Z 2018-25020 1 0 09000064838f1688
FRA-2009-0031-0195 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Environmental Impacts and Related Procedures Rule Final Rule 2018-10-29T04:00:00Z 2018 10 2018-10-29T04:00:00Z   2018-11-27T15:15:24Z 2018-23286 0 0 0900006483861a40
FRA-2012-0101-0005 FRA Hours of Service Recordkeeping: Electronic Recordkeeping Amendments FRA-2012-0101 Hours of Service Recordkeeping; Automated Recordkeeping; Correction Rule Correction 2018-09-17T04:00:00Z 2018 9 2018-09-17T04:00:00Z   2024-11-07T01:38:32Z 2018-20150 1 0 09000064836fe240
FRA-2012-0101-0004 FRA Hours of Service Recordkeeping: Electronic Recordkeeping Amendments FRA-2012-0101 Hours of Service Recordkeeping; Automated Recordkeeping Rule Final Rule 2018-08-29T04:00:00Z 2018 8 2018-08-29T04:00:00Z   2024-11-07T01:05:12Z 2018-18639 1 0 090000648366c685
FRA-2009-0033-0042 FRA Training Standards for Railroad Employees FRA-2009-0033 Training, Qualification, and Oversight for Safety-Related Railroad Employees Rule Final Rule 2018-04-27T04:00:00Z 2018 4 2018-04-27T04:00:00Z   2024-11-07T01:25:55Z 2018-08941 1 0 09000064831ea70e
FRA-2008-0136-0010 FRA Adjustment of Monetary Threshold for Reporting Rail Equipment Accidents/Incidents for Calendar Year 2009 FRA-2008-0136 Monetary Threshold for Reporting Rail Equipment Accidents/Incidents for Calendar Year 2018 Rule Final Rule 2018-03-05T05:00:00Z 2018 3 2018-03-05T05:00:00Z   2024-11-07T01:23:13Z 2018-04349 1 0 0900006482f8fa4d

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1240.899ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API