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-2018-0083" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 3

  • 2018 3
  • 2019 3
  • 2024 3

document_type 2

  • Other 7
  • Notice 2

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-2018-0083-0013 FRA BNSF Railway FRA-2018-0083 FRA-2018-0083 Decision Letter 2024 Other Decision 2024-12-12T05:00:00Z 2024 12 2024-12-12T05:00:00Z   2024-12-12T22:08:58Z   0 0 0900006486867811
FRA-2018-0083-0008 FRA BNSF Railway FRA-2018-0083 Petition for Extension of Waiver of Compliance Notice Request for Comments 2024-10-03T04:00:00Z 2024 10 2024-10-03T04:00:00Z   2024-12-03T02:00:46Z 2024-22739 1 0 09000064867a8809
FRA-2018-0083-0007 FRA BNSF Railway FRA-2018-0083 FRA-2018-0083 Incoming Waiver Extension Petition 2024 Other Petition(s) 2024-06-13T04:00:00Z 2024 6 2024-06-13T04:00:00Z   2024-06-13T16:33:09Z   0 0 09000064865b106e
FRA-2018-0083-0006 FRA BNSF Railway FRA-2018-0083 U.S. DOT/FRA- Decision Letter Other Decision 2019-12-06T05:00:00Z 2019 12 2019-12-06T05:00:00Z   2019-12-06T16:01:06Z   0 0 09000064841e5327
FRA-2018-0083-0005 FRA BNSF Railway FRA-2018-0083 Amended Incoming 2019 Other Amendment 2019-07-25T04:00:00Z 2019 7 2019-07-25T04:00:00Z   2019-07-25T15:12:02Z   0 0 0900006483dacf27
FRA-2018-0083-0004 FRA BNSF Railway FRA-2018-0083 U.S. DOT/FRA-BNSF Decision Letter 2019 Other Decision 2019-05-30T04:00:00Z 2019 5 2019-05-30T04:00:00Z   2019-05-30T15:42:26Z   0 0 0900006483cd42eb
FRA-2018-0083-0003 FRA BNSF Railway FRA-2018-0083 Petitions for Waiver of Compliance Notice Waivers 2018-11-05T05:00:00Z 2018 11 2018-11-05T05:00:00Z   2024-11-12T22:48:59Z 2018-24122 1 0 09000064838988a4
FRA-2018-0083-0002 FRA BNSF Railway FRA-2018-0083 U.S. DOT/FRA-2018-0083 Waiver Acknowledgement Letter 2018 Other Acknowledgement Letter/Receipt 2018-10-16T04:00:00Z 2018 10 2018-10-16T04:00:00Z   2018-10-16T18:00:52Z   0 0 09000064837eb8f4
FRA-2018-0083-0001 FRA BNSF Railway FRA-2018-0083 BNSF Part 225 Incoming Request Other Request 2018-10-09T04:00:00Z 2018 10 2018-10-09T04:00:00Z   2024-11-12T06:18:47Z   1 0 09000064837ab418

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