documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FRA-2012-0091" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)
| 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-0091-0025 | FRA | BNSF - Waiver Petition FRA-2012-0091 | U.S.DOT/FRA - BNSF - Incoming Waiver Status Update | Other | Waiver | 2015-10-20T04:00:00Z | 2015 | 10 | 2015-10-20T04:00:00Z | 2015-10-20T14:27:03Z | 0 | 0 | 0900006481cd2c10 | ||
| FRA-2012-0091-0024 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Union Pacific Railroad Company - Waiver Request | Other | Waiver | 2015-03-18T04:00:00Z | 2015 | 3 | 2015-03-18T04:00:00Z | 2024-11-07T23:17:07Z | 1 | 0 | 0900006481a4b9aa | ||
| FRA-2012-0091-0023 | FRA | BNSF - Waiver Petition FRA-2012-0091 | U.S. DOT/FRA - Decision Letter - (BNSF - 90 CFM Decision Letter) | Other | Decision | 2015-03-11T04:00:00Z | 2015 | 3 | 2015-03-11T04:00:00Z | 2024-11-07T23:15:13Z | 1 | 0 | 0900006481a3ae92 | ||
| FRA-2012-0091-0022 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Union Pacific Railroad Company - Memorandum of Understanding | Other | Memorandum | 2015-01-23T05:00:00Z | 2015 | 1 | 2015-01-23T05:00:00Z | 2024-11-12T05:30:14Z | 1 | 0 | 09000064819d63f6 | ||
| FRA-2012-0091-0020 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Union Pacific Railroad Company - Updated CFM Waiver Request | Other | Waiver | 2015-01-23T05:00:00Z | 2015 | 1 | 2015-01-23T05:00:00Z | 2024-11-12T05:30:14Z | 1 | 0 | 09000064819d6426 | ||
| FRA-2012-0091-0021 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Union Pacific Railroad Company - Letter of Support | Other | Letter(s) in Support | 2015-01-23T05:00:00Z | 2015 | 1 | 2015-01-23T05:00:00Z | 2024-11-12T05:30:14Z | 1 | 0 | 09000064819d6428 | ||
| FRA-2012-0091-0019 | FRA | BNSF - Waiver Petition FRA-2012-0091 | BNSF Railway - Test Committee Minutes 6-27-14 | Other | Minutes | 2015-01-23T05:00:00Z | 2015 | 1 | 2015-01-23T05:00:00Z | 2024-11-12T05:30:13Z | 1 | 0 | 09000064819d6422 | ||
| FRA-2012-0091-0018 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Union Pacific Railroad Company - Waiver Request | Other | Waiver | 2015-01-14T05:00:00Z | 2015 | 1 | 2015-01-14T05:00:00Z | 2024-11-12T05:29:48Z | 1 | 0 | 09000064819c8de1 | ||
| FRA-2012-0091-0017 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Union Pacific Railroad - Waiver Petition | Other | Waiver | 2015-01-09T05:00:00Z | 2015 | 1 | 2015-01-09T05:00:00Z | 2024-11-12T05:31:33Z | 1 | 0 | 09000064819ae612 | ||
| FRA-2012-0091-0015 | FRA | BNSF - Waiver Petition FRA-2012-0091 | Canadian Pacific Railway (CP) - Extension of FRA Waiver | Other | Waiver | 2015-01-07T05:00:00Z | 2015 | 1 | 2015-01-07T05:00:00Z | 2024-11-12T05:33:20Z | 1 | 0 | 09000064819a6f2b | ||
| FRA-2012-0091-0014 | FRA | BNSF - Waiver Petition FRA-2012-0091 | U.S. DOT/FRA - Acknowledgement Letter | Other | Acknowledgement Letter/Receipt | 2015-01-07T05:00:00Z | 2015 | 1 | 2015-01-07T05:00:00Z | 2024-11-11T20:55:47Z | 1 | 0 | 09000064819a6ec3 | ||
| FRA-2012-0091-0016 | FRA | BNSF - Waiver Petition FRA-2012-0091 | CN Extension of FRA Waiver Supporting Document | Other | Waiver | 2015-01-07T05:00:00Z | 2015 | 1 | 2015-01-07T05:00:00Z | 2024-11-12T05:33:22Z | 1 | 0 | 09000064819a6f50 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;