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

12 rows where docket_id = "FRA-2021-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 2

  • 2021 10
  • 2023 2

document_type 1

  • Other 12

agency_id 1

  • FRA 12
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-2021-0070-0012 FRA Colin Howard- Conductor Certfication FRA-2021-0070 US DOT/FRA-Decision and Notice of Appeal Rights Other Decision 2023-06-20T04:00:00Z 2023 6 2023-06-20T04:00:00Z   2023-06-20T15:38:20Z   0 0 0900006485b3ffdc
FRA-2021-0070-0011 FRA Colin Howard- Conductor Certfication FRA-2021-0070 Motion to Amend Proposed Disqualification Period Other Motion 2023-01-20T05:00:00Z 2023 1 2023-01-20T05:00:00Z   2023-01-20T15:30:07Z   0 0 09000064855f6bb7
FRA-2021-0070-0010 FRA Colin Howard- Conductor Certfication FRA-2021-0070 Closing Arguments For FRA Docket No. 2021-0070 Disqual-2018-01 Other Transcript(s) 2021-12-22T05:00:00Z 2021 12 2021-12-22T05:00:00Z   2021-12-22T19:37:50Z   0 0 0900006484ed685f
FRA-2021-0070-0009 FRA Colin Howard- Conductor Certfication FRA-2021-0070 FRA Post-Hearing Brief Other Brief 2021-12-13T05:00:00Z 2021 12 2021-12-13T05:00:00Z   2021-12-14T02:23:55Z   0 0 0900006484eba261
FRA-2021-0070-0008 FRA Colin Howard- Conductor Certfication FRA-2021-0070 8. 6OR Post-Hearing 2021-0070 Redacted Other Order 2021-10-22T04:00:00Z 2021 10 2021-10-22T04:00:00Z   2021-10-26T14:37:08Z   0 0 0900006484dcff98
FRA-2021-0070-0007 FRA Colin Howard- Conductor Certfication FRA-2021-0070 US DOT/FRA- Orders Other Order 2021-10-14T04:00:00Z 2021 10 2021-10-14T04:00:00Z   2021-10-14T22:35:18Z   0 0 0900006484dc2dee
FRA-2021-0070-0006 FRA Colin Howard- Conductor Certfication FRA-2021-0070 US DOT/FRA- Prehearing Statement Other Additional Information 2021-10-06T04:00:00Z 2021 10 2021-10-06T04:00:00Z   2021-10-06T13:48:25Z   0 0 0900006484db9793
FRA-2021-0070-0005 FRA Colin Howard- Conductor Certfication FRA-2021-0070 Motion to Move Deadline for Joint Prehearing Statement and Prehearing Conference Other Motion 2021-09-17T04:00:00Z 2021 9 2021-09-17T04:00:00Z   2021-09-17T13:30:01Z   0 0 0900006484d87de8
FRA-2021-0070-0003 FRA Colin Howard- Conductor Certfication FRA-2021-0070 Motion to Move Hearing Date Other Motion 2021-07-29T04:00:00Z 2021 7 2021-07-29T04:00:00Z   2024-11-06T23:49:31Z   1 0 0900006484c10add
FRA-2021-0070-0004 FRA Colin Howard- Conductor Certfication FRA-2021-0070 2. 2OR Scheduling 2021-0070 Redacted Other Order 2021-07-29T04:00:00Z 2021 7 2021-07-29T04:00:00Z   2021-07-29T15:06:29Z   0 0 0900006484c10ede
FRA-2021-0070-0002 FRA Colin Howard- Conductor Certfication FRA-2021-0070 1. 1OR Scheduling 2021-0070 Redacted Other Order 2021-07-22T04:00:00Z 2021 7 2021-07-22T04:00:00Z   2021-07-22T16:06:10Z   0 0 0900006484bfee97
FRA-2021-0070-0001 FRA Colin Howard- Conductor Certfication FRA-2021-0070 Request for Hearing Redacted Other Request for Hearing 2021-06-17T04:00:00Z 2021 6 2021-06-17T04:00:00Z   2024-11-06T23:48:31Z   1 0 0900006484b90363

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