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-2019-0081" 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), last_modified (date)

posted_year 3

  • 2020 6
  • 2019 3
  • 2021 2

document_type 2

  • Other 9
  • Notice 2

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-2019-0081-0013 FRA Grenada Railroad, LLC FRA-2019-0081 U.S. DOT/FRA-Decision Letter Feb 2021 Other Decision 2021-02-23T05:00:00Z 2021 2 2021-02-23T05:00:00Z   2021-02-23T18:51:52Z   0 0 0900006484a49dd7
FRA-2019-0081-0012 FRA Grenada Railroad, LLC FRA-2019-0081 US DOT/FRA- Decision Other Decision 2021-02-04T05:00:00Z 2021 2 2021-02-04T05:00:00Z   2021-02-04T15:29:33Z   0 0 0900006484a1547d
FRA-2019-0081-0010 FRA Grenada Railroad, LLC FRA-2019-0081 U.S. DOT/FRA- BSAP Re-application Acknowledgement Letter 2020 Other Acknowledgement Letter/Receipt 2020-07-15T04:00:00Z 2020 7 2020-07-15T04:00:00Z   2020-07-15T18:07:39Z   0 0 090000648474988a
FRA-2019-0081-0009 FRA Grenada Railroad, LLC FRA-2019-0081 Approval of Discontinuance or Modification of a Railroad Signal System Notice Notice of Change 2020-07-15T04:00:00Z 2020 7 2020-07-15T04:00:00Z   2024-11-06T23:38:08Z 2020-15189 1 0 09000064847634ae
FRA-2019-0081-0011 FRA Grenada Railroad, LLC FRA-2019-0081 Incoming BSAP Re-application - ABS 2020 Other Application 2020-07-07T04:00:00Z 2020 7 2020-07-23T04:00:00Z   2020-07-23T17:13:41Z   0 0 090000648472e607
FRA-2019-0081-0008 FRA Grenada Railroad, LLC FRA-2019-0081 Grenada Re-Application BSA re ABS 07032020 final with attachments Other Application 2020-07-07T04:00:00Z 2020 7 2020-07-07T04:00:00Z   2020-07-07T17:06:19Z   0 0 0900006484725ec6
FRA-2019-0081-0007 FRA Grenada Railroad, LLC FRA-2019-0081 6.1.2020 Letter from Grenada Railroad, LLC, Requesting 30 Days to Resubmit Application and FRA's 6.5.2020 Response Other Response(s) 2020-06-08T04:00:00Z 2020 6 2020-06-08T04:00:00Z   2020-06-08T18:25:50Z   0 0 09000064846cfeae
FRA-2019-0081-0006 FRA Grenada Railroad, LLC FRA-2019-0081 U.S. DOT/FRA- Decision Letter 2020 Other Decision 2020-05-08T04:00:00Z 2020 5 2020-05-08T04:00:00Z   2020-05-08T14:17:35Z   0 0 090000648457c41a
FRA-2019-0081-0003 FRA Grenada Railroad, LLC FRA-2019-0081 Application: Approval of Discontinuance or Modification of a Railroad Signal System Notice Notice of Intent 2019-10-09T04:00:00Z 2019 10 2019-10-09T04:00:00Z   2024-11-12T23:09:24Z 2019-22059 1 0 0900006484063045
FRA-2019-0081-0002 FRA Grenada Railroad, LLC FRA-2019-0081 U.S. DOT/FRA-Waiver Acknowledgement Letter Other Acknowledgement Letter/Receipt 2019-10-07T04:00:00Z 2019 10 2019-10-07T04:00:00Z   2019-10-07T15:38:21Z   0 0 0900006484048feb
FRA-2019-0081-0001 FRA Grenada Railroad, LLC FRA-2019-0081 Incoming waiver request - Grenada Railroad Other Request 2019-10-03T04:00:00Z 2019 10 2019-10-03T04:00:00Z   2024-11-12T23:09:25Z   1 0 0900006484010ca8

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