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

15 rows where docket_id = "FRA-2017-0110" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 15 ✖

document_type 1

  • Other 15

agency_id 1

  • FRA 15
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-0017 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Discovery Order Other Discovery 2018-09-11T04:00:00Z 2018 9 2018-09-11T04:00:00Z   2018-09-11T18:33:31Z   0 0 09000064836bf042
FRA-2017-0110-0016 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Notice of Contacts Other Additional Information 2018-06-25T04:00:00Z 2018 6 2018-06-25T04:00:00Z   2018-06-25T16:22:31Z   0 0 090000648343d794
FRA-2017-0110-0015 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Scheduling Order Other Order 2018-06-11T04:00:00Z 2018 6 2018-06-11T04:00:00Z   2018-06-11T14:32:14Z   0 0 090000648334c0b9
FRA-2017-0110-0014 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Scheduling Order Other Order 2018-05-14T04:00:00Z 2018 5 2018-05-14T04:00:00Z   2018-05-14T15:52:35Z   0 0 090000648325b272
FRA-2017-0110-0013 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Co-Respondents' Joint Response to Petitioner's Amended Statement of Claims Other Response(s) 2018-05-09T04:00:00Z 2018 5 2018-05-09T04:00:00Z   2018-05-09T19:31:31Z   0 0 09000064832510bc
FRA-2017-0110-0012 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Amended Statement of Claims for Petition Jodi Asay Other Amendment 2018-05-01T04:00:00Z 2018 5 2018-05-01T04:00:00Z   2018-05-01T18:24:00Z   0 0 09000064831c877a
FRA-2017-0110-0011 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Scheduling Order Other Order 2018-04-06T04:00:00Z 2018 4 2018-04-06T04:00:00Z   2018-04-06T17:05:06Z   0 0 0900006483097ed4
FRA-2017-0110-0010 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Co-Respondents Joint Response to Petitioner's Statement of Claims Other Response(s) 2018-03-01T05:00:00Z 2018 3 2018-03-01T05:00:00Z   2018-03-01T19:14:34Z   0 0 0900006482f7ca9f
FRA-2017-0110-0009 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Scheduling Order Other Order 2018-02-21T05:00:00Z 2018 2 2018-02-21T05:00:00Z   2018-02-21T14:10:55Z   0 0 0900006482f3a26a
FRA-2017-0110-0008 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Co-Respondent's Request for Extension of Time to File Response to Petitioner's Statement of Claims Other Extension of Time 2018-02-16T05:00:00Z 2018 2 2018-02-16T05:00:00Z   2018-02-16T18:05:20Z   0 0 0900006482f396a6
FRA-2017-0110-0007 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Statement of Claims Other Statement 2018-02-06T05:00:00Z 2018 2 2018-02-06T05:00:00Z   2018-02-06T16:17:25Z   0 0 0900006482ecb04a
FRA-2017-0110-0006 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Scheduling Order Other Order 2018-01-22T05:00:00Z 2018 1 2018-01-22T05:00:00Z   2018-01-22T14:38:41Z   0 0 0900006482e32da1
FRA-2017-0110-0005 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Request by petitioner to extend the time to file her statement of claims. Other Request 2018-01-19T05:00:00Z 2018 1 2018-01-19T05:00:00Z   2018-01-19T15:39:51Z   0 0 0900006482e2c1aa
FRA-2017-0110-0003 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Notice of Contacts for Petitioner Jodi Asay Other Additional Information 2018-01-08T05:00:00Z 2018 1 2018-01-08T05:00:00Z   2018-01-08T19:00:09Z   0 0 0900006482d9eed0
FRA-2017-0110-0004 FRA Jodi Asay- Request for Administrative Hearing FRA-2017-0110 Notice of Contacts for Co-Respondent Federal Railroad Administration Other Additional Information 2018-01-08T05:00:00Z 2018 1 2018-01-08T05:00:00Z   2018-01-08T19:03:10Z   0 0 0900006482d9ba91

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