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-2011-0060" and document_type = "Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 5

  • 2017 5
  • 2016 1
  • 2018 1
  • 2019 1
  • 2020 1

document_type 1

  • Rule · 9 ✖

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-2011-0060-0075 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program and Risk Reduction Program Rule Final Rule 2020-03-04T05:00:00Z 2020 3 2020-03-04T05:00:00Z   2024-11-06T23:32:21Z 2020-04424 1 0 09000064843e746f
FRA-2011-0060-0072 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2019-08-30T04:00:00Z 2019 8 2019-08-30T04:00:00Z   2024-11-12T23:08:29Z 2019-18789 1 0 0900006483edc634
FRA-2011-0060-0056 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2018-12-07T05:00:00Z 2018 12 2018-12-07T05:00:00Z   2024-11-12T22:49:40Z 2018-26447 1 0 090000648395873e
FRA-2011-0060-0047 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2017-11-30T05:00:00Z 2017 11 2017-11-30T05:00:00Z 2018-03-06T04:59:59Z 2024-11-07T01:14:09Z 2017-25821 1 0 0900006482cc0985
FRA-2011-0060-0044 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2017-06-07T04:00:00Z 2017 6 2017-06-07T04:00:00Z   2024-11-07T01:01:37Z 2017-11727 1 0 090000648269fd1d
FRA-2011-0060-0043 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2017-05-22T04:00:00Z 2017 5 2017-05-22T04:00:00Z   2024-11-07T01:00:23Z 2017-10519 1 0 09000064825f4204
FRA-2011-0060-0042 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program: Stay of Regulations Rule Final Rule 2017-03-21T04:00:00Z 2017 3 2017-03-21T04:00:00Z   2017-03-21T16:20:48Z 2017-05509 0 0 0900006482515443
FRA-2011-0060-0041 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2017-02-13T05:00:00Z 2017 2 2017-02-13T05:00:00Z   2017-02-13T20:35:39Z 2017-02876 0 0 09000064824bc4da
FRA-2011-0060-0027 FRA Railroad System Safety Program FRA-2011-0060 System Safety Program Rule Final Rule 2016-08-12T04:00:00Z 2016 8 2016-08-12T04:00:00Z 2016-11-16T04:59:59Z 2024-11-12T06:12:27Z 2016-18301 1 0 0900006482170abd

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