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

6 rows where docket_id = "FRA-2010-0051" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 4
  • Notice 2

posted_year 1

  • 2025 · 6 ✖

agency_id 1

  • FRA 6
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-0051-0160 FRA Peninsula Corridor Joint Powers Board - Positive Train Control Plans FRA-2010-0051 RRS-250903-007 Twenty-one Host Railroads Joint RFA to Their PTCSPs Other Decision 2025-09-08T04:00:00Z 2025 9 2025-09-08T04:00:00Z   2025-09-08T23:36:48Z   0 0 09000064b8f55a91
FRA-2010-0051-0156 FRA Peninsula Corridor Joint Powers Board - Positive Train Control Plans FRA-2010-0051 Joint ITC RFA to PTCSP - July 2025 Other Petition(s) 2025-08-04T04:00:00Z 2025 8 2025-08-04T04:00:00Z   2025-08-04T19:02:06Z   0 0 09000064b8ecca66
FRA-2010-0051-0155 FRA Peninsula Corridor Joint Powers Board - Positive Train Control Plans FRA-2010-0051 Railroads' Joint Request for Amendment: Positive Train Control Safety Plans Notice Request for Comments 2025-08-01T04:00:00Z 2025 8 2025-08-01T04:00:00Z 2025-08-22T03:59:59Z 2025-08-23T09:00:28Z 2025-14631 0 0 09000064b8ec6d8f
FRA-2010-0051-0154 FRA Peninsula Corridor Joint Powers Board - Positive Train Control Plans FRA-2010-0051 RRS-250407-016 Caltrain's RFA to its PTCSP Approval-FRA-2010-0051 final signed Other Decision 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T18:44:05Z   1 0 0900006486a9861d
FRA-2010-0051-0153 FRA Peninsula Corridor Joint Powers Board - Positive Train Control Plans FRA-2010-0051 Request for Amendment: Peninsula Corridor Joint Powers Board; Positive Train Control Safety Plan and Positive Train Control System Notice Request for Comments 2025-02-11T05:00:00Z 2025 2 2025-02-11T05:00:00Z 2025-03-04T04:59:59Z 2025-02-11T13:20:47Z 2025-02431 0 0 090000648694ca89
FRA-2010-0051-0152 FRA Peninsula Corridor Joint Powers Board - Positive Train Control Plans FRA-2010-0051 Caltrain RFA to PTCSP – January 2025 Other Report 2025-02-04T05:00:00Z 2025 2 2025-02-04T05:00:00Z   2025-02-04T14:30:55Z   0 0 090000648692d88a

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