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-2014-0038" 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 3

  • 2014 4
  • 2015 4
  • 2016 1

document_type 1

  • Other 9

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-2014-0038-0009 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 U.S. DOT/FRA - Decision Other Decision 2016-08-24T04:00:00Z 2016 8 2016-08-24T04:00:00Z   2024-11-11T21:30:42Z   1 0 0900006482199abe
FRA-2014-0038-0008 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 Petitioner's Reply to Amtrak's Response to Order Concerning Denial of Conductor Certfication Other Reply 2015-06-30T04:00:00Z 2015 6 2015-06-30T04:00:00Z   2015-06-30T16:11:23Z   0 0 0900006481b29fe8
FRA-2014-0038-0007 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 National Railroad Passenger Corporation - Supplemental Documentation to Response to Order Other Supplement (SUP) 2015-03-12T04:00:00Z 2015 3 2015-03-12T04:00:00Z   2024-11-07T23:18:17Z   1 0 0900006481a3f4d3
FRA-2014-0038-0006 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 National Railroad Passenger Corporation - Response to Order Other Response(s) 2015-03-12T04:00:00Z 2015 3 2015-03-12T04:00:00Z   2024-11-07T23:18:15Z   1 0 0900006481a3f485
FRA-2014-0038-0005 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 U.S. DOT/FRA - Decision Letter Other Decision 2015-02-20T05:00:00Z 2015 2 2015-02-20T05:00:00Z   2024-11-07T23:13:35Z   1 0 0900006481a06f0f
FRA-2014-0038-0004 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 National Railroad Passenger Corporation's Answer Other Answer 2014-11-25T05:00:00Z 2014 11 2014-11-25T05:00:00Z   2024-11-12T05:34:00Z   1 0 0900006481944cbd
FRA-2014-0038-0003 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 Amtrak's Supplemental Response to the Appeal of Jeffrey Antidormi Other Response(s) 2014-07-28T04:00:00Z 2014 7 2014-07-28T04:00:00Z   2024-11-12T05:28:52Z   1 0 09000064817e7b20
FRA-2014-0038-0002 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 U.S. DOT/FRA - Acknowledgement Letters Other Acknowledgement Letter/Receipt 2014-04-21T04:00:00Z 2014 4 2014-04-21T04:00:00Z   2024-11-07T23:07:04Z   1 0 09000064816be3e8
FRA-2014-0038-0001 FRA J. Antidormi - Petition for Review of Certification Revocation FRA-2014-0038 J. Antidormi - Petition for Review of Certification Revocation Other Petition(s) 2014-04-18T04:00:00Z 2014 4 2014-04-18T04:00:00Z   2024-11-07T23:05:16Z   1 0 09000064816b9e70

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