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

13 rows where docket_id = "FRA-2012-0057" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2012 5
  • 2017 3
  • 2023 3
  • 2022 2

document_type 1

  • Other 13

agency_id 1

  • FRA 13
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-2012-0057-0013 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 FRA-2012-0057 Decision Letter 2023 Other Decision 2023-12-05T05:00:00Z 2023 12 2023-12-05T05:00:00Z   2023-12-05T18:56:50Z   0 0 09000064862e7e97
FRA-2012-0057-0012 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 FRA-2012-0057 Incoming Special Approval Extension Petition July 2023 Other Petition(s) 2023-07-19T04:00:00Z 2023 7 2023-07-19T04:00:00Z   2023-07-19T20:46:51Z   0 0 0900006485ce0718
FRA-2012-0057-0011 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 FRA-2012-0057 Decision Letter 2023 Other Decision 2023-01-31T05:00:00Z 2023 1 2023-01-31T05:00:00Z   2023-01-31T14:50:40Z   0 0 090000648561e850
FRA-2012-0057-0010 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 FRA-2012-0057 SA Petition Ack Letter 2022 Other Acknowledgement Letter/Receipt 2022-09-14T04:00:00Z 2022 9 2022-09-14T04:00:00Z   2022-09-14T15:22:43Z   0 0 090000648530134e
FRA-2012-0057-0009 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 FRA-2012-0057 Incoming SA Extension Petition 2022 Other Petition(s) 2022-08-12T04:00:00Z 2022 8 2022-08-12T04:00:00Z   2024-11-12T23:43:57Z   1 0 0900006485234b99
FRA-2012-0057-0008 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 U.S. DOT/FRA-Napa Valley RR Decision Letter" Other Decision 2017-10-27T04:00:00Z 2017 10 2017-10-27T04:00:00Z   2017-10-27T14:55:54Z   0 0 0900006482c0b25e
FRA-2012-0057-0007 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2017-04-12T04:00:00Z 2017 4 2017-04-12T04:00:00Z   2024-11-07T00:55:43Z   1 0 090000648254ed60
FRA-2012-0057-0006 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 Napa Valley Railroad - Request for Extension of Waiver Other Request 2017-04-10T04:00:00Z 2017 4 2017-04-10T04:00:00Z   2024-11-07T00:55:26Z   1 0 0900006482548990
FRA-2012-0057-0005 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 U.S. DOT/FRA - Decision Letter (Part 215.203) Other Decision 2012-11-13T05:00:00Z 2012 11 2012-11-13T05:00:00Z   2024-11-12T05:08:13Z   1 0 0900006481166548
FRA-2012-0057-0004 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 .... Other   2012-11-08T00:00:00Z 2012 11     2024-11-11T20:43:09Z   0 1 0900006481157415
FRA-2012-0057-0003 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 ... Other   2012-07-25T00:00:00Z 2012 7     2024-11-07T22:43:02Z   0 1 09000064810b03a9
FRA-2012-0057-0001 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 Napa Valley - Waiver Request Other Petition(s) 2012-07-17T04:00:00Z 2012 7 2012-07-17T04:00:00Z   2024-11-07T22:42:30Z   1 0 0900006481085e8a
FRA-2012-0057-0002 FRA Napa Valley Railroad - Waiver Petition FRA-2012-0057 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2012-07-17T04:00:00Z 2012 7 2012-07-17T04:00:00Z   2024-11-11T20:39:48Z   1 0 090000648109d7ab

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