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

5 rows where agency_id = "FRA", document_type = "Proposed Rule" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, title, subtype, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2015 · 5 ✖

document_type 1

  • Proposed Rule · 5 ✖

agency_id 1

  • FRA · 5 ✖
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-2009-0038-0072 FRA Risk Reduction Program FRA-2009-0038 Risk Reduction Program Proposed Rule Request for Comment 2015-10-07T04:00:00Z 2015 10 2015-10-07T04:00:00Z 2015-10-22T03:59:59Z 2024-11-12T05:49:29Z 2015-25461 1 0 0900006481cb6570
FRA-2009-0038-0049 FRA Risk Reduction Program FRA-2009-0038 Risk Reduction Program Proposed Rule Request for Comment 2015-09-15T04:00:00Z 2015 9 2015-09-15T04:00:00Z 2015-09-19T03:59:59Z 2024-11-12T05:45:04Z 2015-23233 1 0 0900006481c6f438
FRA-2012-0101-0001 FRA Hours of Service Recordkeeping: Electronic Recordkeeping Amendments FRA-2012-0101 Hours of Service Recordkeeping: Automated Recordkeeping Proposed Rule Notice of Proposed Rulemaking (NPRM) 2015-08-24T04:00:00Z 2015 8 2015-08-24T04:00:00Z 2015-10-24T03:59:59Z 2024-11-11T21:06:07Z 2015-20663 1 0 0900006481c343f7
FRA-2009-0038-0031 FRA Risk Reduction Program FRA-2009-0038 Risk Reduction Program; Public Hearing and Reopening of Comment Period Proposed Rule Notice of Proposed Rulemaking (NPRM) 2015-07-30T04:00:00Z 2015 7 2015-07-30T04:00:00Z 2015-09-11T03:59:59Z 2024-11-11T21:07:46Z 2015-18396 1 0 0900006481bb0cc8
FRA-2009-0038-0017 FRA Risk Reduction Program FRA-2009-0038 Risk Reduction Program Proposed Rule Notice of Proposed Rulemaking (NPRM) 2015-02-27T05:00:00Z 2015 2 2015-02-27T05:00:00Z 2015-04-29T03:59:59Z 2024-11-07T23:16:30Z 2015-03268 1 0 0900006481a1d89f

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 3338.381ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API