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

6 rows where docket_id = "FRA-2000-7257" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 3
  • Other 3

posted_year 1

  • 2023 · 6 ✖

agency_id 1

  • FRA 6
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-2000-7257-0198 FRA Railroad Safety Advisory Committee FRA-2000-7257 65th Meeting Railroad Safety Advisory Committee- October 26 2023 RSAC Other Additional Information 2023-10-31T04:00:00Z 2023 10 2023-10-31T04:00:00Z   2023-10-31T19:11:07Z   0 0 09000064861a7d5a
FRA-2000-7257-0197 FRA Railroad Safety Advisory Committee FRA-2000-7257 Charter Amendments, Establishments, Renewals and Terminations: Railroad Safety Advisory Committee; Renewal Notice Notice of Renewal 2023-10-25T04:00:00Z 2023 10 2023-10-25T04:00:00Z   2024-11-12T06:19:26Z 2023-23574 1 0 0900006486134eef
FRA-2000-7257-0196 FRA Railroad Safety Advisory Committee FRA-2000-7257 Meetings: Railroad Safety Advisory Committee Notice Public Meetings 2023-09-19T04:00:00Z 2023 9 2023-09-19T04:00:00Z   2024-11-07T00:52:11Z 2023-20234 1 0 0900006485fcf850
FRA-2000-7257-0195 FRA Railroad Safety Advisory Committee FRA-2000-7257 64th Meeting of the Railroad Safety Advisory Committee Other Additional Information 2023-03-31T04:00:00Z 2023 3 2023-03-31T04:00:00Z   2023-03-31T13:14:45Z   0 0 0900006485896861
FRA-2000-7257-0194 FRA Railroad Safety Advisory Committee FRA-2000-7257 Meetings: Railroad Safety Advisory Committee Notice Public Meetings 2023-03-10T05:00:00Z 2023 3 2023-03-10T05:00:00Z   2024-11-07T00:48:47Z 2023-04914 1 0 090000648578b487
FRA-2000-7257-0193 FRA Railroad Safety Advisory Committee FRA-2000-7257 RSAC meeting December 12, 2022 Other Additional Information 2023-01-05T05:00:00Z 2023 1 2023-01-05T05:00:00Z   2023-01-05T13:08:23Z   0 0 090000648557fb8e

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