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

12 rows where docket_id = "FRA-2009-0031" and posted_year = 2020 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2020 · 12 ✖

document_type 1

  • Notice 12

agency_id 1

  • FRA 12
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-2009-0031-0220 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Adoption of the Federal Highway Administration's Nationwide Net Benefit and Historic Bridges Programmatic Evaluations Notice Notice of Intent 2020-12-08T05:00:00Z 2020 12 2020-12-08T05:00:00Z   2024-11-06T23:42:15Z 2020-26968 1 0 090000648498c9dc
FRA-2009-0031-0216 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Environmental Impact Statements; Availability, etc.: Link Union Station Project, Los Angeles, CA Notice Notice of Intent 2020-09-17T04:00:00Z 2020 9 2020-09-17T04:00:00Z 2020-10-20T03:59:59Z 2024-11-12T23:25:04Z 2020-20520 1 0 0900006484860987
FRA-2009-0031-0215 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Limitation on Claims for Judicial Review of Actions Notice Notice of Intent 2020-09-11T04:00:00Z 2020 9 2020-09-11T04:00:00Z   2024-11-06T23:39:54Z 2020-20009 1 0 0900006484851f92
FRA-2009-0031-0213 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Final Agency Actions: Proposed Railroad Project in California, on Behalf of the California High-Speed Rail Authority Notice Notice of Intent 2020-08-25T04:00:00Z 2020 8 2020-08-25T04:00:00Z   2024-11-12T23:23:43Z 2020-18603 1 0 090000648481d1fd
FRA-2009-0031-0214 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Environmental Impact Statements; Availability, etc.: California High-Speed Rail System, Los Angeles to Anaheim Project Section, CA Notice Notice of Intent 2020-08-25T04:00:00Z 2020 8 2020-08-25T04:00:00Z 2020-09-25T03:59:59Z 2024-11-12T23:23:35Z 2020-18610 1 0 090000648481d24b
FRA-2009-0031-0212 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Funding Opportunity: Magnetic Levitation Deployment Projects Notice Notice of Action Taken 2020-07-01T04:00:00Z 2020 7 2020-07-01T04:00:00Z   2024-11-12T23:22:14Z 2020-14142 1 0 090000648471ec76
FRA-2009-0031-0211 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Funding Opportunity: Federal-State Partnership for State of Good Repair Program Notice Notice of Intent 2020-06-10T04:00:00Z 2020 6 2020-06-10T04:00:00Z   2024-11-12T23:20:49Z 2020-12542 1 0 09000064846dde13
FRA-2009-0031-0210 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Funding Opportunity: Railroad Trespassing Suicide Prevention Grant Program Notice Notice of Availability 2020-06-09T04:00:00Z 2020 6 2020-06-09T04:00:00Z   2024-11-12T23:21:46Z 2020-12443 1 0 09000064846d9c3d
FRA-2009-0031-0208 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Funding Opportunity: Consolidated Rail Infrastructure and Safety Improvements Notice Notice of Availability 2020-04-20T04:00:00Z 2020 4 2020-04-20T04:00:00Z   2024-11-06T23:33:42Z 2020-08226 1 0 09000064844b7f70
FRA-2009-0031-0207 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Safety Advisory 2020-01; Safety Precautions Related to Coronavirus Disease 2019 (COVID-19) Notice Notice of Change 2020-04-10T04:00:00Z 2020 4 2020-04-10T04:00:00Z   2024-11-06T23:33:44Z 2020-07559 1 0 090000648449944d
FRA-2009-0031-0206 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Environmental Impact Statements; Availability, etc.: Dallas to Fort Worth Core Express Passenger Service between Dallas and Fort Worth, TX and the New Orleans Rail Gateway in Jefferson and Orleans Parishes, LA; Rescission Notice Notice of Intent 2020-02-27T05:00:00Z 2020 2 2020-02-27T05:00:00Z   2024-11-06T23:32:25Z 2020-03956 1 0 09000064843ba49c
FRA-2009-0031-0205 FRA Federal Registers for Applications, Notices, and Orders - Miscellaneous FRA-2009-0031 Funding Opportunity: Restoration and Enhancement Grants Program Notice Notice of Change 2020-01-02T05:00:00Z 2020 1 2020-01-02T05:00:00Z   2024-11-12T23:15:10Z 2019-28305 1 0 0900006484263625

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