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-2016-0102" and posted_year = 2017 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

  • 2017 · 9 ✖

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-2016-0102-0018 FRA J. W. Heuermann - Petition FRA-2016-0102 U.S. DOT/FRA- Decision and Order Other Decision 2017-03-15T04:00:00Z 2017 3 2017-03-15T04:00:00Z   2017-03-15T19:25:15Z   0 0 090000648250a6a3
FRA-2016-0102-0017 FRA J. W. Heuermann - Petition FRA-2016-0102 Petitioner J. W. Heuermann Reply to Co-Respondents' Briefing Other Reply 2017-03-15T04:00:00Z 2017 3 2017-03-15T04:00:00Z   2017-03-15T14:34:33Z   0 0 0900006482505c5a
FRA-2016-0102-0016 FRA J. W. Heuermann - Petition FRA-2016-0102 Response Brief of Union Pacific Railroad Company and Federal Railroad Administration, Co-Respondents Other Brief 2017-03-08T05:00:00Z 2017 3 2017-03-08T05:00:00Z   2017-03-17T20:05:30Z   0 0 09000064824f05c4
FRA-2016-0102-0015 FRA J. W. Heuermann - Petition FRA-2016-0102 U.S. DOT/FRA - Order Modifying Briefing Schedule Other Order 2017-02-27T05:00:00Z 2017 2 2017-02-27T05:00:00Z   2024-11-11T21:33:23Z   1 0 09000064824db58b
FRA-2016-0102-0013 FRA J. W. Heuermann - Petition FRA-2016-0102 Union Pacific Railroad Company and Federal Railroad Administrations - Joint Motion for Extension of Time Other Motion 2017-02-27T05:00:00Z 2017 2 2017-02-27T05:00:00Z   2024-11-11T21:34:13Z   1 0 09000064824d8f79
FRA-2016-0102-0014 FRA J. W. Heuermann - Petition FRA-2016-0102 Petitioner J.W. Heuermann’s - Objection to Motion for More Time Other Objection(s) 2017-02-27T05:00:00Z 2017 2 2017-02-27T05:00:00Z   2024-11-11T21:34:34Z   1 0 09000064824d9199
FRA-2016-0102-0012 FRA J. W. Heuermann - Petition FRA-2016-0102 Petitioner's Briefing in Support of Petition Other Brief 2017-02-09T05:00:00Z 2017 2 2017-02-09T05:00:00Z   2024-11-11T21:33:32Z   1 0 09000064824b3506
FRA-2016-0102-0011 FRA J. W. Heuermann - Petition FRA-2016-0102 U.S. DOT/FRA - Order Setting Briefing Schedule Other Order 2017-01-24T05:00:00Z 2017 1 2017-01-24T05:00:00Z   2024-11-11T21:35:32Z   1 0 090000648248cc41
FRA-2016-0102-0010 FRA J. W. Heuermann - Petition FRA-2016-0102 Petitioner's and Union Pacific Railroad Company's Joint Statement of Undisputed Material Facts Other Statement 2017-01-09T05:00:00Z 2017 1 2017-01-09T05:00:00Z   2024-11-11T21:31:42Z   1 0 090000648245072c

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