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

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 6
  • Rule 1

posted_year 1

  • 2010 · 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-2006-26029-0022 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 U.S. DOT/FRA - Decision Letter in Response to February 8, 2010, Request for Extension of Limited Field Testing Other Decision 2010-07-02T04:00:00Z 2010 7 2010-07-02T04:00:00Z   2024-11-07T22:17:28Z   1 0 0900006480b10187
FRA-2006-26029-0021 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 U.S. DOT/FRA - Decision Letter for February 8, 2010, Request for Extension of Limited Field Testing Other Decision 2010-07-02T04:00:00Z 2010 7 2010-07-02T04:00:00Z   2013-07-27T23:23:34Z   0 0 0900006480b0bc65
FRA-2006-26029-0020 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 U.S. DOT/FRA - Decision Letter Other Decision 2010-05-05T04:00:00Z 2010 5 2010-05-05T04:00:00Z   2013-08-11T03:08:17Z   0 0 0900006480ae66f3
FRA-2006-26029-0019 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 Alaska Railroad Corporation - Request for Extension of Limited Field Testing of Collision Avoidance System Other Request 2010-04-22T04:00:00Z 2010 4 2010-04-22T04:00:00Z   2024-11-12T04:51:36Z   1 0 0900006480adcf77
FRA-2006-26029-0018 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 Federal Register Notice - Waiver Extension Requests Rule Federal Register Publication 2010-04-16T04:00:00Z 2010 4 2010-04-16T04:00:00Z   2024-11-07T22:20:27Z 2010-08695 1 0 0900006480ad917c
FRA-2006-26029-0017 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 Alaska Railroad Corporation - Request for Extension Waiver Petition and Limited Field Testing of Collision Avoidance System Other Waiver 2010-04-14T04:00:00Z 2010 4 2010-04-14T04:00:00Z   2013-08-11T03:07:47Z   0 0 0900006480ad237b
FRA-2006-26029-0016 FRA Alaska Railroad Corporation - Waiver Petition & Informational Filing FRA-2006-26029 Alaska Railroad Corporation - Request for extension of Limited Field Testing of Collision Avoidance System Other   2010-02-17T00:00:00Z 2010 2     2013-07-27T23:08:36Z   0 1 0900006480aa5eee

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