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-2013-0128" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 4

  • 2015 6
  • 2013 3
  • 2014 1
  • 2016 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-2013-0128-0015 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 U.S. DOT/FRA - Decision Other Decision 2016-05-03T04:00:00Z 2016 5 2016-05-03T04:00:00Z   2024-11-11T21:26:05Z   1 0 0900006481fa0f9e
FRA-2013-0128-0014 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 U.S. DOT/FRA- Amtrak - Waiver Update Acknowledgement Letter Other Acknowledgement Letter/Receipt 2015-10-26T04:00:00Z 2015 10 2015-10-26T04:00:00Z   2015-10-26T17:18:52Z   0 0 0900006481cea004
FRA-2013-0128-0013 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 Amtrak - Incoming Clarification Letter Other Letter(s) 2015-10-06T04:00:00Z 2015 10 2015-10-06T04:00:00Z   2015-10-06T17:40:51Z   0 0 0900006481caf2fd
FRA-2013-0128-0012 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 Amtrak - Letter Other Letter(s) 2015-09-01T04:00:00Z 2015 9 2015-09-01T04:00:00Z   2015-09-01T19:13:06Z   0 0 0900006481c34b4b
FRA-2013-0128-0011 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 National Railroad Passenger Corporation - Letter Other Letter(s) 2015-08-24T04:00:00Z 2015 8 2015-08-24T04:00:00Z   2015-08-24T17:13:51Z   0 0 0900006481c2b21b
FRA-2013-0128-0010 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 U.S. DOT/FRA - Transcript of Public Hearing on July 22, 2015 Other Transcript(s) 2015-07-30T04:00:00Z 2015 7 2015-07-30T04:00:00Z   2024-11-12T05:44:09Z   1 0 0900006481baef5d
FRA-2013-0128-0009 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 Theresa Impastato, Deputy Chief Safety Officer National Railroad Passenger Corporation - Prepared Statement Other Statement 2015-07-28T04:00:00Z 2015 7 2015-07-28T04:00:00Z   2015-07-28T12:45:38Z   0 0 0900006481ba84cc
FRA-2013-0128-0006 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 U.S. DOT/FRA - Amtrak Response Letter to SMART Comments Other Response(s) 2014-09-05T04:00:00Z 2014 9 2014-09-05T04:00:00Z   2024-11-07T23:11:21Z   1 0 090000648184ca6c
FRA-2013-0128-0002 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2013-11-25T05:00:00Z 2013 11 2013-11-25T05:00:00Z   2024-11-12T05:24:05Z   1 0 090000648148dfcb
FRA-2013-0128-0003 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 Amtrak Acela NED Safety Case Revision 3 Other Additional Information 2013-11-25T05:00:00Z 2013 11 2013-11-25T05:00:00Z   2024-11-12T05:23:29Z   1 0 090000648148e05f
FRA-2013-0128-0001 FRA National Railroad Passenger Corporation - Waiver Petition FRA-2013-0128 Amtrak Acela 160MPH Incoming Waiver Request Other Waiver 2013-11-25T05:00:00Z 2013 11 2013-11-25T05:00:00Z   2024-11-12T05:23:22Z   1 0 090000648148c6bd

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