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 agency_id = "STB", document_type = "Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 9 ✖

document_type 1

  • Rule · 9 ✖

agency_id 1

  • STB · 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
STB-2019-0001-0001 STB   Civil Monetary Penalties 2019 Adjustment Rule   2018-12-31T05:00:00Z 2018 12 2018-12-31T05:00:00Z   2019-01-22T15:11:40Z 2018-28410 0 0 0900006483a00129
STB-2018-0075-0001 STB   Fees for Services Performed in Connection with Licensing and Related Services: 2018 Update Rule   2018-08-06T04:00:00Z 2018 8 2018-08-06T04:00:00Z   2018-08-06T12:20:32Z 2018-16742 0 0 09000064835d1f58
STB-2018-0037-0001 STB   On-Time Performance under the Passenger Rail Investment and Improvement Act Rule   2018-05-04T04:00:00Z 2018 5 2018-05-04T04:00:00Z   2018-05-04T11:54:13Z 2018-09558 0 0 090000648322ae08
STB-2018-0030-0001 STB   Updating the Code of Federal Regulations Rule   2018-04-19T04:00:00Z 2018 4 2018-04-19T04:00:00Z   2018-04-19T12:04:46Z 2018-07987 0 0 090000648318960c
STB-2018-0025-0001 STB   Updating the Code of Federal Regulations Rule   2018-04-17T04:00:00Z 2018 4 2018-04-17T04:00:00Z   2018-04-17T12:19:30Z C1-2018-06657 0 0 090000648314db61
STB-2018-0027-0001 STB   Updating the Code of Federal Regulations Rule   2018-04-17T04:00:00Z 2018 4 2018-04-17T04:00:00Z   2018-04-17T12:30:13Z C1-2018-06 0 0 090000648314dc9d
STB-2018-0023-0001 STB   Updating the Code of Federal Regulations Rule   2018-04-09T04:00:00Z 2018 4 2018-04-09T04:00:00Z   2018-04-09T11:56:57Z 2018-06657 0 0 09000064830dd3da
STB-2018-0012-0001 STB   Ex Parte Communications in Informal Rulemaking Proceedings Rule   2018-03-05T05:00:00Z 2018 3 2018-03-05T05:00:00Z   2018-03-05T12:57:23Z 2018-04411 0 0 0900006482f8fa53
STB-2018-0005-0001 STB   Civil Monetary Penalties: 2018 Adjustment Rule   2018-01-09T05:00:00Z 2018 1 2018-01-09T05:00:00Z   2018-01-09T12:47:13Z 2018-00166 0 0 0900006482dc1e01

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