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

7 rows where docket_id = "FRA-2010-0058" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2010 · 7 ✖

document_type 1

  • Other 7

agency_id 1

  • FRA 7
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-0058-0007 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Canadian Pacific (CP) PTC Implementation Plan (PTCIP) Version 1.1 Other Other 2010-11-17T05:00:00Z 2010 11 2010-11-17T05:00:00Z   2017-03-01T18:29:29Z   0 0 0900006480b78b08
FRA-2010-0058-0006 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Provisional Approval of CP Implementation Plan (PTCIP) Version 1.1 Other Other 2010-09-08T04:00:00Z 2010 9 2010-09-08T04:00:00Z   2017-03-01T18:31:25Z   0 0 0900006480b484c0
FRA-2010-0058-0005 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Disapproval Without Prejudice of CP Implementation Plan (PTCIP) Version 0.0 Other Other 2010-07-06T04:00:00Z 2010 7 2010-07-06T04:00:00Z   2017-03-01T18:28:25Z   0 0 0900006480b130a4
FRA-2010-0058-0002 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Canadian Pacific (CP) PTC Implementation Plan (PTCIP) Version 0.0 Other Other 2010-04-26T04:00:00Z 2010 4 2010-04-26T04:00:00Z   2024-11-12T04:51:22Z   1 0 0900006480add66c
FRA-2010-0058-0003 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Vital Electronic Train Management System (V-ETMS®) Concept of Operations Other Other 2010-04-26T04:00:00Z 2010 4 2010-04-26T04:00:00Z   2024-11-07T22:19:46Z   1 0 0900006480add66f
FRA-2010-0058-0004 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Canadian Pacific (CP) PTC Development Plan (PTCDP) Version 1.0 Other Other 2010-04-26T04:00:00Z 2010 4 2010-04-26T04:00:00Z   2024-11-07T22:19:15Z   1 0 0900006480add670
FRA-2010-0058-0001 FRA Canadian Pacific Railroad - Positive Train Control Plans FRA-2010-0058 Canadian Pacific Railroad - Company Positive Train Control Notice of Product Intent April 15, 2010 Revision 0.0 Other Other 2010-04-26T04:00:00Z 2010 4 2010-04-26T04:00:00Z   2024-11-12T04:51:22Z   1 0 0900006480add650

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