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

9 rows where docket_id = "FRA-2006-25564" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2007 5
  • 2006 3
  • 2008 1

document_type 3

  • Other 7
  • Rule 1
  • Supporting & Related Material 1

agency_id 1

  • FRA 9
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-2006-25564-0012 FRA Union Pacific - Waiver Petition FRA-2006-25564 U.S. DOT/FRA - Decision Letter Other Decision 2008-06-26T04:00:00Z 2008 6 2008-06-26T04:00:00Z   2013-07-28T01:54:20Z   0 0 090000648062f431
FRA-2006-25564-0009 FRA Union Pacific - Waiver Petition FRA-2006-25564 Union Pacific Railroad Company - White Paper on Wayside Technology Other Additional Information 2007-08-06T04:00:00Z 2007 8 2007-08-06T04:00:00Z 2007-08-07T03:59:59Z 2024-11-07T02:18:59Z   1 0 09000064802b4c39
FRA-2006-25564-0008 FRA Union Pacific - Waiver Petition FRA-2006-25564 Union Pacific Railroad Company - Response to BLET Comments Other Response(s) 2007-07-09T04:00:00Z 2007 7 2007-07-09T04:00:00Z 2007-07-10T03:59:59Z 2024-11-07T02:18:59Z   1 0 09000064802b4c38
FRA-2006-25564-0006 FRA Union Pacific - Waiver Petition FRA-2006-25564 U.S. DOT/FRA - Petition for Waiver of Compliance Rule Federal Register Publication 2007-03-28T04:00:00Z 2007 3 2007-03-28T04:00:00Z 2007-03-29T03:59:59Z 2024-11-07T02:18:59Z   1 0 09000064802b4c36
FRA-2006-25564-0004 FRA Union Pacific - Waiver Petition FRA-2006-25564 Union Pacific Railroad - Modification to Waiver Petition Other Revision(s) 2007-02-27T05:00:00Z 2007 2 2007-02-27T05:00:00Z 2007-02-28T04:59:59Z 2024-11-07T02:18:58Z   1 0 09000064802b4c34
FRA-2006-25564-0005 FRA Union Pacific - Waiver Petition FRA-2006-25564 Union Pacific Railroad - Test Plan Supporting & Related Material Supplement 2007-02-27T05:00:00Z 2007 2     2024-11-07T02:18:59Z   0 0 09000064802b4c35
FRA-2006-25564-0003 FRA Union Pacific - Waiver Petition FRA-2006-25564 U.S. DOT/FRA - Memorandum to File Other Memo, Action Memo or Letter 2006-12-06T05:00:00Z 2006 12 2006-12-06T05:00:00Z 2006-12-07T04:59:59Z 2024-11-07T02:18:58Z   1 0 09000064802b4c33
FRA-2006-25564-0002 FRA Union Pacific - Waiver Petition FRA-2006-25564 U.S. DOT/FRA - Acknowledgement of Receipt of Request for Waiver Petition Other Acknowledgement Letter/Receipt 2006-09-27T04:00:00Z 2006 9 2006-09-27T04:00:00Z 2006-09-28T03:59:59Z 2024-11-07T02:18:58Z   1 0 09000064802b4c32
FRA-2006-25564-0001 FRA Union Pacific - Waiver Petition FRA-2006-25564 Union Pacific Railroad Company - Waiver Petition Other Waiver 2006-08-09T04:00:00Z 2006 8 2006-08-09T04:00:00Z 2006-08-10T03:59:59Z 2024-11-07T02:18:58Z   1 0 09000064802b4c30

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