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

7 rows where docket_id = "FRA-2018-0070" 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

  • 2021 4
  • 2018 2
  • 2019 1

document_type 2

  • Other 6
  • Notice 1

agency_id 1

  • FRA 7
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-0070-0008 FRA Union pacific railroad company FRA-2018-0070 FRA-2018-0070 Petition Withdrawal Letter June 2021 Other Withdrawal 2021-06-10T04:00:00Z 2021 6 2021-06-10T04:00:00Z   2021-06-10T13:10:51Z   0 0 0900006484b6427d
FRA-2018-0070-0007 FRA Union pacific railroad company FRA-2018-0070 U.S. DOT/FRA-Waiver Acknowledgement Letter 2021 Other Acknowledgement Letter/Receipt 2021-02-23T05:00:00Z 2021 2 2021-02-23T05:00:00Z   2021-02-23T18:45:37Z   0 0 0900006484a49dcb
FRA-2018-0070-0006 FRA Union pacific railroad company FRA-2018-0070 ... Other Acknowledgement Letter/Receipt 2021-02-17T05:00:00Z 2021 2 2021-02-17T05:00:00Z   2021-03-09T16:53:48Z   0 0 0900006484a3acc4
FRA-2018-0070-0005 FRA Union pacific railroad company FRA-2018-0070 Incoming Waiver Petition - UP - Steam Locomotives - 2021 Other Waiver 2021-02-17T05:00:00Z 2021 2 2021-02-17T05:00:00Z   2021-02-17T17:20:03Z   0 0 0900006484a3ac8b
FRA-2018-0070-0004 FRA Union pacific railroad company FRA-2018-0070 U.S. DOT/FRA- Union Pacific Decision Letter 2019 Other Decision 2019-02-25T05:00:00Z 2019 2 2019-02-25T05:00:00Z   2019-02-25T15:38:08Z   0 0 0900006483aa3366
FRA-2018-0070-0002 FRA Union pacific railroad company FRA-2018-0070 Petitions for Waivers of Compliance Notice Waivers 2018-12-13T05:00:00Z 2018 12 2018-12-13T05:00:00Z   2024-11-12T22:53:24Z 2018-27008 1 0 090000648398ec47
FRA-2018-0070-0001 FRA Union pacific railroad company FRA-2018-0070 Union Pacific Incoming 236 Waiver Request Other Waiver 2018-08-28T04:00:00Z 2018 8 2018-08-28T04:00:00Z   2024-11-07T01:04:57Z   1 0 090000648365e5b9

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