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-2010-0042" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 9
  • Notice 3

posted_year 1

  • 2023 · 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-2010-0042-0098 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 RRS-231214-004 Twenty Host Railroads' Joint Request to Amend Their PTCSPs Approval final signed Other Request 2023-12-18T05:00:00Z 2023 12 2023-12-18T05:00:00Z   2024-11-12T06:25:25Z   1 0 0900006486343885
FRA-2010-0042-0096 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Railroads' Joint Request to Amend Their Positive Train Control Safety Plans Notice Notice of Availability 2023-11-13T05:00:00Z 2023 11 2023-11-13T05:00:00Z 2023-12-05T04:59:59Z 2024-11-12T06:22:02Z 2023-24973 1 0 090000648625e76f
FRA-2010-0042-0095 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Joint I-ETMS Mixed RFA to PTCSP Nov 2023 Other Report 2023-11-07T05:00:00Z 2023 11 2023-11-07T05:00:00Z   2023-11-07T15:16:22Z   0 0 090000648621988b
FRA-2010-0042-0094 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 RRS-230912-001 NIRC RFA to Its PTCIP Rev.1.11 Approval-FRA-2010-0042 final signed Other Decision 2023-09-29T04:00:00Z 2023 9 2023-09-29T04:00:00Z   2023-09-29T20:32:59Z   0 0 090000648601497c
FRA-2010-0042-0093 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 RRS-230811-004 Nineteen Host Railroads Joint Request to Amend Their PTCSPs Denial Without Prejudice final signed Other Request 2023-08-15T04:00:00Z 2023 8 2023-08-15T04:00:00Z   2024-11-07T00:46:06Z   1 0 0900006485e37ce3
FRA-2010-0042-0089 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 RRS-230710-017 FRN Railroads Joint RFA to Their PTC Safety Plans and PTC Systems final Other Request 2023-07-26T04:00:00Z 2023 7 2023-07-26T04:00:00Z   2024-11-07T23:39:41Z   1 0 0900006485d553a0
FRA-2010-0042-0088 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans and Positive Train Control Systems Notice Notice of Availability 2023-07-19T04:00:00Z 2023 7 2023-07-19T04:00:00Z 2023-08-09T03:59:59Z 2024-11-12T22:58:46Z 2023-15231 1 0 0900006485cdeb21
FRA-2010-0042-0087 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Joint I-ETMS Mixed RFA to PTCSP Jun 2023 Other Report 2023-07-14T04:00:00Z 2023 7 2023-07-14T04:00:00Z   2023-07-14T20:44:41Z   0 0 0900006485cb509f
FRA-2010-0042-0086 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 RRS-230505-006 Twenty Host Railroads Joint Request to Amend Their Positive Train Control Safety Plans Conditional Approval final signed Other Decision 2023-05-09T04:00:00Z 2023 5 2023-05-09T04:00:00Z   2024-11-11T21:24:15Z   1 0 09000064859e42e2
FRA-2010-0042-0085 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans and Positive Train Control Systems Notice Notice of Availability 2023-04-11T04:00:00Z 2023 4 2023-04-11T04:00:00Z 2023-05-02T03:59:59Z 2024-11-07T00:49:43Z 2023-07558 1 0 090000648592c3f9
FRA-2010-0042-0084 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Joint I-ETMS Mixed RFA to PTCSP Mar 2023 Other Report 2023-04-06T04:00:00Z 2023 4 2023-04-06T04:00:00Z   2023-04-06T19:46:08Z   0 0 09000064858f4662
FRA-2010-0042-0083 FRA Northeast Illinois Regional Commuter Rail Corporation - Positive Train Control Plans FRA-2010-0042 Joint I-ETMS Mixed RFA to PTCSP Jan 2023 Other   2023-02-08T00:00:00Z 2023 2     2023-02-09T19:07:33Z   0 1 090000648563f501

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