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

9 rows where docket_id = "FRA-2013-0069" 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 5

  • 2013 3
  • 2018 3
  • 2014 1
  • 2019 1
  • 2026 1

document_type 2

  • Other 8
  • Notice 1

agency_id 1

  • FRA 9
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-2013-0069-0010 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 FRA-2013-0069 Incoming Waiver Extension Petition 2026 Other Petition(s) 2026-01-13T05:00:00Z 2026 1 2026-01-13T05:00:00Z   2026-01-13T18:21:36Z   0 0 09000064b9137393
FRA-2013-0069-0009 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 U.S. DOT/FRA- Terminal Railroad Association DL 2019 Other Action Memo or Letter 2019-04-05T04:00:00Z 2019 4 2019-04-05T04:00:00Z   2019-04-05T13:14:15Z   0 0 0900006483b65b5e
FRA-2013-0069-0008 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 FRA-Waiver Acknowledgement Letter 2018 Other Acknowledgement Letter/Receipt 2018-11-07T05:00:00Z 2018 11 2018-11-07T05:00:00Z   2018-11-07T20:20:44Z   0 0 09000064838a7ecf
FRA-2013-0069-0007 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 Incoming Request 2018 Other Request 2018-11-05T05:00:00Z 2018 11 2018-11-05T05:00:00Z   2018-11-05T15:01:49Z   0 0 0900006483899fa7
FRA-2013-0069-0006 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 U.S. DOT/FRA-Waiver Expiration Letter 2018 Other Waiver 2018-10-23T04:00:00Z 2018 10 2018-10-23T04:00:00Z   2018-10-23T15:43:40Z   0 0 090000648383a373
FRA-2013-0069-0005 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 U.S. DOT/FRA-2013-0069 Decision Letter - (Terminal RR Assoc. of St. Louis - EOTDs and Brakes) Other Decision 2014-05-14T04:00:00Z 2014 5 2014-05-14T04:00:00Z   2014-05-14T16:11:14Z   0 0 09000064816e7b89
FRA-2013-0069-0003 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 Petitions for Waivers of Compliance Notice Notice of Receipt of Petition 2013-08-06T04:00:00Z 2013 8 2013-08-06T04:00:00Z 2013-09-20T03:59:59Z 2024-11-07T22:58:35Z 2013-18829 1 0 0900006481391338
FRA-2013-0069-0001 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 U.S.DOT/FRA - Terminal RR Association of St. Louis Waiver Request Other Waiver 2013-06-25T04:00:00Z 2013 6 2013-06-25T04:00:00Z   2024-11-11T20:48:15Z   1 0 09000064813354db
FRA-2013-0069-0002 FRA Terminal RR Association of St. Louis - Waiver Petition FRA-2013-0069 U.S.DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2013-06-25T04:00:00Z 2013 6 2013-06-25T04:00:00Z   2024-11-11T20:47:55Z   1 0 09000064813362dc

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