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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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 8
  • Notice 2

posted_year 1

  • 2024 · 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-2010-0056-0645 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 Five Railroads’ Joint Request to Amend Their Positive Train Control Safety Plans – Denial Without Prejudice Other Decision 2024-08-27T04:00:00Z 2024 8 2024-08-27T04:00:00Z   2024-08-27T13:43:36Z   0 0 09000064866aa54a
FRA-2010-0056-0640 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 Request for Amendment: Railroads' Joint Request to Amend Positive Train Control Safety Plans and Positive Train Control Systems Notice Request for Comments 2024-07-30T04:00:00Z 2024 7 2024-07-30T04:00:00Z 2024-08-20T03:59:59Z 2024-11-12T22:38:58Z 2024-16750 1 0 090000648660e77e
FRA-2010-0056-0639 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 RRS-240717-003 Twenty-One Host Railroads ITC Joint RFA for OB 6.5.4.0 final signed Other Decision 2024-07-23T04:00:00Z 2024 7 2024-07-23T04:00:00Z   2024-07-23T18:37:34Z   0 0 09000064866034d9
FRA-2010-0056-0637 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 Joint RFA to PTCSP v1.0 – July 2024 Other Report 2024-07-12T04:00:00Z 2024 7 2024-07-12T04:00:00Z   2024-07-12T18:19:44Z   0 0 09000064865ecdeb
FRA-2010-0056-0636 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans Notice Request for Comments 2024-06-20T04:00:00Z 2024 6 2024-06-20T04:00:00Z 2024-07-11T03:59:59Z 2024-11-12T22:36:37Z 2024-13481 1 0 09000064865c1125
FRA-2010-0056-0635 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 ..... Other   2024-06-13T00:00:00Z 2024 6     2024-06-13T19:12:50Z   0 1 09000064865b4b0f
FRA-2010-0056-0634 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 Joint I-ETMS Mixed RFA to PTCSP Jun 2024 Other Report 2024-06-11T04:00:00Z 2024 6 2024-06-11T04:00:00Z   2024-06-11T14:54:42Z   0 0 09000064865ac035
FRA-2010-0056-0633 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 BNSF Railway PTCIP v5.0 – March 2024 Other Report 2024-05-31T04:00:00Z 2024 5 2024-05-31T04:00:00Z   2024-05-31T12:43:59Z   0 0 090000648658e4bb
FRA-2010-0056-0632 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 RRS-240405-003 BNSF RFA to Its PTCIP 5.0 Approval-FRA-2010-0056 final signed Other Decision 2024-04-12T04:00:00Z 2024 4 2024-04-12T04:00:00Z   2024-04-12T14:45:15Z   0 0 09000064864d28c5
FRA-2010-0056-0631 FRA BNSF Railway Company - Positive Train Control Plans FRA-2010-0056 RRS-240116-025 BNSF RFA to Its PTCIP v.4.0 Approval-FRA-2010-0056 final signed Other Decision 2024-01-24T05:00:00Z 2024 1 2024-01-24T05:00:00Z   2024-11-12T22:21:07Z   1 0 09000064863bf30f

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