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

10 rows where docket_id = "FRA-2019-0080" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2020 7
  • 2019 3

document_type 2

  • Other 9
  • Notice 1

agency_id 1

  • FRA 10
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-2019-0080-0012 FRA American Short line and Regional Railroad Association FRA-2019-0080 U.S. DOT/FRA-Waiver Modification Approval Letter Dec 2020 Other Waiver 2020-12-22T05:00:00Z 2020 12 2020-12-22T05:00:00Z   2020-12-22T17:11:31Z   0 0 09000064849b091d
FRA-2019-0080-0011 FRA American Short line and Regional Railroad Association FRA-2019-0080 U.S. DOT/FRA- Waiver Modification Acknowledgement Letter Nov 2020 Other Acknowledgement Letter/Receipt 2020-11-10T05:00:00Z 2020 11 2020-11-10T05:00:00Z   2020-11-10T19:12:35Z   0 0 0900006484957078
FRA-2019-0080-0010 FRA American Short line and Regional Railroad Association FRA-2019-0080 Incoming Waiver Modification Petition Nov 2020 Other Waiver 2020-11-06T05:00:00Z 2020 11 2020-11-06T05:00:00Z   2020-11-06T18:20:10Z   0 0 090000648494d69a
FRA-2019-0080-0009 FRA American Short line and Regional Railroad Association FRA-2019-0080 U.S. DOT/FRA- Waiver Modification Letter 2020 Other Letter(s) 2020-07-15T04:00:00Z 2020 7 2020-07-15T04:00:00Z   2020-07-15T17:49:33Z   0 0 090000648475a3da
FRA-2019-0080-0008 FRA American Short line and Regional Railroad Association FRA-2019-0080 U.S. DOT/FRA- Wavier Modification Acknowledgement Letter 2020 Other Acknowledgement Letter/Receipt 2020-06-30T04:00:00Z 2020 6 2020-06-30T04:00:00Z   2020-06-30T16:05:15Z   0 0 0900006484716627
FRA-2019-0080-0007 FRA American Short line and Regional Railroad Association FRA-2019-0080 Incoming Extension Request 2020 Other Request 2020-06-24T04:00:00Z 2020 6 2020-06-24T04:00:00Z   2020-06-24T14:32:04Z   0 0 09000064847020d1
FRA-2019-0080-0006 FRA American Short line and Regional Railroad Association FRA-2019-0080 U.S.DOT/-Decision Letter Other Decision 2020-03-27T04:00:00Z 2020 3 2020-03-27T04:00:00Z   2020-03-27T15:19:09Z   0 0 090000648446d425
FRA-2019-0080-0003 FRA American Short line and Regional Railroad Association FRA-2019-0080 Petition for Waiver of Compliance Notice Waivers 2019-10-29T04:00:00Z 2019 10 2019-10-29T04:00:00Z   2024-11-12T23:10:26Z 2019-23590 1 0 0900006484103d27
FRA-2019-0080-0002 FRA American Short line and Regional Railroad Association FRA-2019-0080 U.S. DOT/FRA- Waiver Acknowledgement Letter Other Acknowledgement Letter/Receipt 2019-09-27T04:00:00Z 2019 9 2019-09-27T04:00:00Z   2019-09-27T14:40:14Z   0 0 0900006483fcf55e
FRA-2019-0080-0001 FRA American Short line and Regional Railroad Association FRA-2019-0080 ASLRRA Revised Incoming Waiver Other Waiver 2019-09-26T04:00:00Z 2019 9 2019-09-26T04:00:00Z   2024-11-12T23:09:12Z   1 0 0900006483fbdcc3

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