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

8 rows where docket_id = "FRA-2019-0107" 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 5

  • 2022 3
  • 2019 2
  • 2020 1
  • 2024 1
  • 2025 1

document_type 2

  • Other 7
  • Notice 1

agency_id 1

  • FRA 8
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-2019-0107-0010 FRA BNSF Railway Company FRA-2019-0107 FRA-2019-0107 Decision on Remand 2025 Other Decision 2025-02-11T05:00:00Z 2025 2 2025-02-11T05:00:00Z   2025-02-11T21:18:31Z   0 0 090000648694d010
FRA-2019-0107-0009 FRA BNSF Railway Company FRA-2019-0107 FRA-2019-0107 Incoming Letter from BNSF March 2023 Other Letter(s) 2024-12-12T05:00:00Z 2024 12 2024-12-12T05:00:00Z   2024-12-12T22:25:29Z   0 0 090000648686857e
FRA-2019-0107-0008 FRA BNSF Railway Company FRA-2019-0107 Administrator's Reconsideration of Final Action Other Decision 2022-09-12T04:00:00Z 2022 9 2022-09-12T04:00:00Z   2022-09-12T18:18:00Z   0 0 09000064852eb752
FRA-2019-0107-0007 FRA BNSF Railway Company FRA-2019-0107 FRA-2019-0107 Inc Petition for Reconsideration May 2022 Other Petition(s) 2022-05-20T04:00:00Z 2022 5 2022-05-20T04:00:00Z   2022-05-20T16:01:34Z   0 0 09000064850a1539
FRA-2019-0107-0006 FRA BNSF Railway Company FRA-2019-0107 FRA-2019-0107 Decision Letter 2022 Other Decision 2022-03-11T05:00:00Z 2022 3 2022-03-11T05:00:00Z   2022-03-11T17:59:30Z   0 0 0900006484fc4067
FRA-2019-0107-0003 FRA BNSF Railway Company FRA-2019-0107 Petition for Waiver of Compliance Notice Waivers 2020-01-22T05:00:00Z 2020 1 2020-01-22T05:00:00Z   2024-11-12T23:16:21Z 2020-00975 1 0 09000064842d39ec
FRA-2019-0107-0002 FRA BNSF Railway Company FRA-2019-0107 U.S. DOT/FRA-Waiver Acknowledgement Letter Other Acknowledgement Letter/Receipt 2019-12-19T05:00:00Z 2019 12 2019-12-19T05:00:00Z   2019-12-19T17:01:35Z   0 0 09000064842366d4
FRA-2019-0107-0001 FRA BNSF Railway Company FRA-2019-0107 BNSF Incoming Waiver Petition Transfer Movements Other Waiver 2019-12-16T05:00:00Z 2019 12 2019-12-16T05:00:00Z   2024-11-12T23:14:22Z   1 0 09000064842132c1

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