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

11 rows where docket_id = "FRA-2002-12506" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 5

  • 2002 5
  • 2004 3
  • 2003 1
  • 2005 1
  • 2009 1

document_type 1

  • Other · 11 ✖

agency_id 1

  • FRA 11
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-2002-12506-0012 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Decision Letter Other Decision 2009-03-25T04:00:00Z 2009 3 2009-03-25T04:00:00Z   2013-07-27T22:40:58Z   0 0 090000648092e03f
FRA-2002-12506-0010 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Letter of Approval Other Decision 2005-05-09T04:00:00Z 2005 5 2005-05-09T04:00:00Z 2005-05-10T03:59:59Z 2024-11-07T17:58:02Z   1 0 0900006480306f38
FRA-2002-12506-0009 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Correspondence to CSX Transportation Other Correspondence 2004-09-07T04:00:00Z 2004 9 2004-09-07T04:00:00Z 2004-09-08T03:59:59Z 2024-11-07T17:58:29Z   1 0 0900006480306f40
FRA-2002-12506-0008 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Letter re: CSX Transportation Request for Extension of Time on Electronic Hours of Duty Record Keeping Program for Train and Engine Personnel Other Letter(s) 2004-07-14T04:00:00Z 2004 7 2004-07-14T04:00:00Z 2004-07-15T03:59:59Z 2024-11-07T17:58:03Z   1 0 0900006480306f3f
FRA-2002-12506-0007 FRA CSX Transportation - Waiver Petition FRA-2002-12506 CSX Transportation - Request for Extension of Waiver Other Request 2004-07-09T04:00:00Z 2004 7 2004-07-09T04:00:00Z 2004-07-10T03:59:59Z 2024-11-07T17:58:03Z   1 0 0900006480306f3e
FRA-2002-12506-0006 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Letter of Approval Other Decision 2003-11-17T05:00:00Z 2003 11 2003-11-17T05:00:00Z 2003-11-19T04:59:59Z 2024-11-07T17:58:03Z   1 0 0900006480306f3d
FRA-2002-12506-0005 FRA CSX Transportation - Waiver Petition FRA-2002-12506 CSX Transportation - Additional Information Other Additional Information 2002-10-22T04:00:00Z 2002 10 2002-10-22T04:00:00Z 2002-10-25T03:59:59Z 2024-11-07T17:58:03Z   1 0 0900006480306f3c
FRA-2002-12506-0004 FRA CSX Transportation - Waiver Petition FRA-2002-12506 CSX Transportation - Acknowledgement of Receipt of Telephone Message from FRA Allowing CSXT a 60-day Extension to Respond to a Proposal to Amend the Conditions of FRA-2002-12506 Other Acknowledgement Letter/Receipt 2002-08-14T04:00:00Z 2002 8 2002-08-14T04:00:00Z 2002-08-15T03:59:59Z 2024-11-07T17:58:02Z   1 0 0900006480306f3b
FRA-2002-12506-0002 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Acknowledge Receipt of Letter Dated May 7, 1991 Other Acknowledgement Letter/Receipt 2002-08-05T04:00:00Z 2002 8 2002-08-05T04:00:00Z 2002-08-06T03:59:59Z 2024-11-07T17:58:02Z   1 0 0900006480306f39
FRA-2002-12506-0003 FRA CSX Transportation - Waiver Petition FRA-2002-12506 U.S. DOT/FRA - Letter Dismissing Waiver Request Other Decision 2002-08-05T04:00:00Z 2002 8 2002-08-05T04:00:00Z 2002-08-06T03:59:59Z 2024-11-07T17:58:02Z   1 0 0900006480306f3a
FRA-2002-12506-0001 FRA CSX Transportation - Waiver Petition FRA-2002-12506 CSX Transportation, Inc. - Waiver Petition Other Waiver 2002-06-12T04:00:00Z 2002 6 2002-06-12T04:00:00Z 2002-08-06T03:59:59Z 2024-11-07T17:58:02Z   1 0 0900006480306f37

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