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

11 rows where docket_id = "FRA-2007-27413" 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, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 5

  • 2013 4
  • 2007 3
  • 2012 2
  • 2008 1
  • 2017 1

document_type 2

  • Other 10
  • Rule 1

agency_id 1

  • FRA 11
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-2007-27413-0011 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA- Expiration Notice Other Action Memo or Letter 2017-11-07T05:00:00Z 2017 11 2017-11-07T05:00:00Z   2017-11-07T15:12:24Z   0 0 0900006482c49f2a
FRA-2007-27413-0010 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Decision Letter - (Wallowa Union RR Auth. - Safety Glazing) Other Decision 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2024-11-12T05:15:22Z   1 0 09000064812c3e9a
FRA-2007-27413-0007 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Withdrawal Letter Other Withdrawal 2013-01-15T05:00:00Z 2013 1 2013-01-15T05:00:00Z   2024-11-12T05:11:21Z   1 0 09000064811b4378
FRA-2007-27413-0008 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S.DOT/FRA - Updated Waiver Request Other Waiver 2013-01-15T05:00:00Z 2013 1 2013-01-15T05:00:00Z   2024-11-12T05:12:17Z   1 0 09000064811b5671
FRA-2007-27413-0009 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2013-01-15T05:00:00Z 2013 1 2013-01-15T05:00:00Z   2024-11-12T05:12:35Z   1 0 09000064811b9f11
FRA-2007-27413-0005 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 Wallowa Union Railroad - Waiver Retension Request (Part 223) Other Waiver 2012-11-26T05:00:00Z 2012 11 2012-11-26T05:00:00Z   2024-11-12T05:07:31Z   1 0 090000648116817b
FRA-2007-27413-0006 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Acknowledgement Letter (Part 223) Other Acknowledgement Letter/Receipt 2012-11-26T05:00:00Z 2012 11 2012-11-26T05:00:00Z   2024-11-12T05:07:32Z   1 0 0900006481168255
FRA-2007-27413-0004 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Decision Letter Other Decision 2008-02-29T05:00:00Z 2008 2 2008-02-29T05:00:00Z   2013-07-27T20:36:20Z   0 0 09000064803cb811
FRA-2007-27413-0003 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Petition for Waiver of Compliance Rule Federal Register Publication 2007-03-29T04:00:00Z 2007 3 2007-03-29T04:00:00Z 2007-03-30T03:59:59Z 2024-11-11T22:12:29Z   1 0 09000064802b83f0
FRA-2007-27413-0002 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 U.S. DOT/FRA - Acknowledgement of Receipt of Request for Waiver Petition Other Acknowledgement Letter/Receipt 2007-03-02T05:00:00Z 2007 3 2007-03-02T05:00:00Z 2007-03-03T04:59:59Z 2024-11-11T22:12:29Z   1 0 09000064802b83ef
FRA-2007-27413-0001 FRA Wallowa Union Railroad - Waiver Petition FRA-2007-27413 Wallowa Union Railroad Authority/Wallowa Union Railroad - Waiver Petition Other Waiver 2007-03-02T05:00:00Z 2007 3 2007-03-02T05:00:00Z 2007-03-03T04:59:59Z 2024-11-11T22:12:05Z   1 0 09000064802b83ee

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