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

7 rows where docket_id = "FRA-2005-23458" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2006 5
  • 2011 1
  • 2012 1

document_type 2

  • Other 6
  • Rule 1

agency_id 1

  • FRA 7
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-2005-23458-0007 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 U.S. DOT/FRA - Decision Letter (Alton & Southern Railway Co. - Brake System Safety Standards) Other Decision 2012-05-04T04:00:00Z 2012 5 2012-05-04T04:00:00Z   2012-05-04T14:46:00Z   0 0 0900006481003ab6
FRA-2005-23458-0006 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 The Alton & Southern Railway Company - Request for Extension of Waiver Petition Other Waiver 2011-11-21T05:00:00Z 2011 11 2011-11-21T05:00:00Z   2024-11-07T23:55:14Z   1 0 0900006480f709f7
FRA-2005-23458-0005 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 U.S. DOT/FRA - Decision Letter Other Decision 2006-11-06T05:00:00Z 2006 11 2006-11-06T05:00:00Z 2006-11-07T04:59:59Z 2024-11-11T22:18:34Z   1 0 09000064802bcd84
FRA-2005-23458-0004 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 United Transportation Union - Letter in Support Other Letter(s) in Support 2006-07-10T04:00:00Z 2006 7 2006-07-10T04:00:00Z 2006-07-11T03:59:59Z 2024-11-11T22:18:34Z   1 0 09000064802bcd83
FRA-2005-23458-0003 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 U.S. DOT/FRA - Petition for Waiver of Compliance - The Alton & Southern Railway Company Rule Federal Register Publication 2006-06-23T04:00:00Z 2006 6 2006-06-23T04:00:00Z 2006-06-24T03:59:59Z 2024-11-11T22:18:34Z   1 0 09000064802bcd82
FRA-2005-23458-0001 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 The Alton & Souther Railway Company - Waiver Petition Other Waiver 2006-01-06T05:00:00Z 2006 1 2006-01-06T05:00:00Z 2006-01-07T04:59:59Z 2024-11-11T22:18:34Z   1 0 09000064802bcd80
FRA-2005-23458-0002 FRA 232.205 Railroad Power Brakes and Drawbar - Petition Waiver FRA-2005-23458 U.S. DOT/FRA - Acknowledgement Receipt of Letter dated December 12, 2005 Other Acknowledgement Letter/Receipt 2006-01-06T05:00:00Z 2006 1 2006-01-06T05:00:00Z 2006-01-07T04:59:59Z 2024-11-11T22:18:34Z   1 0 09000064802bcd81

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