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

11 rows where docket_id = "FRA-2018-0056" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • FRA 11
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-0056-0023 FRA William Robinson- Request for Hearing FRA-2018-0056 Appellee FRA's Response Brief - Fina Other Brief 2019-08-06T04:00:00Z 2019 8 2019-08-06T04:00:00Z   2019-08-06T13:10:22Z   0 0 0900006483dfb825
FRA-2018-0056-0021 FRA William Robinson- Request for Hearing FRA-2018-0056 Robinson William Appeal to Administrator AHO Order 9 and 10 Other Motion 2019-07-15T04:00:00Z 2019 7 2019-07-15T04:00:00Z   2019-07-15T19:21:03Z   0 0 0900006483d80048
FRA-2018-0056-0022 FRA William Robinson- Request for Hearing FRA-2018-0056 Respondent William Robinson's Appeal of Presiding Officers's Order No. 9 Denying Respondent's Motion to Dismiss Proceedings and Presiding Officer's Initial Decision (Order No. 10) Motion to Dismiss Proceedings with Respect to the Disqualification of William Robinson for Failure to Comply with Due Process Other Motion 2019-07-12T04:00:00Z 2019 7 2019-07-31T04:00:00Z   2019-07-31T19:57:52Z   0 0 0900006483d88f1a
FRA-2018-0056-0019 FRA William Robinson- Request for Hearing FRA-2018-0056 19. 9OR Motion to Dismiss Other Motion 2019-06-07T04:00:00Z 2019 6 2019-06-07T04:00:00Z   2019-06-07T14:40:24Z   0 0 0900006483cf3c8a
FRA-2018-0056-0020 FRA William Robinson- Request for Hearing FRA-2018-0056 20. 10OR Decision and Order Other Decision 2019-06-06T04:00:00Z 2019 6 2019-06-11T04:00:00Z   2019-06-11T19:04:04Z   0 0 0900006483cf413f
FRA-2018-0056-0018 FRA William Robinson- Request for Hearing FRA-2018-0056 Request to renew motion Other Request 2019-02-27T05:00:00Z 2019 2 2019-02-27T05:00:00Z   2019-02-27T16:08:36Z   0 0 0900006483aac3cb
FRA-2018-0056-0017 FRA William Robinson- Request for Hearing FRA-2018-0056 U.S. DOT/FRA - FRA's Post-Hearing Brief - Final Other Brief 2019-02-22T05:00:00Z 2019 2 2019-02-22T05:00:00Z   2019-02-22T17:49:22Z   0 0 0900006483a96f1e
FRA-2018-0056-0016 FRA William Robinson- Request for Hearing FRA-2018-0056 U.S. DOT/FRA - FRA's Opposition to Respondents Renewed Motion to Dismiss Other Motion 2019-02-15T05:00:00Z 2019 2 2019-02-15T05:00:00Z   2019-02-15T17:09:57Z   0 0 0900006483a737be
FRA-2018-0056-0015 FRA William Robinson- Request for Hearing FRA-2018-0056 US DOT/FRA- Post hearing Briefs Other Extension of Time 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T16:28:48Z   0 0 0900006483a63dd1
FRA-2018-0056-0014 FRA William Robinson- Request for Hearing FRA-2018-0056 U.S. DOT/FRA-2018-0056 The Federal Railroad Administration's Motion for Extension of the Deadline For Filing Post-Hearing Briefs Other Motion 2019-02-06T05:00:00Z 2019 2 2019-02-11T05:00:00Z   2019-02-11T15:53:40Z   0 0 0900006483a4d224
FRA-2018-0056-0013 FRA William Robinson- Request for Hearing FRA-2018-0056 14. 7OR Post Hearing Briefs Other Brief 2019-01-30T05:00:00Z 2019 1 2019-01-30T05:00:00Z   2019-01-30T17:52:57Z   0 0 0900006483a20bf6

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