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

14 rows where docket_id = "FRA-2018-0091" and posted_year = 2019 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 1

  • 2019 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • FRA 14
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-2018-0091-0019 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 US DOT/FRA- Approval of BNSF request to extend Test Program Other Decision 2019-09-12T04:00:00Z 2019 9 2019-09-12T04:00:00Z   2019-09-12T14:24:31Z   0 0 0900006483f2fdd6
FRA-2018-0091-0020 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 BSNF- Request for an extension Other Request 2019-09-10T04:00:00Z 2019 9 2019-09-25T04:00:00Z   2019-09-25T18:15:56Z   0 0 0900006483f2ff5d
FRA-2018-0091-0018 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 Supplemental Filing Regarding Safety Issues After Implementation of Test Other Supplement (SUP) 2019-06-26T04:00:00Z 2019 6 2019-06-26T04:00:00Z   2019-06-26T19:55:42Z   0 0 0900006483d40d81
FRA-2018-0091-0017 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 Response to AAR Request to Lift Stay on BNSF Test Program Other Request 2019-04-09T04:00:00Z 2019 4 2019-04-09T04:00:00Z   2019-04-09T15:40:27Z   0 0 0900006483b6afa3
FRA-2018-0091-0013 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 US DOT/FRA Letter (Extension of Time to Comment) Other Extension of Time 2019-02-15T05:00:00Z 2019 2 2019-02-15T05:00:00Z   2019-02-15T17:27:24Z   0 0 0900006483a76076
FRA-2018-0091-0011 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 U.S. DOT/FRA - Response to BMWED Stay Request Other Response(s) 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:48:36Z   0 0 0900006483a67570
FRA-2018-0091-0012 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 BMWED request for extension of time to file comments in response to AAR petition to rescind stay Other Request 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:52:17Z   0 0 0900006483a67bd2
FRA-2018-0091-0009 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 U.S. DOT/FRA - Petition for Reconsideration and Clayton Statement Other Statement 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:21:58Z   0 0 0900006483a66bc8
FRA-2018-0091-0006 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 U.S. DOT/FRA - Federal Register Notice Other Additional Information 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:07:00Z   0 0 0900006483a674de
FRA-2018-0091-0008 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 U.S. DOT/FRA - FRA Letter on Extension Other Letter(s) 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:15:24Z   0 0 0900006483a66bfc
FRA-2018-0091-0010 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 U.S. DOT/FRA - BNSF Test Plan Other Extension of Time 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:26:07Z   0 0 0900006483a66c2c
FRA-2018-0091-0007 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 U.S. DOT/FRA - AAR Letter Other Letter(s) 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:09:59Z   0 0 0900006483a6754e
FRA-2018-0091-0005 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 US DOT/FRA-Notice Seeking Comments on Administrative Stay Other Additional Information 2019-02-11T05:00:00Z 2019 2 2019-02-11T05:00:00Z   2024-11-12T22:54:23Z   1 0 0900006483a5f49e
FRA-2018-0091-0004 FRA Federal Railroad Administration - Federal Register FRA-2018-0091 US DOT/FRA- Response to Petition for Reconsideration Other Response(s) 2019-02-11T05:00:00Z 2019 2 2019-02-11T05:00:00Z   2019-02-11T15:45:29Z   0 0 0900006483a5f3ee

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