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

10 rows where docket_id = "FRA-2017-0110" and posted_year = 2019 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

  • 2019 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • FRA 10
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-2017-0110-0027 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Voluntary Withdrawal and Dismissal of Claims Other Withdrawal 2019-09-18T04:00:00Z 2019 9 2019-09-18T04:00:00Z   2019-09-18T20:04:22Z   0 0 0900006483f94861
FRA-2017-0110-0026 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Co-Respondents' Motion to Dismiss Other Motion 2019-09-16T04:00:00Z 2019 9 2019-09-16T04:00:00Z   2019-09-16T15:02:29Z   0 0 0900006483f59f77
FRA-2017-0110-0025 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 U.S.DOT/FRA - Scheduling Order Other Order 2019-06-06T04:00:00Z 2019 6 2019-06-06T04:00:00Z   2024-11-12T23:02:30Z   1 0 0900006483cef117
FRA-2017-0110-0024 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 26. 11OR Scheduling 2017-0110 Other Order 2019-04-01T04:00:00Z 2019 4 2019-04-01T04:00:00Z   2019-04-01T15:43:10Z   0 0 0900006483b4a62f
FRA-2017-0110-0023 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 FRA Response to Petitioner's Letter Regarding Discovery and Motion for Permission to File Other Response(s) 2019-03-18T04:00:00Z 2019 3 2019-03-18T04:00:00Z   2019-03-18T14:06:06Z   0 0 0900006483ae1af4
FRA-2017-0110-0021 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 FRA Response to Asay Offer of Proof Other Response(s) 2019-03-13T04:00:00Z 2019 3 2019-03-13T04:00:00Z   2019-03-13T14:42:07Z   0 0 0900006483ad70cb
FRA-2017-0110-0022 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Amended Notice of Contact Information substituting Mr. Jeffrey Frank and Mr. Kyle Fields as the representatives for FRA in Asay v. New Jersey Transit Other Additional Information 2019-03-13T04:00:00Z 2019 3 2019-03-13T04:00:00Z   2019-03-13T14:45:09Z   0 0 0900006483ad85be
FRA-2017-0110-0020 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 US DOT/FRA- Show Cause Order Other Order 2019-02-22T05:00:00Z 2019 2 2019-02-22T05:00:00Z   2019-02-22T17:58:44Z   0 0 0900006483a99d4f
FRA-2017-0110-0019 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 US DOT/FRA- Scheduling Order Other Order 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T15:32:57Z   0 0 0900006483a564cc
FRA-2017-0110-0018 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 19. 8OR Scheduling 2017-0110 Other Order 2019-01-30T05:00:00Z 2019 1 2019-01-30T05:00:00Z   2019-01-30T17:28:52Z   0 0 0900006483a20176

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