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

12 rows where docket_id = "FRA-2005-22962" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, 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 4

  • 2009 4
  • 2005 3
  • 2007 3
  • 2006 2

document_type 2

  • Other 11
  • Notice 1

agency_id 1

  • FRA 12
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-22962-0010 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Attached Other Other 2009-10-07T04:00:00Z 2009 10 2009-10-07T04:00:00Z   2013-08-11T04:35:55Z   0 0 0900006480a3d300
FRA-2005-22962-0009 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Brotherhood of Locmotive Engineers and Trainmen - Notice of Substitution of HP's Representative Other Other 2009-10-07T04:00:00Z 2009 10 2009-10-07T04:00:00Z   2013-07-27T22:56:30Z   0 0 0900006480a3d52e
FRA-2005-22962-0011 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Attached Other Order 2009-10-07T04:00:00Z 2009 10 2009-10-07T04:00:00Z   2013-08-11T01:29:54Z   0 0 0900006480a3d31a
FRA-2005-22962-0008 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 U.S. DOT/FRA - Order No. 1 Returning the Case to the Active Docket Other Order 2009-10-01T04:00:00Z 2009 10 2009-10-01T04:00:00Z   2013-07-27T22:55:57Z   0 0 0900006480a31b82
FRA-2005-22962-0006 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 U.S. DOT/FRA - Abeyance Order Other Order 2007-09-17T04:00:00Z 2007 9 2007-09-17T04:00:00Z 2007-09-18T03:59:59Z 2024-11-07T17:40:51Z   1 0 09000064802edb40
FRA-2005-22962-0007 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 U.S. DOT/FRA - Inquiry of Whether Case is Candidate for Abeyance Status Other Letter(s) 2007-09-17T04:00:00Z 2007 9 2007-09-17T04:00:00Z 2007-09-18T03:59:59Z 2024-11-07T17:40:51Z   1 0 09000064802edb41
FRA-2005-22962-0005 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Brotherhood of Locomotive Engineers and Trainmen - Request to Have Case Held in Abeyance Other Request 2007-09-17T04:00:00Z 2007 9 2007-09-17T04:00:00Z 2007-09-18T03:59:59Z 2024-11-07T17:40:51Z   1 0 09000064802edb3f
FRA-2005-22962-0004 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 U.S. DOT/FRA - Notice of Contacts for the Federal Railroad Administration Notice Notice 2006-02-09T05:00:00Z 2006 2 2006-02-09T05:00:00Z 2006-02-10T04:59:59Z 2024-11-11T22:24:09Z   1 0 09000064802bcc08
FRA-2005-22962-0003 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Brotherhood of Locomotive Engineers - Change to the Service List and Provisions of Contact Numbers Other Correction(s) 2006-01-11T05:00:00Z 2006 1 2006-01-11T05:00:00Z 2006-01-12T04:59:59Z 2024-11-11T22:24:09Z   1 0 09000064802bcc05
FRA-2005-22962-0002 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2005-12-06T05:00:00Z 2005 12 2005-12-06T05:00:00Z 2005-12-07T04:59:59Z 2024-11-11T22:24:09Z   1 0 09000064802bcc03
FRA-2005-22962-0001-0001 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Union Pacific Railroad - Request for Hearing Other Request for Hearing 2005-11-07T05:00:00Z 2005 11 2005-11-07T05:00:00Z 2005-11-08T04:59:59Z 2024-11-11T22:24:09Z   1 0 09000064802bcbf9
FRA-2005-22962-0001-0002 FRA Union Pacific Railroad - Request for Administrative Hearing FRA-2005-22962 Union Pacific Railroad - Request for Hearing Other Request for Hearing 2005-11-07T05:00:00Z 2005 11 2005-11-07T05:00:00Z 2005-11-08T04:59:59Z 2024-11-11T22:24:09Z   1 0 09000064802bcc01

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